Hello community,

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

Package is "python-nautilus", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nautilus/python-nautilus.changes  
2011-12-05 12:45:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-nautilus.new/python-nautilus.changes     
2012-05-16 15:03:57.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May  9 07:25:45 UTC 2012 - vu...@opensuse.org
+
+- Explicitly add missing typelib(Nautilus) Requires: we can't use
+  the automatic typelib() Requires generator since this python
+  module is written in C.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-nautilus.spec ++++++
--- /var/tmp/diff_new_pack.k82qRS/_old  2012-05-16 15:03:58.000000000 +0200
+++ /var/tmp/diff_new_pack.k82qRS/_new  2012-05-16 15:03:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nautilus
 #
-# 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
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 #
 %define build_doc 0
 
@@ -21,8 +23,8 @@
 %define _name   nautilus-python
 Version:        1.1
 Release:        0
-License:        GPL-2.0+
 Summary:        Python bindings for Nautilus
+License:        GPL-2.0+
 Group:          Development/Libraries/Python
 Url:            http://git.gnome.org/cgit/nautilus-python/
 Source:         
http://download.gnome.org/sources/nautilus-python/1.1/%{_name}-%{version}.tar.bz2
@@ -34,6 +36,8 @@
 BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(pygobject-3.0)
 Requires:       python-gobject
+# we can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Nautilus")
+Requires:       typelib(Nautilus)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,6 +47,7 @@
 
 %package devel
 Summary:        Python bindings for Nautilus - Development Files
+Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 
 %description devel

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

Reply via email to