Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2015-07-02 22:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and      /work/SRC/openSUSE:Factory/.python-caja.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-caja"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2014-11-03 
13:13:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes     
2015-07-03 00:16:07.000000000 +0200
@@ -1,0 +2,13 @@
+Fri May  8 09:34:32 UTC 2015 - [email protected]
+
+- Update to 1.10.0:
+  * Bugfixes.
+  * Add about window for caja extensions tab.
+
+-------------------------------------------------------------------
+Thu Dec 11 14:57:07 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+  + No changes since version 1.8.1
+
+-------------------------------------------------------------------

Old:
----
  python-caja-1.8.1.tar.xz

New:
----
  python-caja-1.10.0.tar.xz

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

Other differences:
------------------
++++++ python-caja.spec ++++++
--- /var/tmp/diff_new_pack.q5eTxO/_old  2015-07-03 00:16:08.000000000 +0200
+++ /var/tmp/diff_new_pack.q5eTxO/_new  2015-07-03 00:16:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-caja
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,30 @@
 
 
 %define _name   caja-python
+%define _version 1.10
 Name:           python-caja
-Version:        1.8.1
+Version:        1.10.0
 Release:        0
 Summary:        Python bindings for Caja
 License:        GPL-2.0+
 Group:          System/GUI/Other
 Url:            http://mate-desktop.org/
-Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common
-BuildRequires:  pkgconfig(libcaja-extension) >= 1.8.0
+BuildRequires:  pkgconfig(libcaja-extension) >= 1.9.0
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(python)
 Requires:       python-gobject
 # We can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Mate").
 Requires:       typelib(Caja)
+Recommends:     %{name}-lang = %{version}
 Provides:       python-mate-file-manager = %{version}
 Obsoletes:      python-mate-file-manager < %{version}
 
 %description
 This package contains bindings to write Caja extensions with Python.
-It allows writing menu, property pages and column providers extensions,
-so that Nautilus functionality can be easily extended.
+It allows writing menu, property pages and column providers
+extensions, so that Caja functionality can be easily extended.
 
 %package devel
 Summary:        Python bindings for Caja - Development Files
@@ -48,10 +50,13 @@
 Obsoletes:      python-mate-file-manager-devel < %{version}
 
 %description devel
-Development files needed for writing Caja Python extensions
-This package contains bindings to write Nautilus extensions with Python.
-It allows writing menu, property pages and column providers extensions,
-so that Caja functionality can be easily extended.
+Development files needed for writing Caja Python extensions.
+
+This package contains bindings to write Caja extensions with Python.
+It allows writing menu, property pages and column providers
+extensions, so that Caja functionality can be easily extended.
+
+%lang_package
 
 %prep
 %setup -q
@@ -60,27 +65,32 @@
 %configure \
     --disable-static                                                    \
     --enable-gtk-doc
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %make_install
 # New dir where python extensions get installed. It's not created by make 
install (bgo#638890).
-test ! -d %{buildroot}%{_datadir}/%{_name}/extensions/
+[ ! -d %{buildroot}%{_datadir}/%{_name}/extensions/ ]
 mkdir -p %{buildroot}%{_datadir}/%{_name}/extensions/
 find %{buildroot} -type f -name "*.la" -delete -print
-# Move documentation to correct directory.
+%find_lang %{name}
+# Move documentation to a correct directory.
 mkdir -p %{buildroot}%{_docdir}/
-mv -f %{buildroot}%{_datadir}/doc/python-caja/ %{buildroot}%{_docdir}/
+mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS COPYING NEWS README
 %{_libdir}/caja/extensions-2.0/lib%{_name}.so
+%{_datadir}/caja/extensions/lib%{_name}.caja-extension
 %{_datadir}/%{_name}/
 
 %files devel
 %defattr(-,root,root)
-%{_datadir}/gtk-doc/html/%{_name}/
+%doc %{_datadir}/gtk-doc/html/%{_name}/
 %{_libdir}/pkgconfig/%{_name}.pc
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog

++++++ python-caja-1.8.1.tar.xz -> python-caja-1.10.0.tar.xz ++++++
++++ 5829 lines of diff (skipped)


Reply via email to