Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eaglemode for openSUSE:Factory 
checked in at 2026-09-21 12:22:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eaglemode (Old)
 and      /work/SRC/openSUSE:Factory/.eaglemode.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eaglemode"

Mon Sep 21 12:22:35 2026 rev:25 rq:1379365 version:0.96.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/eaglemode/eaglemode.changes      2024-07-11 
20:34:44.180256022 +0200
+++ /work/SRC/openSUSE:Factory/.eaglemode.new.383539/eaglemode.changes  
2026-09-21 12:22:40.390922289 +0200
@@ -1,0 +2,19 @@
+Wed Sep 16 20:32:22 UTC 2026 - Martin Pluskal <[email protected]>
+
+- update to 0.96.4:
+  * Extended the file panel plugin interface so more image types
+    can be used as bookmark icons
+  * Added saving of BMP, JPEG, PNG, PNM, TGA, TIFF, and XPM files
+  * Added emJson JSON parser library
+  * Faster archives via pigz and 7z
+  * Dropped emPs plugin; PostScript uses temporary conversion
+  * Migrated PDF viewer from GTK2 to GTK3
+  * Reworked OpenStreetMap viewer
+  * New API classes: emJob, emJobQueue, emOwnPtr, emOwnArrayPtr,
+    emOwnPtrArray, and emRefTarget
+- Rebase 01-eaglemode.patch
+- Switch source archive to tar.xz
+- Build against GTK 3 and libwebp; Require pigz, curl, and xz
+- Drop dangling changelog separator so dates parse
+
+-------------------------------------------------------------------
@@ -327,2 +345,0 @@
-
--------------------------------------------------------------------

Old:
----
  eaglemode-0.96.2.tar.bz2

New:
----
  eaglemode-0.96.4.tar.xz

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

Other differences:
------------------
++++++ eaglemode.spec ++++++
--- /var/tmp/diff_new_pack.BHfWId/_old  2026-09-21 12:22:41.338961911 +0200
+++ /var/tmp/diff_new_pack.BHfWId/_new  2026-09-21 12:22:41.340961995 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eaglemode
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,65 +17,68 @@
 
 
 Name:           eaglemode
-Version:        0.96.2
+Version:        0.96.4
 Release:        0
 Summary:        A zoomable user interface (ZUI) with file manager, file 
viewers, games, etc.
 License:        GPL-3.0-only
-Group:          Development/Tools/Other
 URL:            https://eaglemode.sourceforge.net/
-Source0:        
https://downloads.sourceforge.net/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
+Source0:        
https://downloads.sourceforge.net/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 Source1:        %{name}-icons.tar
 Source2:        %{name}.desktop
 Source3:        %{name}-rpmlintrc
+# PATCH-FIX-OPENSUSE 01-eaglemode.patch -- noninteractive continue=yes on 
optional plugin failures
 Patch0:         01-eaglemode.patch
+# spec-cleaner --perl explodes BuildRequires/Requires: perl into core modules; 
keep the package name
 BuildRequires:  gcc-c++
-BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  perl
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libjpeg)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(libwebp)
 Requires:       abiword
 Requires:       xorg-x11
-%if 0%{?sles_version}
-BuildRequires:  gtk2-devel
-%else
-BuildRequires:  pkgconfig(gtk+-2.0)
-%endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libpoppler-glib-devel
-BuildRequires:  librsvg-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  vlc-devel
+BuildRequires:  pkgconfig(librsvg-2.0)
+BuildRequires:  pkgconfig(libvlc)
+BuildRequires:  pkgconfig(poppler-glib)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xt)
 %endif
 %if 0%{?mandriva_version}
-BuildRequires:  libpoppler-glib-devel
 BuildRequires:  librsvg2-devel
-BuildRequires:  libxine-devel
 BuildRequires:  x11-server-devel
+BuildRequires:  pkgconfig(libxine)
+BuildRequires:  pkgconfig(poppler-glib)
 %endif
 %if 0%{?fedora_version}
-BuildRequires:  libX11-devel
 BuildRequires:  librsvg2-devel
 BuildRequires:  poppler-glib-devel
 BuildRequires:  xine-lib-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(x11-xcb)
 %endif
 %if 0%{?suse_version}
 Requires:       binutils
 Requires:       bzip2
+Requires:       curl
 Requires:       gcc
 Requires:       gedit
 Requires:       ghostscript-x11
 Requires:       gzip
 Requires:       lzop
 Requires:       perl
+Requires:       pigz
 Requires:       tar
 Requires:       texlive-bin-dvilj
 Requires:       transfig
 Requires:       unzip
+Requires:       xz
 Requires:       zip
 # Remove when p7zip-full is in all products
 %if 0%{?suse_version} > 1500

++++++ 01-eaglemode.patch ++++++
--- /var/tmp/diff_new_pack.BHfWId/_old  2026-09-21 12:22:41.369963207 +0200
+++ /var/tmp/diff_new_pack.BHfWId/_new  2026-09-21 12:22:41.373963374 +0200
@@ -1,7 +1,8 @@
-diff -Naurd orig/make.pl mod/make.pl
---- orig/make.pl       2010-05-04 09:26:13.000000000 +0200
-+++ mod/make.pl        2010-05-04 16:48:12.000000000 +0200
-@@ -621,30 +621,30 @@
+Index: eaglemode-0.96.4/make.pl
+===================================================================
+--- eaglemode-0.96.4.orig/make.pl
++++ eaglemode-0.96.4/make.pl
+@@ -627,30 +627,30 @@ sub Build
                                );
                                for (my $again=1; $again eq 1;) {
                                        STDOUT->flush();

Reply via email to