commit python-caja for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2020-03-03 10:17:17

Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and  /work/SRC/openSUSE:Factory/.python-caja.new.26092 (New)


Package is "python-caja"

Tue Mar  3 10:17:17 2020 rev:17 rq:780547 version:1.24.0

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2019-07-31 
14:36:20.645867820 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new.26092/python-caja.changes   
2020-03-03 10:18:28.610928006 +0100
@@ -1,0 +2,16 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin 
+
+- Update to version 1.24.0 (changes since 1.23.0):
+  * configure: Get quieter output from make.
+  * Get rid of commons.
+  * Migrate from intltool to gettext.
+  * Drop Python 2 support.
+  * Make configure.ac cross compile safe.
+  * Remove trailing whitespaces.
+  * Update translations.
+- Drop support for old openSUSE versions.
+- Build for Python 3.
+- Rename the package back to python-caja as the library path is
+  undifferentiated.
+
+---

Old:

  python-caja-1.23.0.tar.xz

New:

  python-caja-1.24.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.vRsI6Y/_old  2020-03-03 10:18:29.534929917 +0100
+++ /var/tmp/diff_new_pack.vRsI6Y/_new  2020-03-03 10:18:29.534929917 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-caja
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,71 +17,42 @@
 
 
 %define _name   caja-python
-%define _version 1.23
+%define _version 1.24
 Name:   python-caja
-Version:1.23.0
+Version:1.24.0
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0-or-later
-Group:  System/GUI/Other
 URL:https://mate-desktop.org/
 Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# set to _version when mate-common has an equal release
-BuildRequires:  mate-common >= 1.22
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)
-BuildRequires:  pkgconfig(python)
-%if 0%{?suse_version} < 1500
-Requires:   python-gobject
+BuildRequires:  pkgconfig(python3)
+Requires:   python3-gobject
 # We can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Mate").
 Requires:   typelib(Caja)
 Recommends: %{name}-lang
+# python2-caja was last used in openSUSE Leap 15.2.
+Obsoletes:  python2-caja < %{version}
 # python-mate-file-manager was last used in openSUSE 13.1.
 Provides:   python-mate-file-manager = %{version}
 Obsoletes:  python-mate-file-manager < %{version}
-%endif
 
 %description
 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.
 
-%if 0%{?suse_version} >= 1500
-%package -n python2-caja
-Summary:Python bindings for Caja
-Group:  System/GUI/Other
-Requires:   python2-gobject
-# We can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Mate").
-Requires:   typelib(Caja)
-Recommends: %{name}-lang
-Provides:   %{name} = %{version}
-# python-mate-file-manager was last used in openSUSE 13.1.
-Provides:   python-mate-file-manager = %{version}
-Obsoletes:  python-mate-file-manager < %{version}
-# python-caja was last used in openSUSE Leap 42.3.
-Provides:   python-caja = %{version}
-Obsoletes:  python-caja < %{version}
-
-%description -n python2-caja
-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.
-%endif
-
 %lang_package
 
 %package devel
 Summary:Python bindings for Caja - Development Files
+Requires:   %{name} = %{version}
 # python-mate-file-manager-devel was last used in openSUSE 13.1.
-Group:  Development/Libraries/Other
 Provides:   python-mate-file-manager-devel = %{version}
 Obsoletes:  python-mate-file-manager-devel < %{version}
-%if 0%{?suse_version} >= 1500
-Requires:   python2-caja = %{version}
-%else
-Requires:   %{name} = %{version}
-%endif
 
 %description devel
 Development files needed for writing Caja Python 

commit python-caja for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2019-07-31 14:36:13

Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and  /work/SRC/openSUSE:Factory/.python-caja.new.4126 (New)


Package is "python-caja"

Wed Jul 31 14:36:13 2019 rev:16 rq:719973 version:1.23.0

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2019-05-16 
22:05:04.682564643 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new.4126/python-caja.changes
2019-07-31 14:36:20.645867820 +0200
@@ -1,0 +2,8 @@
+Thu Jul 18 13:53:42 UTC 2019 - Jonathan Brielmaier 
+
+- Update to version 1.23.0:
+  * Update translations.
+  * Add support for building with Python 3.8
+  * Make Caja.OperationHandle usable
+
+---

Old:

  python-caja-1.22.0.tar.xz

New:

  python-caja-1.23.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.uiqmPr/_old  2019-07-31 14:36:21.437867416 +0200
+++ /var/tmp/diff_new_pack.uiqmPr/_new  2019-07-31 14:36:21.441867414 +0200
@@ -17,16 +17,17 @@
 
 
 %define _name   caja-python
-%define _version 1.22
+%define _version 1.23
 Name:   python-caja
-Version:1.22.0
+Version:1.23.0
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
 URL:https://mate-desktop.org/
 Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires:  mate-common >= %{_version}
+# set to _version when mate-common has an equal release
+BuildRequires:  mate-common >= 1.22
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)

++ python-caja-1.22.0.tar.xz -> python-caja-1.23.0.tar.xz ++
 2459 lines of diff (skipped)




commit python-caja for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2019-05-16 22:05:03

Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and  /work/SRC/openSUSE:Factory/.python-caja.new.5148 (New)


Package is "python-caja"

Thu May 16 22:05:03 2019 rev:15 rq:682586 version:1.22.0

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2018-12-28 
12:36:05.751930991 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new.5148/python-caja.changes
2019-05-16 22:05:04.682564643 +0200
@@ -1,0 +2,19 @@
+Tue Mar  5 15:19:33 UTC 2019 - sor.ale...@meowr.ru
+
+- Update to version 1.22.0:
+  * Fix Python 2 INT_ASLONG function.
+  * Include Python 3 ABI flags in shared library name.
+  * Make Python statements compatible with version 2 and 3.
+  * Implement Python 3 C API compatibility using conditional and macros.
+  * Allow to "make dist" without building the docs.
+  * Fail to build if some referenced symbol cannot be resolved at
+link time.
+  * Modernise examples.
+  * Fix distcheck when using python3.
+  * Examples: Remove use of Python 2/3 incompatible
+urllib/urlparse.
+  * Report effective Python version and library location at the end
+of configure.
+  * Update translations.
+
+---

Old:

  python-caja-1.20.2.tar.xz

New:

  python-caja-1.22.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.lwpiAl/_old  2019-05-16 22:05:05.270564092 +0200
+++ /var/tmp/diff_new_pack.lwpiAl/_new  2019-05-16 22:05:05.270564092 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-caja
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,14 +17,14 @@
 
 
 %define _name   caja-python
-%define _version 1.20
+%define _version 1.22
 Name:   python-caja
-Version:1.20.2
+Version:1.22.0
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
-Url:https://mate-desktop.org/
+URL:https://mate-desktop.org/
 Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig

++ python-caja-1.20.2.tar.xz -> python-caja-1.22.0.tar.xz ++
 8064 lines of diff (skipped)




commit python-caja for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2018-12-28 12:36:01

Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and  /work/SRC/openSUSE:Factory/.python-caja.new.28833 (New)


Package is "python-caja"

Fri Dec 28 12:36:01 2018 rev:14 rq:661677 version:1.20.2

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2018-06-29 
22:32:37.850198056 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new.28833/python-caja.changes   
2018-12-28 12:36:05.751930991 +0100
@@ -1,0 +2,7 @@
+Wed Dec 26 23:25:34 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.2:
+  * Disable deprecation warnings for distcheck.
+  * Update translations.
+
+---

Old:

  python-caja-1.20.1.tar.xz

New:

  python-caja-1.20.2.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.vblOa2/_old  2018-12-28 12:36:06.079930761 +0100
+++ /var/tmp/diff_new_pack.vblOa2/_new  2018-12-28 12:36:06.079930761 +0100
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _name   caja-python
 %define _version 1.20
 Name:   python-caja
-Version:1.20.1
+Version:1.20.2
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
 Url:https://mate-desktop.org/
-Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
@@ -112,11 +112,10 @@
 
 %if 0%{?suse_version} >= 1500
 %files -n python2-caja
-%license COPYING
 %else
 %files
-%doc COPYING
 %endif
+%license COPYING
 %doc AUTHORS NEWS README
 %doc %{_docdir}/%{name}/
 %{_libdir}/caja/extensions-2.0/lib%{_name}.so

++ python-caja-1.20.1.tar.xz -> python-caja-1.20.2.tar.xz ++
 1803 lines of diff (skipped)




commit python-caja for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2018-06-29 22:32:17

Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and  /work/SRC/openSUSE:Factory/.python-caja.new (New)


Package is "python-caja"

Fri Jun 29 22:32:17 2018 rev:13 rq:618549 version:1.20.1

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2018-03-20 
21:58:27.401793801 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2018-06-29 22:32:37.850198056 +0200
@@ -1,0 +2,6 @@
+Fri Jun 22 17:10:44 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.1:
+  * Update translations.
+
+---

