Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2013-09-16 09:41:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-software.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-software"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes    
2013-09-09 19:43:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes       
2013-09-16 09:41:26.000000000 +0200
@@ -1,0 +2,76 @@
+Sun Sep 15 12:39:46 UTC 2013 - [email protected]
+
+- Add suse-xsl-stylesheets and pkgconfig(libxslt) BuildRequires,
+  needed in order to build man pages. 
+
+-------------------------------------------------------------------
+Fri Sep 13 17:23:02 UTC 2013 - [email protected]
+
+- Update to version 3.9.3:
+  + New Features:
+    - Add a better icon for 'no results found'.
+    - Add a new application icon.
+    - Add a packagekit-history plugin that sets history data on
+      applications.
+      Add a plugin to get a list of the processed offline updates.
+    - Add featured data based on new mockups.
+    - Add gs_app_to_string() for dumping all properties and
+      metadata on a GsApp.
+    - Add Settings and PackageManager as menu spec categories.
+    - Add support for translations in AppStream.
+    - Add the ability to see the history of a package.
+    - Parse the keywords in the AppStream metadata.
+    - Read data from featured.ini.
+  + Bugfixes:
+    - Add a dummy history item to applications with no history.
+    - Add a way to force certain features.
+    - Add gettext context for subcategory names.
+    - Better dropshadow theme with active state.
+    - Break out the lots of separate widgets.
+    - Convert a few GsApp metadata items into properties and
+      clarify the differences.
+    - Do not decompress icons when first running gnome-software.
+    - Do not include the Fedora AppStream data in the upstream
+      tarball.
+    - Do not show available packages when installed results are
+      available when searching.
+    - Don't override the state if already known.
+    - Ensure the same app from two different plugins does not show
+      more than once.
+    - Fix a typo in a translatable string.
+    - Fix up visiblity handling for header buttons.
+    - Get names and comments for the correct locale in
+      datadir-apps.
+    - Ignore ENOENT reading the .desktop filename.
+    - Improve category tiles and the category pages.
+    - Load all AppStream files from /usr/share/app-info/xmls.
+    - Make application details scroll.
+    - Make debug env vars always available.
+    - Make feature style code safe against reloading.
+    - Make "installed badge" more legible.
+    - Make subcategory list scrollable.
+    - Make symbolic icons dim.
+    - Never fail refine() if a single icon failed to load.
+    - Notify when an app is installed.
+    - Remove the hardcoded description plugin, it's all in the
+      appdata markup now.
+    - Search all datadirs at startup so that local builds can use
+      the system AppStream data.
+    - Search the appstream data for name, summary, description and
+      keywords.
+    - Set the app version in packagekit-refine if not already set.
+    - Show app details from search in window.
+    - Show a warning when new jhbuild users have no sample data.
+    - Support AppStream data in /var/cache/app-info/xmls so support
+      too.
+    - Support the older gzip content type too.
+    - Tweak punctuation for command line documentation.
+    - Use 'File System' instead of 'Filesystem'.
+    - When loading a specific mode at startup don't wait for the
+      overview to load.
+  + Updated translations.
+- Add pkgconfig(gio-unix-2.0) and pkgconfig(libnotify)
+  BuildRequires: new dependencies.
+- Add icon_theme_cache and destop_database post/postun scripts.
+
+-------------------------------------------------------------------

Old:
----
  gnome-software-3.9.2.tar.xz

New:
----
  gnome-software-3.9.3.tar.xz

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

Other differences:
------------------
++++++ gnome-software.spec ++++++
--- /var/tmp/diff_new_pack.r1xUu8/_old  2013-09-16 09:41:27.000000000 +0200
+++ /var/tmp/diff_new_pack.r1xUu8/_new  2013-09-16 09:41:27.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package
+# spec file for package gnome-software
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,17 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gnome-software
-Version:        3.9.2
+Version:        3.9.3
 Release:        0
-License:        GPL-2.0+
 Summary:        GNOME Software Store
-Url:            https://wiki.gnome.org/Design/Apps/Software
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
+Url:            https://wiki.gnome.org/Design/Apps/Software
 Source:         
http://ftp.gnome.org/pub/GNOME/sources/gnome-software/3.9/%{name}-%{version}.tar.xz
 BuildRequires:  intltool >= 0.35.0
+BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.12
+BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(packagekit-glib2) >= 0.8.10
 BuildRequires:  pkgconfig(sqlite3)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -49,14 +54,24 @@
 %suse_update_desktop_file gnome-software
 %find_lang %{name}
 
+%post
+%icon_theme_cache_post
+%desktop_database_post
+
+%postun
+%icon_theme_cache_postun
+%desktop_database_postun
+
 %files
 %defattr(-,root,root)
 %doc README COPYING
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}*
 %dir %{_libdir}/gs-plugins
 %{_libdir}/gs-plugins/*.so
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files lang -f %{name}.lang
 

++++++ gnome-software-3.9.2.tar.xz -> gnome-software-3.9.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/gnome-software/gnome-software-3.9.2.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software-3.9.3.tar.xz 
differ: char 26, line 1

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

Reply via email to