From 805aa8b44e727148c519d345d43d0db9b513efa3 Mon Sep 17 00:00:00 2001 From: oddsocks Date: Tue, 21 Aug 2007 19:47:44 +0000 Subject: [PATCH 01/51] *** empty log message *** --- AGReader.spec | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/AGReader.spec b/AGReader.spec index ef546b4..75ed037 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,14 +1,12 @@ Name: AGReader Version: 1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Console reader for viewing AmigaGuide files - Group: Applications/Text -License: GPL +License: GPL+ URL: http://main.aminet.net/misc/unix/ Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Provides: agreader = %{version}-%{release} %description A viewer for the UNIX console which can read and display AmigaGuide files. It @@ -17,19 +15,17 @@ subset of the v40 specifications. %prep -%setup -q -n %{name} +%setup -qn %{name} %build -cd Sources -make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" +make -C Sources %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %install rm -rf %{buildroot} -cd Sources mkdir -p %{buildroot}%{_bindir} -install -m0755 agr %{buildroot}%{_bindir} +install -m0755 Sources/agr %{buildroot}%{_bindir} %clean @@ -43,10 +39,15 @@ rm -rf %{buildroot} %changelog -* Mon Aug 28 2006 Ian Chapman 1.2-2%{?dist} +* Wed Aug 21 2007 Ian Chapman 1.2-3 +- Release bump for F8 mass rebuild +- License change due to new guidelines +- A few cosmetic cleanups of the spec file + +* Mon Aug 28 2006 Ian Chapman 1.2-2 - Release bump for FC6 mass rebuild -* Mon Jun 05 2006 Ian Chapman 1.2-1%{?dist} +* Mon Jun 05 2006 Ian Chapman 1.2-1 - Version bump - Dropped patches, they are no longer required - Changed URL to use primary site, rather than a mirror From fcbe9fb152146354928115f2cf2b1f4aa1a9e1ff Mon Sep 17 00:00:00 2001 From: oddsocks Date: Fri, 12 Oct 2007 23:19:56 +0000 Subject: [PATCH 02/51] *** empty log message *** --- AGReader.spec | 31 ++++++++----- agr.1 | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 138 insertions(+), 12 deletions(-) create mode 100644 agr.1 diff --git a/AGReader.spec b/AGReader.spec index 75ed037..cd5c851 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,11 +1,12 @@ Name: AGReader Version: 1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ URL: http://main.aminet.net/misc/unix/ Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2 +Source1: agr.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -25,6 +26,8 @@ make -C Sources %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{_mandir}/man1 +install -m0644 %{SOURCE1} %{buildroot}%{_mandir}/man1 install -m0755 Sources/agr %{buildroot}%{_bindir} @@ -35,30 +38,34 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/agr +%{_mandir}/man1/agr.1.gz %doc Docs/agr.guide Docs/test.guide Docs/agr.html README %changelog -* Wed Aug 21 2007 Ian Chapman 1.2-3 +* Sat Oct 13 2007 Ian Chapman 1.2-4 +- Added man page + +* Tue Aug 21 2007 Ian Chapman 1.2-3 - Release bump for F8 mass rebuild - License change due to new guidelines - A few cosmetic cleanups of the spec file -* Mon Aug 28 2006 Ian Chapman 1.2-2 +* Mon Aug 28 2006 Ian Chapman 1.2-2 - Release bump for FC6 mass rebuild -* Mon Jun 05 2006 Ian Chapman 1.2-1 +* Mon Jun 05 2006 Ian Chapman 1.2-1 - Version bump - Dropped patches, they are no longer required - Changed URL to use primary site, rather than a mirror -* Sun May 28 2006 Ian Chapman 1.1-9 +* Sun May 28 2006 Ian Chapman 1.1-9 - Updated keys patch which fixes the keys under BOTH the console and an xterm, courtesy of Hans de Goede - Added provides to offer lower case alias in preparation for probable policy change -* Sat May 27 2006 Ian Chapman 1.1-8.iss +* Sat May 27 2006 Ian Chapman 1.1-8.iss - Added patch to fix compilation with gcc41 courtesy of Hans de Goede - Added patch to fix Home, End, F1, F2, F3 keys courtesy of Hans de Goede - Added rpmoptflags to make line @@ -66,23 +73,23 @@ rm -rf %{buildroot} - Use %%{?dist} for most recent changelog entry - avoids incoherent changelog versions if %%{?dist} macro is missing or different. -* Sat May 13 2006 Ian Chapman 1.1-7.iss +* Sat May 13 2006 Ian Chapman 1.1-7.iss - Removed gcc32 patch. It's now specified on the make command line - Replaced %%{__rm} in clean section with rm -* Mon May 01 2006 Ian Chapman 1.1-6.iss +* Mon May 01 2006 Ian Chapman 1.1-6.iss - Altered spec file to more closely follow Fedora build guidelines -* Tue Oct 25 2004 Ian Chapman 1.1-5.iss +* Tue Oct 25 2004 Ian Chapman 1.1-5.iss - Fixes for deprecated fields with the latest version of rpmbuild -* Thu Dec 04 2003 Ian Chapman 1.1-4 +* Thu Dec 04 2003 Ian Chapman 1.1-4 - Minor fixes to changelog - Fixed permissions on documentation directory - Changed group to Applications/Text -* Sun Oct 05 2003 Ian Chapman 1.1-3 +* Sun Oct 05 2003 Ian Chapman 1.1-3 - Minor fixes to prep and clean -* Fri Jul 18 2003 Ian Chapman 1.1-2 +* Fri Jul 18 2003 Ian Chapman 1.1-2 - Fixed few harmless bugs in SPEC file. Improved use of Macros. diff --git a/agr.1 b/agr.1 new file mode 100644 index 0000000..db3e603 --- /dev/null +++ b/agr.1 @@ -0,0 +1,119 @@ +.TH "agr" 1 +.SH NAME +agr \- Displays AmigaGuide files in a terminal +.SH SYNOPSIS +.B agr +.I guidefile +.SH DESCRIPTION +AmigaGuide Reader (\fBagr\fR for short) is a command line program for viewing +AmigaGuide files, the native documentation format commonly used on the Amiga +platform and its clones. It supports the complete v39 specification and a +significant part of the v40 specification. AmigaGuide files traditionally use +the .guide filename suffix. +.SH OPTIONS +.TP +None +.SH USAGE +.PP +In summary, \fBagr\fR primarily uses the TAB, CURSOR, SPACE and RETURN keys for +navigation. An exhaustive list follows. +.IP "q or ^C" +Quits \fBagr\fR. +.IP "CURSOR keys or i,j,k,l" +Scroll the document up, down, left or right in cases where it is wider or +longer than your terminal +.IP "PAGE UP/PAGE DOWN" +Scrolls the document up or down by one complete page, equal to the height of +your terminal. +.IP "HOME or g" +Jumps to the top of the document node. +.IP "END or G" +Jumps to the bottom of the document node. +.IP "SPACE or RETURN" +Display the highlighted document node link. +.IP "TAB" +Highlight the next visible node link. +.IP "a" +Highlight the previous visible node link. +.IP "F1" +Display the Help Node if the AmigaGuide file has one defined. If you are using a +terminal emulator under \fBX\fR(1), it may trap this key rendering it unavailable. +.IP "F2" +Display the Index Node if the AmigaGuide file has one defined. +.IP "F3" +Display the Table of Contents Node if the AmigaGuide file has one defined. +.IP "n/b" +Display the next or previous document node. Please note, the next or previous +document node does not follow the logical layout of the AmigaGuide document as +it is displayed, but refers to the next or previous document node as +sequentially written in the AmigaGuide file. +.IP "+/-" +Increase or decrease the TAB size (tabstop) by the equivalent of one space. +.IP "t" +Display the current TAB size (tabstop) in the lower right hand corner. +.IP "r" +Refresh the display. +.IP "?" +Display any meta data stored in the AmigaGuide file. +.IP "v" +Displays the contents of any broken links. +.IP "=" +Displays the current line number in the lower right hand corner. +.IP "C" +Attempt to use native Amiga colouring for coloured text. +.sp +ANSI colours on the Amiga are not standardised but depend upon the current +colourmap and palette in use. Thus if the user changes the colours used by +their desktop environment, the ANSI colours change too. This command attempts +to convert the colours displayed in \fBagr\fR from standard ANSI colours to +those one would see by default on AmigaOS 2.0+. See the conversion table below. +.RS +.IP "Colour Table" +#: ANSI Amiga +.br +------------------------ +.br +0: Black -> Light Grey +.br +1: Red -> Black +.br +2: Green -> White +.br +3: Yellow -> Light Blue +.br +4: Blue -> Yellow +.br +5: Magenta -> Blue +.br +6: Cyan -> Green +.br +7: White -> Red +.SH AUTHOR +.PP +Written by Thierry Pierron. +.br +Additional patches by Hans de Goede. +.br +This man page was written by Ian Chapman. +.SH BUGS +.PP +Does not support the complete v40 specification. +.br +AREXX node links are not supported (rarely used feature). +.br +System command node links are not supported (rarely used feature). +.PP +This software is not actively updated, but patches or bug fixes are welcome and +should be sent to . +.SH CAVEATS +.PP +Amiga filepaths are similar but differ slightly from UNIX file paths. In some +cases this may lead to external files referenced by the AmigaGuide file as not +being found. However \fBagr\fR tries several techniques to avoid this. +.PP +Amiga filenames are case insensitive so unless the correct case has been used +in the AmigaGuide file, externally referenced files may not be found. +.SH "SEE ALSO" +.PP +The full documentation for \fBagr\fR is available as an HTML file in addition to an +AmigaGuide file which should have been installed alongside agr. \ No newline at end of file From 00aa54977bd6eec5f62179941d9cbd54a2c41c54 Mon Sep 17 00:00:00 2001 From: oddsocks Date: Fri, 12 Oct 2007 23:22:28 +0000 Subject: [PATCH 03/51] *** empty log message *** --- AGReader.spec | 46 +++++++++++-------- agr.1 | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+), 19 deletions(-) create mode 100644 agr.1 diff --git a/AGReader.spec b/AGReader.spec index ef546b4..cd5c851 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,14 +1,13 @@ Name: AGReader Version: 1.2 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Console reader for viewing AmigaGuide files - Group: Applications/Text -License: GPL +License: GPL+ URL: http://main.aminet.net/misc/unix/ Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2 +Source1: agr.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Provides: agreader = %{version}-%{release} %description A viewer for the UNIX console which can read and display AmigaGuide files. It @@ -17,19 +16,19 @@ subset of the v40 specifications. %prep -%setup -q -n %{name} +%setup -qn %{name} %build -cd Sources -make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" +make -C Sources %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %install rm -rf %{buildroot} -cd Sources mkdir -p %{buildroot}%{_bindir} -install -m0755 agr %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{_mandir}/man1 +install -m0644 %{SOURCE1} %{buildroot}%{_mandir}/man1 +install -m0755 Sources/agr %{buildroot}%{_bindir} %clean @@ -39,25 +38,34 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/agr +%{_mandir}/man1/agr.1.gz %doc Docs/agr.guide Docs/test.guide Docs/agr.html README %changelog -* Mon Aug 28 2006 Ian Chapman 1.2-2%{?dist} +* Sat Oct 13 2007 Ian Chapman 1.2-4 +- Added man page + +* Tue Aug 21 2007 Ian Chapman 1.2-3 +- Release bump for F8 mass rebuild +- License change due to new guidelines +- A few cosmetic cleanups of the spec file + +* Mon Aug 28 2006 Ian Chapman 1.2-2 - Release bump for FC6 mass rebuild -* Mon Jun 05 2006 Ian Chapman 1.2-1%{?dist} +* Mon Jun 05 2006 Ian Chapman 1.2-1 - Version bump - Dropped patches, they are no longer required - Changed URL to use primary site, rather than a mirror -* Sun May 28 2006 Ian Chapman 1.1-9 +* Sun May 28 2006 Ian Chapman 1.1-9 - Updated keys patch which fixes the keys under BOTH the console and an xterm, courtesy of Hans de Goede - Added provides to offer lower case alias in preparation for probable policy change -* Sat May 27 2006 Ian Chapman 1.1-8.iss +* Sat May 27 2006 Ian Chapman 1.1-8.iss - Added patch to fix compilation with gcc41 courtesy of Hans de Goede - Added patch to fix Home, End, F1, F2, F3 keys courtesy of Hans de Goede - Added rpmoptflags to make line @@ -65,23 +73,23 @@ rm -rf %{buildroot} - Use %%{?dist} for most recent changelog entry - avoids incoherent changelog versions if %%{?dist} macro is missing or different. -* Sat May 13 2006 Ian Chapman 1.1-7.iss +* Sat May 13 2006 Ian Chapman 1.1-7.iss - Removed gcc32 patch. It's now specified on the make command line - Replaced %%{__rm} in clean section with rm -* Mon May 01 2006 Ian Chapman 1.1-6.iss +* Mon May 01 2006 Ian Chapman 1.1-6.iss - Altered spec file to more closely follow Fedora build guidelines -* Tue Oct 25 2004 Ian Chapman 1.1-5.iss +* Tue Oct 25 2004 Ian Chapman 1.1-5.iss - Fixes for deprecated fields with the latest version of rpmbuild -* Thu Dec 04 2003 Ian Chapman 1.1-4 +* Thu Dec 04 2003 Ian Chapman 1.1-4 - Minor fixes to changelog - Fixed permissions on documentation directory - Changed group to Applications/Text -* Sun Oct 05 2003 Ian Chapman 1.1-3 +* Sun Oct 05 2003 Ian Chapman 1.1-3 - Minor fixes to prep and clean -* Fri Jul 18 2003 Ian Chapman 1.1-2 +* Fri Jul 18 2003 Ian Chapman 1.1-2 - Fixed few harmless bugs in SPEC file. Improved use of Macros. diff --git a/agr.1 b/agr.1 new file mode 100644 index 0000000..db3e603 --- /dev/null +++ b/agr.1 @@ -0,0 +1,119 @@ +.TH "agr" 1 +.SH NAME +agr \- Displays AmigaGuide files in a terminal +.SH SYNOPSIS +.B agr +.I guidefile +.SH DESCRIPTION +AmigaGuide Reader (\fBagr\fR for short) is a command line program for viewing +AmigaGuide files, the native documentation format commonly used on the Amiga +platform and its clones. It supports the complete v39 specification and a +significant part of the v40 specification. AmigaGuide files traditionally use +the .guide filename suffix. +.SH OPTIONS +.TP +None +.SH USAGE +.PP +In summary, \fBagr\fR primarily uses the TAB, CURSOR, SPACE and RETURN keys for +navigation. An exhaustive list follows. +.IP "q or ^C" +Quits \fBagr\fR. +.IP "CURSOR keys or i,j,k,l" +Scroll the document up, down, left or right in cases where it is wider or +longer than your terminal +.IP "PAGE UP/PAGE DOWN" +Scrolls the document up or down by one complete page, equal to the height of +your terminal. +.IP "HOME or g" +Jumps to the top of the document node. +.IP "END or G" +Jumps to the bottom of the document node. +.IP "SPACE or RETURN" +Display the highlighted document node link. +.IP "TAB" +Highlight the next visible node link. +.IP "a" +Highlight the previous visible node link. +.IP "F1" +Display the Help Node if the AmigaGuide file has one defined. If you are using a +terminal emulator under \fBX\fR(1), it may trap this key rendering it unavailable. +.IP "F2" +Display the Index Node if the AmigaGuide file has one defined. +.IP "F3" +Display the Table of Contents Node if the AmigaGuide file has one defined. +.IP "n/b" +Display the next or previous document node. Please note, the next or previous +document node does not follow the logical layout of the AmigaGuide document as +it is displayed, but refers to the next or previous document node as +sequentially written in the AmigaGuide file. +.IP "+/-" +Increase or decrease the TAB size (tabstop) by the equivalent of one space. +.IP "t" +Display the current TAB size (tabstop) in the lower right hand corner. +.IP "r" +Refresh the display. +.IP "?" +Display any meta data stored in the AmigaGuide file. +.IP "v" +Displays the contents of any broken links. +.IP "=" +Displays the current line number in the lower right hand corner. +.IP "C" +Attempt to use native Amiga colouring for coloured text. +.sp +ANSI colours on the Amiga are not standardised but depend upon the current +colourmap and palette in use. Thus if the user changes the colours used by +their desktop environment, the ANSI colours change too. This command attempts +to convert the colours displayed in \fBagr\fR from standard ANSI colours to +those one would see by default on AmigaOS 2.0+. See the conversion table below. +.RS +.IP "Colour Table" +#: ANSI Amiga +.br +------------------------ +.br +0: Black -> Light Grey +.br +1: Red -> Black +.br +2: Green -> White +.br +3: Yellow -> Light Blue +.br +4: Blue -> Yellow +.br +5: Magenta -> Blue +.br +6: Cyan -> Green +.br +7: White -> Red +.SH AUTHOR +.PP +Written by Thierry Pierron. +.br +Additional patches by Hans de Goede. +.br +This man page was written by Ian Chapman. +.SH BUGS +.PP +Does not support the complete v40 specification. +.br +AREXX node links are not supported (rarely used feature). +.br +System command node links are not supported (rarely used feature). +.PP +This software is not actively updated, but patches or bug fixes are welcome and +should be sent to . +.SH CAVEATS +.PP +Amiga filepaths are similar but differ slightly from UNIX file paths. In some +cases this may lead to external files referenced by the AmigaGuide file as not +being found. However \fBagr\fR tries several techniques to avoid this. +.PP +Amiga filenames are case insensitive so unless the correct case has been used +in the AmigaGuide file, externally referenced files may not be found. +.SH "SEE ALSO" +.PP +The full documentation for \fBagr\fR is available as an HTML file in addition to an +AmigaGuide file which should have been installed alongside agr. \ No newline at end of file From f76ed1fe998643ef975c7c6bc18b4c397e1ba933 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 19 Feb 2008 16:33:18 +0000 Subject: [PATCH 04/51] - Autorebuild for GCC 4.3 --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index cd5c851..497a41e 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 1.2-5 +- Autorebuild for GCC 4.3 + * Sat Oct 13 2007 Ian Chapman 1.2-4 - Added man page From 4c4be17e9597234b262c4516a228d6d1cf728212 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 24 Jul 2009 14:58:47 +0000 Subject: [PATCH 05/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 497a41e..e20b3f4 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 1.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Tue Feb 19 2008 Fedora Release Engineering - 1.2-5 - Autorebuild for GCC 4.3 From 247597d44184caacdf1db88f11125350bfb07937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Tue, 29 Sep 2009 16:10:20 +0000 Subject: [PATCH 06/51] Initialize branch EL-5 for AGReader --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From 559dde80793a2f32679f94b17c6be61f53de3215 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:38:46 +0000 Subject: [PATCH 07/51] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 74287d1..0422628 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: AGReader -# $Id$ +# $Id: Makefile,v 1.1 2006/05/31 17:14:35 oddsocks Exp $ NAME := AGReader SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 747e9714875ffec4579118d59c5168d9009c4366 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 00:16:15 +0000 Subject: [PATCH 08/51] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 74287d1..0422628 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: AGReader -# $Id$ +# $Id: Makefile,v 1.1 2006/05/31 17:14:35 oddsocks Exp $ NAME := AGReader SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From a2ff3c3b5baee67d46e34a888f106f7d914ae841 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:45:32 +0000 Subject: [PATCH 09/51] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 0422628..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: AGReader -# $Id: Makefile,v 1.1 2006/05/31 17:14:35 oddsocks Exp $ -NAME := AGReader -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5 From 663f650cee309d34c781f89e107a8abf0f86fcfb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:45:33 +0000 Subject: [PATCH 10/51] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 0422628..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: AGReader -# $Id: Makefile,v 1.1 2006/05/31 17:14:35 oddsocks Exp $ -NAME := AGReader -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 95c5ede715fff11d3287534939bdc57edc454046 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 16:56:50 -0600 Subject: [PATCH 11/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index e20b3f4..95ee193 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Jul 24 2009 Fedora Release Engineering - 1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 2546e70e34082756cbccd0648805da4f6d2cbe05 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 14:11:36 -0600 Subject: [PATCH 12/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 95ee193..1bb9a81 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 1.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 2c7fe6a373308eaf0af2921c7f65535ab456c3f3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 07:45:26 -0500 Subject: [PATCH 13/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 1bb9a81..8cee273 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 1.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jan 12 2012 Fedora Release Engineering - 1.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 3ff5f321afcc5f1b8959086ef84cbba65d28aeb2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 08:42:52 -0600 Subject: [PATCH 14/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 8cee273..3845f45 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 1.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From a52bc4bb3dd0ba6d934f399b8f811388f62a07d3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 17:25:02 -0500 Subject: [PATCH 15/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 3845f45..1f3b397 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Fri Aug 02 2013 Fedora Release Engineering - 1.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 5adcb0adcffa78c5a80d863599b616a327719c8a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 17:19:54 -0500 Subject: [PATCH 16/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 1f3b397..4651015 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 06 2014 Fedora Release Engineering - 1.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Aug 02 2013 Fedora Release Engineering - 1.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From a943d4a1783d853375805d0a05bb22ccbe6c36b8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 15 Aug 2014 18:08:33 +0000 Subject: [PATCH 17/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 4651015..8f86e37 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Fri Aug 15 2014 Fedora Release Engineering - 1.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Fri Jun 06 2014 Fedora Release Engineering - 1.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 5a233274d14f11161a955abbcdc0ea36ea26ff14 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 16 Jun 2015 22:40:11 +0000 Subject: [PATCH 18/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 8f86e37..7a71dd4 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Tue Jun 16 2015 Fedora Release Engineering - 1.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Fri Aug 15 2014 Fedora Release Engineering - 1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From f04b2b8f14634a0b47d4a841089fcbcafc250e6b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 15:18:27 +0000 Subject: [PATCH 19/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 7a71dd4..51ff460 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.2-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Jun 16 2015 Fedora Release Engineering - 1.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 3b409526992d3967a771cb8f005e1f6cb51f6af1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 04:58:19 +0000 Subject: [PATCH 20/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 51ff460..bb74f3f 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.2-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Feb 03 2016 Fedora Release Engineering - 1.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 2cf719c5a1afc15319af7bad394e15e1fb3784ea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 01:38:09 +0000 Subject: [PATCH 21/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index bb74f3f..2b7498b 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.2-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 0447c43ff146545d7f25a60f1e45c01a351b4f86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 2 Aug 2017 16:46:22 +0000 Subject: [PATCH 22/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 2b7498b..a390c37 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 02 2017 Fedora Release Engineering - 1.2-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 13a384af417b7ca5ba46872d6863e518bdfa6c63 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 00:23:26 +0000 Subject: [PATCH 23/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index a390c37..8af761c 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -43,6 +43,9 @@ rm -rf %{buildroot} %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.2-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Aug 02 2017 Fedora Release Engineering - 1.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From fa271697b94d22285a6ca9f8d2c7c3338f8dda21 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:01:03 +0100 Subject: [PATCH 24/51] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- AGReader.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 8af761c..0e7b622 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -7,7 +7,6 @@ License: GPL+ URL: http://main.aminet.net/misc/unix/ Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2 Source1: agr.1 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description A viewer for the UNIX console which can read and display AmigaGuide files. It From 8525ba429bc052b931e26d5f9de410ae6c696753 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 07:01:33 +0100 Subject: [PATCH 25/51] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- AGReader.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/AGReader.spec b/AGReader.spec index 0e7b622..632e573 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -30,9 +30,6 @@ install -m0644 %{SOURCE1} %{buildroot}%{_mandir}/man1 install -m0755 Sources/agr %{buildroot}%{_bindir} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) From 9a7ae58ef4e3ec471b988698ca461cd93c55f692 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:21:18 -0500 Subject: [PATCH 26/51] Remove needless use of %defattr --- AGReader.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 632e573..c419f21 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -32,7 +32,6 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %files -%defattr(-,root,root,-) %{_bindir}/agr %{_mandir}/man1/agr.1.gz %doc Docs/agr.guide Docs/test.guide Docs/agr.html README From 6cea39a85167613cb76fe8be522db56da5c1cab0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 18:54:00 +0000 Subject: [PATCH 27/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index c419f21..6cf2dfc 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ @@ -38,6 +38,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 1.2-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 1.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From ea134ed74d9e0142864644e2d352b2c7b9b6f24b Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 20 Jul 2018 11:21:46 -0500 Subject: [PATCH 28/51] BR fix. --- AGReader.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 6cf2dfc..14e34b4 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,12 +1,13 @@ Name: AGReader Version: 1.2 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Console reader for viewing AmigaGuide files Group: Applications/Text License: GPL+ URL: http://main.aminet.net/misc/unix/ Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2 Source1: agr.1 +BuildRequires: gcc %description A viewer for the UNIX console which can read and display AmigaGuide files. It @@ -38,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Fri Jul 20 2018 Gwyn Ciesla - 1.2-21 +- Fix BRs. + * Thu Jul 12 2018 Fedora Release Engineering - 1.2-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 15cb8bfd9f206b5578875d866c2d0b02f394fbb0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 29/51] Remove obsolete Group tag Signed-off-by: Igor Gnatenko --- AGReader.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 14e34b4..b722fb8 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -2,7 +2,6 @@ Name: AGReader Version: 1.2 Release: 21%{?dist} Summary: Console reader for viewing AmigaGuide files -Group: Applications/Text License: GPL+ URL: http://main.aminet.net/misc/unix/ Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2 From f4e8cd006690d3d8d5c0d7139daa2697271e06c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 11:21:24 +0000 Subject: [PATCH 30/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index b722fb8..9ca907a 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -38,6 +38,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.2-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 20 2018 Gwyn Ciesla - 1.2-21 - Fix BRs. From 683d3279d12898b9e02f6822609e793b6226e205 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 15:38:42 +0000 Subject: [PATCH 31/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 9ca907a..2d2cb68 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -38,6 +38,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 1.2-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 1.2-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From c9937306698e9f9df04bc57ca7aff5d5d097756e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 09:09:47 +0000 Subject: [PATCH 32/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 2d2cb68..994ec4a 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -38,6 +38,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 1.2-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Jul 24 2019 Fedora Release Engineering - 1.2-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 9a44edc3521fb80874a2899fcebb4b1dda916546 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 13 Jul 2020 15:54:46 +0000 Subject: [PATCH 33/51] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- AGReader.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/AGReader.spec b/AGReader.spec index 994ec4a..b57bdc7 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -19,7 +19,7 @@ subset of the v40 specifications. %build -make -C Sources %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" +%make_build -C Sources CFLAGS="$RPM_OPT_FLAGS" %install @@ -38,6 +38,10 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Mon Jul 13 2020 Tom Stellard - 1.2-25 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Tue Jan 28 2020 Fedora Release Engineering - 1.2-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 08420a027e87e415cc151d350bf13ffe896b34c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 10:11:47 +0000 Subject: [PATCH 34/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index b57bdc7..085adb3 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -38,6 +38,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 1.2-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 13 2020 Tom Stellard - 1.2-25 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro From c227615215ca6271604f1fabbc8c4c939cadd676 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 16 Dec 2020 22:17:05 +0000 Subject: [PATCH 35/51] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- AGReader.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/AGReader.spec b/AGReader.spec index 085adb3..21dab34 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -7,6 +7,7 @@ URL: http://main.aminet.net/misc/unix/ Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2 Source1: agr.1 BuildRequires: gcc +BuildRequires: make %description A viewer for the UNIX console which can read and display AmigaGuide files. It From 47367defabe3dff63687974f3205731490f6a525 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 25 Jan 2021 22:14:48 +0000 Subject: [PATCH 36/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 21dab34..ccbcc8e 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Mon Jan 25 2021 Fedora Release Engineering - 1.2-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 1.2-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 4391a7526890b3b0c6ca6540aa50a204037eb77f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 10:43:10 +0000 Subject: [PATCH 37/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 98aefd6ac2e1feb23cadea0f15430dd0c242eca4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 15:37:35 +0000 Subject: [PATCH 38/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index ccbcc8e..bbab7c9 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 1.2-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Jan 25 2021 Fedora Release Engineering - 1.2-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 0334853dca4d5eb9b1eaa8d4ff92cb515c338747 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 19:11:53 +0000 Subject: [PATCH 39/51] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index bbab7c9..c051bc8 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 1.2-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jul 21 2021 Fedora Release Engineering - 1.2-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 075b2958cb76c811743773cd0b4395cb640141f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 18:24:55 +0000 Subject: [PATCH 40/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index c051bc8..aaf8ae0 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 1.2-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jan 19 2022 Fedora Release Engineering - 1.2-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 337287113cca7fd7c6a32e83a6bb43d4f0bc38f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 19:36:25 +0000 Subject: [PATCH 41/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index aaf8ae0..aff1970 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL+ URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 1.2-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 20 2022 Fedora Release Engineering - 1.2-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From a7f7e001176c8bdaa591ad8dbcff5714ddcbd607 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 8 Mar 2023 14:56:27 -0600 Subject: [PATCH 42/51] migrated to SPDX license --- AGReader.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/AGReader.spec b/AGReader.spec index aff1970..d079c09 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,8 +1,8 @@ Name: AGReader Version: 1.2 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Console reader for viewing AmigaGuide files -License: GPL+ +License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ Source0: http://main.aminet.net/misc/unix/%{name}.tar.bz2 Source1: agr.1 @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Mar 08 2023 Gwyn Ciesla - 1.2-32 +- migrated to SPDX license + * Wed Jan 18 2023 Fedora Release Engineering - 1.2-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From ecd0bc846b01f24c4a6402ffcce2ff85fd441327 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 10:56:08 +0000 Subject: [PATCH 43/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index d079c09..0d42f16 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 1.2-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Mar 08 2023 Gwyn Ciesla - 1.2-32 - migrated to SPDX license From afddcdf87643d47858bafb23fae5d4708c3bdd6e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jan 2024 12:04:02 +0000 Subject: [PATCH 44/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 0d42f16..b236761 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Thu Jan 18 2024 Fedora Release Engineering - 1.2-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 1.2-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 4df514adb19a1d33f04b681bc232bd08993ed50e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 09:09:41 +0000 Subject: [PATCH 45/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index b236761..5bf0a2a 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 1.2-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jan 18 2024 Fedora Release Engineering - 1.2-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b2e2a3de0d27c5085f05b5878f0ac63e36cdacd2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 20:41:58 +0000 Subject: [PATCH 46/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 5bf0a2a..090598f 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 1.2-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 1.2-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 3d7c2e4591c125d9098e725cc17efff2efebc5c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 14:41:52 +0000 Subject: [PATCH 47/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 090598f..feab0c6 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 1.2-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 1.2-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9e9addf38bdf0ac523fcda916ba5a092ae7e55a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 08:22:25 +0000 Subject: [PATCH 48/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index feab0c6..f01af0a 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 37%{?dist} +Release: 38%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1.2-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 1.2-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From dfd28dc944a26d53d780b5dfd302138fb9f61e2a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 20 Jan 2025 07:18:43 +0000 Subject: [PATCH 49/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index f01af0a..5e1fd38 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Mon Jan 20 2025 Fedora Release Engineering - 1.2-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 1.2-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 83b39c509956b755ee8b7158972ef4a595ba59ef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 15:40:30 +0000 Subject: [PATCH 50/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index 5e1fd38..b60bd18 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 39%{?dist} +Release: 40%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.2-40 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jan 20 2025 Fedora Release Engineering - 1.2-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 91d8862e026e9b6052fe9270898b57152e1c78d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 02:26:49 +0000 Subject: [PATCH 51/51] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- AGReader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AGReader.spec b/AGReader.spec index b60bd18..3139c60 100644 --- a/AGReader.spec +++ b/AGReader.spec @@ -1,6 +1,6 @@ Name: AGReader Version: 1.2 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Console reader for viewing AmigaGuide files License: GPL-1.0-or-later URL: http://main.aminet.net/misc/unix/ @@ -39,6 +39,9 @@ install -m0755 Sources/agr %{buildroot}%{_bindir} %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.2-41 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 1.2-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild