rpms/heartbeat/F-12 heartbeat-3.0.0-haresources.patch, NONE, 1.1 sources, 1.12, 1.13 heartbeat.spec, 1.40, 1.41 .cvsignore, 1.12, 1.13
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/heartbeat/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14954
Modified Files:
sources heartbeat.spec .cvsignore
Added Files:
heartbeat-3.0.0-haresources.patch
Log Message:
Add patch to fix haresource based clusters - fixes #576608
heartbeat-3.0.0-haresources.patch:
heartbeat.in | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE heartbeat-3.0.0-haresources.patch ---
diff -Nur Linux-HA-Dev-0daab7da36a8.orig/heartbeat/init.d/heartbeat.in Linux-HA-Dev-0daab7da36a8/heartbeat/init.d/heartbeat.in
--- Linux-HA-Dev-0daab7da36a8.orig/heartbeat/init.d/heartbeat.in 2009-08-18 15:54:56.000000000 -0600
+++ Linux-HA-Dev-0daab7da36a8/heartbeat/init.d/heartbeat.in 2010-04-30 13:34:36.000000000 -0600
@@ -49,6 +49,7 @@
HA_DIR=@sysconfdir(a)/ha.d; export HA_DIR
CONFIG=$HA_DIR/ha.cf
. $HA_DIR/shellfuncs
+HA_NOARCHBIN=@HA_NOARCHDATAHBDIR@
LOCKDIR=@localstatedir@/lock/subsys
RUNDIR=@localstatedir@/run
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/heartbeat/F-12/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources 19 Aug 2009 06:36:15 -0000 1.12
+++ sources 30 Apr 2010 20:22:00 -0000 1.13
@@ -1 +1,2 @@
278681d62d2c39b1748ac0eb8ae234d8 0daab7da36a8.tar.bz2
+8adb6c5433e1d5acf454f8c894afcd82 dso.patch
Index: heartbeat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/heartbeat/F-12/heartbeat.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- heartbeat.spec 16 Oct 2009 07:44:17 -0000 1.40
+++ heartbeat.spec 30 Apr 2010 20:22:00 -0000 1.41
@@ -2,7 +2,7 @@
# When downloading directly from Mercurial, it will automatically add this prefix
# Invoking 'hg archive' wont but you can add one with:
# hg archive -t tgz -p "Linux-HA-Dev-" -r $upstreamversion $upstreamversion.tar.gz
-%global specversion 5
+%global specversion 7
%global upstreamprefix Linux-HA-Dev-
%global upstreamversion 0daab7da36a8
@@ -20,6 +20,8 @@ License: GPLv2 and LGPLv2+
URL: http://linux-ha.org/
Group: System Environment/Daemons
Source0: http://hg.linux-ha.org/dev/archive/%{upstreamversion}.tar.bz2
+Patch1: dso.patch
+Patch2: heartbeat-3.0.0-haresources.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel
BuildRequires: iputils
@@ -87,6 +89,8 @@ Headers and shared libraries for writing
%prep
%setup -q -n %{upstreamprefix}%{upstreamversion}
+%patch1 -p0
+%patch2 -p1
%build
./bootstrap
@@ -176,6 +180,12 @@ fi
%{_libdir}/*.so
%changelog
+* Fri Apr 30 2010 Kevin Fenzi <kevin(a)tummy.com> - 3.0.0-0.7.0daab7da36a8.hg
+- Add patch to fix haresource based clusters - fixes #576608
+
+* Mon Feb 22 2010 Andrew Beekhof <andrew(a)beekhof.net> - 3.0.0-0.6.0daab7da36a8.hg
+- Correctly link to all required libraries when building
+
* Thu Oct 15 2009 Andrew Beekhof <andrew(a)beekhof.net> - 3.0.0-0.5.0daab7da36a8.hg
- Resolve file conflict, shellfuncs is provided by resource-agents
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/heartbeat/F-12/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore 19 Aug 2009 06:36:15 -0000 1.12
+++ .cvsignore 30 Apr 2010 20:22:00 -0000 1.13
@@ -1 +1,2 @@
0daab7da36a8.tar.bz2
+dso.patch
12Â years, 9Â months
rpms/perl-Devel-REPL/devel perl-Devel-REPL.spec,1.7,1.8
by Marcela Mašláňová
Author: mmaslano
Update of /cvs/pkgs/rpms/perl-Devel-REPL/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14445
Modified Files:
perl-Devel-REPL.spec
Log Message:
- Mass rebuild with perl-5.12.0
Index: perl-Devel-REPL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Devel-REPL/devel/perl-Devel-REPL.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Devel-REPL.spec 30 Apr 2010 14:35:53 -0000 1.7
+++ perl-Devel-REPL.spec 30 Apr 2010 20:19:23 -0000 1.8
@@ -1,6 +1,6 @@
Name: perl-Devel-REPL
Version: 1.003009
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Modern perl interactive shell
License: GPL+ or Artistic
Group: Development/Libraries
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano(a)redhat.com> - 1.003009-3
+- Mass rebuild with perl-5.12.0
+
* Fri Apr 30 2010 Marcela Maslanova <mmaslano(a)redhat.com> - 1.003009-2
- Mass rebuild with perl-5.12.0
12Â years, 9Â months
rpms/initscripts/devel .cvsignore, 1.176, 1.177 initscripts.spec, 1.208, 1.209 sources, 1.195, 1.196
by Bill Nottingham
Author: notting
Update of /cvs/extras/rpms/initscripts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13531
Modified Files:
.cvsignore initscripts.spec sources
Log Message:
sync
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/initscripts/devel/.cvsignore,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -p -r1.176 -r1.177
--- .cvsignore 9 Apr 2010 19:53:30 -0000 1.176
+++ .cvsignore 30 Apr 2010 20:15:35 -0000 1.177
@@ -1 +1 @@
-initscripts-9.09.tar.bz2
+initscripts-9.10.tar.bz2
Index: initscripts.spec
===================================================================
RCS file: /cvs/extras/rpms/initscripts/devel/initscripts.spec,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -p -r1.208 -r1.209
--- initscripts.spec 9 Apr 2010 19:53:31 -0000 1.208
+++ initscripts.spec 30 Apr 2010 20:15:35 -0000 1.209
@@ -2,7 +2,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 9.09
+Version: 9.10
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -241,6 +241,14 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Wed Apr 28 2010 Bill Nottingham <notting(a)redhat.com> - 9.10-1
+- fstab-decode.8: fix formatting (#586476)
+- prefdm: add --retain-splash for KDM as well (#585250)
+- init.d/functions: handle being unable to read a specified pid file. (#584575)
+- init/quit-plymouth.conf: use 'task' for stopping plymouth. (<rstrode(a)redhat.com>)
+- ifup-eth: run dhclient -6 similar to dhclient -4. (#585047)
+- net.hotplug: don't run on odd interfaces. (#584530)
+
* Fri Apr 9 2010 Bill Nottingham <notting(a)redhat.com> - 9.09-1
- rc.sysinit: change RAID handling (<dledford(a)redhat.com>)
- fix german mistranslation (#575954, <pb(a)bierenger.de>)
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/initscripts/devel/sources,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -p -r1.195 -r1.196
--- sources 9 Apr 2010 19:53:31 -0000 1.195
+++ sources 30 Apr 2010 20:15:36 -0000 1.196
@@ -1 +1 @@
-980df0c574b6dc6367c2fecd867c055d initscripts-9.09.tar.bz2
+b3f242aaf8b45d35028dc3e89af1f898 initscripts-9.10.tar.bz2
12Â years, 9Â months
rpms/gnucash/F-13 gnucash-quiet.patch,1.1,1.2
by Bill Nottingham
Author: notting
Update of /cvs/extras/rpms/gnucash/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13405/F-13
Modified Files:
gnucash-quiet.patch
Log Message:
update patch
gnucash-quiet.patch:
gnucash-bin.c | 2 --
1 file changed, 2 deletions(-)
Index: gnucash-quiet.patch
===================================================================
RCS file: /cvs/extras/rpms/gnucash/F-13/gnucash-quiet.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gnucash-quiet.patch 10 Oct 2007 16:49:30 -0000 1.1
+++ gnucash-quiet.patch 30 Apr 2010 20:15:03 -0000 1.2
@@ -1,7 +1,7 @@
-diff -up gnucash-2.2.1/src/bin/gnucash-bin.c.foo gnucash-2.2.1/src/bin/gnucash-bin.c
---- gnucash-2.2.1/src/bin/gnucash-bin.c.foo 2007-10-10 12:40:34.000000000 -0400
-+++ gnucash-2.2.1/src/bin/gnucash-bin.c 2007-10-10 12:40:57.000000000 -0400
-@@ -568,8 +568,6 @@ main(int argc, char ** argv)
+diff -up gnucash-2.3.12/src/bin/gnucash-bin.c.orig gnucash-2.3.12/src/bin/gnucash-bin.c
+--- gnucash-2.3.12/src/bin/gnucash-bin.c.orig 2010-04-10 20:22:18.000000000 -0400
++++ gnucash-2.3.12/src/bin/gnucash-bin.c 2010-04-30 16:12:54.172388707 -0400
+@@ -716,8 +716,6 @@ main(int argc, char ** argv)
g_error_free(binreloc_error);
}
}
@@ -9,4 +9,4 @@ diff -up gnucash-2.2.1/src/bin/gnucash-b
- g_message("main: binreloc relocation support was disabled at configure time.\n");
#endif
- #ifdef HAVE_GETTEXT
+ /* This should be called before gettext is initialized
12Â years, 9Â months
rpms/gnucash/devel gnucash-quiet.patch,1.1,1.2
by Bill Nottingham
Author: notting
Update of /cvs/extras/rpms/gnucash/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13405/devel
Modified Files:
gnucash-quiet.patch
Log Message:
update patch
gnucash-quiet.patch:
gnucash-bin.c | 2 --
1 file changed, 2 deletions(-)
Index: gnucash-quiet.patch
===================================================================
RCS file: /cvs/extras/rpms/gnucash/devel/gnucash-quiet.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gnucash-quiet.patch 10 Oct 2007 16:49:30 -0000 1.1
+++ gnucash-quiet.patch 30 Apr 2010 20:15:03 -0000 1.2
@@ -1,7 +1,7 @@
-diff -up gnucash-2.2.1/src/bin/gnucash-bin.c.foo gnucash-2.2.1/src/bin/gnucash-bin.c
---- gnucash-2.2.1/src/bin/gnucash-bin.c.foo 2007-10-10 12:40:34.000000000 -0400
-+++ gnucash-2.2.1/src/bin/gnucash-bin.c 2007-10-10 12:40:57.000000000 -0400
-@@ -568,8 +568,6 @@ main(int argc, char ** argv)
+diff -up gnucash-2.3.12/src/bin/gnucash-bin.c.orig gnucash-2.3.12/src/bin/gnucash-bin.c
+--- gnucash-2.3.12/src/bin/gnucash-bin.c.orig 2010-04-10 20:22:18.000000000 -0400
++++ gnucash-2.3.12/src/bin/gnucash-bin.c 2010-04-30 16:12:54.172388707 -0400
+@@ -716,8 +716,6 @@ main(int argc, char ** argv)
g_error_free(binreloc_error);
}
}
@@ -9,4 +9,4 @@ diff -up gnucash-2.2.1/src/bin/gnucash-b
- g_message("main: binreloc relocation support was disabled at configure time.\n");
#endif
- #ifdef HAVE_GETTEXT
+ /* This should be called before gettext is initialized
12Â years, 9Â months
rpms/gcc/devel .cvsignore, 1.309, 1.310 gcc.spec, 1.90, 1.91 import.log, 1.15, 1.16 sources, 1.314, 1.315
by Jakub Jelinek
Author: jakub
Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12231/devel
Modified Files:
.cvsignore gcc.spec import.log sources
Log Message:
4.4.4-1
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/.cvsignore,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -p -r1.309 -r1.310
--- .cvsignore 27 Apr 2010 19:29:25 -0000 1.309
+++ .cvsignore 30 Apr 2010 20:07:56 -0000 1.310
@@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
-gcc-4.4.3-20100427.tar.bz2
+gcc-4.4.4-20100430.tar.bz2
Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -p -r1.90 -r1.91
--- gcc.spec 27 Apr 2010 19:29:25 -0000 1.90
+++ gcc.spec 30 Apr 2010 20:07:57 -0000 1.91
@@ -1,9 +1,9 @@
-%global DATE 20100427
-%global SVNREV 158796
-%global gcc_version 4.4.3
+%global DATE 20100430
+%global SVNREV 158946
+%global gcc_version 4.4.4
# Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 19
+%global gcc_release 1
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%if 0%{?fedora} >= 13 || 0%{?rhel} >= 6
@@ -502,7 +502,7 @@ tar xzf %{SOURCE4}
tar xjf %{SOURCE10}
%endif
-sed -i -e 's/4\.4\.4/4.4.3/' gcc/BASE-VER
+sed -i -e 's/4\.4\.5/4.4.4/' gcc/BASE-VER
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
# Default to -gdwarf-3 rather than -gdwarf-2
@@ -1878,6 +1878,12 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
+* Fri Apr 30 2010 Jakub Jelinek <jakub(a)redhat.com> 4.4.4-1
+- update from gcc-4_4-branch
+ - GCC 4.4.4 release
+- VTA backports
+ - PR target/43921
+
* Tue Apr 27 2010 Jakub Jelinek <jakub(a)redhat.com> 4.4.3-19
- Power7 backports (#584993, #585005)
- PRs tree-optimization/43544, target/41787, target/43154, middle-end/42431,
Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/import.log,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- import.log 27 Apr 2010 19:29:26 -0000 1.15
+++ import.log 30 Apr 2010 20:07:57 -0000 1.16
@@ -13,3 +13,4 @@ gcc-4_4_3-15_fc14:HEAD:gcc-4.4.3-15.fc14
gcc-4_4_3-16_fc14:HEAD:gcc-4.4.3-16.fc14.src.rpm:1270804085
gcc-4_4_3-18_fc14:HEAD:gcc-4.4.3-18.fc14.src.rpm:1271928364
gcc-4_4_3-19_fc14:HEAD:gcc-4.4.3-19.fc14.src.rpm:1272396546
+gcc-4_4_4-1_fc14:HEAD:gcc-4.4.4-1.fc14.src.rpm:1272658058
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/sources,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -p -r1.314 -r1.315
--- sources 27 Apr 2010 19:29:26 -0000 1.314
+++ sources 30 Apr 2010 20:07:57 -0000 1.315
@@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
-21ad76ccb34ea46212625ab031ecfb41 gcc-4.4.3-20100427.tar.bz2
+060fd464e4163a716ac34942ede39591 gcc-4.4.4-20100430.tar.bz2
12Â years, 9Â months
rpms/gcc/F-13 .cvsignore, 1.315, 1.316 gcc.spec, 1.96, 1.97 import.log, 1.21, 1.22 sources, 1.320, 1.321
by Jakub Jelinek
Author: jakub
Update of /cvs/pkgs/rpms/gcc/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11871/F-13
Modified Files:
.cvsignore gcc.spec import.log sources
Log Message:
4.4.4-1
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-13/.cvsignore,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -p -r1.315 -r1.316
--- .cvsignore 27 Apr 2010 19:29:04 -0000 1.315
+++ .cvsignore 30 Apr 2010 20:06:36 -0000 1.316
@@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
-gcc-4.4.3-20100427.tar.bz2
+gcc-4.4.4-20100430.tar.bz2
Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-13/gcc.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -p -r1.96 -r1.97
--- gcc.spec 27 Apr 2010 19:29:04 -0000 1.96
+++ gcc.spec 30 Apr 2010 20:06:37 -0000 1.97
@@ -1,9 +1,9 @@
-%global DATE 20100427
-%global SVNREV 158796
-%global gcc_version 4.4.3
+%global DATE 20100430
+%global SVNREV 158946
+%global gcc_version 4.4.4
# Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 19
+%global gcc_release 1
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%if 0%{?fedora} >= 13 || 0%{?rhel} >= 6
@@ -502,7 +502,7 @@ tar xzf %{SOURCE4}
tar xjf %{SOURCE10}
%endif
-sed -i -e 's/4\.4\.4/4.4.3/' gcc/BASE-VER
+sed -i -e 's/4\.4\.5/4.4.4/' gcc/BASE-VER
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
# Default to -gdwarf-3 rather than -gdwarf-2
@@ -1878,6 +1878,12 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
+* Fri Apr 30 2010 Jakub Jelinek <jakub(a)redhat.com> 4.4.4-1
+- update from gcc-4_4-branch
+ - GCC 4.4.4 release
+- VTA backports
+ - PR target/43921
+
* Tue Apr 27 2010 Jakub Jelinek <jakub(a)redhat.com> 4.4.3-19
- Power7 backports (#584993, #585005)
- PRs tree-optimization/43544, target/41787, target/43154, middle-end/42431,
Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-13/import.log,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- import.log 27 Apr 2010 19:29:04 -0000 1.21
+++ import.log 30 Apr 2010 20:06:37 -0000 1.22
@@ -19,3 +19,4 @@ gcc-4_4_3-15_fc13:F-13:gcc-4.4.3-15.fc13
gcc-4_4_3-16_fc13:F-13:gcc-4.4.3-16.fc13.src.rpm:1270804069
gcc-4_4_3-18_fc13:F-13:gcc-4.4.3-18.fc13.src.rpm:1271928249
gcc-4_4_3-19_fc13:F-13:gcc-4.4.3-19.fc13.src.rpm:1272396517
+gcc-4_4_4-1_fc13:F-13:gcc-4.4.4-1.fc13.src.rpm:1272657908
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-13/sources,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -p -r1.320 -r1.321
--- sources 27 Apr 2010 19:29:04 -0000 1.320
+++ sources 30 Apr 2010 20:06:37 -0000 1.321
@@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
-21ad76ccb34ea46212625ab031ecfb41 gcc-4.4.3-20100427.tar.bz2
+060fd464e4163a716ac34942ede39591 gcc-4.4.4-20100430.tar.bz2
12Â years, 9Â months
rpms/perl-Devel-Refcount/devel perl-Devel-Refcount.spec,1.4,1.5
by Marcela Mašláňová
Author: mmaslano
Update of /cvs/pkgs/rpms/perl-Devel-Refcount/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11506
Modified Files:
perl-Devel-Refcount.spec
Log Message:
- Mass rebuild with perl-5.12.0
Index: perl-Devel-Refcount.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Devel-Refcount/devel/perl-Devel-Refcount.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Devel-Refcount.spec 30 Apr 2010 14:35:13 -0000 1.4
+++ perl-Devel-Refcount.spec 30 Apr 2010 20:05:11 -0000 1.5
@@ -1,6 +1,6 @@
Name: perl-Devel-Refcount
Version: 0.07
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Obtain the REFCNT value of a referent
License: GPL+ or Artistic
Group: Development/Libraries
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano(a)redhat.com> - 0.07-3
+- Mass rebuild with perl-5.12.0
+
* Fri Apr 30 2010 Marcela Maslanova <mmaslano(a)redhat.com> - 0.07-2
- Mass rebuild with perl-5.12.0
12Â years, 9Â months
rpms/gcc/F-12 .cvsignore, 1.338, 1.339 gcc.spec, 1.126, 1.127 sources, 1.347, 1.348
by Jakub Jelinek
Author: jakub
Update of /cvs/pkgs/rpms/gcc/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10978
Modified Files:
.cvsignore gcc.spec sources
Log Message:
4.4.4-1
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -p -r1.338 -r1.339
--- .cvsignore 27 Apr 2010 19:10:59 -0000 1.338
+++ .cvsignore 30 Apr 2010 20:02:34 -0000 1.339
@@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
-gcc-4.4.3-20100427.tar.bz2
+gcc-4.4.4-20100430.tar.bz2
Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -p -r1.126 -r1.127
--- gcc.spec 27 Apr 2010 19:10:59 -0000 1.126
+++ gcc.spec 30 Apr 2010 20:02:34 -0000 1.127
@@ -1,9 +1,9 @@
-%global DATE 20100427
-%global SVNREV 158796
-%global gcc_version 4.4.3
+%global DATE 20100430
+%global SVNREV 158946
+%global gcc_version 4.4.4
# Note, gcc_release must be integer, if you want to add suffixes to
# %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 19
+%global gcc_release 1
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%if 0%{?fedora} >= 13 || 0%{?rhel} >= 6
@@ -502,7 +502,7 @@ tar xzf %{SOURCE4}
tar xjf %{SOURCE10}
%endif
-sed -i -e 's/4\.4\.4/4.4.3/' gcc/BASE-VER
+sed -i -e 's/4\.4\.5/4.4.4/' gcc/BASE-VER
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
# Default to -gdwarf-3 rather than -gdwarf-2
@@ -1878,6 +1878,12 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
+* Fri Apr 30 2010 Jakub Jelinek <jakub(a)redhat.com> 4.4.4-1
+- update from gcc-4_4-branch
+ - GCC 4.4.4 release
+- VTA backports
+ - PR target/43921
+
* Tue Apr 27 2010 Jakub Jelinek <jakub(a)redhat.com> 4.4.3-19
- Power7 backports (#584993, #585005)
- PRs tree-optimization/43544, target/41787, target/43154, middle-end/42431,
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -p -r1.347 -r1.348
--- sources 27 Apr 2010 19:10:59 -0000 1.347
+++ sources 30 Apr 2010 20:02:34 -0000 1.348
@@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
-21ad76ccb34ea46212625ab031ecfb41 gcc-4.4.3-20100427.tar.bz2
+060fd464e4163a716ac34942ede39591 gcc-4.4.4-20100430.tar.bz2
12Â years, 9Â months
rpms/eclipse-shelled/F-13 eclipse-shelled.spec,1.6,1.7
by Alexander Kurtakov
Author: akurtakov
Update of /cvs/pkgs/rpms/eclipse-shelled/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10743/F-13
Modified Files:
eclipse-shelled.spec
Log Message:
Switch from define to global.
Index: eclipse-shelled.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-shelled/F-13/eclipse-shelled.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- eclipse-shelled.spec 25 Jan 2010 15:16:59 -0000 1.6
+++ eclipse-shelled.spec 30 Apr 2010 20:01:29 -0000 1.7
@@ -1,10 +1,10 @@
-%define eclipse_base %{_libdir}/eclipse
-%define install_loc %{_datadir}/eclipse/dropins/shelled
+%global eclipse_base %{_libdir}/eclipse
+%global install_loc %{_datadir}/eclipse/dropins/shelled
Summary: Eclipse Shell script editor
Name: eclipse-shelled
Version: 2.0.0
-Release: 0.M2.1%{?dist}
+Release: 0.M2.2%{?dist}
License: EPL
URL: http://sourceforge.net/projects/shelled
Group: Development/Tools
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
#%doc net.sourceforge.shelled-feature/epl-v10.html
%changelog
+* Fri Apr 30 2010 Alexander Kurtakov <akurtako(a)redhat.com> 2.0.0-0.M2.2
+- Switch from define to global.
+
* Mon Jan 25 2010 Alexander Kurtakov <akurtako(a)redhat.com> 2.0.0-0.M2.1
- Update to 2.0.0 Milestone 2.
12Â years, 9Â months