Hello community,

here is the log from the commit of package caja-extensions for 
openSUSE:Leap:15.2 checked in at 2020-03-06 12:40:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/caja-extensions (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.caja-extensions.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caja-extensions"

Fri Mar  6 12:40:05 2020 rev:14 rq:781567 version:1.24.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/caja-extensions/caja-extensions.changes        
2020-01-15 14:49:18.813374750 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.caja-extensions.new.26092/caja-extensions.changes 
    2020-03-06 12:43:12.114827399 +0100
@@ -1,0 +2,74 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.0 (changes since 1.23.0):
+  * Migrate from intltool to gettext.
+  * caja-image-resizer: Avoid g_type_class_add_private.
+  * caja-image-rotator: Avoid g_type_class_add_private.
+  * i18n caja extension copyright.
+  * Build either with gupnp version 1.0 or 1.2.
+  * image-converter: Don't use non-existing icons in context menu.
+  * caja-sendto: Rewrite caja-sendto.ui from scratch fixing
+    deprecations.
+  * caja-sendto-command: Add .7z,.tar.xz to packed type drop-down
+    list.
+  * caja-wallpaper-extension: remove unused pointer
+    "GError *err".
+  * caja-wallpaper-extension: Fix memory leak.
+  * image-converter: i18n select an angle drop-down list.
+  * image-converter: Rewrite caja-image-resize.ui from scratch
+    fixing deprecations.
+  * sendto: Value stored to "file" is never read.
+  * configure: Get quieter output from make.
+  * Update translations.
+- Remove enable-gupnp-1.2.patch: fixed upstream.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------
+Fri Feb 21 11:27:10 UTC 2020 - Max Lin <[email protected]>
+
+- Leap 15.2 has newer gupnp, enable builds with gupnp 1.2 on Leap 15.2
+
+-------------------------------------------------------------------
+Thu Oct 17 15:17:39 UTC 2019 - Richard Brown <[email protected]>
+
+- Remove obsolete Groups tag (fate#326485)
+
+-------------------------------------------------------------------
+Thu Jul 18 08:53:02 UTC 2019 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.23.0:
+  * Translations update
+  * Remove trailing whitespaces
+  * Strings resistance
+  * Change url project's website
+- add patch:
+  * enable-gupnp-1.2.patch: Tumbleweed only ships gupnp-1.2, so we
+    enable it with a patch. Reported upstream as
+    https://github.com/mate-desktop/caja-extensions/issues/52
+- remove patch:
+  * caja-extensions_gtk-3.20.patch: we don't support gtk3.22 anymore
+- build require gtk >= 3.22 and glib >= 2.50
+- build require gupnp-1.2 on TW, stay on gupnp-1.0 for the rest
+
+-------------------------------------------------------------------
+Tue Mar  5 15:19:33 UTC 2019 - [email protected]
+
+- Update to version 1.22.0:
+  * Disable deprecation warnings for distcheck.
+  * Make caja-open-terminal configurable (depends on Caja 1.21.3+).
+  * Require caja >= 1.21.3.
+- Rebase caja-extensions_gtk-3.20.patch.
+
+-------------------------------------------------------------------
+Thu Dec 13 15:43:41 UTC 2018 - [email protected]
+
+- Update to version 1.20.2:
+  * Update translations.
+
+-------------------------------------------------------------------
+Sat Jun 16 15:48:41 UTC 2018 - [email protected]
+
+- Update to version 1.20.1:
+  * Update translations.
+
+-------------------------------------------------------------------

Old:
----
  caja-extensions-1.20.0.tar.xz
  caja-extensions_gtk-3.20.patch

New:
----
  caja-extensions-1.24.0.tar.xz

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

Other differences:
------------------
++++++ caja-extensions.spec ++++++
--- /var/tmp/diff_new_pack.rzr6RX/_old  2020-03-06 12:43:12.490827628 +0100
+++ /var/tmp/diff_new_pack.rzr6RX/_new  2020-03-06 12:43:12.490827628 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caja-extensions
 #
-# Copyright (c) 2018 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
@@ -12,38 +12,38 @@
 # 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 _version 1.20
+%define _version 1.24
 Name:           caja-extensions
-Version:        1.20.0
+Version:        1.24.0
 Release:        0
 Summary:        Set of extensions for Caja, the MATE file manager
 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
+URL:            https://mate-desktop.org/
+Source:         
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE caja-extensions_use-xdgsu.patch [email protected] 
-- Use xdg-su instead of a direct gksu call in caja-gksu.
 Patch0:         %{name}_use-xdgsu.patch
-# PATCH-FEATURE-OPENSUSE caja-extensions_gtk-3.20.patch -- Restore GLib 2.48 
and GTK+ 3.20 support.
-Patch1:         caja-extensions_gtk-3.20.patch
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.48
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
-BuildRequires:  pkgconfig(gupnp-1.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
+BuildRequires:  pkgconfig(gupnp-1.2)
+%else
+BuildRequires:  pkgconfig(gupnp-1.0)
+%endif
 
 %description
 Set of extensions for Caja, the MATE file manager.
 
 %package -n caja-extension-gksu
 Summary:        Caja privilege granting plugin
-Group:          System/GUI/Other
 Requires:       ImageMagick
 Requires:       caja >= %{_version}
 # caja-gksu is last seen in openSUSE Leap 42.1.
@@ -57,7 +57,6 @@
 
 %package -n caja-extension-image-converter
 Summary:        Caja image converter
-Group:          System/GUI/Other
 Requires:       ImageMagick
 Requires:       caja >= %{_version}
 Recommends:     caja-extension-image-converter-lang
@@ -76,7 +75,6 @@
 
 %package -n caja-extension-open-terminal
 Summary:        Caja terminal plugin
-Group:          System/GUI/Other
 Requires:       caja >= %{_version}
 Recommends:     caja-extension-open-terminal-lang
 # mate-file-manager-open-terminal is last seen in openSUSE 13.1.
@@ -92,7 +90,6 @@
 
 %package -n caja-extension-sendto
 Summary:        A collection of 'sendto' plugins for Caja
-Group:          System/GUI/Other
 Requires:       caja >= %{_version}
 Recommends:     caja-extension-sendto-lang
 # mate-file-manager-sendto is last seen in openSUSE 13.1.
@@ -110,7 +107,6 @@
 %if 0%{?is_opensuse}
 %package -n  caja-extension-sendto-gajim
 Summary:        Gajim integration for the Caja file manager
-Group:          System/GUI/Other
 Requires:       caja-extension-sendto = %{version}
 Requires:       gajim
 # caja-sendto-gajim is last seen in openSUSE Leap 42.1.
@@ -123,7 +119,6 @@
 
 %package -n  caja-extension-sendto-pidgin
 Summary:        Pidgin integration for the Caja file manager
-Group:          System/GUI/Other
 Requires:       caja-extension-sendto = %{version}
 Requires:       pidgin
 # mate-file-manager-sendto-pidgin is last seen in openSUSE 13.1.
@@ -138,7 +133,6 @@
 
 %package -n  caja-extension-sendto-upnp
 Summary:        UPnP integration for the MATE Desktop file manager
-Group:          System/GUI/Other
 Requires:       caja-extension-sendto = %{version}
 # mate-file-manager-sendto-upnp is last seen in openSUSE 13.1.
 Provides:       mate-file-manager-sendto-upnp = %{version}
@@ -154,7 +148,6 @@
 
 %package -n caja-extension-sendto-devel
 Summary:        Development files for caja-sendto
-Group:          Development/Libraries/X11
 Requires:       caja-extension-sendto = %{version}
 Requires:       caja-extension-sendto-pidgin = %{version}
 Requires:       caja-extension-sendto-upnp = %{version}
@@ -172,7 +165,6 @@
 
 %package -n caja-extension-share
 Summary:        Share directory from caja via Samba
-Group:          System/GUI/Other
 Requires:       caja >= %{_version}
 Requires:       mate-icon-theme
 Requires:       samba >= 3.0.23
@@ -191,7 +183,6 @@
 
 %package -n caja-extension-wallpaper
 Summary:        Allows to quickly set desktop background
-Group:          System/GUI/Other
 Requires:       caja >= %{_version}
 Recommends:     caja-extension-wallpaper-lang
 # caja-wallpaper is last seen in openSUSE Leap 42.1.
@@ -203,7 +194,6 @@
 
 %package -n caja-extension-xattr-tags
 Summary:        See tags stored on xattrs
-Group:          System/GUI/Other
 Requires:       caja >= %{_version}
 Recommends:     caja-extension-xattr-tags-lang
 
@@ -211,8 +201,8 @@
 Caja-xattr-tags allows one to see tags stored on xattrs.
 
 %package common-lang
+# FIXME: consider using %%lang_package macro
 Summary:        Languages for Caja extensions
-Group:          System/Localization
 Provides:       caja-extension-image-converter-lang = %{version}
 Provides:       caja-extension-open-terminal-lang = %{version}
 Provides:       caja-extension-sendto-lang = %{version}
@@ -225,9 +215,7 @@
 Provides common translations shared by Caja file manager extensions.
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -240,7 +228,7 @@
   --enable-share         \
   --enable-sendto        \
   --enable-xattr-tags
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -251,36 +239,14 @@
 rm %{buildroot}%{_libdir}/caja-sendto/plugins/libnstgajim.so
 %endif
 
-%if 0%{?suse_version} < 1500
-%post -n caja-extension-open-terminal
-%glib2_gsettings_schema_post
-
-%postun -n caja-extension-open-terminal
-%glib2_gsettings_schema_postun
-
-%post -n caja-extension-sendto
-%glib2_gsettings_schema_post
-
-%postun -n caja-extension-sendto
-%glib2_gsettings_schema_postun
-%endif
-
 %files -n caja-extension-gksu
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_libdir}/caja/extensions-2.0/libcaja-gksu.so
 %{_datadir}/caja/extensions/libcaja-gksu.caja-extension
 
 %files -n caja-extension-image-converter
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_libdir}/caja/extensions-2.0/libcaja-image-converter.so
 %{_datadir}/caja-extensions/caja-image-resize.ui
@@ -288,25 +254,16 @@
 %{_datadir}/caja/extensions/libcaja-image-converter.caja-extension
 
 %files -n caja-extension-open-terminal
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_datadir}/caja/extensions/libcaja-open-terminal.caja-extension
 %{_libdir}/caja/extensions-2.0/libcaja-open-terminal.so
 %{_datadir}/glib-2.0/schemas/org.mate.caja-open-terminal.gschema.xml
 
 %files -n caja-extension-sendto
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_bindir}/caja-sendto
-%{_datadir}/caja-extensions/caja-sendto.ui
 %{_datadir}/caja/extensions/libcaja-sendto.caja-extension
 %{_datadir}/glib-2.0/schemas/org.mate.Caja.Sendto.gschema.xml
 %{_libdir}/caja/extensions-2.0/libcaja-sendto.so
@@ -334,18 +291,15 @@
 %{_datadir}/gtk-doc/html/caja-sendto/
 
 %files -n caja-extension-share
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_datadir}/caja/extensions/libcaja-share.caja-extension
 %{_datadir}/caja-extensions/share-dialog.ui
 %{_libdir}/caja/extensions-2.0/libcaja-share.so
 
 %files -n caja-extension-wallpaper
-%doc AUTHORS ChangeLog COPYING README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %{_datadir}/caja/extensions/libcaja-wallpaper.caja-extension
 %{_libdir}/caja/extensions-2.0/libcaja-wallpaper.so
 

++++++ caja-extensions-1.20.0.tar.xz -> caja-extensions-1.24.0.tar.xz ++++++
++++ 122974 lines of diff (skipped)


Reply via email to