Old:

  python-caja-1.20.0.tar.xz

New:

  python-caja-1.20.1.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.9Y5vWO/_old  2018-06-29 22:32:38.214197740 +0200
+++ /var/tmp/diff_new_pack.9Y5vWO/_new  2018-06-29 22:32:38.218197737 +0200
@@ -19,7 +19,7 @@
 %define _name   caja-python
 %define _version 1.20
 Name:   python-caja
-Version:1.20.0
+Version:1.20.1
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0-or-later

++ python-caja-1.20.0.tar.xz -> python-caja-1.20.1.tar.xz ++
 3407 lines of diff (skipped)




commit python-caja for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2018-03-20 21:58:01

Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and  /work/SRC/openSUSE:Factory/.python-caja.new (New)


Package is "python-caja"

Tue Mar 20 21:58:01 2018 rev:12 rq:586611 version:1.20.0

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2017-03-20 
17:13:06.603817884 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2018-03-20 21:58:27.401793801 +0100
@@ -1,0 +2,10 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.0:
+  * Use standard python exception message.
+  * Add gi.require_version().
+  * Update translations.
+- Rename python-caja to python2-caja for openSUSE Leap 15.0 and
+  newer.
+
+---

Old:

  python-caja-1.18.0.tar.xz

New:

  python-caja-1.20.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.fPs2k6/_old  2018-03-20 21:58:28.113768166 +0100
+++ /var/tmp/diff_new_pack.fPs2k6/_new  2018-03-20 21:58:28.117768022 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-caja
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,12 +17,12 @@
 
 
 %define _name   caja-python
-%define _version 1.18
+%define _version 1.20
 Name:   python-caja
-Version:1.18.0
+Version:1.20.0
 Release:0
 Summary:Python bindings for Caja
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/Other
 Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
@@ -31,6 +31,7 @@
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(python)
+%if 0%{?suse_version} < 1500
 Requires:   python-gobject
 # We can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Mate").
 Requires:   typelib(Caja)
@@ -38,19 +39,48 @@
 # python-mate-file-manager was last used in openSUSE 13.1.
 Provides:   python-mate-file-manager = %{version}
 Obsoletes:  python-mate-file-manager < %{version}
+%endif
 
 %description
 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.
 
+%if 0%{?suse_version} >= 1500
+%package -n python2-caja
+Summary:Python bindings for Caja
+Group:  System/GUI/Other
+Requires:   python2-gobject
+# We can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Mate").
+Requires:   typelib(Caja)
+Recommends: %{name}-lang
+Provides:   %{name} = %{version}
+# python-mate-file-manager was last used in openSUSE 13.1.
+Provides:   python-mate-file-manager = %{version}
+Obsoletes:  python-mate-file-manager < %{version}
+# python-caja was last used in openSUSE Leap 42.3.
+Provides:   python-caja = %{version}
+Obsoletes:  python-caja < %{version}
+
+%description -n python2-caja
+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.
+%endif
+
+%lang_package
+
 %package devel
 Summary:Python bindings for Caja - Development Files
-Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
 # python-mate-file-manager-devel was last used in openSUSE 13.1.
+Group:  Development/Libraries/Other
 Provides:   python-mate-file-manager-devel = %{version}
 Obsoletes:  python-mate-file-manager-devel < %{version}
+%if 0%{?suse_version} >= 1500
+Requires:   python2-caja = %{version}
+%else
+Requires:   %{name} = %{version}
+%endif
 
 %description devel
 Development files needed for writing Caja Python extensions.
@@ -59,13 +89,12 @@
 It allows writing menu, property pages and column providers
 extensions, so that Caja functionality can be easily extended.
 
-%lang_package
-
 %prep
 %setup -q
 
 %build
 NOCONFIGURE=1 mate-autogen
+export PYTHON=python2
 %configure \
   --disable-static
 make %{?_smp_mflags} V=1
@@ -81,19 +110,22 @@
 mkdir -p %{buildroot}%{_docdir}/
 mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
 
+%if 0%{?suse_version} >= 

commit python-caja for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2017-03-20 17:13:05

Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and  /work/SRC/openSUSE:Factory/.python-caja.new (New)


Package is "python-caja"

