SHA256
1
0
forked from pool/eog
OBS User unknown 2008-06-23 19:14:50 +00:00 committed by Git OBS Bridge
parent e9d9f222d1
commit b57507e0d2
4 changed files with 54 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19e4a64f5ef5954cfbcc205bba7b7bcf9e48f96514d8eee3647b82461b1d30b8
size 1860876

3
eog-2.23.4.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91ec5f924000543537ace2ac5bfd2b275cdd9470179c96945135834fcac9d607
size 2028845

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Fri Jun 20 20:30:30 CEST 2008 - maw@suse.de
- Update to versino 2.23.4.1:
+ Bugs fixed: bgo#526483, bgo#537488, and bgo#537758
+ Updated translations.
-------------------------------------------------------------------
Wed Jun 18 20:21:45 CEST 2008 - maw@suse.de
- Update to version 2.23.3:
+ Migration to gio/gvfs
+ An initial set of default plugins
+ New command line option --new-instance to force creation of a
new instance instead of reusing existing one
+ PNG metadata (XMP and color profile) support
+ Enable arrow keys to scroll the image if zoomed in
+ Miscellaneous improvements in thumbnailing code
+ Several metadata handling improvements
+ Use gtk-doc to document plugin API
+ Bugs fixed: bgo#528454, bgo#533041, bgo#532925, bgo#530102,
bgo#531300, bgo#531809, bgo#343061, bgo#427053, bgo#466566,
bgo#492017, bgo#517017, bgo#517821, bgo#523173, bgo#525618,
bgo#526331, bgo#527798, bgo#522077, and bgo#523856
+ Updated translations.
-------------------------------------------------------------------
Tue Apr 8 19:08:03 CEST 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package eog (Version 2.22.1)
# spec file for package eog (Version 2.23.4.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,7 +12,7 @@
Name: eog
BuildRequires: docbook_4 eel-devel fdupes gnome-desktop-devel gnome-doc-utils-devel gnome-icon-theme gnutls-devel libexempi-devel liblcms-devel python-devel python-gnome-devel python-gtk-devel shared-mime-info
BuildRequires: docbook_4 eel-devel fdupes gnome-desktop-devel gnome-doc-utils-devel gnome-icon-theme gnutls-devel intltool libexempi-devel liblcms-devel python-devel python-gnome-devel python-gtk-devel shared-mime-info
BuildRequires: indent libgnomeprintui-devel libidl librsvg-devel
BuildRequires: libwnck-devel perl-XML-Parser scrollkeeper
BuildRequires: libexif-devel update-desktop-files
@ -21,7 +21,7 @@ Group: Productivity/Graphics/Viewers
Provides: eog2 = 2.20.0
Obsoletes: eog2 <= 2.20.0
Requires: gnome-icon-theme
Version: 2.22.1
Version: 2.23.4.1
Release: 1
Summary: Eye of GNOME for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
@ -64,8 +64,6 @@ make %{?jobs:-j%jobs}
%install
%makeinstall
#rm -r $RPM_BUILD_ROOT/var/scrollkeeper
### ln -s ../icons/gnome/48x48/apps/image-viewer.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
%suse_update_desktop_file -r -N "Eye of Gnome" -G "Image Viewer" eog GNOME Graphics Viewer
%find_lang %{name}
%find_gconf_schemas
@ -84,11 +82,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/*
%{_libdir}/eog
%{_datadir}/applications/eog.desktop
%{_datadir}/eog
%{_datadir}/omf/eog
%{_datadir}/icons/*/*/*/*.png
%{_datadir}/icons/*/*/*/*.svg
%{_datadir}/gtk-doc/html/eog
%files lang -f %{name}.lang
@ -103,6 +103,26 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/eog.pc
%changelog
* Fri Jun 20 2008 maw@suse.de
- Update to versino 2.23.4.1:
+ Bugs fixed: bgo#526483, bgo#537488, and bgo#537758
+ Updated translations.
* Wed Jun 18 2008 maw@suse.de
- Update to version 2.23.3:
+ Migration to gio/gvfs
+ An initial set of default plugins
+ New command line option --new-instance to force creation of a
new instance instead of reusing existing one
+ PNG metadata (XMP and color profile) support
+ Enable arrow keys to scroll the image if zoomed in
+ Miscellaneous improvements in thumbnailing code
+ Several metadata handling improvements
+ Use gtk-doc to document plugin API
+ Bugs fixed: bgo#528454, bgo#533041, bgo#532925, bgo#530102,
bgo#531300, bgo#531809, bgo#343061, bgo#427053, bgo#466566,
bgo#492017, bgo#517017, bgo#517821, bgo#523173, bgo#525618,
bgo#526331, bgo#527798, bgo#522077, and bgo#523856
+ Updated translations.
* Tue Apr 08 2008 maw@suse.de
- Update to version 2.22.1:
+ Improved XMP metadata support