From e7d8f5ee42a1530e6a7ba91fb63edd71722fe2ab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:10:23 +0000 Subject: [PATCH 01/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vorbisgain.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vorbisgain.spec b/vorbisgain.spec index 9c15ca9..745fde9 100644 --- a/vorbisgain.spec +++ b/vorbisgain.spec @@ -1,6 +1,6 @@ Name: vorbisgain Version: 0.36 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Adds tags to Ogg Vorbis files to adjust the volume License: LGPLv2 @@ -50,6 +50,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.36-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.36-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 059b29fb24590648a707e8cae7da700fba70cd5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 15 Mar 2022 01:19:42 +0100 Subject: [PATCH 02/17] Orphaned for 6+ weeks --- .gitignore | 1 - 001-fprintf_fix.patch | 13 ---- dead.package | 1 + sources | 1 - vorbisgain-c99.patch | 24 ------ vorbisgain-spelling.patch | 21 ----- vorbisgain.spec | 156 -------------------------------------- 7 files changed, 1 insertion(+), 216 deletions(-) delete mode 100644 .gitignore delete mode 100644 001-fprintf_fix.patch create mode 100644 dead.package delete mode 100644 sources delete mode 100644 vorbisgain-c99.patch delete mode 100644 vorbisgain-spelling.patch delete mode 100644 vorbisgain.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6bb7a80..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -vorbisgain-0.36.zip diff --git a/001-fprintf_fix.patch b/001-fprintf_fix.patch deleted file mode 100644 index 61de360..0000000 --- a/001-fprintf_fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/misc.c b/misc.c -index 5d3ee92..37f013f 100644 ---- a/misc.c -+++ b/misc.c -@@ -56,7 +56,7 @@ void file_error(const char* message, ...) - vfprintf(stderr, message, args); - va_end(args); - -- fprintf(stderr, strerror(err_num)); -+ fprintf(stderr, "%s", strerror(err_num)); - fprintf(stderr, "\n"); - } - 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 4bd75b3..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -3c9df5028fa395aa98fdf0f58a5187b0 vorbisgain-0.36.zip diff --git a/vorbisgain-c99.patch b/vorbisgain-c99.patch deleted file mode 100644 index 1fc8f80..0000000 --- a/vorbisgain-c99.patch +++ /dev/null @@ -1,24 +0,0 @@ -Add missing include files to avoid implicit function declarations. - -diff -ur vorbisgain-0.36.orig/configure vorbisgain-0.36/configure ---- vorbisgain-0.36.orig/configure 2005-02-06 18:41:37.000000000 +0100 -+++ vorbisgain-0.36/configure 2019-09-09 15:58:47.721500962 +0200 -@@ -3894,6 +3894,7 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include -+#include - #if ((' ' & 0x0FF) == 0x020) - # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') - # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) -diff -ur vorbisgain-0.36.orig/misc.c vorbisgain-0.36/misc.c ---- vorbisgain-0.36.orig/misc.c 2019-09-09 12:19:42.805189786 +0200 -+++ vorbisgain-0.36/misc.c 2019-09-09 12:59:20.848918603 +0200 -@@ -23,6 +23,7 @@ - #else /* WIN32 */ - #include - #include -+#include - - #ifndef DISABLE_WINSIZE - diff --git a/vorbisgain-spelling.patch b/vorbisgain-spelling.patch deleted file mode 100644 index dd09264..0000000 --- a/vorbisgain-spelling.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -ur vorbisgain-0.36.OLD/vorbisgain.1 vorbisgain-0.36/vorbisgain.1 ---- vorbisgain-0.36.OLD/vorbisgain.1 2005-02-06 12:40:19.000000000 -0500 -+++ vorbisgain-0.36/vorbisgain.1 2006-10-13 13:42:01.000000000 -0400 -@@ -70,7 +70,7 @@ - needed for a conversion, the file is not modified. The album peak tag is - only created if - .I -a --is specified, and the album gain value is then checked for concistency. -+is specified, and the album gain value is then checked for consistency. - Otherwise any album gain is converted without any checks. - - .IP "-d, --display-only" -@@ -100,7 +100,7 @@ - was configured with --enable-recursive. - - .IP "-s, --silent" --Sliently skip any non-Vorbis files found. Vorbis files that can't be processed -+Silently skip any non-Vorbis files found. Vorbis files that can't be processed - for some reason are skipped as well, though not silently. Default is to stop - when such files are encountered. - diff --git a/vorbisgain.spec b/vorbisgain.spec deleted file mode 100644 index 745fde9..0000000 --- a/vorbisgain.spec +++ /dev/null @@ -1,156 +0,0 @@ -Name: vorbisgain -Version: 0.36 -Release: 31%{?dist} -Summary: Adds tags to Ogg Vorbis files to adjust the volume - -License: LGPLv2 -URL: http://sjeng.org/vorbisgain.html -Source0: http://sjeng.org/ftp/vorbis/%{name}-%{version}.zip -Patch0: %{name}-spelling.patch -Patch1: 001-fprintf_fix.patch -Patch2: vorbisgain-c99.patch - -BuildRequires: make -BuildRequires: gcc -BuildRequires: libvorbis-devel -BuildRequires: libogg-devel - - -%description -VorbisGain is a utility that uses a psychoacoustic method to correct the -volume of an Ogg Vorbis file to a predefined standardized loudness. - -It needs player support to work. Non-supporting players will play back -the files without problems, but you'll miss out on the benefits. -Nowadays most good players such as ogg123, xmms and mplayer are already -compatible. - - -%prep -%setup -q -%patch0 -p1 -b .spelling -%patch1 -p1 -b .fprintf -%patch2 -p1 -b .c99 - - -%build -chmod 755 configure -%configure --enable-recursive -make %{?_smp_mflags} - - -%install -make install DESTDIR=$RPM_BUILD_ROOT - - -%files -%doc NEWS README -%{_bindir}/%{name} -%{_mandir}/man1/* - - -%changelog -* Sat Jan 22 2022 Fedora Release Engineering - 0.36-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.36-30 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.36-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.36-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 0.36-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Sep 9 2019 Florian Weimer - 0.36-26 -- Second part of C99 mode build fix - -* Mon Sep 9 2019 Florian Weimer - 0.36-25 -- Fix building in C99 mode - -* Sat Jul 27 2019 Fedora Release Engineering - 0.36-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.36-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.36-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.36-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 0.36-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.36-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.36-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0.36-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.36-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 0.36-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.36-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Oct 31 2013 Brian Pepple - 0.36-13 -- Add patch to fix build failure. (#1025254) - -* Sun Aug 04 2013 Fedora Release Engineering - 0.36-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon May 13 2013 Brian Pepple - 0.36-11 -- Remove some old depreciated cruft from the spec file. - -* Fri Feb 15 2013 Fedora Release Engineering - 0.36-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.36-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jan 09 2012 Brian Pepple - 0.36-8 -- Rebuild for new gcc. - -* Mon Feb 07 2011 Fedora Release Engineering - 0.36-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Oct 20 2010 Brian Pepple - 0.36-6 -- Drop buildroot & clean section since they are no longer necessary. - -* Sun Jul 26 2009 Fedora Release Engineering - 0.36-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0.36-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Feb 8 2008 Brian Pepple - 0.36-3 -- Rebuild for gcc-4.3. - -* Tue Aug 21 2007 Brian Pepple - 0.36-2 -- Rebuild. -- Update license tag. - -* Fri Oct 13 2006 Brian Pepple - 0.36-1 -- Update to 0.36. -- Add patch to fix spelling errors in manpage. - -* Thu Oct 05 2006 Christian Iseli 0.34-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 - -* Tue Sep 19 2006 Brian Pepple - 0.34-2 -- Rebuild for FC6. -- Minor formatting changes. - -* Sat May 13 2006 Noa Resare 0.34-1 -- Initial spec From bce909b7b52af38ab4b913ff9959b239e4765b26 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Thu, 24 Mar 2022 12:51:39 +0100 Subject: [PATCH 03/17] Unretirement request: https://pagure.io/releng/issue/10714 --- .gitignore | 1 + 001-fprintf_fix.patch | 13 ++++ dead.package | 1 - sources | 1 + vorbisgain-c99.patch | 24 ++++++ vorbisgain-spelling.patch | 21 +++++ vorbisgain.spec | 156 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 216 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 001-fprintf_fix.patch delete mode 100644 dead.package create mode 100644 sources create mode 100644 vorbisgain-c99.patch create mode 100644 vorbisgain-spelling.patch create mode 100644 vorbisgain.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6bb7a80 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vorbisgain-0.36.zip diff --git a/001-fprintf_fix.patch b/001-fprintf_fix.patch new file mode 100644 index 0000000..61de360 --- /dev/null +++ b/001-fprintf_fix.patch @@ -0,0 +1,13 @@ +diff --git a/misc.c b/misc.c +index 5d3ee92..37f013f 100644 +--- a/misc.c ++++ b/misc.c +@@ -56,7 +56,7 @@ void file_error(const char* message, ...) + vfprintf(stderr, message, args); + va_end(args); + +- fprintf(stderr, strerror(err_num)); ++ fprintf(stderr, "%s", strerror(err_num)); + fprintf(stderr, "\n"); + } + diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/sources b/sources new file mode 100644 index 0000000..4bd75b3 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +3c9df5028fa395aa98fdf0f58a5187b0 vorbisgain-0.36.zip diff --git a/vorbisgain-c99.patch b/vorbisgain-c99.patch new file mode 100644 index 0000000..1fc8f80 --- /dev/null +++ b/vorbisgain-c99.patch @@ -0,0 +1,24 @@ +Add missing include files to avoid implicit function declarations. + +diff -ur vorbisgain-0.36.orig/configure vorbisgain-0.36/configure +--- vorbisgain-0.36.orig/configure 2005-02-06 18:41:37.000000000 +0100 ++++ vorbisgain-0.36/configure 2019-09-09 15:58:47.721500962 +0200 +@@ -3894,6 +3894,7 @@ + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + #include ++#include + #if ((' ' & 0x0FF) == 0x020) + # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') + # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) +diff -ur vorbisgain-0.36.orig/misc.c vorbisgain-0.36/misc.c +--- vorbisgain-0.36.orig/misc.c 2019-09-09 12:19:42.805189786 +0200 ++++ vorbisgain-0.36/misc.c 2019-09-09 12:59:20.848918603 +0200 +@@ -23,6 +23,7 @@ + #else /* WIN32 */ + #include + #include ++#include + + #ifndef DISABLE_WINSIZE + diff --git a/vorbisgain-spelling.patch b/vorbisgain-spelling.patch new file mode 100644 index 0000000..dd09264 --- /dev/null +++ b/vorbisgain-spelling.patch @@ -0,0 +1,21 @@ +diff -ur vorbisgain-0.36.OLD/vorbisgain.1 vorbisgain-0.36/vorbisgain.1 +--- vorbisgain-0.36.OLD/vorbisgain.1 2005-02-06 12:40:19.000000000 -0500 ++++ vorbisgain-0.36/vorbisgain.1 2006-10-13 13:42:01.000000000 -0400 +@@ -70,7 +70,7 @@ + needed for a conversion, the file is not modified. The album peak tag is + only created if + .I -a +-is specified, and the album gain value is then checked for concistency. ++is specified, and the album gain value is then checked for consistency. + Otherwise any album gain is converted without any checks. + + .IP "-d, --display-only" +@@ -100,7 +100,7 @@ + was configured with --enable-recursive. + + .IP "-s, --silent" +-Sliently skip any non-Vorbis files found. Vorbis files that can't be processed ++Silently skip any non-Vorbis files found. Vorbis files that can't be processed + for some reason are skipped as well, though not silently. Default is to stop + when such files are encountered. + diff --git a/vorbisgain.spec b/vorbisgain.spec new file mode 100644 index 0000000..745fde9 --- /dev/null +++ b/vorbisgain.spec @@ -0,0 +1,156 @@ +Name: vorbisgain +Version: 0.36 +Release: 31%{?dist} +Summary: Adds tags to Ogg Vorbis files to adjust the volume + +License: LGPLv2 +URL: http://sjeng.org/vorbisgain.html +Source0: http://sjeng.org/ftp/vorbis/%{name}-%{version}.zip +Patch0: %{name}-spelling.patch +Patch1: 001-fprintf_fix.patch +Patch2: vorbisgain-c99.patch + +BuildRequires: make +BuildRequires: gcc +BuildRequires: libvorbis-devel +BuildRequires: libogg-devel + + +%description +VorbisGain is a utility that uses a psychoacoustic method to correct the +volume of an Ogg Vorbis file to a predefined standardized loudness. + +It needs player support to work. Non-supporting players will play back +the files without problems, but you'll miss out on the benefits. +Nowadays most good players such as ogg123, xmms and mplayer are already +compatible. + + +%prep +%setup -q +%patch0 -p1 -b .spelling +%patch1 -p1 -b .fprintf +%patch2 -p1 -b .c99 + + +%build +chmod 755 configure +%configure --enable-recursive +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT + + +%files +%doc NEWS README +%{_bindir}/%{name} +%{_mandir}/man1/* + + +%changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.36-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.36-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.36-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.36-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 0.36-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Sep 9 2019 Florian Weimer - 0.36-26 +- Second part of C99 mode build fix + +* Mon Sep 9 2019 Florian Weimer - 0.36-25 +- Fix building in C99 mode + +* Sat Jul 27 2019 Fedora Release Engineering - 0.36-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Feb 03 2019 Fedora Release Engineering - 0.36-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 0.36-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 0.36-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 0.36-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.36-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.36-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 05 2016 Fedora Release Engineering - 0.36-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jun 19 2015 Fedora Release Engineering - 0.36-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Aug 18 2014 Fedora Release Engineering - 0.36-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sun Jun 08 2014 Fedora Release Engineering - 0.36-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Thu Oct 31 2013 Brian Pepple - 0.36-13 +- Add patch to fix build failure. (#1025254) + +* Sun Aug 04 2013 Fedora Release Engineering - 0.36-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon May 13 2013 Brian Pepple - 0.36-11 +- Remove some old depreciated cruft from the spec file. + +* Fri Feb 15 2013 Fedora Release Engineering - 0.36-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 0.36-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jan 09 2012 Brian Pepple - 0.36-8 +- Rebuild for new gcc. + +* Mon Feb 07 2011 Fedora Release Engineering - 0.36-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Oct 20 2010 Brian Pepple - 0.36-6 +- Drop buildroot & clean section since they are no longer necessary. + +* Sun Jul 26 2009 Fedora Release Engineering - 0.36-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0.36-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Feb 8 2008 Brian Pepple - 0.36-3 +- Rebuild for gcc-4.3. + +* Tue Aug 21 2007 Brian Pepple - 0.36-2 +- Rebuild. +- Update license tag. + +* Fri Oct 13 2006 Brian Pepple - 0.36-1 +- Update to 0.36. +- Add patch to fix spelling errors in manpage. + +* Thu Oct 05 2006 Christian Iseli 0.34-3 + - rebuilt for unwind info generation, broken in gcc-4.1.1-21 + +* Tue Sep 19 2006 Brian Pepple - 0.34-2 +- Rebuild for FC6. +- Minor formatting changes. + +* Sat May 13 2006 Noa Resare 0.34-1 +- Initial spec From d969bfcad35c877bc2d20844801d20a6fced4b3b Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Wed, 23 Mar 2022 21:24:40 +0000 Subject: [PATCH 04/17] Use autorelease and autochangelog. --- vorbisgain.spec | 107 +----------------------------------------------- 1 file changed, 2 insertions(+), 105 deletions(-) diff --git a/vorbisgain.spec b/vorbisgain.spec index 745fde9..f65c499 100644 --- a/vorbisgain.spec +++ b/vorbisgain.spec @@ -1,6 +1,6 @@ Name: vorbisgain Version: 0.36 -Release: 31%{?dist} +Release: %autorelease Summary: Adds tags to Ogg Vorbis files to adjust the volume License: LGPLv2 @@ -50,107 +50,4 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog -* Sat Jan 22 2022 Fedora Release Engineering - 0.36-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.36-30 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.36-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.36-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 0.36-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Sep 9 2019 Florian Weimer - 0.36-26 -- Second part of C99 mode build fix - -* Mon Sep 9 2019 Florian Weimer - 0.36-25 -- Fix building in C99 mode - -* Sat Jul 27 2019 Fedora Release Engineering - 0.36-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.36-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.36-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0.36-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 0.36-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.36-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.36-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 0.36-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 0.36-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 0.36-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.36-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Oct 31 2013 Brian Pepple - 0.36-13 -- Add patch to fix build failure. (#1025254) - -* Sun Aug 04 2013 Fedora Release Engineering - 0.36-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon May 13 2013 Brian Pepple - 0.36-11 -- Remove some old depreciated cruft from the spec file. - -* Fri Feb 15 2013 Fedora Release Engineering - 0.36-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.36-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon Jan 09 2012 Brian Pepple - 0.36-8 -- Rebuild for new gcc. - -* Mon Feb 07 2011 Fedora Release Engineering - 0.36-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Oct 20 2010 Brian Pepple - 0.36-6 -- Drop buildroot & clean section since they are no longer necessary. - -* Sun Jul 26 2009 Fedora Release Engineering - 0.36-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 0.36-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Feb 8 2008 Brian Pepple - 0.36-3 -- Rebuild for gcc-4.3. - -* Tue Aug 21 2007 Brian Pepple - 0.36-2 -- Rebuild. -- Update license tag. - -* Fri Oct 13 2006 Brian Pepple - 0.36-1 -- Update to 0.36. -- Add patch to fix spelling errors in manpage. - -* Thu Oct 05 2006 Christian Iseli 0.34-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 - -* Tue Sep 19 2006 Brian Pepple - 0.34-2 -- Rebuild for FC6. -- Minor formatting changes. - -* Sat May 13 2006 Noa Resare 0.34-1 -- Initial spec +%autochangelog From 8b0b92e3683f43b5681d84fde0cc6d80e4a17311 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Wed, 23 Mar 2022 21:39:55 +0000 Subject: [PATCH 05/17] Update to version 0.37. --- .gitignore | 1 + sources | 2 +- vorbisgain.spec | 7 +++---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6bb7a80..3c4e7cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vorbisgain-0.36.zip +/vorbisgain-0.37.tar.gz diff --git a/sources b/sources index 4bd75b3..3f1fa78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c9df5028fa395aa98fdf0f58a5187b0 vorbisgain-0.36.zip +SHA512 (vorbisgain-0.37.tar.gz) = 67181834e1a0d7c6e1ccd984e2d30ebf1dcdff84caa77f75e5e771de8414904810e966a43852b7184e075d2428fd8b431124835efc370ce6504b8b2756746e04 diff --git a/vorbisgain.spec b/vorbisgain.spec index f65c499..7dae1f8 100644 --- a/vorbisgain.spec +++ b/vorbisgain.spec @@ -1,11 +1,11 @@ Name: vorbisgain -Version: 0.36 +Version: 0.37 Release: %autorelease Summary: Adds tags to Ogg Vorbis files to adjust the volume License: LGPLv2 -URL: http://sjeng.org/vorbisgain.html -Source0: http://sjeng.org/ftp/vorbis/%{name}-%{version}.zip +URL: https://sjeng.org/vorbisgain.html +Source0: https://sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz Patch0: %{name}-spelling.patch Patch1: 001-fprintf_fix.patch Patch2: vorbisgain-c99.patch @@ -34,7 +34,6 @@ compatible. %build -chmod 755 configure %configure --enable-recursive make %{?_smp_mflags} From 548d8e3e283fd9f374a169d1d68bd72c8db14fad Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Wed, 23 Mar 2022 21:50:50 +0000 Subject: [PATCH 06/17] Modernise spec file. --- vorbisgain.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/vorbisgain.spec b/vorbisgain.spec index 7dae1f8..85ddd88 100644 --- a/vorbisgain.spec +++ b/vorbisgain.spec @@ -6,7 +6,7 @@ Summary: Adds tags to Ogg Vorbis files to adjust the volume License: LGPLv2 URL: https://sjeng.org/vorbisgain.html Source0: https://sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz -Patch0: %{name}-spelling.patch +Patch0: vorbisgain-spelling.patch Patch1: 001-fprintf_fix.patch Patch2: vorbisgain-c99.patch @@ -27,19 +27,16 @@ compatible. %prep -%setup -q -%patch0 -p1 -b .spelling -%patch1 -p1 -b .fprintf -%patch2 -p1 -b .c99 +%autosetup %build %configure --enable-recursive -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install %files From c8a450c19defaff341f883deff02359ce318c77b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:06:17 +0000 Subject: [PATCH 07/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From f6d0b697179c2595ddeb7a532dc4345818bb5986 Mon Sep 17 00:00:00 2001 From: "Colin B. Macdonald" Date: Tue, 3 Jan 2023 00:27:11 -0800 Subject: [PATCH 08/17] Cleanup whitespace --- vorbisgain.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vorbisgain.spec b/vorbisgain.spec index 85ddd88..20c68c6 100644 --- a/vorbisgain.spec +++ b/vorbisgain.spec @@ -5,15 +5,15 @@ Summary: Adds tags to Ogg Vorbis files to adjust the volume License: LGPLv2 URL: https://sjeng.org/vorbisgain.html -Source0: https://sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz -Patch0: vorbisgain-spelling.patch +Source0: https://sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz +Patch0: vorbisgain-spelling.patch Patch1: 001-fprintf_fix.patch Patch2: vorbisgain-c99.patch -BuildRequires: make +BuildRequires: make BuildRequires: gcc -BuildRequires: libvorbis-devel -BuildRequires: libogg-devel +BuildRequires: libvorbis-devel +BuildRequires: libogg-devel %description @@ -23,7 +23,7 @@ volume of an Ogg Vorbis file to a predefined standardized loudness. It needs player support to work. Non-supporting players will play back the files without problems, but you'll miss out on the benefits. Nowadays most good players such as ogg123, xmms and mplayer are already -compatible. +compatible. %prep From a15e83cda22b2f8ccb707cf38773487e891e429e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:29:44 +0000 Subject: [PATCH 09/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 44e625fbf9e7919efc7246786bd5fc657bd441c1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:51:50 +0000 Subject: [PATCH 10/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 939c6bfa169df9d3e3360eb7764b97a4318cfec9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:11:58 +0000 Subject: [PATCH 11/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 354edd7f8accd57c779017c9ce49c46ecc7ed338 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:00:29 +0000 Subject: [PATCH 12/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c71e68d0ff2a3dc1dbae27f2df68fc9060620f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:42:58 +0200 Subject: [PATCH 13/17] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- vorbisgain.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vorbisgain.spec b/vorbisgain.spec index 20c68c6..507b7dd 100644 --- a/vorbisgain.spec +++ b/vorbisgain.spec @@ -3,7 +3,8 @@ Version: 0.37 Release: %autorelease Summary: Adds tags to Ogg Vorbis files to adjust the volume -License: LGPLv2 +# Automatically converted from old format: LGPLv2 - review is highly recommended. +License: LicenseRef-Callaway-LGPLv2 URL: https://sjeng.org/vorbisgain.html Source0: https://sjeng.org/ftp/vorbis/%{name}-%{version}.tar.gz Patch0: vorbisgain-spelling.patch From 4f0af48fe5fcbcf9083ddbd4da4b70068332e1e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:36:51 +0000 Subject: [PATCH 14/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 946e9d9bf12467e5b5f7523d8eb9a92941f8ee50 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:13:27 +0000 Subject: [PATCH 15/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 66d9e28d43e74e36f274214c415da48a240451ba Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:03:15 +0000 Subject: [PATCH 16/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 4158c2b5b5a478ae24884b9a6d7a6fa0a40ee0c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:37:21 +0000 Subject: [PATCH 17/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild