Hello community, here is the log from the commit of package kdelibs4 checked in at Mon May 28 23:24:45 CEST 2007. -------- --- KDE/kdelibs4/kdelibs4.changes 2007-05-15 18:58:59.000000000 +0200 +++ /mounts/work_src_done/STABLE/kdelibs4/kdelibs4.changes 2007-05-28 19:10:50.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 28 19:09:55 CEST 2007 - dmueller@suse.de + +- update to 3.90.1.svn668118 + +------------------------------------------------------------------- kdelibs4-icons.changes: same change Old: ---- kdeinit4.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdelibs4-icons.spec ++++++ --- /var/tmp/diff_new_pack.rW4081/_old 2007-05-28 23:24:22.000000000 +0200 +++ /var/tmp/diff_new_pack.rW4081/_new 2007-05-28 23:24:22.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdelibs4-icons (Version 3.90.1) +# spec file for package kdelibs4-icons (Version 3.90.1.svn668118) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,14 +18,13 @@ Group: System/GUI/KDE Summary: Icons of KDE Libraries URL: http://www.kde.org -Version: 3.90.1 -Release: 12 +Version: 3.90.1.svn668118 +Release: 1 Requires: hicolor-icon-theme Recommends: kdelibs4-icons-scalable Source0: kdelibs.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%define prefix /usr %description This package contains the non-scalable icons of the KDE library. @@ -42,7 +41,7 @@ %build mkdir build cd build - cmake -DCMAKE_INSTALL_PREFIX=%prefix ../ + cmake -DCMAKE_INSTALL_PREFIX=%_prefix ../ cd pics/oxygen make @@ -86,6 +85,8 @@ /usr/share/icons/oxygen %changelog +* Mon May 28 2007 - dmueller@suse.de +- update to 3.90.1.svn668118 * Tue May 15 2007 - stbinner@suse.de - own more basic directories * Sat May 12 2007 - stbinner@suse.de ++++++ kdelibs4.spec ++++++ --- /var/tmp/diff_new_pack.rW4081/_old 2007-05-28 23:24:22.000000000 +0200 +++ /var/tmp/diff_new_pack.rW4081/_new 2007-05-28 23:24:22.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package kdelibs4 (Version 3.90.1) +# spec file for package kdelibs4 (Version 3.90.1.svn668118) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,13 +17,12 @@ Group: System/GUI/KDE Summary: KDE Base Libraries URL: http://www.kde.org -Version: 3.90.1 -Release: 9 +Version: 3.90.1.svn668118 +Release: 1 Requires: libqt4-x11 > 4.2 Requires: libkde4 kdelibs4-core kdelibs4-icons dbus-1-x11 shared-mime-info Source0: kdelibs.tar.bz2 Patch0: dotkde4.diff -Patch1: kdeinit4.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define prefix /usr @@ -43,19 +42,15 @@ %prep %setup -q -n kdelibs %patch -%patch1 %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$CFLAGS" mkdir build cd build - %ifarch x86_64 ppc64 s390x mips64 sparc64 - cmake -DCMAKE_INSTALL_PREFIX=%prefix -DCMAKE_BUILD_TYPE=debugfull ../ -DLIB_INSTALL_DIR=%prefix/lib64 -DLIB_SUFFIX=64 - %else - cmake -DCMAKE_INSTALL_PREFIX=%prefix -DCMAKE_BUILD_TYPE=debugfull ../ - %endif - make + cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=release \ + -DLIB_INSTALL_DIR=%{_libdir} -DLIB_SUFFIX=$(echo %_lib | cut -b -f3-) .. + make %{?jobs:-j %jobs} %install cd build @@ -139,7 +134,7 @@ %files doc %defattr(-,root,root) -/usr/bin/meinproc +/usr/bin/meinproc4 /usr/share/apps/ksgmltools2 %package -n libkdecore4 Group: System/GUI/KDE @@ -540,7 +535,6 @@ /usr/%_lib/libkwalletbackend.so /usr/%_lib/libsolid.so /usr/%_lib/libthreadweaver.so -/usr/%_lib/libkdeinit4_kbuildsycoca4.so /usr/%_lib/libphononexperimental.so /usr/%_lib/libwtf.so /usr/%_lib/libkfile.so @@ -549,7 +543,7 @@ %files %defattr(-,root,root) -%exclude /usr/bin/meinproc +%exclude /usr/bin/meinproc4 %exclude /usr/share/apps/ksgmltools2 %exclude /usr/share/apps/cmake %exclude /usr/bin/kde4-config @@ -566,15 +560,16 @@ /usr/%_lib/kde4 /usr/%_lib/libkdeinit4_cupsdconf.so /usr/%_lib/libkdeinit4_kaddprinterwizard.so -/usr/%_lib/libkdeinit4_kbuildsycoca4.so.* /usr/%_lib/libkdeinit4_kconf_update.so -/usr/%_lib/libkdeinit4_kded.so +/usr/%_lib/libkdeinit4_kded4.so /usr/%_lib/libkdeinit4_kio_http_cache_cleaner.so /usr/%_lib/libkdeinit4_klauncher.so +/usr/%_lib/libkdeinit4_kbuildsycoca4.so /usr/share/apps /usr/share/config /usr/share/dbus-1 /usr/share/doc/* +/usr/share/emoticons /usr/share/icons/crystalsvg /usr/share/icons/hicolor /usr/share/icons/locolor @@ -587,6 +582,8 @@ /usr/share/mime/packages/kde.xml %changelog +* Mon May 28 2007 - dmueller@suse.de +- update to 3.90.1.svn668118 * Tue May 15 2007 - stbinner@suse.de - own more basic directories * Sat May 12 2007 - stbinner@suse.de ++++++ kdelibs.tar.bz2 ++++++ KDE/kdelibs4/kdelibs.tar.bz2 /mounts/work_src_done/STABLE/kdelibs4/kdelibs.tar.bz2 differ: byte 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de