Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package loupe for openSUSE:Factory checked 
in at 2026-04-10 17:45:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/loupe (Old)
 and      /work/SRC/openSUSE:Factory/.loupe.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "loupe"

Fri Apr 10 17:45:50 2026 rev:19 rq:1345373 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/loupe/loupe.changes      2026-01-08 
15:26:04.761696121 +0100
+++ /work/SRC/openSUSE:Factory/.loupe.new.21863/loupe.changes   2026-04-10 
17:46:55.742761901 +0200
@@ -1,0 +2,43 @@
+Fri Mar 20 15:39:09 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Fri Mar 13 16:31:59 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 50.0:
+  + Updated dependencies.
+
+-------------------------------------------------------------------
+Sat Feb 28 09:37:35 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.rc:
+  + Updated dependencies.
+
+-------------------------------------------------------------------
+Fri Feb 13 15:18:03 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.beta:
+  + Changed
+    - Support XPM and JPEG 2000 mime-types, offering Image Editor
+      as app when opening these image formats
+    - Use AdwShortcutsDialog
+- Changes from version 50.alpha:
+  + Added
+    - Add a specific error message when loading the image file
+      fails. Usually when the file does not exists or there are
+      no rights to access the file.
+  + Fixed
+    - Fixed image navigation overlay controls conflicting with
+      always visible scrollbars.
+    - Showing wrong mime type in error message if the file ending
+      for an image is wrong.
+  + Changed
+    - Don't allow endless zoom out
+    - Only allow 4 integer digits and 2 decimal digits. That's
+      what's actually respected by the input at max.
+    - Don't jump to best-fit zoom level during pinch zoom gesture
+      when scroolbars get displayed. This has only been an issue
+      with the disability option "always show scrollbars."
+
+-------------------------------------------------------------------

Old:
----
  loupe-49.2.obscpio
  vendor.tar.zst

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  loupe-50.0.tar.xz
  vendor.tar.xz

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

Other differences:
------------------
++++++ loupe.spec ++++++
--- /var/tmp/diff_new_pack.YzJRFr/_old  2026-04-10 17:46:58.990895547 +0200
+++ /var/tmp/diff_new_pack.YzJRFr/_new  2026-04-10 17:46:58.998895876 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           loupe
-Version:        49.2
+Version:        50.0
 Release:        0
 Summary:        A simple image viewer application
 License:        GPL-3.0-or-later
 URL:            https://gitlab.gnome.org/GNOME/loupe
-Source0:        %{name}-%{version}.tar.zst
-Source1:        vendor.tar.zst
+Source0:        %{name}-%{version}.tar.xz
+Source1:        vendor.tar.xz
 
 BuildRequires:  AppStream
 BuildRequires:  cargo-packaging >= 1.2.0+3
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(gtk4) >= 4.13.6
 BuildRequires:  pkgconfig(gweather4) >= 4.0.0
 BuildRequires:  pkgconfig(lcms2)
-BuildRequires:  pkgconfig(libadwaita-1) >= 1.7.0
+BuildRequires:  pkgconfig(libadwaita-1) >= 1.8.0
 BuildRequires:  pkgconfig(libheif) >= 1.14.2
 BuildRequires:  pkgconfig(libseccomp) >= 2.5.0
 Requires:       glycin-loaders

++++++ _scmsync.obsinfo ++++++
mtime: 1774021164
commit: 08dbad51a843130fb4893daa44b439e0d0b9dae99c98a2d5198048ace702ef33
url: https://src.opensuse.org/GNOME/loupe
revision: 08dbad51a843130fb4893daa44b439e0d0b9dae99c98a2d5198048ace702ef33
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YzJRFr/_old  2026-04-10 17:46:59.078899168 +0200
+++ /var/tmp/diff_new_pack.YzJRFr/_new  2026-04-10 17:46:59.082899333 +0200
@@ -3,24 +3,22 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://gitlab.gnome.org/GNOME/loupe.git</param>
     <param name="scm">git</param>
-    <!-- ###FIXME### Set update to true again on next versionbump -->
-    <param name="revision">49.2</param>
+    <param name="revision">50.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-<!--   <param name="changesgenerate">enable</param> -->
+    <!--   <param name="changesgenerate">enable</param> -->
   </service>
   <service name="set_version" mode="manual"/>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
   <service name="cargo_vendor" mode="manual">
-  <param name="srcdir">loupe</param>
-  <param name="compression">zst</param>
-  <param name="update">false</param>
+    <param name="srcdir">loupe</param>
+    <param name="update">true</param>
+    <param name="compression">xz</param>
   </service>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-24 10:05:13.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ loupe.obsinfo ++++++
--- /var/tmp/diff_new_pack.YzJRFr/_old  2026-04-10 17:46:59.234905587 +0200
+++ /var/tmp/diff_new_pack.YzJRFr/_new  2026-04-10 17:46:59.242905916 +0200
@@ -1,5 +1,5 @@
 name: loupe
-version: 49.2
-mtime: 1767302311
-commit: 8cdd9988f1a822bf94df2ca29853f6b45c42f864
+version: 50.0
+mtime: 1773410709
+commit: 61d50537d1b54eafc64e05f37cf52c71b818dd3c
 

Reply via email to