public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <mschmidt@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/icecream] epel10.2: upstream release 0.9.7
Date: Thu, 30 Jul 2026 16:31:10 GMT	[thread overview]
Message-ID: <178542907091.1.2416399000078495193.rpms-icecream-ac612ee1d67d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/icecream
Branch : epel10.2
Commit : ac612ee1d67d47f0e71e038bf7887edcc8517a8a
Author : Michal Schmidt <mschmidt@redhat.com>
Date   : 2012-02-07T00:51:38+01:00
Stats  : +7/-26 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/icecream/c/ac612ee1d67d47f0e71e038bf7887edcc8517a8a?branch=epel10.2

Log:
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 <dtardon@redhat.com>
-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 <mschmidt@redhat.com> - 0.9.7-1
+- Upstream release 0.9.7.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 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

                 reply	other threads:[~2026-07-30 16:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178542907091.1.2416399000078495193.rpms-icecream-ac612ee1d67d@fedoraproject.org \
    --to=mschmidt@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox