Hello community,

here is the log from the commit of package kdenetwork4 for openSUSE:Factory 
checked in at 2012-06-12 21:42:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdenetwork4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdenetwork4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdenetwork4/kdenetwork4.changes  2012-05-09 
18:30:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork4.changes     
2012-06-12 21:43:10.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jun  4 11:43:43 UTC 2012 - idon...@suse.com
+
+- Fix build with new glibc 
+
+-------------------------------------------------------------------
+Fri Jun  1 13:53:35 UTC 2012 - dmuel...@suse.com
+
+- update to 4.8.4
+  * see http://kde.org/announcements/changelogs/changelog4_8_3to4_8_4.php for 
details
+
+-------------------------------------------------------------------

Old:
----
  kdenetwork-4.8.3.tar.xz
  kdenetwork4-gcc47.patch

New:
----
  kdenetwork-4.8.4.tar.xz
  kopete-qq-memset.patch

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

Other differences:
------------------
++++++ kdenetwork4.spec ++++++
--- /var/tmp/diff_new_pack.Am0Zga/_old  2012-06-12 21:43:11.000000000 +0200
+++ /var/tmp/diff_new_pack.Am0Zga/_new  2012-06-12 21:43:11.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           kdenetwork4
-Version:        4.8.3
+Version:        4.8.4
 Release:        0
 Summary:        KDE Network Base Package
 License:        GPL-2.0+
 Group:          Productivity/Networking/Other
 Url:            http://www.kde.org
 Source0:        kdenetwork-%{version}.tar.xz
-Patch0:         %{name}-gcc47.patch
+Patch1:         kopete-qq-memset.patch
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
@@ -61,10 +61,7 @@
 
 %prep
 %setup -q -n kdenetwork-%{version}
-%patch0 -p1
-  # icon fixups
-  pushd kget/ui/icons
-  popd
+%patch1
 
 %build
 %ifarch ppc ppc64

++++++ kopete-qq-memset.patch ++++++
Index: kopete/protocols/qq/evautil.cpp
===================================================================
--- kopete.orig/protocols/qq/evautil.cpp
+++ kopete/protocols/qq/evautil.cpp
@@ -78,7 +78,7 @@ namespace Eva {
                plain[0] = ( rand() & 0xf8 ) | pos;
                memset( plain_pre, 0, 8 );
                memset( crypted_pre, 0, 8 );
-               memset( plain+1, rand()& 0xff, pos++ );
+               memset( plain+1, rand()& 0xff, ++pos );
 
                // pad 2 bytes
                for( i = 0; i< 2; i++ )
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to