Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit rpm
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 05 Oct 2007 16:15:49 +0200
- Message-id: <20071005141549.BFF8F67817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package rpm
checked in at Fri Oct 5 16:15:49 CEST 2007.
--------
--- rpm/rpm.changes 2007-09-03 13:28:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/rpm/rpm.changes 2007-09-30 18:28:38.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Sep 30 18:28:23 CEST 2007 - rguenther@xxxxxxx
+
+- fix build with gcc43
+
+-------------------------------------------------------------------
New:
----
rpm-gcc43.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpm-python.spec ++++++
--- /var/tmp/diff_new_pack.MA2852/_old 2007-10-05 16:15:34.000000000 +0200
+++ /var/tmp/diff_new_pack.MA2852/_new 2007-10-05 16:15:34.000000000 +0200
@@ -16,9 +16,8 @@
Group: System/Packages
Summary: Python Bindings for Manipulating RPM Packages
Version: 4.4.2
-Release: 159
+Release: 165
Requires: rpm = %{version}
-
%py_requires
Source99: rpm.spec
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/rpm.spec)}
@@ -60,7 +59,6 @@
%files
%defattr(-,root,root)
%{_libdir}/python*
-
%changelog
* Fri May 25 2007 - mls@xxxxxxx
- fix unicode queries
++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.MA2852/_old 2007-10-05 16:15:34.000000000 +0200
+++ /var/tmp/diff_new_pack.MA2852/_new 2007-10-05 16:15:34.000000000 +0200
@@ -17,10 +17,10 @@
Provides: rpminst
%define popt_version 1.7
PreReq: %insserv_prereq %fillup_prereq permissions
-Autoreqprov: on
+AutoReqProv: on
Summary: The RPM Package Manager
Version: 4.4.2
-Release: 137
+Release: 141
Source: rpm-%{version}.tar.bz2
Source1: RPM-HOWTO.tar.bz2
Source2: RPM-Tips.html.tar.bz2
@@ -125,6 +125,7 @@
Patch97: perlprov.diff
Patch98: showtransscripts.diff
Patch99: rpm-debugedit-shared.diff
+Patch100: rpm-gcc43.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
@@ -195,6 +196,7 @@
%patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
%patch -P 80 -P 81 -P 82 -P 83 -P 84 -P 85 -P 86 -P 87 -P 88 -P 89
%patch -P 90 -P 91 -P 92 -P 93 -P 94 -P 95 -P 96 -P 97 -P 98 -P 99
+%patch -P 100
chmod 755 scripts/find-supplements{,.ksyms}
chmod 755 scripts/find-provides.ksyms scripts/find-requires.ksyms
tar -xjvf %{SOURCE1}
@@ -299,7 +301,6 @@
%postun
%{insserv_cleanup}
-
%verifyscript
%verify_permissions -f /usr/lib/rpm/permlist
@@ -336,12 +337,13 @@
%{_libdir}/librpmbuild.so
%{_libdir}/librpmdb.so
%{_libdir}/librpmio.so
+
%package -n popt
Summary: A C library for parsing command line parameters
License: LGPL v2 or later
Group: System/Libraries
Version: 1.7
-Release: 365
+Release: 369
#
%description -n popt
@@ -364,7 +366,7 @@
License: LGPL v2 or later
Group: System/Libraries
Version: 1.7
-Release: 365
+Release: 369
Requires: popt = 1.7
Requires: glibc-devel
@@ -383,7 +385,6 @@
--------
Erik Troan <ewt@xxxxxxxxxx>
-
%post -n popt -p /sbin/ldconfig
%postun -n popt -p /sbin/ldconfig
@@ -398,8 +399,9 @@
/usr/include/popt.h
/%{_lib}/libpopt.so
%doc %{_mandir}/man3/popt.3*
-
%changelog
+* Sun Sep 30 2007 - rguenther@xxxxxxx
+- fix build with gcc43
* Mon Sep 03 2007 - dmueller@xxxxxxx
- change %%lang_package implementation once again
to support bundle-lang-other for only one desktop (#302270)
++++++ rpm-gcc43.diff ++++++
--- elfutils-0.97/libelf/common.h.orig 2007-09-25 11:34:29.000000000 +0200
+++ elfutils-0.97/libelf/common.h 2007-09-25 11:36:54.000000000 +0200
@@ -78,7 +78,7 @@
/* Acquire lock for the descriptor and all children. */
-static void
+static inline void
libelf_acquire_all (Elf *elf)
{
rwlock_wrlock (elf->lock);
@@ -97,7 +97,7 @@
}
/* Release own lock and those of the children. */
-static void
+static inline void
libelf_release_all (Elf *elf)
{
if (elf->kind == ELF_K_AR)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |