From 555da91138542e823f846b0d3334ce05b68ce01d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 14 Apr 2022 13:18:19 -0700 Subject: [PATCH] vorbis-tools package is retired on c9s for CS-600 --- .gitignore | 1 - dead.package | 1 + gating.yaml | 6 - sources | 1 - vorbis-tools-1.4.2-man-page.patch | 31 --- vorbis-tools.spec | 375 ------------------------------ 6 files changed, 1 insertion(+), 414 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 gating.yaml delete mode 100644 sources delete mode 100644 vorbis-tools-1.4.2-man-page.patch delete mode 100644 vorbis-tools.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9482331..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/vorbis-tools-*.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..c0941cd --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +vorbis-tools package is retired on c9s for CS-600 diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 4124226..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} diff --git a/sources b/sources deleted file mode 100644 index 4bd97bd..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (vorbis-tools-1.4.2.tar.gz) = 31681560434054706981aef64406975295eb405a9d2d7c0468af789d6c23edb7cfc1c19d26a28fa7061835524289cdc6d217a4669c43a2eb828189370cc6fcaf diff --git a/vorbis-tools-1.4.2-man-page.patch b/vorbis-tools-1.4.2-man-page.patch deleted file mode 100644 index b6d178c..0000000 --- a/vorbis-tools-1.4.2-man-page.patch +++ /dev/null @@ -1,31 +0,0 @@ -From af639948fc037f837eeadaf496c43480f71aa3fb Mon Sep 17 00:00:00 2001 -From: Kamil Dudka -Date: Tue, 28 May 2013 13:44:02 +0200 -Subject: [PATCH] Remove the --quiet (-q) option from vorbiscomment.1 man page. - ---- - vorbiscomment/vorbiscomment.1 | 4 +--- - 1 file changed, 1 insertion(+), 3 deletions(-) - -diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1 -index 0211b46..3cc1736 100644 ---- a/vorbiscomment/vorbiscomment.1 -+++ b/vorbiscomment/vorbiscomment.1 -@@ -39,13 +39,11 @@ Reads, modifies, and appends Ogg Vorbis audio file metadata tags. - .IP "-a, --append" - Updates comments. - .IP "-c file, --commentfile file" --Take comments from a file. The file is the same format as is output by the the -l option or given to the -t option: one element per line in 'tag=value' format. If the file is /dev/null and -w was passed, the existing comments will be removed. -+Take comments from a file. The file is the same format as is output by the -l option or given to the -t option: one element per line in 'tag=value' format. If the file is /dev/null and -w was passed, the existing comments will be removed. - .IP "-h, --help" - Show command help. - .IP "-l, --list" - List the comments in the Ogg Vorbis file. --.IP "-q, --quiet" --Quiet mode. No messages are displayed. - .IP "-t 'name=value', --tag 'name=value'" - Specify a new tag on the command line. Each tag is given as a single string. The part before the '=' is treated as the tag name and the part after as the value. - .IP "-d 'name[=value]', --rm 'name[=value]'" --- -2.26.2 - diff --git a/vorbis-tools.spec b/vorbis-tools.spec deleted file mode 100644 index 0359238..0000000 --- a/vorbis-tools.spec +++ /dev/null @@ -1,375 +0,0 @@ -Summary: The Vorbis General Audio Compression Codec tools -Name: vorbis-tools -Version: 1.4.2 -Release: 3%{?dist} -Epoch: 1 -License: GPLv2 -URL: https://www.xiph.org/ -Source: https://ftp.osuosl.org/pub/xiph/releases/vorbis/%{name}-%{version}.tar.gz - -# http://lists.xiph.org/pipermail/vorbis-dev/2021-January/020538.html -# http://lists.xiph.org/pipermail/vorbis-dev/2013-May/020336.html -Patch1: vorbis-tools-1.4.2-man-page.patch - -BuildRequires: flac-devel -BuildRequires: gettext -BuildRequires: gcc -BuildRequires: libao-devel -BuildRequires: libcurl-devel -BuildRequires: libvorbis-devel -BuildRequires: make -BuildRequires: speex-devel -Obsoletes: vorbis < %{epoch}:%{version}-%{release} -Provides: vorbis = %{epoch}:%{version}-%{release} - -# source code of vorbis-tools contains a copy of vasnprintf.c from gnulib -Provides: bundled(gnulib) - -%description -Ogg Vorbis is a fully open, non-proprietary, patent- and royalty-free, -general-purpose compressed audio format for audio and music at fixed -and variable bitrates from 16 to 128 kbps/channel. - -The vorbis package contains an encoder, a decoder, a playback tool, and a -comment editor. - - -%prep -%autosetup -p1 - - -%build -# fix FTBFS if "-Werror=format-security" flag is used (#1025257) -export CFLAGS="$RPM_OPT_FLAGS -Wno-error=format-security" - -# uncomment this when debugging -#CFLAGS="$CFLAGS -O0" - -%configure -%make_build - - -%install -%make_install -rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}* -%find_lang %{name} - - -%files -f %{name}.lang -%doc AUTHORS COPYING README ogg123/ogg123rc-example -%{_bindir}/* -%{_mandir}/man1/* - - -%changelog -* Fri Apr 16 2021 Mohan Boddu - 1:1.4.2-3 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - -* Wed Jan 27 2021 Fedora Release Engineering - 1:1.4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jan 22 2021 Kamil Dudka - 1:1.4.1-2 -- new upstream release - -* Wed Jul 29 2020 Fedora Release Engineering - 1:1.4.0-35 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 14 2020 Tom Stellard - 1:1.4.0-34 -- Use make macros -- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro - -* Fri Jan 31 2020 Fedora Release Engineering - 1:1.4.0-33 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1:1.4.0-32 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1:1.4.0-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Dec 06 2018 Kamil Dudka - 1:1.4.0-30 -- add virtual provides for bundled(gnulib) - -* Sat Jul 14 2018 Fedora Release Engineering - 1:1.4.0-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Feb 19 2018 Kamil Dudka - 1:1.4.0-28 -- add explicit BR for the gcc compiler - -* Fri Feb 09 2018 Fedora Release Engineering - 1:1.4.0-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1:1.4.0-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1:1.4.0-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1:1.4.0-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1:1.4.0-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Aug 31 2015 Kamil Dudka - 1:1.4.0-22 -- oggenc: fix large alloca on bad AIFF input (CVE-2015-6749) - -* Fri Jun 19 2015 Fedora Release Engineering - 1:1.4.0-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Feb 21 2015 Till Maas - 1:1.4.0-20 -- Rebuilt for Fedora 23 Change - https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code - -* Thu Feb 19 2015 Kamil Dudka - 1:1.4.0-19 -- validate count of channels in the header (CVE-2014-9638 and CVE-2014-9639) - -* Mon Jan 26 2015 Kamil Dudka - 1:1.4.0-18 -- do not use stack variable out of its scope of validity (#1185558) - -* Mon Aug 18 2014 Fedora Release Engineering - 1:1.4.0-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Mon Jul 07 2014 Kamil Dudka - 1:1.4.0-16 -- translate the newly added .po files into .gmo files during build (#1116650) - -* Mon Jul 07 2014 Kamil Dudka - 1:1.4.0-15 -- update po files from translationproject.org (#1116650) - -* Tue Jun 10 2014 Kamil Dudka - 1:1.4.0-14 -- fix FTBFS if "-Werror=format-security" flag is used (#1025257) - -* Sun Jun 08 2014 Fedora Release Engineering - 1:1.4.0-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Sep 03 2013 Kamil Dudka - 1:1.4.0-12 -- fix an off-by-one error in the vcut utility (#1003607) - -* Fri Aug 09 2013 Kamil Dudka - 1:1.4.0-11 -- fix various man page issues - -* Mon Aug 05 2013 Hans de Goede - 1:1.4.0-10 -- Fix FTBFS caused by unversioned docdir change (#992862) - -* Sun Aug 04 2013 Fedora Release Engineering - 1:1.4.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1:1.4.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Dec 17 2012 Kamil Dudka - 1:1.4.0-7 -- fix URL to format documentation in vorbiscomment.1 man page (#887540) - -* Tue Aug 28 2012 Kamil Dudka - 1:1.4.0-6 -- fix specfile issues reported by the fedora-review script - -* Sun Jul 22 2012 Fedora Release Engineering - 1:1.4.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1:1.4.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1:1.4.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Sep 02 2010 Kamil Dudka - 1:1.4.0-2 -- rebuilt against libao-1.0.0 (#618171) - -* Fri Mar 26 2010 Kamil Dudka - 1:1.4.0-1 -- new upstream release - -* Wed Nov 25 2009 Kamil Dudka - 1:1.2.0-7 -- fix source URL - -* Tue Oct 06 2009 Kamil Dudka - 1:1.2.0-6 -- upstream patch fixing crash of oggenc --resample (#526653) - -* Sun Jul 26 2009 Fedora Release Engineering - 1:1.2.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 1:1.2.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Oct 21 2008 Zdenek Prikryl - 1:1.2.0-3 -- fixed seting flags for stderr (#467064) - -* Sat May 31 2008 Hans de Goede - 1:1.2.0-2 -- Stop calling autoconf, this was no longer necessarry and in current - rawhide breaks us from building (because aclocal.m4 does not match - the new autoconf version) -- Drop our last 2 patches, they were modifying configure, but since we called - autoconf after that in effect they were not doing anything, review has - confirmed that they indeed are no longer needed) -- Drop using system libtool hack, this is dangerous when the libtool used - to generate ./configure and the one used differ -- Remove various antique checks (for example check if RPM_BUILD_ROOT == /) -- Drop unnecessary explicit library Requires -- Cleanup BuildRequires - -* Tue Mar 11 2008 Jindrich Novy - 1:1.2.0-1 -- update to 1.2.0 -- remove libcurl and oggdec patches, applied upstream -- drop unneeded autoconf BR -- fix BuildRoot - -* Wed Feb 20 2008 Fedora Release Engineering - 1:1.1.1.svn20070412-6 -- Autorebuild for GCC 4.3 - -* Thu Nov 15 2007 Hans de Goede - 1:1.1.1.svn20070412-5 -- Minor specfile cleanups for merge review (bz 226532) - -* Thu Oct 04 2007 Todd Zullinger - 1:1.1.1.svn20070412-4 -- Upstream patch to fix oggdec writing silent wav files (#244757) - -* Thu Aug 23 2007 Adam Jackson - 1:1.1.1.svn20070412-3 -- Rebuild for build ID - -* Wed May 16 2007 Christopher Aillon 1:1.1.1.svn20070412-2.fc7 -- Bring back support for http URLs which was broken with the previous update - See https://bugzilla.redhat.com/240351 - -* Thu Apr 12 2007 - Bastien Nocera - 1.1.1.svn20070412-1.fc7 -- Upgrade to a current SVN snapshot of vorbis-tools to get our FLAC support - back, after the recent libFLAC upgrade (#229124) -- Remove obsolete UTF8 and Curl mute patches - -* Wed Feb 14 2007 Karsten Hopp 1.1.1-5 -- rebuild with libFLAC.so.8, link with libogg instead of libOggFLAC - -* Wed Nov 1 2006 Matthias Clasen - 1:1.1.1-4 -- Rebuild against new curl -- Don't use CURLOPT_MUTE - -* Sun Oct 29 2006 Matthias Clasen - 1:1.1.1-3 -- Fix charset conversion (#98816) - -* Wed Jul 12 2006 Jesse Keating - 1:1.1.1-2 -- rebuild -- Add missing br libtool - -* Fri Feb 10 2006 Jesse Keating - 1:1.1.1-1.2.1 -- bump again for double-long bug on ppc(64) - -* Tue Feb 07 2006 Jesse Keating - 1:1.1.1-1.2 -- rebuilt for new gcc4.1 snapshot and glibc changes - -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Wed Nov 09 2005 John (J5) Palmieri 1:1.1.1-1 -- Update to version 1.1.1 - -* Tue Mar 29 2005 John (J5) Palmieri 1:1.0.1-6 -- rebuild for flac 1.1.2 - -* Wed Mar 02 2005 John (J5) Palmieri 1:1.0.1-5 -- rebuild with gcc 4.0 - -* Wed Jul 28 2004 Colin Walters -- rebuild - -* Tue Jun 15 2004 Elliot Lee -- rebuilt - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Fri Dec 12 2003 Bill Nottingham 1:1.0.1-1 -- update to 1.0.1 - -* Tue Oct 21 2003 Bill Nottingham 1.0-7 -- rebuild (#107673) - -* Fri Sep 5 2003 Bill Nottingham 1.0-6 -- fix curl detection so ogg123 gets built (#103831) - -* Thu Aug 7 2003 Elliot Lee 1.0-5 -- Fix link errors - -* Wed Jun 04 2003 Elliot Lee -- rebuilt - -* Tue Jun 3 2003 Jeff Johnson -- add explicit epoch's where needed. - -* Wed Jan 22 2003 Tim Powers -- rebuilt - -* Wed Dec 11 2002 Tim Powers 1:1.0-2 -- rebuild on all arches - -* Thu Jul 18 2002 Bill Nottingham -- one-dot-oh - -* Tue Jul 16 2002 Elliot Lee -- Add builddep on curl-devel - -* Fri Jun 21 2002 Tim Powers -- automated rebuild - -* Thu May 23 2002 Tim Powers -- automated rebuild - -* Tue Feb 26 2002 Trond Eivind Glomsrød 1.0rc3-3 -- s/Copyright/License/ -- Add curl-devel as a build dependency - -* Wed Jan 09 2002 Tim Powers -- automated rebuild - -* Tue Jan 1 2002 Bill Nottingham -- update to 1.0rc3 - -* Mon Aug 13 2001 Bill Nottingham -- update to 1.0rc2 - -* Fri Jul 20 2001 Bill Nottingham -- split libao, libvorbis out - -* Tue Jul 10 2001 Bill Nottingham -- own %%{_libdir}/ao -- I love libtool - -* Tue Jun 26 2001 Florian La Roche -- add links from library major version numbers in rpms - -* Tue Jun 19 2001 Bill Nottingham -- update to rc1 - -* Fri May 4 2001 Oliver Paukstadt -- fixed perl line in spec file to set optims correctly - -* Tue Mar 20 2001 Bill Nottingham -- fix alpha/ia64, again -- use optflags, not -O20 -ffast-math (especially on alpha...) - -* Mon Feb 26 2001 Bill Nottingham -- fix license tag - -* Mon Feb 26 2001 Bill Nottingham -- beta4 - -* Fri Feb 9 2001 Bill Nottingham -- fix alpha/ia64 - -* Thu Feb 8 2001 Bill Nottingham -- update CVS in prep for beta4 - -* Wed Feb 07 2001 Philipp Knirsch -- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if - none was specified. - -* Tue Jan 9 2001 Bill Nottingham -- update CVS, grab aRts backend for libao - -* Wed Dec 27 2000 Bill Nottingham -- update CVS - -* Fri Dec 01 2000 Bill Nottingham -- rebuild because of broken fileutils - -* Mon Nov 13 2000 Bill Nottingham -- hack up specfile some, merge some packages - -* Sat Oct 21 2000 Jack Moffitt -- initial spec file created