Hello community,

here is the log from the commit of package nautilus-actions for 
openSUSE:Factory checked in at 2012-03-16 13:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus-actions (Old)
 and      /work/SRC/openSUSE:Factory/.nautilus-actions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nautilus-actions", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nautilus-actions/nautilus-actions.changes        
2012-03-07 13:43:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nautilus-actions.new/nautilus-actions.changes   
2012-03-16 13:19:51.000000000 +0100
@@ -1,0 +2,54 @@
+Fri Mar  9 09:59:12 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.2.2:
+  + UI enhancements: let the example label be expandable
+  + Bump FDL to 1.3 among all documentation
+  + Validate desktop file when making distcheck
+  + Fix wrong display in tabs vs. the current selection in tree
+    view
+  + Bugs fixed: bgo#671043, bgo#671044, bgo#671083
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 29 10:14:14 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.2.0:
+  + Let import/export assistants pages be scrollable
+  + Let the export format be selected in a treeview
+  + Let the import mode be selected in a treeview
+  + Make labels wrappable in import/export assistants
+  + Fix vertical expand in Preferences dialog
+  + Destroy the assistants toplevels when quitting
+  + Set "Relying on runtime detection" as default in "Runtime
+    execution" tab
+  + Detect XFCE desktop
+  + Force GConf I/O provider to be read-only after the migration
+  + Check if action is writable when deleting a profile
+  + Enable basenames, capabilities, folders, mimetypes and
+    schemes tabs if a context is available
+  + Migrate from dbus-glib to glib's GDBus (bgo#622909)
+  + User documentation and gtk-doc documentation not installed by
+    default (bgo#668181)
+  + Should check for ice pkgconfig in configure (bgo#670434)
+  + Mark strings as translatable (bgo#667429)
+  + Many other code changes.
+  + Several API additions (see NEWS for details).
+  + Build fixes.
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Remove pkgconfig(dbus-glib-1) BuildRequires: code is ported to
+  GDBus.
+- Add pkgconfig(gio-2.0) and pkgconfig(ice) BuildRequires: now
+  checked for by configure.
+- Stop passing --enable-html-manuals to configure: it's not needed
+  anymore, as the installation of documentation is now fixed.
+
+-------------------------------------------------------------------
+Sun Feb 19 16:29:24 UTC 2012 - dims...@opensuse.org
+
+- Add pkgconfig(sm) BuildRequires: this used to be pulled in by
+  something else before, but the relayout of xorg-x11 packages
+  changed that.
+
+-------------------------------------------------------------------

Old:
----
  nautilus-actions-3.1.5.tar.xz

New:
----
  nautilus-actions-3.2.2.tar.xz

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

Other differences:
------------------
++++++ nautilus-actions.spec ++++++
--- /var/tmp/diff_new_pack.un32fB/_old  2012-03-16 13:19:54.000000000 +0100
+++ /var/tmp/diff_new_pack.un32fB/_new  2012-03-16 13:19:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package
+# spec file for package nautilus-actions
 #
-# Copyright (c) 2010 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
@@ -15,32 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _nautilus_extdir %(pkg-config --variable extensiondir 
libnautilus-extension)
 
 Name:           nautilus-actions
-Version:        3.1.5
-Release:        1
-# FIXME: on update to > 3.1.5, see if gtk-doc doc is installed or can be built 
again (see bgo#668181)
-# FIXME: on update, try to get rid of --enable-html-manuals; see bgo#668181 
(last checked: 3.1.5)
+Version:        3.2.2
+Release:        0
 License:        GPL-2.0+
 Summary:        Nautilus extension to launch arbitrary applications on files
 Url:            http://www.nautilus-actions.org/
 Group:          System/GUI/GNOME
-Source:         
http://download.gnome.org/sources/nautilus-actions/3.1/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/nautilus-actions/3.2/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
-BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gconf-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gio-2.0) >= 2.30.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.24.0
 BuildRequires:  pkgconfig(gnome-doc-utils)
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libgtop-2.0)
 BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(sm) >= 1.0
 BuildRequires:  pkgconfig(unique-3.0)
 BuildRequires:  pkgconfig(uuid)
 Requires:       nautilus
@@ -71,8 +70,7 @@
 # it doesn't matter
 %configure \
         --disable-schemas-install \
-        --disable-scrollkeeper \
-        --enable-html-manuals
+        --disable-scrollkeeper
 make %{?_smp_mflags}
 
 %install
@@ -81,8 +79,8 @@
 # Remove doc files that either aren't needed (html/pdf docs,
 # uninteresting files) or that we ship in another way (as %%doc)
 for file in AUTHORS ChangeLog* COPYING COPYING-DOCS \
-  export-format-id INSTALL io-provider-id MAINTAINERS NEWS \
-  objects-hierarchy.odg README README-GCONF TODO; do
+  INSTALL MAINTAINERS NEWS objects-hierarchy.odg README \
+  README-GCONF TODO; do
   rm %{buildroot}%{_datadir}/doc/%{name}-%{version}/$file
 done
 for dir in html pdf; do
@@ -123,10 +121,8 @@
 
 %files devel
 %defattr(-, root, root)
-%doc docs/export-format-id
-%doc docs/io-provider-id
 %doc docs/objects-hierarchy.odg
-#%doc %{_datadir}/gtk-doc/html/%{name}-3/
+%doc %{_datadir}/gtk-doc/html/%{name}-3/
 %{_includedir}/%{name}/
 
 %files lang -f %{name}.lang

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to