Mon Mar 20 17:13:05 2017 rev:11 rq:481149 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2017-03-12 
20:05:47.194588654 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2017-03-20 17:13:06.603817884 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * Support GTK+3 only: Require Caja 1.17.1 and pygobject-3.0.
+  * Drop an ancient check for Python 2.5, not needed these days.
+  * Update translations.
+
+---

Old:

  python-caja-1.16.0.tar.xz

New:

  python-caja-1.18.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.R4tbIs/_old  2017-03-20 17:13:08.131602161 +0100
+++ /var/tmp/diff_new_pack.R4tbIs/_new  2017-03-20 17:13:08.131602161 +0100
@@ -17,14 +17,14 @@
 
 
 %define _name   caja-python
-%define _version 1.16
+%define _version 1.18
 Name:   python-caja
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
@@ -68,7 +68,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ python-caja-1.16.0.tar.xz -> python-caja-1.18.0.tar.xz ++
 1971 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/python-caja-1.16.0/ChangeLog new/python-caja-1.18.0/ChangeLog
--- old/python-caja-1.16.0/ChangeLog2016-09-19 14:25:40.0 +0200
+++ new/python-caja-1.18.0/ChangeLog2017-03-13 15:37:36.0 +0100
@@ -1,3 +1,91 @@
+commit 1ec84bbf069254332c475a8b6b88e306d4e86168
+Author: Martin Wimpress 
+Date:   Mon Mar 13 14:37:16 2017 +
+
+Bump version to 1.18.0
+
+ NEWS | 6 +++---
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+commit 0dff8b63eb7442a4f1903ccabd8e93b370559215
+Author: Martin Wimpress 
+Date:   Mon Mar 13 14:19:39 2017 +
+
+Sync translations.
+
+ po/LINGUAS |  9 +
+ po/el.po   |  4 ++--
+ po/gu.po   | 27 +++
+ po/pl.po   |  2 +-
+ po/th.po   | 27 +++
+ po/uk.po   |  4 ++--
+ 6 files changed, 64 insertions(+), 9 deletions(-)
+
+commit 2d77c12e4eb91768c7e73ed5b7a4250ff7982656
+Author: Martin Wimpress 
+Date:   Fri Jan 13 16:13:04 2017 +
+
+Update python-caja NEWS to use consistent, project wide, markdown-like 
formatting. This will make generating release announcements easier.
+
+ NEWS | 18 +-
+ 1 file changed, 9 insertions(+), 9 deletions(-)
+
+commit 4185026a31e5fbe82ef28939a5525cf631c631a9
+Author: monsta 
+Date:   Mon Nov 28 12:35:28 2016 +0300
+
+po: actually add new languages from Transifex
+
+ po/LINGUAS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 2000d9eb7a371a96ea4fc816663d3da6a56099b5
+Author: raveit65 
+Date:   Thu Nov 24 22:44:38 2016 +0100
+
+release 1.17.0
+
+ NEWS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 99e33e2ed7126af23df0eaae6e411f08e7fd5ee9
+Author: raveit65 
+Date:   Thu Nov 24 22:42:27 2016 +0100
+
+sync with transifex
+
+ po/bs.po  | 27 +++
+ po/ca.po  |  6 +++---
+ po/c...@valencia.po | 27 +++
+ po/es_CO.po   | 27 +++
+ po/fa.po  |  4 ++--
+ po/hr.po  |  4 ++--
+ po/ku_IQ.po   | 27 +++
+ po/ro.po  |  4 ++--
+ po/zh_HK.po   |  4 ++--
+ 9 files changed, 119 insertions(+), 11 deletions(-)
+
+commit f0ad55e75b31afab918ea0dc70723f9f22b70bd4
+Author: monsta 
+Date:   Wed Nov 23 00:20:43 2016 +0300
+
+

commit python-caja for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2017-03-12 20:05:46

Comparing /work/SRC/openSUSE:Factory/python-caja (Old)
 and  /work/SRC/openSUSE:Factory/.python-caja.new (New)


Package is "python-caja"

Sun Mar 12 20:05:46 2017 rev:10 rq:478753 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/python-caja/python-caja.changes  2016-09-25 
14:44:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2017-03-12 20:05:47.194588654 +0100
@@ -1,0 +2,5 @@
+Sat Mar 11 20:26:50 UTC 2017 - sor.ale...@meowr.ru
+
+- Explicitly package %{_docdir}/%{name}/.
+
+---



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.rUq0sB/_old  2017-03-12 20:05:47.754509424 +0100
+++ /var/tmp/diff_new_pack.rUq0sB/_new  2017-03-12 20:05:47.758508858 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-caja
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -84,6 +84,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
+%doc %{_docdir}/%{name}/
 %{_libdir}/caja/extensions-2.0/lib%{_name}.so
 %{_datadir}/caja/extensions/lib%{_name}.caja-extension
 %{_datadir}/%{_name}/




