Hello community,

here is the log from the commit of package apper for openSUSE:Factory checked 
in at 2012-03-07 13:41:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apper (Old)
 and      /work/SRC/openSUSE:Factory/.apper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apper", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/apper/apper.changes      2012-01-09 
16:22:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apper.new/apper.changes 2012-03-07 
13:41:23.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Mar  6 12:11:42 UTC 2012 - [email protected]
+
+- Update to version 0.7.1
+   * Added a origin column
+   * Added a "Installed Version" column to updater UI
+   * Fix bug on exiting when the origns model had changes to do
+   * Fix bug that prevented EULA/GPG key from being accepted
+   * Fix tray icon to properly show a restart action
+   * Fix Session Interface not to crash, and respond to button clicks 
+     when no package was to be installed
+   * Fix bug when clicking on a file to install
+- Drop apper-c33ab740-file-install-crash.diff and 
+  apper-accept-eula.diff: applied upstream.
+
+-------------------------------------------------------------------

Old:
----
  apper-0.7.0.tar.bz2
  apper-accept-eula.diff
  apper-c33ab740-file-install-crash.diff

New:
----
  apper-0.7.1.tar.bz2

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

Other differences:
------------------
++++++ apper.spec ++++++
--- /var/tmp/diff_new_pack.0GeMd9/_old  2012-03-07 13:41:25.000000000 +0100
+++ /var/tmp/diff_new_pack.0GeMd9/_new  2012-03-07 13:41:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apper
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -17,22 +17,21 @@
 
 
 Summary:        KDE interface for PackageKit
-
-Name:           apper
-Version:        0.7.0
-Release:        1
 License:        GPL-2.0+
 Group:          System/Packages
-Source0:        %{name}-%{version}.tar.bz2
+
+Name:           apper
+Version:        0.7.1
+Release:        0
+%define _base_version 0.7
+Source0:        
https://launchpad.net/apper/%{_base_version}/%{version}/+download/%{name}-%{version}.tar.bz2
 Patch0:         revert-upstream.diff
-Patch1:         apper-accept-eula.diff
 Patch2:         apper-ui-fixes.diff
-Patch3:         apper-c33ab740-file-install-crash.diff
 Patch4:         apper-no-dbus-service.diff
 Patch5:         apper-no-user-proxy.diff
 Url:            http://kde-apps.org/content/show.php/Apper?content=84745
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libkde4-devel
+BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libpackagekit-qt2-devel
 Requires:       PackageKit
 Recommends:     %{name}-lang = %{version}
@@ -53,9 +52,7 @@
 %setup -q -n %{name}-%{version}
 # For now revert this specific commit to make libapper.so in a private 
library. INSTALL_RPATH seems not to function
 %patch0 -p1
-%patch1 -p1
 #%patch2 -p1
-%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 
@@ -78,13 +75,16 @@
 %_kde4_appsdir/apper/
 %_kde4_appsdir/ApperSentinel/
 %_kde4_bindir/apper
-#_kde4_libdir/apper/libapper.so
 %_kde4_libdir/libapper.so
 %_kde4_applicationsdir/apper.desktop
 %_kde4_servicesdir/kcm_apper.desktop
 %_kde4_servicesdir/kded/apperd.desktop
-/usr/share/dbus-1/services/org.freedesktop.PackageKit.service
-/usr/share/dbus-1/services/org.kde.ApperSentinel.service
+%_kde4_applicationsdir/apper_installer.desktop
+%_kde4_applicationsdir/apper_settings.desktop
+%_kde4_applicationsdir/apper_updates.desktop
+%{_datadir}/man/man1/apper.1.gz
+%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
+%{_datadir}/dbus-1/services/org.kde.ApperSentinel.service
 
 %files lang -f %{name}.lang
 

++++++ apper-0.7.0.tar.bz2 -> apper-0.7.1.tar.bz2 ++++++
++++ 44669 lines of diff (skipped)

++++++ apper-no-dbus-service.diff ++++++
--- /var/tmp/diff_new_pack.0GeMd9/_old  2012-03-07 13:41:26.000000000 +0100
+++ /var/tmp/diff_new_pack.0GeMd9/_new  2012-03-07 13:41:26.000000000 +0100
@@ -1,11 +1,11 @@
-Index: apper-0.7.0/Desktop/apper.desktop
+Index: apper-0.7.1/Desktop/apper.desktop
 ===================================================================
---- apper-0.7.0.orig/Desktop/apper.desktop
-+++ apper-0.7.0/Desktop/apper.desktop
+--- apper-0.7.1.orig/Desktop/apper.desktop
++++ apper-0.7.1/Desktop/apper.desktop
 @@ -2,8 +2,6 @@
  Type=Application
  Icon=applications-other
