Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2012-11-04 09:55:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpm/python3-rpm.changes  2012-09-23 
17:13:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/python3-rpm.changes     2012-11-04 
09:55:09.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov  4 08:54:25 UTC 2012 - [email protected]
+
+- fix build
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2012-10-29 20:15:22.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2012-11-04 
09:55:09.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Nov  4 08:53:46 UTC 2012 - [email protected]
+
+- extend the list of build essentials - 4 drop candidates
+
+-------------------------------------------------------------------
+Sun Nov  4 07:56:25 UTC 2012 - [email protected]
+
+- glibc-locale is build essential too - too many things go wrong
+  without locales
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-rpm.spec ++++++
--- /var/tmp/diff_new_pack.o6obrN/_old  2012-11-04 09:55:13.000000000 +0100
+++ /var/tmp/diff_new_pack.o6obrN/_new  2012-11-04 09:55:13.000000000 +0100
@@ -19,7 +19,6 @@
 Name:           python3-rpm
 Version:        4.10.0
 Release:        0
-#!BuildIgnore:  rpmlint-Factory
 Summary:        Python Bindings for Manipulating RPM Packages
 License:        GPL-2.0+
 Group:          System/Packages
@@ -40,7 +39,7 @@
 BuildRequires:  zlib-devel
 Requires:       rpm = %{version}
 %{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/rpm.spec)}
-%global with_python 1
+%global with_python 3
 
 %description
 The python3-rpm package contains a module that permits applications

++++++ rpm-python.spec ++++++
--- /var/tmp/diff_new_pack.o6obrN/_old  2012-11-04 09:55:13.000000000 +0100
+++ /var/tmp/diff_new_pack.o6obrN/_new  2012-11-04 09:55:13.000000000 +0100
@@ -41,7 +41,7 @@
 Requires:       rpm = %{version}
 %py_requires
 %{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/rpm.spec)}
-%global with_python 1
+%global with_python 2
 
 %description
 The rpm-python package contains a module that permits applications

++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.o6obrN/_old  2012-11-04 09:55:13.000000000 +0100
+++ /var/tmp/diff_new_pack.o6obrN/_new  2012-11-04 09:55:13.000000000 +0100
@@ -174,20 +174,30 @@
 # SUSE's build essentials
 Requires:       binutils
 Requires:       bzip2
+Requires:       coreutils
+Requires:       diffutils
 Requires:       file
 Requires:       findutils
 Requires:       gawk
 Requires:       gcc
 Requires:       gettext-tools
 Requires:       glibc-devel
+Requires:       glibc-locale
+Requires:       grep
 Requires:       gzip
 Requires:       make
 Requires:       net-tools
 Requires:       patch
 Requires:       perl-base
+Requires:       sed
 Requires:       tar
 Requires:       util-linux
 Requires:       xz
+# drop candidates
+Requires:       cpio
+Requires:       file
+Requires:       pwdutils
+Requires:       timezone
 
 %description build
 If you want to build a rpm, you need this package. It provides rpmbuild
@@ -250,7 +260,10 @@
 make %{?_smp_mflags}
 popd
 
-./autogen.sh --disable-dependency-tracking --prefix=%{_prefix} 
--mandir=%{_mandir} --infodir=%{_infodir} \
+export PYTHON=python%{with_python}
+autoreconf -fi
+sed -i -e 's,{PYTHON_VERSION}mu,{PYTHON_VERSION}mu python${PYTHON_VERSION}m,' 
configure
+./configure --disable-dependency-tracking --prefix=%{_prefix} 
--mandir=%{_mandir} --infodir=%{_infodir} \
 --libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua \
 --with-vendor=suse \
 --with-selinux --with-internal-beecrypt \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to