Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nautilus-image-converter for 
openSUSE:Factory checked in at 2022-09-21 14:42:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus-image-converter (Old)
 and      /work/SRC/openSUSE:Factory/.nautilus-image-converter.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nautilus-image-converter"

Wed Sep 21 14:42:10 2022 rev:8 rq:1003780 version:0.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/nautilus-image-converter/nautilus-image-converter.changes
        2020-01-31 23:57:15.183650413 +0100
+++ 
/work/SRC/openSUSE:Factory/.nautilus-image-converter.new.2083/nautilus-image-converter.changes
      2022-09-21 14:43:02.305855794 +0200
@@ -1,0 +2,17 @@
+Thu Sep 15 08:05:04 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 0.4.0:
+  + Port to GTK4
+  + Port to libnautilus-extension-4
+  + Port to Meson
+  + Fix progress window
+  + Misc ui cleanup
+- Switch to source service git checkout.
+- Drop nautilus-image-converter-git.patch: Fixed upstream.
+- Changes in BuildRequires:
+  + Drop: gnome-common, gtk3-devel, intltool and nautilus-devel.
+  + Add: meson, pkgconfig, pkgconfig(libnautilus-extension-4),
+    pkgconfig(gtk4) and pkgconfig(glib-2.0).
+- Modernize spec, use meson macros following upstreams port.
+
+-------------------------------------------------------------------

Old:
----
  nautilus-image-converter-0.3.0.tar.bz2
  nautilus-image-converter-git.patch

New:
----
  _service
  nautilus-image-converter-0.4.0.obscpio
  nautilus-image-converter.obsinfo

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

Other differences:
------------------
++++++ nautilus-image-converter.spec ++++++
--- /var/tmp/diff_new_pack.bFzzNs/_old  2022-09-21 14:43:04.705862450 +0200
+++ /var/tmp/diff_new_pack.bFzzNs/_new  2022-09-21 14:43:04.709862461 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nautilus-image-converter
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2007-2010 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,30 +13,27 @@
 # 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 nautilus_extdir %(pkg-config --variable=extensiondir 
libnautilus-extension)
+%define nautilus_extdir %(pkg-config --variable=extensiondir 
libnautilus-extension-4)
 
 Name:           nautilus-image-converter
 Summary:        Nautilus Image Converter
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Convertors
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
-Url:            http://www.bitron.ch/software/nautilus-image-converter.php
-Source:         %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM nautilus-image-converter-git.patch vu...@opensuse.org -- 
Update to code from git, as of 2011-04-16
-Patch0:         nautilus-image-converter-git.patch
-# needed for patch0
-BuildRequires:  gnome-common
-BuildRequires:  gtk3-devel
-BuildRequires:  intltool
-BuildRequires:  nautilus-devel
+URL:            https://gitlab.gnome.org/coreyberla/nautilus-image-converter
+Source:         %{name}-%{version}.tar.xz
+
+BuildRequires:  meson >= 0.49
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
+BuildRequires:  pkgconfig(gtk4) >= 4.6.0
+BuildRequires:  pkgconfig(libnautilus-extension-4) >= 43.rc
 Recommends:     ImageMagick
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Nautilus-Image-Converter extension allows you to resize/rotate images
@@ -45,25 +42,23 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
-# needed for patch0
-NOCONFIGURE=1 gnome-autogen.sh
-%configure --with-pic
-%__make %{?jobs:-j%jobs}
+%meson
+%meson_build
 
 %install
-%makeinstall
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 %find_lang %{name}
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS
+%license COPYING
+%doc AUTHORS ChangeLog NEWS
 %{nautilus_extdir}/libnautilus-image-converter.so
-%{_datadir}/nautilus-image-converter
+%dir %{_datadir}/nautilus-image-converter
+%{_datadir}/nautilus-image-converter/nautilus-image-resize.ui
+%{_datadir}/nautilus-image-converter/nautilus-image-rotate.ui
 
 %files lang -f %{name}.lang
 

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual" >
    <param name="scm">git</param>
    <param 
name="url">https://gitlab.gnome.org/coreyberla/nautilus-image-converter.git</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">(.*)\+0</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="revision">refs/tags/0.4.0</param>
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="manual" />
</services>


++++++ nautilus-image-converter.obsinfo ++++++
name: nautilus-image-converter
version: 0.4.0
mtime: 1663094592
commit: 56e39b3a9d48e4daba011743803950505ba56def

Reply via email to