commit python-caja for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2016-09-25 14:44:08

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  2016-04-15 
19:11:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2016-09-25 14:44:10.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Examples: Fix Caja crash on loading background-image extension.
+  * Examples: Various fixes.
+  * Update translations.
+
+---

Old:

  python-caja-1.14.0.tar.xz

New:

  python-caja-1.16.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.gNzTgA/_old  2016-09-25 14:44:11.0 +0200
+++ /var/tmp/diff_new_pack.gNzTgA/_new  2016-09-25 14:44:11.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   caja-python
-%define _version 1.14
+%define _version 1.16
 Name:   python-caja
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0+
@@ -27,6 +27,7 @@
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)
 BuildRequires:  pkgconfig(python)

++ python-caja-1.14.0.tar.xz -> python-caja-1.16.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.14.0/ChangeLog 
new/python-caja-1.16.0/ChangeLog
--- old/python-caja-1.14.0/ChangeLog2016-04-07 17:37:47.0 +0200
+++ new/python-caja-1.16.0/ChangeLog2016-09-19 14:25:40.0 +0200
@@ -1,3 +1,320 @@
+commit a42b47d1cc4142963e810386e706b550d9db64f8
+Author: raveit65 
+Date:   Mon Sep 19 14:24:55 2016 +0200
+
+release 1.16.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4c908a0e2a796dcca8104d48e870f28a9886f798
+Author: monsta 
+Date:   Mon Sep 19 14:41:06 2016 +0300
+
+update NEWS for 1.16
+
+ NEWS | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit f39fae90f22504c9c82d13b8fe7ee34c76ef3442
+Author: monsta 
+Date:   Mon Sep 19 14:30:38 2016 +0300
+
+sync with Transifex
+
+ po/el.po | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+commit 5815f585f8a6ae967aad703f39cc0dfbae669ff3
+Author: monsta 
+Date:   Wed Aug 24 00:56:13 2016 +0300
+
+examples: add dummy function to background-image extension
+
+seems like the only way to fix Caja warning:
+
+caja_menu_provider_get_background_items: assertion 'CAJA_IS_MENU_PROVIDER 
(provider)' failed
+
+ examples/background-image.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 5e5f64a97de1c1498c7a505a5adb8b83c8474c0a
+Author: monsta 
+Date:   Tue Aug 23 20:54:55 2016 +0300
+
+examples: use proper import in update-file-info-async.py
+
+ examples/update-file-info-async.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit f9d3f97c99920506dca720f512687b8517aeaa24
+Author: monsta 
+Date:   Tue Aug 23 18:19:53 2016 +0300
+
+examples: fix Caja crash when loading background-image extension
+
+due to wrong background schema name
+
+ examples/background-image.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 90a9deb21146c772240c518f6cd92a127ca15015
+Author: monsta 
+Date:   Tue Aug 23 16:56:50 2016 +0300
+
+remove ancient NEWS.GNOME
+
+ NEWS.GNOME | 78 --
+ 1 file changed, 78 deletions(-)
+
+commit a30560987e61fffd40f1ec16d7c798ba41f61217
+Author: monsta 
+Date:   Tue Jun 21 17:31:06 2016 +0300
+
+po: re-add two non-empty translations
+
+ po/LINGUAS |  2 ++
+ po/pms.po  | 27 +++
+ po/uz.po   | 27 +++
+ 3 files changed, 56 insertions(+)
+
+commit 53efd96bbdfdc4a3531ebeef39e05cd5ea3fef56
+Author: monsta 
+Date:   Tue Jun 21 17:28:08 2016 +0300
+
+revert addition of empty translations
+
+they're all empty - except for two which I'll re-add later - so they
+simply don't do anything. no translated strings, no use.
+
+This reverts commit 

commit python-caja for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2016-04-15 19:11:06

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  2016-03-16 
10:34:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2016-04-15 19:11:07.0 +0200
@@ -1,0 +2,10 @@
+Sat Apr  9 11:24:53 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.0:
+  * Expose filenames of Python extensions to Caja (needed for
+showing each Python extension as a separate entry in the
+extensions list).
+  * Fix missing icon in About dialog.
+  * Fix Changelog generation.
+
+---

