From ac612ee1d67d47f0e71e038bf7887edcc8517a8a Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Feb 06 2012 23:51:38 +0000 Subject: upstream release 0.9.7 --- diff --git a/.gitignore b/.gitignore index 9a73c1b..3ba4171 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -icecc-0.9.6.tar.bz2 icecream-manpages.tar.bz2 +/icecc-0.9.7.tar.bz2 diff --git a/icecream-add-lto-plugin.patch b/icecream-add-lto-plugin.patch deleted file mode 100644 index 2a9848a..0000000 --- a/icecream-add-lto-plugin.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://bugzilla.redhat.com/show_bug.cgi?id=675663 -From: David Tardon -Sent to Stephan Kulow on 2011-05-03. - -diff -up icecc-0.9.6/client/icecc-create-env.dt icecc-0.9.6/client/icecc-create-env ---- icecc-0.9.6/client/icecc-create-env.dt 2011-05-02 12:17:16.866765597 +0200 -+++ icecc-0.9.6/client/icecc-create-env 2011-05-02 12:21:25.804553075 +0200 -@@ -118,6 +118,12 @@ if test -n "$specfile" && test "$specfil - add_file "$specfile" - fi - -+plugin_name=liblto_plugin.so -+plugin=`$added_gcc -print-prog-name=$plugin_name` -+if test -n "$plugin" && test "$plugin" != "$plugin_name" && test -e "$plugin"; then -+ add_file "$plugin" "$plugin" -+fi -+ - # for ldconfig -r to work, ld.so.conf must not contain relative paths - # in include directives. Make them absolute. - tmp_ld_so_conf=`mktemp /tmp/icecc_ld_so_confXXXXXX` diff --git a/icecream.spec b/icecream.spec index f299470..325fc94 100644 --- a/icecream.spec +++ b/icecream.spec @@ -6,8 +6,8 @@ %endif Name: icecream -Version: 0.9.6 -Release: 5%{?dist} +Version: 0.9.7 +Release: 1%{?dist} Summary: Distributed compiler Group: Development/Tools @@ -25,7 +25,6 @@ Source7: initscript-scheduler Source8: %{name}-manpages.tar.bz2 Patch0: %{name}-rename-scheduler.patch Patch1: %{name}-cleanup-conffile.patch -Patch2: %{name}-add-lto-plugin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -73,7 +72,6 @@ This package contains development files for %{name}. %setup -q -a 8 -n icecc-%{version} %patch0 -p1 %patch1 -p0 -%patch2 -p1 sed -e 's|@LIBDIR@|%{_libdir}|g' %{SOURCE1} > icecream.sh sed -e 's|@LIBDIR@|%{_libdir}|g' %{SOURCE2} > icecream.csh mkdir SELinux @@ -268,6 +266,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/icecc.pc %changelog +* Mon Feb 06 2012 Michal Schmidt - 0.9.7-1 +- Upstream release 0.9.7. + * Fri Jan 13 2012 Fedora Release Engineering - 0.9.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 1edccf2..397ccf5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -c6dacb3f28eade45f603a99245cde4fd icecc-0.9.6.tar.bz2 +c06900c2f4011428d0d48826a04f74fb icecc-0.9.7.tar.bz2 a3829775870d5b2b60b750a88ee835b7 icecream-manpages.tar.bz2