Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package eaglemode for openSUSE:Factory 
checked in at 2022-12-06 14:25:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eaglemode (Old)
 and      /work/SRC/openSUSE:Factory/.eaglemode.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eaglemode"

Tue Dec  6 14:25:00 2022 rev:20 rq:1040622 version:0.95.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/eaglemode/eaglemode.changes      2020-09-25 
16:35:53.236122183 +0200
+++ /work/SRC/openSUSE:Factory/.eaglemode.new.1835/eaglemode.changes    
2022-12-06 14:25:17.686608678 +0100
@@ -1,0 +2,16 @@
+Sun Dec  4 18:02:31 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.92.2:
+  * Fixed DPI scaling on Windows.
+  * Fixed changing of only letter case when renaming files on Windows.
+  * Fixed useless re-rendering in emPdf.
+  * Allowed to trigger radio boxes and check boxes by clicking on the text.
+  * Adjusted some dialog sizes as well as click and expansion size thresholds 
to
+    modern screen resolutions.
+  * Updated emLKC to kernel 5.
+  * Minor fixes.
+  * Added a viewer for WebP image files.
+  * Fixed focus problems with XWayland.
+  * Minor fixes.
+
+-------------------------------------------------------------------

Old:
----
  eaglemode-0.95.0.tar.bz2

New:
----
  eaglemode-0.95.2.tar.bz2

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

Other differences:
------------------
++++++ eaglemode.spec ++++++
--- /var/tmp/diff_new_pack.9qzS1q/_old  2022-12-06 14:25:18.506615669 +0100
+++ /var/tmp/diff_new_pack.9qzS1q/_new  2022-12-06 14:25:18.514615738 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eaglemode
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           eaglemode
-Version:        0.95.0
+Version:        0.95.2
 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:            http://eaglemode.sourceforge.net/
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
+URL:            https://eaglemode.sourceforge.net/
+Source0:        
https://downloads.sourceforge.net/%{name}/%{name}-%{version}/%{name}-%{version}.tar.bz2
 Source1:        %{name}-icons.tar
 Source2:        %{name}.desktop
 Source3:        %{name}-rpmlintrc
@@ -33,12 +33,13 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  perl
+Requires:       abiword
+Requires:       xorg-x11
 %if 0%{?sles_version}
 BuildRequires:  gtk2-devel
 %else
 BuildRequires:  pkgconfig(gtk+-2.0)
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -60,8 +61,6 @@
 BuildRequires:  poppler-glib-devel
 BuildRequires:  xine-lib-devel
 %endif
-Requires:       abiword
-Requires:       xorg-x11
 %if 0%{?suse_version}
 Requires:       binutils
 Requires:       bzip2
@@ -70,23 +69,23 @@
 Requires:       ghostscript-x11
 Requires:       gzip
 Requires:       lzop
-# Remove when p7zip-full is in all products
-%if 0%{suse_version} > 1500
-Requires:       p7zip-full
-%else
-Requires:       p7zip
-%endif
 Requires:       perl
 Requires:       tar
 Requires:       texlive-bin-dvilj
 Requires:       transfig
 Requires:       unzip
+Requires:       zip
+# Remove when p7zip-full is in all products
+%if 0%{?suse_version} > 1500
+Requires:       p7zip-full
+%else
+Requires:       p7zip
+%endif
 %if 0%{?suse_version} > 1320
 Requires:       xterm-bin
 %else
 Requires:       xterm
 %endif
-Requires:       zip
 %endif
 
 %description
@@ -112,7 +111,7 @@
 mkdir .bin
 cat > .bin/gcc <<\EOF
 #!/bin/sh
-exec /usr/bin/gcc %{optflags} "$@"
+exec %{_bindir}/gcc %{optflags} "$@"
 EOF
 chmod +x .bin/gcc
 PATH=$PWD/.bin:$PATH
@@ -134,18 +133,18 @@
 cp -r res ../../share/eaglemode
 mkdir -p %{buildroot}%{_sysconfdir}/eaglemode
 cp -r etc/* %{buildroot}%{_sysconfdir}/eaglemode
-mkdir -p %{buildroot}%{_prefix}/bin
-cd %{buildroot}%{_prefix}/bin
+mkdir -p %{buildroot}%{_bindir}
+cd %{buildroot}%{_bindir}
 ln -s ../../%{_libdir}/eaglemode/eaglemode.sh eaglemode
 mkdir -p %{buildroot}%{_prefix}/lib
 cd %{buildroot}/%{_libdir}
 ln -s eaglemode/lib/*.so .
-mkdir -p %{buildroot}%{_prefix}/include
-cd %{buildroot}%{_prefix}/include
+mkdir -p %{buildroot}%{_includedir}
+cd %{buildroot}%{_includedir}
 ln -s ../../%{_libdir}/eaglemode/include/* .
 
 # install Desktop file
-install -Dm 0644 %{S:2} %{buildroot}%{_datadir}/applications/%{name}.desktop
+install -Dm 0644 %{SOURCE2} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %if 0%{?suse_version}
     %suse_update_desktop_file %{name}
@@ -153,7 +152,6 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/%{name}
 %doc %{_docdir}/%{name}
 %{_datadir}/%{name}

++++++ eaglemode-0.95.0.tar.bz2 -> eaglemode-0.95.2.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/eaglemode/eaglemode-0.95.0.tar.bz2 
/work/SRC/openSUSE:Factory/.eaglemode.new.1835/eaglemode-0.95.2.tar.bz2 differ: 
char 11, line 1

Reply via email to