From dd209faa96511e1c787c5179b46f0d99492e4d45 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 10 Jan 2024 22:04:46 -0500 Subject: [PATCH] fix rpmlint errors by integrating upstream patch to change fsf address --- ...ce3979c17cfb79ab339d092d9861ee9de697.patch | 38 +++++++++++++++++++ remind.spec | 5 +++ 2 files changed, 43 insertions(+) create mode 100644 0203ce3979c17cfb79ab339d092d9861ee9de697.patch diff --git a/0203ce3979c17cfb79ab339d092d9861ee9de697.patch b/0203ce3979c17cfb79ab339d092d9861ee9de697.patch new file mode 100644 index 0000000..b8578ee --- /dev/null +++ b/0203ce3979c17cfb79ab339d092d9861ee9de697.patch @@ -0,0 +1,38 @@ +From 0203ce3979c17cfb79ab339d092d9861ee9de697 Mon Sep 17 00:00:00 2001 +From: Dianne Skoll +Date: Tue, 9 Jan 2024 16:32:53 -0500 +Subject: [PATCH] Correct the mailing address of the FSF (pointed out by Neil + Hanlon) + +--- + COPYRIGHT | 2 +- + contrib/remind-conf-mode/remind-conf-mode.el | 3 +-- + 2 files changed, 2 insertions(+), 3 deletions(-) + +diff --git a/COPYRIGHT b/COPYRIGHT +index 0c17634..e26a4b7 100644 +--- a/COPYRIGHT ++++ b/COPYRIGHT +@@ -16,7 +16,7 @@ individual files. + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. +- 675 Mass Ave, Cambridge, MA 02139, USA ++ 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +diff --git a/contrib/remind-conf-mode/remind-conf-mode.el b/contrib/remind-conf-mode/remind-conf-mode.el +index 725e5ff..1454990 100644 +--- a/contrib/remind-conf-mode/remind-conf-mode.el ++++ b/contrib/remind-conf-mode/remind-conf-mode.el +@@ -19,8 +19,7 @@ + + ;; You should have received a copy of the GNU General Public License + ;; along with this program; if not, write to the Free Software +-;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +-;; 02111-1307, USA. ++;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + + ;;; Commentary: + diff --git a/remind.spec b/remind.spec index cc5cab7..33efd79 100644 --- a/remind.spec +++ b/remind.spec @@ -19,6 +19,11 @@ Source: 685A5A5E511D30E2.gpg Source: tkremind.desktop # stolen from Debian Patch: use-system-libjsonparser.diff + +Patch: https://git.skoll.ca/Skollsoft-Public/Remind/commit/0203ce3979c17cfb79ab339d092d9861ee9de697.patch + + +# temporary Patch: remove-timezone-tests-from-compare.patch BuildRequires: gcc