Hello community,

here is the log from the commit of package libudev0 for openSUSE:Factory 
checked in at 2012-11-19 13:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libudev0 (Old)
 and      /work/SRC/openSUSE:Factory/.libudev0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/libudev0/libudev0.changes        2012-11-12 
07:03:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libudev0.new/libudev0.changes   2012-11-19 
13:58:34.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Nov 14 08:26:50 UTC 2012 - [email protected]
+
+- Add explicit -lrt since configure misses to check whether
+  mq_getattr needs it.
+- Update patch 0015-udev-secure-getenv.patch for glibc 2.17:
+  It's secure_getenv now.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libudev0.spec ++++++
--- /var/tmp/diff_new_pack.343wkJ/_old  2012-11-19 13:58:35.000000000 +0100
+++ /var/tmp/diff_new_pack.343wkJ/_new  2012-11-19 13:58:35.000000000 +0100
@@ -73,7 +73,8 @@
   --docdir=%{_docdir}/udev \
   --with-selinux \
   CFLAGS="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
+# Add -lrt since configure does not catch this.
+make %{?_smp_mflags} LIBS="-lrt"
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
@@ -81,7 +82,6 @@
 rm -f $RPM_BUILD_ROOT/%{_libdir}/libudev.{la,so}
 rm -rf 
$RPM_BUILD_ROOT{/lib/udev,%{_sysconfdir},%{_datadir},%{_bindir},%{_includedir},%{_libdir}/pkgconfig}
 
-
 %post -n libudev0 -p /sbin/ldconfig
 
 %postun -n libudev0 -p /sbin/ldconfig

++++++ 0015-udev-secure-getenv.patch ++++++
--- /var/tmp/diff_new_pack.343wkJ/_old  2012-11-19 13:58:35.000000000 +0100
+++ /var/tmp/diff_new_pack.343wkJ/_new  2012-11-19 13:58:35.000000000 +0100
@@ -7,7 +7,7 @@
  
          /* custom config file */
 -        env = getenv("UDEV_CONFIG_FILE");
-+        env = __secure_getenv("UDEV_CONFIG_FILE");
++        env = secure_getenv("UDEV_CONFIG_FILE");
          if (env != NULL) {
                  if (set_value(&config_file, env) == NULL)
                          goto err;
@@ -16,7 +16,7 @@
  
          /* environment overrides config */
 -        env = getenv("UDEV_LOG");
-+        env = __secure_getenv("UDEV_LOG");
++        env = secure_getenv("UDEV_LOG");
          if (env != NULL)
                  udev_set_log_priority(udev, util_log_priority(env));
  

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

Reply via email to