Hello community,

here is the log from the commit of package libdbusmenu-qt for openSUSE:Factory
checked in at Mon Jun 6 10:29:46 CEST 2011.



--------
--- KDE/libdbusmenu-qt/libdbusmenu-qt.changes   2010-12-22 11:45:48.000000000 
+0100
+++ /mounts/work_src_done/STABLE/libdbusmenu-qt/libdbusmenu-qt.changes  
2011-05-15 20:04:06.000000000 +0200
@@ -1,0 +2,22 @@
+Sun May 15 18:01:13 UTC 2011 - [email protected]
+
+- Update to 0.8.2:
+  * Shortcut handling: Translate "+" into "plus" and "-" into "minus" (LP BUG
+    712565)
+  From 0.8.1:
+  * Added target to build documentation with Doxygen
+  From 0.8.0:
+  * Implements version 2 of the dbusmenu protocol
+  * Merged support for KMenu titles
+  From 0.7.0:
+  * Switched DBus domain from org.ayatana to com.canonical
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changed License: to LGPLv2+.
+  * Removed dbus-1-devel from BuildRequires:.
+  * Added doxygen and libqjson-devel in BuildRequires:.
+  * Updates in Summary, %description and Group entries.
+  * Removed /sbin/ldconfig from devel package %post* scripts (not needed).
+  * Minor other updates.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libdbusmenu-qt-0.6.6.tar.bz2

New:
----
  libdbusmenu-qt-0.8.2.tar.bz2

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

Other differences:
------------------
++++++ libdbusmenu-qt.spec ++++++
--- /var/tmp/diff_new_pack.p6VWaq/_old  2011-06-06 10:13:23.000000000 +0200
+++ /var/tmp/diff_new_pack.p6VWaq/_new  2011-06-06 10:13:23.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libdbusmenu-qt (Version 0.6.6)
+# spec file for package libdbusmenu-qt
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,16 +19,21 @@
 
 
 Name:           libdbusmenu-qt
-BuildRequires:  cmake gcc-c++ libqt4-devel
-BuildRequires:  dbus-1-devel pkg-config
-Summary:        This library provides a Qt implementation of the DBusMenu 
protocol.
-Version:        0.6.6
+Version:        0.8.2
 Release:        1
-License:        GPL
-Group:          System/GUI/KDE
-Source0:        %{name}-%{version}.tar.bz2
+License:        LGPLv2+
+Url:            https://launchpad.net/libdbusmenu-qt/
+Summary:        A Qt implementation of the DBusMenu protocol
+Group:          System/Libraries
+Source0:        
http://launchpad.net/libdbusmenu-qt/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cmake
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libqjson-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  pkg-config
 Provides:       dbusmenu-qt = 0.3.3
 Obsoletes:      dbusmenu-qt < 0.3.3
 
@@ -38,36 +43,21 @@
 The DBusMenu protocol makes it possible for applications to export and import
 their menus over DBus.
 
-
-Author
---------
-
-Canonical DX Team, Aurélien Gâteau <[email protected]>
-
 %package devel
-Summary:        Development package for dbusmenu-qt
-License:        GPL
+License:        LGPLv2+
+Summary:        Development package for libdbusmenu-qt
 Group:          Development/Libraries/Other
 Requires:       libdbusmenu-qt2 = %{version}
 Provides:       dbusmenu-qt-devel = 0.3.3
 Obsoletes:      dbusmenu-qt-devel < 0.3.3
 
 %description devel
-This library provides a Qt implementation of the DBusMenu protocol.
-
-The DBusMenu protocol makes it possible for applications to export and import
-their menus over DBus.
-
-
-Author
---------
-
-Canonical DX Team, Aurélien Gâteau <[email protected]>
+This package contains development files for libdbusmenu-qt.
 
 %package -n libdbusmenu-qt2
+License:        LGPLv2+
 Summary:        Development package for dbusmenu-qt
-License:        GPL
-Group:          Development/Libraries/Other
+Group:          System/Libraries
 %requires_ge    libqt4-x11
 
 %description -n libdbusmenu-qt2
@@ -76,52 +66,45 @@
 The DBusMenu protocol makes it possible for applications to export and import
 their menus over DBus.
 
-
-Author
---------
-
-Canonical DX Team, Aurélien Gâteau <[email protected]>
-
-
 %prep
-%setup
+%setup -q
 
 %build
   mkdir build
   cd build
-  export CFLAGS=$RPM_OPT_FLAGS
-  export CXXFLAGS=$RPM_OPT_FLAGS
+  export CFLAGS="%{optflags}"
+  export CXXFLAGS="%{optflags}"
   export LDFLAGS="-Wl,-Bsymbolic-functions $LDFLAGS"
-  _libsuffix=$(echo %_lib | cut -b4-)
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  _libsuffix=$(echo %{_lib} | cut -b4-)
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
         -DLIB_SUFFIX="$_libsuffix" \
         -DCMAKE_BUILD_TYPE=release ..
-  %{__make} %{?jobs:-j %{jobs}} VERBOSE=1
+  make %{?_smp_mflags} VERBOSE=1
+  cd ..
 
 %install
   cd build
   %makeinstall
+  cd ..
+
+rm -rf %{buildroot}%{_datadir}/doc/dbusmenu-qt/
 
 %post -n libdbusmenu-qt2 -p /sbin/ldconfig
 
 %postun -n libdbusmenu-qt2 -p /sbin/ldconfig
 
-%post devel -p /sbin/ldconfig
-
-%postun devel -p /sbin/ldconfig
-
 %clean
-  rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n libdbusmenu-qt2
-%defattr(-,root,root)
-%_libdir/libdbusmenu-qt.so.*
+%defattr(-,root,root,-)
+%{_libdir}/libdbusmenu-qt.so.2*
 
 %files devel
-%defattr(-,root,root)
-%dir /usr/include/dbusmenu-qt
-%_libdir/libdbusmenu-qt.so
-/usr/include/dbusmenu-qt/*
-%_libdir/pkgconfig/*
+%defattr(-,root,root,-)
+%doc COPYING NEWS README
+%{_libdir}/libdbusmenu-qt.so
+%{_includedir}/dbusmenu-qt/
+%{_libdir}/pkgconfig/dbusmenu-qt.pc
 
 %changelog

++++++ libdbusmenu-qt-0.6.6.tar.bz2 -> libdbusmenu-qt-0.8.2.tar.bz2 ++++++
++++ 2429 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to