Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2012-06-18 14:57:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdelibs3", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes        2012-05-07 
22:47:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2012-06-18 
14:57:57.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Jun 13 16:07:08 UTC 2012 - an...@opensuse.org
+
+- init threads
+
+-------------------------------------------------------------------
+Wed Jun 13 17:01:30 CEST 2012 - r...@suse.de
+
+- use set_permissions for kpac_dhcp_helper (bnc#764114) 
+
+-------------------------------------------------------------------

New:
----
  kdelibs-trinity-xinit-fix.patch

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

Other differences:
------------------
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.9sebIR/_old  2012-06-18 14:58:02.000000000 +0200
+++ /var/tmp/diff_new_pack.9sebIR/_new  2012-06-18 14:58:02.000000000 +0200
@@ -75,6 +75,8 @@
 Requires:       openssl
 Recommends:     ispell enscript
 Requires:       sudo
+# for set_permissions macro
+PreReq:         permissions
 Source0:        kdelibs-%{version}.tar.bz2
 Source2:        do_make
 Source3:        baselibs.conf
@@ -192,6 +194,7 @@
 Patch222:       scalable-tray-icons.patch
 Patch223:       kdelibs-automake-1.11.5.patch
 Patch224:       dcop-header-fix-gcc47.patch
+Patch225:       kdelibs-trinity-xinit-fix.patch
 
 %description
 This package contains kdelibs, one of the basic packages of the K
@@ -390,6 +393,7 @@
 %patch222 -p1
 %patch223 -p1
 %patch224 -p1
+%patch225 -p1
 
 tar xfvj %SOURCE12
 #
@@ -611,7 +615,7 @@
 
 %post
   %run_ldconfig
-  %run_permissions
+%set_permissions /opt/kde3/bin/kpac_dhcp_helper
 
 %postun
   rm -f usr/share/doc/KDE3-API/index.html
@@ -649,6 +653,9 @@
   fi
   exit 0
 
+%verifyscript
+%verify_permissions -e /opt/kde3/bin/kpac_dhcp_helper
+
 %clean
   rm -rf ${RPM_BUILD_ROOT}
 


++++++ kdelibs-trinity-xinit-fix.patch ++++++
--- a/kinit/kinit.cpp   
+++ b/kinit/kinit.cpp   
@@ -1615,6 +1615,7 @@ 
 // another X connection for startup notification purposes
 static void setupX()
 {
+    XInitThreads();
     XSetIOErrorHandler(kdeinit_xio_errhandler);
     XSetErrorHandler(kdeinit_x_errhandler);
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to