Accepting request 523534 from GNOME:Factory
(forwarded request 523445 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/523534 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eog?expand=0&rev=126
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f51ee116e2c159fac1719e003a32e1cb6cbff51914fd1f6409f461a790ff27e7
|
||||
size 4632496
|
3
eog-3.26.0.tar.xz
Normal file
3
eog-3.26.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0e16210dfc5cd34327fff2874d8c54d64eb4ab9ad903d4f8218b10d77126095
|
||||
size 5148428
|
44
eog.changes
44
eog.changes
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 22:13:15 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- 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 - jengelh@inai.de
|
||||
|
||||
- Enhance package description, partly using the Debian text.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 04:50:46 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.25.92:
|
||||
+ Bug fix: bgo#759434.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 20:38:46 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- 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 - dimstar@opensuse.org
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 17:00:49 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
52
eog.spec
52
eog.spec
@@ -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 @@ BuildRequires: pkgconfig(shared-mime-info)
|
||||
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 @@ find %{buildroot} -type f -name '*.la' -delete -print
|
||||
%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/
|
||||
|
Reference in New Issue
Block a user