Old:

  python-caja-1.12.0.tar.xz

New:

  python-caja-1.14.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.92FWiM/_old  2016-04-15 19:11:08.0 +0200
+++ /var/tmp/diff_new_pack.92FWiM/_new  2016-04-15 19:11:08.0 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   caja-python
-%define _version 1.12
+%define _version 1.14
 Name:   python-caja
-Version:1.12.0
+Version:1.14.0
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0+
@@ -34,6 +34,7 @@
 # We can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Mate").
 Requires:   typelib(Caja)
 Recommends: %{name}-lang
+# python-mate-file-manager was last used in openSUSE 13.1.
 Provides:   python-mate-file-manager = %{version}
 Obsoletes:  python-mate-file-manager < %{version}
 
@@ -46,6 +47,7 @@
 Summary:Python bindings for Caja - Development Files
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
+# python-mate-file-manager-devel was last used in openSUSE 13.1.
 Provides:   python-mate-file-manager-devel = %{version}
 Obsoletes:  python-mate-file-manager-devel < %{version}
 

++ python-caja-1.12.0.tar.xz -> python-caja-1.14.0.tar.xz ++
 23302 lines of diff (skipped)




commit python-caja for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2016-03-16 10:34:24

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  2015-11-11 
10:35:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2016-03-16 10:34:25.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  9 11:02:30 UTC 2016 - sor.ale...@meowr.ru
+
+- Disable Gtk-Doc: messes up reproducible builds.
+
+---



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.KqMjxZ/_old  2016-03-16 10:34:26.0 +0100
+++ /var/tmp/diff_new_pack.KqMjxZ/_new  2016-03-16 10:34:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-caja
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -62,9 +62,9 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure \
-  --disable-static \
-  --enable-gtk-doc
+  --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -87,7 +87,6 @@
 
 %files devel
 %defattr(-,root,root)
-%doc %{_datadir}/gtk-doc/html/%{_name}/
 %{_libdir}/pkgconfig/%{_name}.pc
 
 %files lang -f %{name}.lang




commit python-caja for openSUSE:Factory

2015-11-11 Thread h_root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2015-11-11 10:31:04

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  2015-07-03 
00:16:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2015-11-11 10:35:17.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.12.0.
+
+---

Old:

  python-caja-1.10.0.tar.xz

New:

  python-caja-1.12.0.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.PtI66m/_old  2015-11-11 10:35:18.0 +0100
+++ /var/tmp/diff_new_pack.PtI66m/_new  2015-11-11 10:35:18.0 +0100
@@ -17,23 +17,23 @@
 
 
 %define _name   caja-python
-%define _version 1.10
+%define _version 1.12
 Name:   python-caja
-Version:1.10.0
+Version:1.12.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/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires:  mate-common
-BuildRequires:  pkgconfig(libcaja-extension) >= 1.9.0
+BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 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}
+Recommends: %{name}-lang
 Provides:   python-mate-file-manager = %{version}
 Obsoletes:  python-mate-file-manager < %{version}
 

++ python-caja-1.10.0.tar.xz -> python-caja-1.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.10.0/ChangeLog 
new/python-caja-1.12.0/ChangeLog
--- old/python-caja-1.10.0/ChangeLog2015-05-08 08:44:36.0 +0200
+++ new/python-caja-1.12.0/ChangeLog2015-11-04 20:46:13.0 +0100
@@ -1,5 +1,49 @@
 # Generated by Makefile. Do not edit.
 
+commit 0deb50a37b5276b1efa4459106ba1b1a9c7a0f01
+Author: Clement Lefebvre 
+Date:   Tue Nov 3 14:59:02 2015 +
+
+1.12.0
+
+ NEWS | 2 +-
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 50860264f78359f921da32d64565da91fe9e2527
+Author: Clement Lefebvre 
+Date:   Tue Nov 3 14:58:45 2015 +
+
+Sync translations with transifex
+
+ po/ca.po| 27 +++
+ po/fa.po| 27 +++
+ po/fi.po| 27 +++
+ po/fr_CA.po | 27 +++
+ po/hy.po| 27 +++
+ po/jv.po| 27 +++
+ po/sq.po| 27 +++
+ 7 files changed, 189 insertions(+)
+
+commit 6c8baf766f68e192e3b1875d436ef383af99dce0
+Author: raveit65 
+Date:   Tue Oct 6 18:17:16 2015 +0200
+
+pre-bump version to 1.11.0
+
+ NEWS | 2 ++
+ configure.ac | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+commit afdb1a47f6ee345bbeb0a6c089d6025141934a44
+Author: monsta 
+Date:   Wed Jun 17 13:42:58 2015 +0300
+
+consistent spacing in .pc.in
+
+ caja-python.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit be41124fdaa757a6e6585e29a2f4996fd7443791
 Author: Stefano Karapetsas 
 Date:   Fri May 8 08:44:19 2015 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.10.0/NEWS new/python-caja-1.12.0/NEWS
