SHA256
1
0
forked from pool/eog
OBS User unknown 2009-03-11 21:52:30 +00:00 committed by Git OBS Bridge
parent 818703b302
commit 36a6441cce
4 changed files with 40 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7356df21fbae09d84d4fc13795b20b0fe7d9a75d10544389ce0423dab41a019d
size 2298177

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:062932c350c52d6d5a52093ca3510d8d1099ad1c69d9e55d35b7597fcbd84008
size 2301946

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Mar 8 23:54:29 CET 2009 - vuntz@novell.com
- Review changes.
-------------------------------------------------------------------
Wed Mar 4 00:08:56 WET 2009 - lmedinas@gmail.com
- Update to version 2.25.92:
+ Code improvements / fixes
+ Typo fixes in UI / docs
+ bgo#550086, Rotate image counterclockwise shortcut
+ bgo#558086, simplify drag targets handling
+ bgo#572410, eog crashed with SIGSEGV in g_closure_invoke()
+ bgo#572723, Misspelled word in a window
+ bgo#572889, Possible typo
+ Translation updates
+ Documentation updates
- Added libart_lgpl-devel BuildRequires to fix build
-------------------------------------------------------------------
Tue Feb 17 09:27:44 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package eog (Version 2.25.91)
# spec file for package eog (Version 2.25.92)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -32,6 +32,7 @@ BuildRequires: shared-mime-info
BuildRequires: librsvg-devel
BuildRequires: libjpeg-devel
BuildRequires: libexif-devel
BuildRequires: libart_lgpl-devel
BuildRequires: scrollkeeper
BuildRequires: update-desktop-files
License: GPL v2 or later; LGPL v2.1 or later
@ -39,7 +40,7 @@ Group: Productivity/Graphics/Viewers
Provides: eog2 = 2.20.0
Obsoletes: eog2 <= 2.20.0
Requires: gnome-icon-theme
Version: 2.25.91
Version: 2.25.92
Release: 1
Summary: Eye of GNOME for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
@ -122,6 +123,20 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/eog
%changelog
* Sun Mar 08 2009 vuntz@novell.com
- Review changes.
* Wed Mar 04 2009 lmedinas@gmail.com
- Update to version 2.25.92:
+ Code improvements / fixes
+ Typo fixes in UI / docs
+ bgo#550086, Rotate image counterclockwise shortcut
+ bgo#558086, simplify drag targets handling
+ bgo#572410, eog crashed with SIGSEGV in g_closure_invoke()
+ bgo#572723, Misspelled word in a window
+ bgo#572889, Possible typo
+ Translation updates
+ Documentation updates
- Added libart_lgpl-devel BuildRequires to fix build
* Tue Feb 17 2009 vuntz@novell.com
- Review changes.
* Tue Feb 17 2009 lmedinas@gmail.com