Hello community,

here is the log from the commit of package nautilus-sendto for openSUSE:Factory
checked in at Thu May 5 16:42:37 CEST 2011.



--------
--- GNOME/nautilus-sendto/nautilus-sendto.changes       2010-09-28 
19:06:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/nautilus-sendto/nautilus-sendto.changes        
2011-04-26 08:11:05.000000000 +0200
@@ -1,0 +2,42 @@
+Tue Apr 26 07:57:16 CEST 2011 - [email protected]
+
+- Remove explicit Requires for glib2-devel and gtk2-devel in devel
+  subpackage: they will automatically be added the pkgconfig() way.
+- Remove evolution-devel BuildRequires.
+
+-------------------------------------------------------------------
+Fri Apr  8 13:48:38 UTC 2011 - [email protected]
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+-------------------------------------------------------------------
+Tue Apr  5 08:34:20 UTC 2011 - [email protected]
+
+- Do not remove libnstbluetooth at build time: it is no longer
+  generated.
+
+-------------------------------------------------------------------
+Mon Apr  4 16:50:50 UTC 2011 - [email protected]
+
+- Update to version 3.0.0:
+  + Fix schema path
+  + Updated translations.
+- Changes from version 2.90.0:
+  + Port to GTK+ 3.x and GSettings
+  + Remove Bluetooth plugin, now in gnome-bluetooth itself
+  + Remove Empathy plugin, now in empathy itself
+  + Fix handling of shadowed mounts in the removable drives plugin
+  + Never unload plugins, to avoid crashes
+  + Fix mailto: command for Thunderbird
+  + Make the last select medium's widget grab focus on startup
+- Switch BuildRequires to use pkgconfig() variant:
+  + Old ones: libgupnp-av-devel, nautilus-devel
+  + New ones: gupnp-1.0, libnautilus-extension
+- Add pkgconfig(gtk+-3.0) and pkgconfig(libebook-1.2)
+  BuildRequires.
+- Remove extensions shipped by gnome-bluetooth and nautilus
+- Define with_pidgin, to easily enable/disable pidgin support. If
+  enabled, use pkgconfig(dbus-glib-1) BuildRequires
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  nautilus-sendto-2.32.0.tar.bz2

New:
----
  nautilus-sendto-3.0.0.tar.bz2

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

Other differences:
------------------
++++++ nautilus-sendto.spec ++++++
--- /var/tmp/diff_new_pack.ZXPqXJ/_old  2011-05-05 16:41:05.000000000 +0200
+++ /var/tmp/diff_new_pack.ZXPqXJ/_new  2011-05-05 16:41:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nautilus-sendto (Version 2.32.0)
+# spec file for package nautilus-sendto
 #
-# 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
@@ -16,23 +16,27 @@
 #
 
 
+%define with_pidgin 1
 
 Name:           nautilus-sendto
-Version:        2.32.0
+Version:        3.0.0
 Release:        1
 License:        GPLv2+
 Summary:        Integrate Nautilus, Evolution, Empathy and Pidgin
 Url:            http://www.es.gnome.org/~telemaco/
 Group:          Productivity/File utilities
 Source:         
ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.13/%{name}-%{version}.tar.bz2
-BuildRequires:  evolution-devel
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  libgupnp-av-devel
-BuildRequires:  nautilus-devel
-BuildRequires:  pidgin-devel
 BuildRequires:  translation-update-upstream
-Requires:       %{name}-lang = %{version}
+%if %with_pidgin
+BuildRequires:  pkgconfig(dbus-glib-1)
+%endif
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gupnp-1.0)
+BuildRequires:  pkgconfig(libebook-1.2)
+BuildRequires:  pkgconfig(libnautilus-extension)
+Recommends:     %{name}-lang
 Requires:       nautilus
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -83,8 +87,6 @@
 Summary:        Development files for nautilus-sendto
 Group:          Development/Libraries/GNOME
 Requires:       %{name} = %{version}
-Requires:       glib2-devel
-Requires:       gtk2-devel
 
 %description devel
 Development headers and documentation for nautilus-sendto.
@@ -100,6 +102,8 @@
 
 %install
 %makeinstall
+# now shipped with nautilus itself
+rm %{buildroot}%{_libdir}/nautilus/extensions-3.0/libnautilus-sendto.so
 %if 0%{?suse_version} <= 1120
 %{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
 %endif
@@ -123,7 +127,6 @@
 %{_datadir}/GConf/gsettings/nautilus-sendto-convert
 %{_datadir}/glib-2.0/schemas/org.gnome.Nautilus.Sendto.gschema.xml
 %{_datadir}/nautilus-sendto/
-%{_libdir}/nautilus/extensions-2.0/*.so
 %dir %{_libdir}/nautilus-sendto
 %dir %{_libdir}/nautilus-sendto/plugins
 # Explicitly list plugins that should be in this package (they don't bring 
dependencies)
@@ -136,9 +139,12 @@
 %defattr(-, root, root)
 %{_libdir}/nautilus-sendto/plugins/libnstevolution.so
 
+%if %with_pidgin
+
 %files plugin-pidgin
 %defattr(-, root, root)
 %{_libdir}/nautilus-sendto/plugins/libnstpidgin.so
+%endif
 
 %files plugin-upnp
 %defattr(-, root, root)

++++++ nautilus-sendto-2.32.0.tar.bz2 -> nautilus-sendto-3.0.0.tar.bz2 ++++++
++++ 18186 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