Hello community,

here is the log from the commit of package python-nautilus for openSUSE:Factory
checked in at Thu Jun 30 16:26:46 CEST 2011.



--------
--- GNOME/python-nautilus/python-nautilus.changes       2011-05-28 
01:36:55.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-nautilus/python-nautilus.changes        
2011-06-22 16:22:40.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Jun 22 14:20:50 UTC 2011 - malcolmle...@opensuse.org
+
+- Fix /usr/share/nautilus-python directories not owned by a
+  package.
+- Update spec file Licence field from GPLv2+ to GPL-2.0+ to
+  conform with spdx.org identifier.
+
+-------------------------------------------------------------------
+Fri Jun 17 04:19:57 CEST 2011 - vu...@opensuse.org
+
+- Add python-nautilus-fix-path-in-pc.patch to fix the pkg-config
+  file to refer to the right extension directory, now that it
+  changed.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  python-nautilus-fix-path-in-pc.patch

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

Other differences:
------------------
++++++ python-nautilus.spec ++++++
--- /var/tmp/diff_new_pack.CmtFOM/_old  2011-06-30 16:24:55.000000000 +0200
+++ /var/tmp/diff_new_pack.CmtFOM/_new  2011-06-30 16:24:55.000000000 +0200
@@ -20,12 +20,14 @@
 Name:           python-nautilus
 %define _name   nautilus-python
 Version:        1.0
-Release:        1
-License:        GPLv2+
+Release:        3
+License:        GPL-2.0+
 Summary:        Python bindings for Nautilus
 Group:          Development/Libraries/Python
 Url:            http://git.gnome.org/cgit/nautilus-python/
 Source:         %{_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM python-nautilus-fix-path-in-pc.patch bgo#652032 
vu...@opensuse.org -- Fix extension dir in pkg-config file
+Patch0:         python-nautilus-fix-path-in-pc.patch
 BuildRequires:  gtk-doc
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libnautilus-extension)
@@ -39,7 +41,7 @@
 so that Nautilus functionality can be easily extended.
 
 %package devel
-License:        GPLv2+
+License:        GPL-2.0+
 Summary:        Python bindings for Nautilus - Development Files
 Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
@@ -52,6 +54,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static \
@@ -73,6 +76,7 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/nautilus/extensions-3.0/libnautilus-python.so
+%dir %{_datadir}/nautilus-python
 %dir %{_datadir}/nautilus-python/extensions
 
 %files devel

++++++ python-nautilus-fix-path-in-pc.patch ++++++
Index: nautilus-python-1.0/nautilus-python.pc.in
===================================================================
--- nautilus-python-1.0.orig/nautilus-python.pc.in
+++ nautilus-python-1.0/nautilus-python.pc.in
@@ -4,4 +4,4 @@ Version: @VERSION@
 
 prefix=@prefix@
 libdir=${prefix}/lib
-pythondir=@NAUTILUS_EXTENSION_DIR@/python
+pythondir=@datadir@/nautilus-python/extensions

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



Remember to have fun...

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

Reply via email to