From eb88db949170a4dd601af230956008fbf31af706 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 21:23:18 -0600 Subject: [PATCH 01/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 541a0f5..4b1acd1 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.4.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sat Dec 18 2010 Till Maas - 1.4.5-1 - Update to new release - disable parallel make: https://bugs.launchpad.net/bugs/691827 From a694d486fc776d4b5c24995825892cc4aaaf6aeb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:33:25 -0600 Subject: [PATCH 02/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 4b1acd1..cd61fdc 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.4.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 1ef2799e67404a7b729be8536c1d4c971384def9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 23:12:47 -0500 Subject: [PATCH 03/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index cd61fdc..0a2f73e 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.4.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.4.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 4d79de7f2332fd7ca92c167dfc0eb700d469c812 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 23 Jul 2012 23:19:26 +0200 Subject: [PATCH 04/21] Fix configure to properly detect ocaml 4 and greater --- wyrd.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 0a2f73e..ed5ea7b 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -10,6 +10,9 @@ Source0: http://pessimization.com/software/wyrd/wyrd-%{version}.tar.gz Source1: wyrd-wyrdrc.local Patch0: wyrd-1.4.3-wyrdrc-local.patch +# Bug report: +# https://bugs.launchpad.net/wyrd/+bug/1028142 +Patch1: wyrd-ocaml4_version_check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x @@ -25,6 +28,7 @@ wyrd is a ncurses frontend for the calendar application remind. %prep %setup -q %patch0 -p1 -b .wyrdrc-local +%patch1 -p1 -b .ocaml4_version_check %build @@ -57,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 23 2012 Till Maas - 1.4.5-5 +- Fix configure to properly detect ocaml 4 and greater + * Sun Jul 22 2012 Fedora Release Engineering - 1.4.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From b7c0f01217739c84009876b6d555ab718dd7f98a Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 23 Jul 2012 23:36:41 +0200 Subject: [PATCH 05/21] add missing patch --- wyrd-ocaml4_version_check.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wyrd-ocaml4_version_check.patch diff --git a/wyrd-ocaml4_version_check.patch b/wyrd-ocaml4_version_check.patch new file mode 100644 index 0000000..dfcf653 --- /dev/null +++ b/wyrd-ocaml4_version_check.patch @@ -0,0 +1,12 @@ +diff -up wyrd-1.4.5/configure.ocaml_version_check wyrd-1.4.5/configure +--- wyrd-1.4.5/configure.ocaml_version_check 2012-07-23 23:16:13.453756304 +0200 ++++ wyrd-1.4.5/configure 2012-07-23 23:16:52.010457590 +0200 +@@ -1790,7 +1790,7 @@ OCAMLMAJORVERSION=`echo $OCAMLVERSION | + OCAMLMINORVERSION=`echo $OCAMLVERSION | cut -d '.' -f 2` + if test $OCAMLMAJORVERSION -lt 3 ; then + as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5 +-else ++else if $OCAMLMAJORVERSION == 3 ; then + if test $OCAMLMINORVERSION -lt 8 ; then + as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5 + fi From 0f212b66b9c93867f338bd06007564dcaf5f94d1 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Mon, 23 Jul 2012 23:47:56 +0200 Subject: [PATCH 06/21] fix patch --- wyrd-ocaml4_version_check.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wyrd-ocaml4_version_check.patch b/wyrd-ocaml4_version_check.patch index dfcf653..4fe3dc0 100644 --- a/wyrd-ocaml4_version_check.patch +++ b/wyrd-ocaml4_version_check.patch @@ -1,12 +1,12 @@ -diff -up wyrd-1.4.5/configure.ocaml_version_check wyrd-1.4.5/configure ---- wyrd-1.4.5/configure.ocaml_version_check 2012-07-23 23:16:13.453756304 +0200 -+++ wyrd-1.4.5/configure 2012-07-23 23:16:52.010457590 +0200 +diff -up wyrd-1.4.5/configure.ocaml4_version_check wyrd-1.4.5/configure +--- wyrd-1.4.5/configure.ocaml4_version_check 2010-10-23 20:50:24.000000000 +0200 ++++ wyrd-1.4.5/configure 2012-07-23 23:47:12.490594829 +0200 @@ -1790,7 +1790,7 @@ OCAMLMAJORVERSION=`echo $OCAMLVERSION | OCAMLMINORVERSION=`echo $OCAMLVERSION | cut -d '.' -f 2` if test $OCAMLMAJORVERSION -lt 3 ; then as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5 -else -+else if $OCAMLMAJORVERSION == 3 ; then ++else if test $OCAMLMAJORVERSION == 3 ; then if test $OCAMLMINORVERSION -lt 8 ; then as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5 fi From e805043f80fa45a105a9cb666cdf7d08fe4000aa Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 4 Aug 2012 20:30:33 +0200 Subject: [PATCH 07/21] fix patch --- wyrd-ocaml4_version_check.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wyrd-ocaml4_version_check.patch b/wyrd-ocaml4_version_check.patch index 4fe3dc0..7a3b431 100644 --- a/wyrd-ocaml4_version_check.patch +++ b/wyrd-ocaml4_version_check.patch @@ -6,7 +6,7 @@ diff -up wyrd-1.4.5/configure.ocaml4_version_check wyrd-1.4.5/configure if test $OCAMLMAJORVERSION -lt 3 ; then as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5 -else -+else if test $OCAMLMAJORVERSION == 3 ; then ++elif test $OCAMLMAJORVERSION == 3 ; then if test $OCAMLMINORVERSION -lt 8 ; then as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5 fi From 1e98b95ee17e589716d5be1493b1bf6ff7518159 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:23:15 -0600 Subject: [PATCH 08/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index ed5ea7b..94ad3c7 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.4.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Mon Jul 23 2012 Till Maas - 1.4.5-5 - Fix configure to properly detect ocaml 4 and greater From c7244a6fff1158ccfa74614721b39c338178403e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:26:28 -0500 Subject: [PATCH 09/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 94ad3c7..6e2bf9e 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.4.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.4.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 1dc4a550c876ba4b27f39f3eb47bc5b977a5cb1a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 00:03:47 -0500 Subject: [PATCH 10/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 6e2bf9e..3486e97 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.4.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 1.4.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 8149918106afba8757f3c222cd7519dc1c3d7d9d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 09:04:37 +0000 Subject: [PATCH 11/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 3486e97..d294d2b 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 1.4.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.4.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From adddbd673e11c377c8f971a33d2248175b1914b4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:40:24 +0000 Subject: [PATCH 12/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index d294d2b..e5feff0 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.4.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 1.4.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 5c7fa292b643177d07add33e04664ccaca760d0c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:13:22 +0000 Subject: [PATCH 13/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index e5feff0..cb8b11e 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.4.5-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.4.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From f473a5aa5b0c73b2e8ce84d2677f99f3008db42f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 5 Nov 2016 10:14:50 +0000 Subject: [PATCH 14/21] Rebuild for OCaml 4.04.0. --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index cb8b11e..c8fcd51 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 05 2016 Richard W.M. Jones - 1.4.5-12 +- Rebuild for OCaml 4.04.0. + * Fri Feb 05 2016 Fedora Release Engineering - 1.4.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 497c1d12bdb0280eb5a9270140f80c957c228ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 9 Nov 2016 14:54:20 +0100 Subject: [PATCH 15/21] - remove ExcludeArch and modernize spec --- wyrd.spec | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/wyrd.spec b/wyrd.spec index c8fcd51..3e04ec0 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -14,9 +14,6 @@ Patch0: wyrd-1.4.3-wyrdrc-local.patch # https://bugs.launchpad.net/wyrd/+bug/1028142 Patch1: wyrd-ocaml4_version_check.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExcludeArch: sparc64 s390 s390x - BuildRequires: ocaml remind ncurses-devel BuildRequires: ocaml-camlp4-devel Requires: remind @@ -40,18 +37,11 @@ make %install -rm -rf $RPM_BUILD_ROOT -mkdir $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %doc COPYING ChangeLog doc/TODO doc/manual.pdf doc/manual.html %config %{_sysconfdir}/wyrdrc %config(noreplace) %{_sysconfdir}/wyrdrc.local @@ -61,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 09 2016 Dan Horák - 1.4.5-13 +- remove ExcludeArch and modernize spec + * Sat Nov 05 2016 Richard W.M. Jones - 1.4.5-12 - Rebuild for OCaml 4.04.0. From d720aea25ce0803f03f8fec7a537c79abd91ab02 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:36:05 +0000 Subject: [PATCH 16/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 3e04ec0..3dc23fe 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -51,6 +51,9 @@ install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.4.5-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Nov 09 2016 Dan Horák - 1.4.5-13 - remove ExcludeArch and modernize spec From 95f3b947aeb44a991178181b28cb84c63d70967f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:49:51 +0000 Subject: [PATCH 17/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 3dc23fe..9e8f3e4 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -51,6 +51,9 @@ install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.4.5-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.4.5-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From e0ad5084c4fea118cde4deebff32ed1f175d5176 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:25:32 +0000 Subject: [PATCH 18/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 9e8f3e4..aaeefa3 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -51,6 +51,9 @@ install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.4.5-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.4.5-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 71dd8978601dee253c7a41ae45ed826f07c68e8e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:15:19 +0000 Subject: [PATCH 19/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index aaeefa3..429da29 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -51,6 +51,9 @@ install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.4.5-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.4.5-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 424b507686b856db5adf5c3e08a8746d58f31533 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:03:11 +0000 Subject: [PATCH 20/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wyrd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wyrd.spec b/wyrd.spec index 429da29..e66a11e 100644 --- a/wyrd.spec +++ b/wyrd.spec @@ -1,6 +1,6 @@ Name: wyrd Version: 1.4.5 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A ncurses frontend for the calendar application remind Group: Applications/Productivity @@ -51,6 +51,9 @@ install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.4.5-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.4.5-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 4180a8ccafb042de655006705e45ce69604ae957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 24 Dec 2018 13:51:52 +0100 Subject: [PATCH 21/21] Orphaned for 6+ weeks --- .gitignore | 2 - dead.package | 1 + sources | 1 - wyrd-1.4.3-wyrdrc-local.patch | 21 ----- wyrd-ocaml4_version_check.patch | 12 --- wyrd-wyrdrc.local | 1 - wyrd.spec | 146 -------------------------------- 7 files changed, 1 insertion(+), 183 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wyrd-1.4.3-wyrdrc-local.patch delete mode 100644 wyrd-ocaml4_version_check.patch delete mode 100644 wyrd-wyrdrc.local delete mode 100644 wyrd.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 52bcc14..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -wyrd-1.4.4.tar.gz -/wyrd-1.4.5.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index d0e852d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -3f39fa83a54d2d890823094aba9ca3cc wyrd-1.4.5.tar.gz diff --git a/wyrd-1.4.3-wyrdrc-local.patch b/wyrd-1.4.3-wyrdrc-local.patch deleted file mode 100644 index b147643..0000000 --- a/wyrd-1.4.3-wyrdrc-local.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ru wyrd-1.4.3/wyrdrc wyrd-1.4.3.p/wyrdrc ---- wyrd-1.4.3/wyrdrc 2007-08-18 05:30:06.000000000 +0200 -+++ wyrd-1.4.3.p/wyrdrc 2007-08-18 10:26:38.000000000 +0200 -@@ -1,3 +1,8 @@ -+# -+# Do not edit this file! -+# Edit /etc/wyrdrc.local instead -+# -+ - # Wyrd run-configuration file - - # command for the Remind executable -@@ -165,6 +170,7 @@ - color left_divider cyan blue - color right_divider cyan blue - -- -+# Put different default values in this file -+include "/etc/wyrdrc.local" - - # arch-tag: DO_NOT_CHANGE_ee9bb855-2fde-4a61-8645-8ba31b35eaab diff --git a/wyrd-ocaml4_version_check.patch b/wyrd-ocaml4_version_check.patch deleted file mode 100644 index 7a3b431..0000000 --- a/wyrd-ocaml4_version_check.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up wyrd-1.4.5/configure.ocaml4_version_check wyrd-1.4.5/configure ---- wyrd-1.4.5/configure.ocaml4_version_check 2010-10-23 20:50:24.000000000 +0200 -+++ wyrd-1.4.5/configure 2012-07-23 23:47:12.490594829 +0200 -@@ -1790,7 +1790,7 @@ OCAMLMAJORVERSION=`echo $OCAMLVERSION | - OCAMLMINORVERSION=`echo $OCAMLVERSION | cut -d '.' -f 2` - if test $OCAMLMAJORVERSION -lt 3 ; then - as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5 --else -+elif test $OCAMLMAJORVERSION == 3 ; then - if test $OCAMLMINORVERSION -lt 8 ; then - as_fn_error "Wyrd requires OCaml version 3.08 or greater." "$LINENO" 5 - fi diff --git a/wyrd-wyrdrc.local b/wyrd-wyrdrc.local deleted file mode 100644 index 021cba8..0000000 --- a/wyrd-wyrdrc.local +++ /dev/null @@ -1 +0,0 @@ -# Use this file for your local wyrd configuration changes diff --git a/wyrd.spec b/wyrd.spec deleted file mode 100644 index e66a11e..0000000 --- a/wyrd.spec +++ /dev/null @@ -1,146 +0,0 @@ -Name: wyrd -Version: 1.4.5 -Release: 18%{?dist} -Summary: A ncurses frontend for the calendar application remind - -Group: Applications/Productivity -License: GPLv2 -URL: http://pessimization.com/software/wyrd/ -Source0: http://pessimization.com/software/wyrd/wyrd-%{version}.tar.gz -Source1: wyrd-wyrdrc.local - -Patch0: wyrd-1.4.3-wyrdrc-local.patch -# Bug report: -# https://bugs.launchpad.net/wyrd/+bug/1028142 -Patch1: wyrd-ocaml4_version_check.patch - -BuildRequires: ocaml remind ncurses-devel -BuildRequires: ocaml-camlp4-devel -Requires: remind - -%description -wyrd is a ncurses frontend for the calendar application remind. - - -%prep -%setup -q -%patch0 -p1 -b .wyrdrc-local -%patch1 -p1 -b .ocaml4_version_check - - -%build -%configure --enable-utf8 -# parallel make disabled because of: -# https://bugs.launchpad.net/bugs/691827 -#make %{?_smp_mflags} -make - - -%install -make install DESTDIR=$RPM_BUILD_ROOT -install --mode 0644 -D %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/wyrdrc.local - - -%files -%doc COPYING ChangeLog doc/TODO doc/manual.pdf doc/manual.html -%config %{_sysconfdir}/wyrdrc -%config(noreplace) %{_sysconfdir}/wyrdrc.local -%{_bindir}/wyrd -%{_mandir}/man1/wyrd.1* -%{_mandir}/man5/wyrdrc.5* - - -%changelog -* Sat Jul 14 2018 Fedora Release Engineering - 1.4.5-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.4.5-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.4.5-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.4.5-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.4.5-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Nov 09 2016 Dan Horák - 1.4.5-13 -- remove ExcludeArch and modernize spec - -* Sat Nov 05 2016 Richard W.M. Jones - 1.4.5-12 -- Rebuild for OCaml 4.04.0. - -* Fri Feb 05 2016 Fedora Release Engineering - 1.4.5-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.4.5-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 1.4.5-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.4.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.4.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.4.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Jul 23 2012 Till Maas - 1.4.5-5 -- Fix configure to properly detect ocaml 4 and greater - -* Sun Jul 22 2012 Fedora Release Engineering - 1.4.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.4.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.4.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sat Dec 18 2010 Till Maas - 1.4.5-1 -- Update to new release -- disable parallel make: https://bugs.launchpad.net/bugs/691827 - -* Mon Jul 27 2009 Fedora Release Engineering - 1.4.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Apr 16 2009 S390x secondary arch maintainer -- ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs - (added sparc64 per request from the sparc maintainer) - -* Wed Feb 25 2009 Fedora Release Engineering - 1.4.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Dec 09 2008 Till Maas - 1.4.4-3 -- Add Requires: remind - -* Tue Jul 08 2008 Till Maas - 1.4.4-2 -- fix BuildRequires, camlp4 is not needed/supported as BR anymore - -* Fri Feb 22 2008 Till Maas - 1.4.4-1 -- update to latest version that fixes CVE-2008-0806 in a different way -- update URL/SOURCE to new location -- remove ExcludeArch, because ocaml is now available for ppc64 - -* Thu Feb 21 2008 Till Maas - 1.4.3b-1 -- update to latest version -- include patch from debian to fix CVE-2008-0806 - -* Wed Feb 20 2008 Fedora Release Engineering - 1.4.3-4 -- Autorebuild for GCC 4.3 - -* Sun Oct 21 2007 Till Maas - 1.4.3-3 -- fix permissions of local config file -- use globbing for manpages (the may not be gzipped) -- add ExludeArch ppc64 - -* Tue Aug 28 2007 Till Maas - 1.4.3-2 -- Fix BuildRequires for F8 - -* Sat Aug 18 2007 Till Maas - 1.4.3-1 -- initial spec for Fedora