--- old/python-caja-1.10.0/NEWS 2015-05-08 08:44:15.0 +0200
+++ new/python-caja-1.12.0/NEWS 2015-11-04 20:44:29.0 +0100
@@ -1,3 +1,5 @@
+1.12.0
+
 1.10.0
 
   * Bugfixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-caja-1.10.0/aclocal.m4 
new/python-caja-1.12.0/aclocal.m4
--- old/python-caja-1.10.0/aclocal.m4   2015-05-08 08:44:26.0 +0200
+++ new/python-caja-1.12.0/aclocal.m4   2015-11-04 20:45:51.0 +0100
@@ -787,9 +787,10 @@
 # configured tree to be moved without reconfiguration.
 
 AC_DEFUN([AM_AUX_DIR_EXPAND],
-[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd 

commit python-caja for openSUSE:Factory

2015-07-02 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2015-07-03 00:16:07.0 +0200
@@ -1,0 +2,13 @@
+Fri May  8 09:34:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.0:
+  * Bugfixes.
+  * Add about window for caja extensions tab.
+
+---
+Thu Dec 11 14:57:07 UTC 2014 - p.drou...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.q5eTxO/_new  2015-07-03 00:16:08.0 +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)

commit python-caja for openSUSE:Factory

2014-11-03 Thread h_root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2014-11-03 13:11:46

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-10-05 
20:33:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2014-11-03 13:13:07.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 30 18:39:46 UTC 2014 - sor.ale...@meowr.ru
+
+- Use pygobject-3.0 instead of pygobject-2.0.
+- Spec cleanup.
+
+---



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.eZbBGF/_old  2014-11-03 13:13:08.0 +0100
+++ /var/tmp/diff_new_pack.eZbBGF/_new  2014-11-03 13:13:08.0 +0100
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define _name   caja-python
 Name:   python-caja
 Version:1.8.1
 Release:0
 Summary:Python bindings for Caja
-License:GPL-2.0
+License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org
+Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 BuildRequires: mate-common
-BuildRequires:  libtool
-BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(libcaja-extension) = 1.8.0
-BuildRequires:  pkgconfig(pygobject-2.0)
-Requires:   python-gobject2
-# we can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule(gi.repository.Mate)
+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)
 Provides:   python-mate-file-manager = %{version}
 Obsoletes:  python-mate-file-manager  %{version}
@@ -50,38 +51,36 @@
 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 Nautilus functionality can be easily extended.
+so that Caja functionality can be easily extended.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-%configure --disable-static \
+%configure \
+--disable-static\
--enable-gtk-doc
 make %{?jobs:-j%jobs}
 
 %install
-%makeinstall
-# New dir where python extensions get installed. It's not created by make
-# install (bgo#638890).
-test ! -d %{buildroot}%{_datadir}/caja-python/extensions
-mkdir -p %{buildroot}%{_datadir}/caja-python/extensions
+%make_install
+# New dir where python extensions get installed. It's not created by make 
install (bgo#638890).
+test ! -d %{buildroot}%{_datadir}/%{_name}/extensions/
+mkdir -p %{buildroot}%{_datadir}/%{_name}/extensions/
 find %{buildroot} -type f -name *.la -delete -print
-# Move documentation to correct directory
-mkdir -p %{buildroot}%{_docdir}
-mv %{buildroot}%{_datadir}/doc/python-caja %{buildroot}%{_docdir}
+# Move documentation to correct directory.
+mkdir -p %{buildroot}%{_docdir}/
+mv -f %{buildroot}%{_datadir}/doc/python-caja/ %{buildroot}%{_docdir}/
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_libdir}/caja/extensions-2.0/libcaja-python.so
-%dir %{_datadir}/caja-python
-%dir %{_datadir}/caja-python/extensions
-%{_docdir}/%{name}
+%{_libdir}/caja/extensions-2.0/lib%{_name}.so
+%{_datadir}/%{_name}/
 
 %files devel
 %defattr(-,root,root)
