diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-05-29 16:33:01 +0200 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-05-29 16:33:01 +0200 |
| commit | 80b9bcd2e4661a70d4a4dce8e9d80ed7b0cdbbf2 (patch) | |
| tree | e2eb0309ebb8474a05e4f139748bb78b4139d22b | |
| parent | 60f02dc550aaade2e1c2d3cb74b81e2b8f010bda (diff) | |
| download | scl-autotools-80b9bcd2e4661a70d4a4dce8e9d80ed7b0cdbbf2.tar.gz scl-autotools-80b9bcd2e4661a70d4a4dce8e9d80ed7b0cdbbf2.tar.xz scl-autotools-80b9bcd2e4661a70d4a4dce8e9d80ed7b0cdbbf2.zip | |
general: mass release bump for %_compat_el5_build
8 files changed, 48 insertions, 9 deletions
diff --git a/repos/autotools/autotools-git/automake/automake.spec b/repos/autotools/autotools-git/automake/automake.spec index cdc9110..6f18a76 100644 --- a/repos/autotools/autotools-git/automake/automake.spec +++ b/repos/autotools/autotools-git/automake/automake.spec @@ -1,3 +1,5 @@ +%_compat_el5_build + # this is needed for el5 builders %global _source_filedigest_algorithm md5 @@ -16,7 +18,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: %{?scl_prefix}automake Version: %{api_version}a -Release: 6.%git_tag%{?dist} +Release: 7.%git_tag%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -169,6 +171,9 @@ fi %{_mandir}/man1/* %changelog +* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 1.99a-7.904253 +- release bump for %%_compat_el5_build + * Fri May 23 2014 Pavel Raiskup <praiskup@redhat.com> - 1.99a-6 - rebase for git hash "90425304" diff --git a/repos/autotools/autotools-git/libtool/libtool.spec b/repos/autotools/autotools-git/libtool/libtool.spec index c6ee2f7..c915b21 100644 --- a/repos/autotools/autotools-git/libtool/libtool.spec +++ b/repos/autotools/autotools-git/libtool/libtool.spec @@ -1,3 +1,5 @@ +%_compat_el5_build + %{!?scl:%global scl autotools-git} # Detect gcc version, (workaround) see the bug #429880 @@ -12,7 +14,7 @@ Summary: The GNU Portable Library Tool Name: %{?scl_prefix}libtool Version: 2.4.2 -Release: 4.%{subrelease}.%{git_hash}%{?dist} +Release: 5.%{subrelease}.%{git_hash}%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ Group: Development/Tools @@ -188,6 +190,9 @@ fi %{_libdir}/libltdl.so %changelog +* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-5.444.28.053d +- release bump for %%_compat_el5_build + * Thu Apr 17 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-4.444.28.053d - merge fixes/hakcs from other specs diff --git a/repos/autotools/autotools-git/m4/m4.spec b/repos/autotools/autotools-git/m4/m4.spec index a5eba1d..d611a1a 100644 --- a/repos/autotools/autotools-git/m4/m4.spec +++ b/repos/autotools/autotools-git/m4/m4.spec @@ -1,3 +1,5 @@ +%_compat_el5_build + %{!?scl:%global scl autotools-git} %{?scl:%scl_package m4} @@ -8,7 +10,7 @@ Summary: The GNU macro processor Name: %{scl_prefix}m4 Version: 1.9a -Release: 1.%(echo %upstream_stamp | sed 's|-|_|')%{?dist} +Release: 3.%(echo %upstream_stamp | sed 's|-|_|')%{?dist} License: GPLv3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.%{upstream_stamp}.tar.gz @@ -92,8 +94,10 @@ if [ "$1" = 0 ]; then fi fi - %changelog +* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 1.9a-3.644_c090 +- use %%_compat_el5_build + * Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 1.9a-1.644_c090 - fix load failures by really proposed patch, spec lint - remove SOURCE1 signature file, not available for git snapshot diff --git a/repos/autotools/autotools-latest/autoconf/autoconf.spec b/repos/autotools/autotools-latest/autoconf/autoconf.spec index 4416e1a..0625d46 100644 --- a/repos/autotools/autotools-latest/autoconf/autoconf.spec +++ b/repos/autotools/autotools-latest/autoconf/autoconf.spec @@ -1,3 +1,5 @@ +%_compat_el5_build + %{!?scl:%global scl autotools-latest} %{?scl:%scl_package autoconf} @@ -5,7 +7,7 @@ Summary: A GNU tool for automatically configuring source code Name: %{?scl_prefix}autoconf Version: 2.69 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and GFDL Group: Development/Tools Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.gz @@ -131,6 +133,9 @@ fi %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO %changelog +* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 2.69-3 +- release bump for %%_compat_el5_build + * Tue Mar 25 2014 Pavel Raiskup <praiskup@redhat.com> - 2.69-2 - require the SCL-ized m4 so we may run on RHEL5 diff --git a/repos/autotools/autotools-latest/automake/automake.spec b/repos/autotools/autotools-latest/automake/automake.spec index 66b7e92..2284df1 100644 --- a/repos/autotools/autotools-latest/automake/automake.spec +++ b/repos/autotools/autotools-latest/automake/automake.spec @@ -1,3 +1,5 @@ +%_compat_el5_build + # Workaround to always have %scl defined (for testing locally) %{!?scl:%global scl autotools-latest} @@ -12,7 +14,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: %{?scl_prefix}automake Version: %{api_version}.1 -Release: 3%{?dist} +Release: 4%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -169,6 +171,9 @@ fi %{_mandir}/man1/* %changelog +* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-4 +- release bump for %%_compat_el5_build + * Tue Mar 25 2014 Pavel Raiskup <praiskup@redhat.com> - 1.14.1-3 - merge fixes for RHEL5 from autotools-git diff --git a/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec b/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec index 1e5b5e5..30057c8 100644 --- a/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec +++ b/repos/autotools/autotools-latest/autotools-latest/autotools-latest.spec @@ -1,3 +1,5 @@ +%_compat_el5_build + # Workaround to always have %scl defined %{!?scl:%global scl autotools-latest} @@ -6,7 +8,7 @@ Summary: Package that installs %scl Name: %scl_name Version: 1 -Release: 7%{?dist} +Release: 8%{?dist} BuildArch: noarch License: GPLv2+ Group: Applications/File @@ -74,6 +76,9 @@ rm -rf %{buildroot}/%{_root_sysconfdir}/rpm/macros.%{scl}-config %changelog +* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 1-8 +- release bump for %%_compat_el5_build + * Fri Apr 18 2014 Pavel Raiskup <praiskup@redhat.com> - 1-7 - the fix for 'filelist' (#1079203) is not needed, according to https://fedorahosted.org/SoftwareCollections/ticket/18 diff --git a/repos/autotools/autotools-latest/libtool/libtool.spec b/repos/autotools/autotools-latest/libtool/libtool.spec index 0232907..a95b04e 100644 --- a/repos/autotools/autotools-latest/libtool/libtool.spec +++ b/repos/autotools/autotools-latest/libtool/libtool.spec @@ -1,3 +1,5 @@ +%_compat_el5_build + %{!?scl:%global scl autotools-latest} %global gcc_version %(gcc -dumpversion || echo "666") @@ -7,7 +9,7 @@ Summary: The GNU Portable Library Tool Name: %{?scl_prefix}libtool Version: 2.4.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ Group: Development/Tools @@ -205,6 +207,9 @@ fi %{_libdir}/libltdl.so %changelog +* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-3 +- release bump for %%_compat_el5_build + * Tue Mar 25 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-2 - RHEL5 fixes diff --git a/repos/autotools/autotools-latest/m4/m4.spec b/repos/autotools/autotools-latest/m4/m4.spec index d2ec499..bba12f4 100644 --- a/repos/autotools/autotools-latest/m4/m4.spec +++ b/repos/autotools/autotools-latest/m4/m4.spec @@ -1,3 +1,5 @@ +%_compat_el5_build + %{!?scl:%global scl autotools-latest} %{?scl:%scl_package m4} @@ -5,7 +7,7 @@ Summary: The GNU macro processor Name: %{scl_prefix}m4 Version: 1.4.17 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.gz @@ -77,5 +79,8 @@ fi %changelog +* Thu May 29 2014 Pavel Raiskup <praiskup@redhat.com> - 1.4.17-2 +- release bump for %%_compat_el5_build + * Tue Mar 25 2014 Pavel Raiskup <praiskup@redhat.com> - 1.4.17-1 - SCLized spec file from rawhide |
