This commit is contained in:
parent
6b29bd73e3
commit
c41e0ddfec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91b50a2958d5319e5908c3c0095c613278a9a25ee9904e5cba847f84917d4778
|
|
||||||
size 2415358
|
|
3
eog-2.27.1.tar.bz2
Normal file
3
eog-2.27.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:368ba5cfd14d71edbc64b4f4d488cc2c9be56feda7989b77485c97daf7f44705
|
||||||
|
size 2420066
|
28
eog.changes
28
eog.changes
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 5 18:47:09 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.27.1:
|
||||||
|
+ Drop libart_lgpl dependency
|
||||||
|
+ Allow disabling trash confirmation dialog
|
||||||
|
+ Shortcut improvements
|
||||||
|
+ Reduce number of exported symbols
|
||||||
|
+ UI improvements
|
||||||
|
+ Code improvements / fixes
|
||||||
|
+ Bug fixes:
|
||||||
|
- bgo#541967, Make possible to remove image with 'Delete'
|
||||||
|
without being asked for confirmation
|
||||||
|
- bgo#543158, Make deletion confirmation dialog optional during
|
||||||
|
session
|
||||||
|
- bgo#556378, "Best Fit" zoom setting should have a shortcut
|
||||||
|
- bgo#557317, image collection's scroll bar doesn't have a
|
||||||
|
proportional slider
|
||||||
|
- bgo#571732, Get rid of deprecated libart_lgpl
|
||||||
|
- bgo#575772, Move to Trash button has no accelerator
|
||||||
|
- bgo#576558, Crashes when trying to save write protected file
|
||||||
|
- bgo#579212, JPEG file causes memory corruption
|
||||||
|
- bgo#580600, eog crashes on drag&drop a directory from places
|
||||||
|
menu
|
||||||
|
- bgo#581180, Set as background on Right click
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove libart_lgpl-devel BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 14 15:26:18 CEST 2009 - vuntz@novell.com
|
Tue Apr 14 15:26:18 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
30
eog.spec
30
eog.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eog (Version 2.26.1)
|
# spec file for package eog (Version 2.27.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,7 +24,6 @@ BuildRequires: gnome-desktop-devel
|
|||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gnome-icon-theme
|
BuildRequires: gnome-icon-theme
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libart_lgpl-devel
|
|
||||||
BuildRequires: libexempi-devel
|
BuildRequires: libexempi-devel
|
||||||
BuildRequires: libexif-devel
|
BuildRequires: libexif-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@ -37,7 +36,7 @@ License: GPL v2 or later; LGPL v2.1 or later
|
|||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
Provides: eog2 = 2.20.0
|
Provides: eog2 = 2.20.0
|
||||||
Obsoletes: eog2 <= 2.20.0
|
Obsoletes: eog2 <= 2.20.0
|
||||||
Version: 2.26.1
|
Version: 2.27.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -120,6 +119,31 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/eog
|
%{_datadir}/gtk-doc/html/eog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 05 2009 vuntz@novell.com
|
||||||
|
- Update to version 2.27.1:
|
||||||
|
+ Drop libart_lgpl dependency
|
||||||
|
+ Allow disabling trash confirmation dialog
|
||||||
|
+ Shortcut improvements
|
||||||
|
+ Reduce number of exported symbols
|
||||||
|
+ UI improvements
|
||||||
|
+ Code improvements / fixes
|
||||||
|
+ Bug fixes:
|
||||||
|
- bgo#541967, Make possible to remove image with 'Delete'
|
||||||
|
without being asked for confirmation
|
||||||
|
- bgo#543158, Make deletion confirmation dialog optional during
|
||||||
|
session
|
||||||
|
- bgo#556378, "Best Fit" zoom setting should have a shortcut
|
||||||
|
- bgo#557317, image collection's scroll bar doesn't have a
|
||||||
|
proportional slider
|
||||||
|
- bgo#571732, Get rid of deprecated libart_lgpl
|
||||||
|
- bgo#575772, Move to Trash button has no accelerator
|
||||||
|
- bgo#576558, Crashes when trying to save write protected file
|
||||||
|
- bgo#579212, JPEG file causes memory corruption
|
||||||
|
- bgo#580600, eog crashes on drag&drop a directory from places
|
||||||
|
menu
|
||||||
|
- bgo#581180, Set as background on Right click
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove libart_lgpl-devel BuildRequires.
|
||||||
* Tue Apr 14 2009 vuntz@novell.com
|
* Tue Apr 14 2009 vuntz@novell.com
|
||||||
- Update to version 2.26.1:
|
- Update to version 2.26.1:
|
||||||
+ UI improvements
|
+ UI improvements
|
||||||
|
Loading…
Reference in New Issue
Block a user