-%{_datadir}/gtk-doc/html/caja-python/
-%{_libdir}/pkgconfig/caja-python.pc
+%{_datadir}/gtk-doc/html/%{_name}/
+%{_libdir}/pkgconfig/%{_name}.pc
 
 %changelog

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



commit python-caja for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package python-caja for openSUSE:Factory 
checked in at 2014-10-05 20:31:47

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-03-22 
18:02:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-caja.new/python-caja.changes 
2014-10-05 20:33:16.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  3 14:23:18 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + Now uses pkg-config for python detection and variables
+
+---

Old:

  python-caja-1.8.0.tar.xz

New:

  python-caja-1.8.1.tar.xz



Other differences:
--
++ python-caja.spec ++
--- /var/tmp/diff_new_pack.dCIA17/_old  2014-10-05 20:33:17.0 +0200
+++ /var/tmp/diff_new_pack.dCIA17/_new  2014-10-05 20:33:17.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   python-caja
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:Python bindings for Caja
 License:GPL-2.0

++ python-caja-1.8.0.tar.xz - python-caja-1.8.1.tar.xz ++
 1819 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/python-caja-1.8.0/ChangeLog new/python-caja-1.8.1/ChangeLog
--- old/python-caja-1.8.0/ChangeLog 2014-03-01 15:35:48.0 +0100
+++ new/python-caja-1.8.1/ChangeLog 2014-09-28 22:05:15.0 +0200
@@ -1,5 +1,53 @@
 # Generated by Makefile. Do not edit.
 
+commit e6a60c2914bf73062d213638a4eedf90628d6f82
+Author: infirit infi...@gmail.com
+Date:   Sun Sep 28 22:04:27 2014 +0200
+
+Bump version to 1.8.1
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 4e1f13c8a12b20d341285d9d35bdb9fe30c0744e
+Author: infirit infi...@gmail.com
+Date:   Sun Sep 28 22:04:09 2014 +0200
+
+Update NEWS for 1.8.1
+
+ NEWS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 4224857035116bc5e55368f9433ee3ed8b298c4c
+Author: infirit infi...@gmail.com
+Date:   Thu Sep 25 15:26:18 2014 +0200
+
+Bump Python required version to 2.7
+
+We need this as this is the first release that uses pkgconfig.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a452f62621fc4607766ad48d372ef205aeb45576
+Author: infirit infi...@gmail.com
+Date:   Fri Jul 11 13:05:00 2014 +0200
+
+Remove now unused python.m4 macro.
+
+ m4/python.m4 | 136 ---
+ 1 file changed, 136 deletions(-)
+
+commit 6ed4ebcf1af8eaead423de1aefe2642f2d75a979
+Author: infirit infi...@gmail.com
+Date:   Fri Jul 11 12:43:27 2014 +0200
+
+Use pkg-config for python detection and variables
+
+ configure.ac| 8 ++--
+ src/Makefile.am | 5 +++--
+ 2 files changed, 9 insertions(+), 4 deletions(-)
+
 commit b78ab50d774e22af4e422e8bc6d94f27f0447fce
 Author: Stefano Karapetsas stef...@karapetsas.com
 Date:   Sat Mar 1 15:35:24 2014 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/python-caja-1.8.0/NEWS new/python-caja-1.8.1/NEWS
--- old/python-caja-1.8.0/NEWS  2014-03-01 15:35:20.0 +0100
+++ new/python-caja-1.8.1/NEWS  2014-09-28 22:04:02.0 +0200
@@ -1,3 +1,7 @@
+1.8.1 Bugfix release
+
+  * Use pkg-config for python detection and variables
+
 1.8.0
 
   * Bugfixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/python-caja-1.8.0/configure.ac new/python-caja-1.8.1/configure.ac
--- old/python-caja-1.8.0/configure.ac  2014-03-01 15:35:17.0 +0100
+++ new/python-caja-1.8.1/configure.ac  2014-09-28 22:04:18.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([python-caja], [1.8.0],
+AC_INIT([python-caja], [1.8.1],
[https://github.com/mate-desktop/python-caja/issues],
[python-caja], [http://mate-desktop.org])
 
@@ -30,8 +30,12 @@
 dnl