public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schmidt <michich@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/icecream] epel10.2: - Upstream release 0.9.5.
Date: Thu, 30 Jul 2026 16:31:02 GMT [thread overview]
Message-ID: <178542906259.1.11981269577260750233.rpms-icecream-c12a3cd5aff3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/icecream
Branch : epel10.2
Commit : c12a3cd5aff3d976cbbcacce2a843d9ce9580e34
Author : Michal Schmidt <michich@fedoraproject.org>
Date : 2010-03-25T13:22:06+00:00
Stats : +45/-27 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/icecream/c/c12a3cd5aff3d976cbbcacce2a843d9ce9580e34?branch=epel10.2
Log:
- Upstream release 0.9.5.
- new command 'icerun': serialize possibly resource-intensive tasks
- minor bugfixes
- Refreshed icecream-rename-scheduler.patch.
---
diff --git a/.cvsignore b/.cvsignore
index 428e1b1..a24aadd 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
-icecc-0.9.4.tar.bz2
+icecc-0.9.5.tar.bz2
icecream-manpages.tar.bz2
diff --git a/icecream-rename-scheduler.patch b/icecream-rename-scheduler.patch
index ddbc455..9ed72dc 100644
--- a/icecream-rename-scheduler.patch
+++ b/icecream-rename-scheduler.patch
@@ -1,6 +1,7 @@
-diff -Nurp icecc-0.9.2.orig/doc/man-scheduler.1.docbook icecc-0.9.2/doc/man-scheduler.1.docbook
---- icecc-0.9.2.orig/doc/man-scheduler.1.docbook 2009-02-07 19:07:02.000000000 +0100
-+++ icecc-0.9.2/doc/man-scheduler.1.docbook 2009-02-07 19:07:30.000000000 +0100
+Index: icecc-0.9.5/doc/man-scheduler.1.docbook
+===================================================================
+--- icecc-0.9.5.orig/doc/man-scheduler.1.docbook
++++ icecc-0.9.5/doc/man-scheduler.1.docbook
@@ -23,13 +23,13 @@
</refmeta>
@@ -26,9 +27,10 @@ diff -Nurp icecc-0.9.2.orig/doc/man-scheduler.1.docbook icecc-0.9.2/doc/man-sche
</refsect1>
<refsect1>
-diff -Nurp icecc-0.9.2.orig/services/Makefile.am icecc-0.9.2/services/Makefile.am
---- icecc-0.9.2.orig/services/Makefile.am 2009-02-07 19:07:02.000000000 +0100
-+++ icecc-0.9.2/services/Makefile.am 2009-02-07 19:07:30.000000000 +0100
+Index: icecc-0.9.5/services/Makefile.am
+===================================================================
+--- icecc-0.9.5.orig/services/Makefile.am
++++ icecc-0.9.5/services/Makefile.am
@@ -11,9 +11,9 @@ ice_HEADERS = job.h comm.h
noinst_HEADERS = bench.h exitcode.h getifaddrs.h logging.h tempfile.h platform.h
icedir = $(includedir)/icecc
@@ -42,10 +44,17 @@ diff -Nurp icecc-0.9.2.orig/services/Makefile.am icecc-0.9.2/services/Makefile.a
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = icecc.pc
-diff -Nurp icecc-0.9.2.orig/services/Makefile.in icecc-0.9.2/services/Makefile.in
---- icecc-0.9.2.orig/services/Makefile.in 2008-11-02 14:14:47.000000000 +0100
-+++ icecc-0.9.2/services/Makefile.in 2009-02-07 19:07:36.000000000 +0100
-@@ -35,7 +35,7 @@ PRE_UNINSTALL = :
+Index: icecc-0.9.5/services/Makefile.in
+===================================================================
+--- icecc-0.9.5.orig/services/Makefile.in
++++ icecc-0.9.5/services/Makefile.in
+@@ -1,4 +1,4 @@
+-# Makefile.in generated by automake 1.11 from Makefile.am.
++# Makefile.in generated by automake 1.11.1 from Makefile.am.
+ # @configure_input@
+
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+@@ -37,7 +37,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
@@ -54,9 +63,9 @@ diff -Nurp icecc-0.9.2.orig/services/Makefile.in icecc-0.9.2/services/Makefile.i
subdir = services
DIST_COMMON = $(ice_HEADERS) $(noinst_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/icecc.pc.in
-@@ -66,9 +66,9 @@ libicecc_la_LINK = $(LIBTOOL) --tag=CXX
+@@ -82,9 +82,9 @@ libicecc_la_LINK = $(LIBTOOL) --tag=CXX
+ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(libicecc_la_CXXFLAGS) \
$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
- sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(sbin_PROGRAMS)
-am_scheduler_OBJECTS = scheduler.$(OBJEXT)
-scheduler_OBJECTS = $(am_scheduler_OBJECTS)
@@ -67,7 +76,7 @@ diff -Nurp icecc-0.9.2.orig/services/Makefile.in icecc-0.9.2/services/Makefile.i
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-@@ -90,8 +90,8 @@ CXXLD = $(CXX)
+@@ -107,8 +107,8 @@ CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
@@ -75,10 +84,10 @@ diff -Nurp icecc-0.9.2.orig/services/Makefile.in icecc-0.9.2/services/Makefile.i
-DIST_SOURCES = $(libicecc_la_SOURCES) $(scheduler_SOURCES)
+SOURCES = $(libicecc_la_SOURCES) $(icecc_scheduler_SOURCES)
+DIST_SOURCES = $(libicecc_la_SOURCES) $(icecc_scheduler_SOURCES)
- pkgconfigDATA_INSTALL = $(INSTALL_DATA)
DATA = $(pkgconfig_DATA)
- iceHEADERS_INSTALL = $(INSTALL_HEADER)
-@@ -226,8 +226,8 @@ libicecc_la_CXXFLAGS = -fPIC -DPIC
+ HEADERS = $(ice_HEADERS) $(noinst_HEADERS)
+ ETAGS = etags
+@@ -241,8 +242,8 @@ libicecc_la_CXXFLAGS = -fPIC -DPIC
ice_HEADERS = job.h comm.h
noinst_HEADERS = bench.h exitcode.h getifaddrs.h logging.h tempfile.h platform.h
icedir = $(includedir)/icecc
@@ -89,14 +98,14 @@ diff -Nurp icecc-0.9.2.orig/services/Makefile.in icecc-0.9.2/services/Makefile.i
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = icecc.pc
all: all-am
-@@ -322,9 +322,9 @@ clean-sbinPROGRAMS:
- echo " rm -f $$p $$f"; \
- rm -f $$p $$f ; \
- done
+@@ -357,9 +358,9 @@ clean-sbinPROGRAMS:
+ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
+ echo " rm -f" $$list; \
+ rm -f $$list
-scheduler$(EXEEXT): $(scheduler_OBJECTS) $(scheduler_DEPENDENCIES)
- @rm -f scheduler$(EXEEXT)
- $(CXXLINK) $(scheduler_OBJECTS) $(scheduler_LDADD) $(LIBS)
-+icecc-scheduler$(EXEEXT): $(icecc_scheduler_OBJECTS) $(icecc_scheduler_DEPENDENCIES)
++icecc-scheduler$(EXEEXT): $(icecc_scheduler_OBJECTS) $(icecc_scheduler_DEPENDENCIES)
+ @rm -f icecc-scheduler$(EXEEXT)
+ $(CXXLINK) $(icecc_scheduler_OBJECTS) $(icecc_scheduler_LDADD) $(LIBS)
diff --git a/icecream.spec b/icecream.spec
index e57470b..14a764e 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -10,14 +10,16 @@
Name: icecream
-Version: 0.9.4
-Release: 5%{?dist}
+Version: 0.9.5
+Release: 1%{?dist}
Summary: Distributed compiler
Group: Development/Tools
License: GPLv2+
URL: http://en.opensuse.org/Icecream
-Source0: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
+# tarball extracted from http://download.opensuse.org/repositories/home:/coolo/openSUSE_Factory/src/icecream-0.9.5-3.1.src.rpm:
+Source0: icecc-%{version}.tar.bz2
+#Source0: ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
Source1: icecream.sh.in
Source2: icecream.csh.in
Source3: icecream.fc
@@ -25,7 +27,7 @@ Source4: icecream.te
Source5: icecream.if
Source6: initscript-iceccd
Source7: initscript-scheduler
-# manpages from http://ftp5.gwdg.de/pub/opensuse/repositories/home:/coolo/openSUSE_11.0/src/icecream-0.9.2-2.1.src.rpm
+# tarball extracted from http://download.opensuse.org/repositories/home:/coolo/openSUSE_Factory/src/icecream-0.9.5-3.1.src.rpm:
Source8: %{name}-manpages.tar.bz2
Patch0: %{name}-rename-scheduler.patch
Patch1: %{name}-cleanup-conffile.patch
@@ -209,6 +211,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc COPYING README NEWS TODO
%{_bindir}/icecc
+%{_bindir}/icerun
%dir %{_libdir}/icecc/
%dir %{_libdir}/icecc/bin/
%{_libdir}/icecc/bin/cc
@@ -235,6 +238,12 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/icecc.pc
%changelog
+* Thu Mar 25 2010 Michal Schmidt <mschmidt@redhat.com> 0.9.5-1
+- Upstream release 0.9.5.
+ - new command 'icerun': serialize possibly resource-intensive tasks
+ - minor bugfixes
+- Refreshed icecream-rename-scheduler.patch.
+
* Mon Oct 12 2009 Michal Schmidt <mschmidt@redhat.com> 0.9.4-5
- Fix failure to build native environment in SELinux enforcing mode.
- 'cvs rm ...' unused patches.
diff --git a/sources b/sources
index cc9df79..c4662a7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b52192df5aa3713910fdf481dda4119e icecc-0.9.4.tar.bz2
+9252d92faeee9fa3b40c6d26bb1ffe65 icecc-0.9.5.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=178542906259.1.11981269577260750233.rpms-icecream-c12a3cd5aff3@fedoraproject.org \
--to=michich@fedoraproject.org \
--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