Hello community,

here is the log from the commit of package eog for openSUSE:Factory checked in 
at 2017-09-13 21:52:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eog (Old)
 and      /work/SRC/openSUSE:Factory/.eog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eog"

Wed Sep 13 21:52:38 2017 rev:126 rq:523534 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/eog/eog.changes  2017-04-29 10:51:13.899660746 
+0200
+++ /work/SRC/openSUSE:Factory/.eog.new/eog.changes     2017-09-13 
21:52:41.373482868 +0200
@@ -1,0 +2,44 @@
+Mon Sep 11 22:13:15 UTC 2017 - [email protected]
+
+- Update to version 3.26.0:
+  + Updated translations.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Run spec-cleaner, modernize spec.
+
+-------------------------------------------------------------------
+Mon Sep 11 15:46:20 UTC 2017 - [email protected]
+
+- Enhance package description, partly using the Debian text.
+
+-------------------------------------------------------------------
+Wed Sep  6 04:50:46 UTC 2017 - [email protected]
+
+- Update to version 3.25.92:
+  + Bug fix: bgo#759434.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug  7 20:38:46 UTC 2017 - [email protected]
+
+- Update to version 3.25.90:
+  + Miscellaneous fixes.
+  + Bugs fixed: bgo#784942.
+  + Updated translations.
+- Drop no longer needed post(un) handling, remove the following
+  macros: glib2_gsettings_schema_post(un),
+  desktop_database_post(un) and icon_theme_cache_post(un).
+
+-------------------------------------------------------------------
+Tue Jun 20 11:17:13 UTC 2017 - [email protected]
+
+- Update to version 3.25.1:
+  + Drop intltool support in favour of plain gettext.
+  + Be able to mount a volume from recent files (bgo#555831).
+  + Updated translations.
+- Drop intltool BuildRequires: no longer needed.
+- Drop libtool BuildRequires: this was added 6 years ago 'to make
+  build more reliable'. Since then, the build system has improved
+  a lot.
+
+-------------------------------------------------------------------

Old:
----
  eog-3.24.1.tar.xz

New:
----
  eog-3.26.0.tar.xz

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

Other differences:
------------------
++++++ eog.spec ++++++
--- /var/tmp/diff_new_pack.JOYS00/_old  2017-09-13 21:52:42.221363574 +0200
+++ /var/tmp/diff_new_pack.JOYS00/_new  2017-09-13 21:52:42.221363574 +0200
@@ -17,22 +17,20 @@
 
 
 Name:           eog
-Version:        3.24.1
+Version:        3.26.0
 Release:        0
 Summary:        Image Viewer for GNOME
-License:        GPL-2.0+ and LGPL-2.1+
+License:        GPL-2.0+ AND LGPL-2.1+
 Group:          Productivity/Graphics/Viewers
 Url:            http://www.gnome.org/
-Source:         
http://download.gnome.org/sources/eog/3.24/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/eog/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  intltool >= 0.50.1
 BuildRequires:  libjpeg-devel
-BuildRequires:  libtool
-BuildRequires:  translation-update-upstream
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(exempi-2.0) >= 1.99.5
-BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.30.0
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.36.5
 BuildRequires:  pkgconfig(glib-2.0) >= 2.42.0
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -45,51 +43,49 @@
 Recommends:     %{name}-lang
 Provides:       eog2 = %{version}
 Obsoletes:      eog2 < %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
-Eye of GNOME is an image viewer program. It is meant to be a fast and
-functional image viewer.
+Eye of GNOME is a simple graphics viewer for the GNOME desktop which
+uses the gdk-pixbuf library. It can deal with large images, and zoom
+and scroll with constant memory usage.
 
 %package devel
-Summary:        Image Viewer for GNOME
+Summary:        Development files for eog, an image viewer
 Group:          Development/Libraries/GNOME
 Requires:       %{name} = %{version}
 
 %description devel
-Eye of GNOME is an image viewer program. It is meant to be a fast and
-functional image viewer.
+Eye of GNOME (eog) is a simple graphics viewer for the GNOME desktop
+which uses the gdk-pixbuf library.
+
+This subpackage contains the header files for developing
+eog plugins.
 
 %lang_package
+
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %suse_update_desktop_file %{name}
-find %{buildroot} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/eog
 %{_libdir}/eog/
@@ -107,7 +103,7 @@
 %files lang -f %{name}.lang
 
 %files devel
-%defattr (-, root, root)
+%doc AUTHORS ChangeLog NEWS README
 %{_includedir}/eog-3.0/
 %{_libdir}/pkgconfig/eog.pc
 %{_datadir}/eog/gir-1.0/

++++++ eog-3.24.1.tar.xz -> eog-3.26.0.tar.xz ++++++
++++ 129052 lines of diff (skipped)


Reply via email to