Hello community,

here is the log from the commit of package popt for openSUSE:Factory checked in 
at 2013-07-11 13:31:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/popt (Old)
 and      /work/SRC/openSUSE:Factory/.popt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "popt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/popt/popt.changes        2013-06-18 
10:20:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.popt.new/popt.changes   2013-07-11 
13:31:27.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Jul  7 16:34:40 UTC 2013 - jeng...@inai.de
+
+- Fix typo in popt-libc-updates.patch that prevented it to work
+  with glibc before 2.17.
+- More robust make install call; remove redundant %clean section
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ popt.spec ++++++
--- /var/tmp/diff_new_pack.7EugWF/_old  2013-07-11 13:31:29.000000000 +0200
+++ /var/tmp/diff_new_pack.7EugWF/_new  2013-07-11 13:31:29.000000000 +0200
@@ -24,6 +24,8 @@
 License:        MIT
 Group:          System Environment/Libraries
 Url:            http://www.rpm5.org/
+
+#CVS-Clone:    -d :pserver:anonym...@rpm5.org:/cvs co popt
 Source:         http://rpm5.org/files/popt/popt-%{version}.tar.gz
 Source2:        baselibs.conf
 BuildRequires:  libtool
@@ -76,7 +78,7 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+make install DESTDIR="%buildroot"
 rm %{buildroot}%{_libdir}/libpopt.la
 
 %if "%{_libdir}" != "%{_prefix}/lib"
@@ -86,9 +88,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libpopt0 -p /sbin/ldconfig
 
 %postun -n libpopt0 -p /sbin/ldconfig

++++++ popt-libc-updates.patch ++++++
--- /var/tmp/diff_new_pack.7EugWF/_old  2013-07-11 13:31:29.000000000 +0200
+++ /var/tmp/diff_new_pack.7EugWF/_new  2013-07-11 13:31:29.000000000 +0200
@@ -75,7 +75,7 @@
 -#if defined(HAVE___SECURE_GETENV) && !defined(__LCLINT__)
 -#define       getenv(_s)      __secure_getenv(_s)
 +#ifndef HAVE_SECURE_GETENV
-+#  ifdef HAVE__SECURE_GETENV
++#  ifdef HAVE___SECURE_GETENV
 +#    define secure_getenv __secure_getenv
 +#  else
 +#    error neither secure_getenv nor __secure_getenv is available

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to