- Exec=apper %U
+ Exec=apper
 -X-DBUS-StartupType=Unique
 -X-DBUS-ServiceName=org.kde.apper
  

++++++ revert-upstream.diff ++++++
--- /var/tmp/diff_new_pack.0GeMd9/_old  2012-03-07 13:41:26.000000000 +0100
+++ /var/tmp/diff_new_pack.0GeMd9/_new  2012-03-07 13:41:26.000000000 +0100
@@ -1,7 +1,8 @@
-diff -urB apper-0.7.0/Apper/CMakeLists.txt new/Apper/CMakeLists.txt
---- apper-0.7.0/Apper/CMakeLists.txt   2011-10-10 17:34:18.000000000 +0200
-+++ new/Apper/CMakeLists.txt   2011-10-11 12:16:28.797583638 +0200
-@@ -22,8 +22,6 @@
+Index: apper-0.7.1/Apper/CMakeLists.txt
+===================================================================
+--- apper-0.7.1.orig/Apper/CMakeLists.txt
++++ apper-0.7.1/Apper/CMakeLists.txt
+@@ -22,8 +22,6 @@ target_link_libraries(apper_executable
      apper
  )
  
@@ -9,30 +10,23 @@
 -
  install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/apper_executable DESTINATION 
${BIN_INSTALL_DIR} RENAME apper)
  
- add_subdirectory(Icons)
-diff -urB apper-0.7.0/ApperKCM/CMakeLists.txt new/ApperKCM/CMakeLists.txt
---- apper-0.7.0/ApperKCM/CMakeLists.txt        2011-10-10 17:34:18.000000000 
+0200
-+++ new/ApperKCM/CMakeLists.txt        2011-10-11 12:15:39.218581236 +0200
-@@ -38,6 +38,4 @@
+ kde4_create_manpage(man-apper.1.docbook 1 INSTALL_DESTINATION 
${MAN_INSTALL_DIR})
+Index: apper-0.7.1/ApperKCM/CMakeLists.txt
+===================================================================
+--- apper-0.7.1.orig/ApperKCM/CMakeLists.txt
++++ apper-0.7.1/ApperKCM/CMakeLists.txt
+@@ -38,6 +38,4 @@ target_link_libraries(kcm_apper
      apper
  )
  
 -set_target_properties(kcm_apper PROPERTIES INSTALL_RPATH 
${LIB_INSTALL_DIR}/apper)
 -
  install(TARGETS kcm_apper DESTINATION ${PLUGIN_INSTALL_DIR} )
-diff -urB apper-0.7.0/libapper/CMakeLists.txt new/libapper/CMakeLists.txt
---- apper-0.7.0/libapper/CMakeLists.txt        2011-10-10 17:34:18.000000000 
+0200
-+++ new/libapper/CMakeLists.txt        2011-10-11 12:13:46.969575805 +0200
-@@ -46,4 +46,4 @@
-     ${QPACKAGEKIT2_LIBRARIES}
- )
- 
--install(TARGETS apper DESTINATION ${LIB_INSTALL_DIR}/apper)
-+install(TARGETS apper DESTINATION ${LIB_INSTALL_DIR})
-diff -urB apper-0.7.0/Sentinel/CMakeLists.txt new/Sentinel/CMakeLists.txt
---- apper-0.7.0/Sentinel/CMakeLists.txt        2011-10-10 17:34:18.000000000 
+0200
-+++ new/Sentinel/CMakeLists.txt        2011-10-11 12:16:00.783582290 +0200
-@@ -65,8 +65,6 @@
+Index: apper-0.7.1/Sentinel/CMakeLists.txt
+===================================================================
+--- apper-0.7.1.orig/Sentinel/CMakeLists.txt
++++ apper-0.7.1/Sentinel/CMakeLists.txt
+@@ -67,8 +67,6 @@ target_link_libraries(apper-sentinel
      apper
  )
  
@@ -41,3 +35,13 @@
  install(TARGETS apper-sentinel DESTINATION ${LIBEXEC_INSTALL_DIR})
  
  install(FILES ApperSentinel.notifyrc DESTINATION 
${DATA_INSTALL_DIR}/ApperSentinel)
+Index: apper-0.7.1/libapper/CMakeLists.txt
+===================================================================
+--- apper-0.7.1.orig/libapper/CMakeLists.txt
++++ apper-0.7.1/libapper/CMakeLists.txt
+@@ -46,4 +46,4 @@ target_link_libraries(apper
+     ${QPACKAGEKIT2_LIBRARIES}
+ )
+ 
+-install(TARGETS apper DESTINATION ${LIB_INSTALL_DIR}/apper)
++install(TARGETS apper DESTINATION ${LIB_INSTALL_DIR})

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

Reply via email to