This commit is contained in:
parent
8e948c80cc
commit
e9d9f222d1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8cf92ba3e96d23a3668adb4ea2d09088db3dd7aa8987b9938ad4e98698d49422
|
|
||||||
size 1895093
|
|
3
eog-2.22.1.tar.bz2
Normal file
3
eog-2.22.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19e4a64f5ef5954cfbcc205bba7b7bcf9e48f96514d8eee3647b82461b1d30b8
|
||||||
|
size 1860876
|
11
eog.changes
11
eog.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 8 19:08:03 CEST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.22.1:
|
||||||
|
+ Improved XMP metadata support
|
||||||
|
+ Keyboard navigation fixes
|
||||||
|
+ Fixed some memory leaks, compile time warnings, and critical
|
||||||
|
warnings
|
||||||
|
+ Bugs fixed: bgo#427053, bgo#517017, and bgo#526331
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 16:34:24 CET 2008 - vuntz@suse.de
|
Fri Mar 21 16:34:24 CET 2008 - vuntz@suse.de
|
||||||
|
|
||||||
|
35
eog.spec
35
eog.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eog (Version 2.22.0)
|
# spec file for package eog (Version 2.22.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -21,8 +21,8 @@ Group: Productivity/Graphics/Viewers
|
|||||||
Provides: eog2 = 2.20.0
|
Provides: eog2 = 2.20.0
|
||||||
Obsoletes: eog2 <= 2.20.0
|
Obsoletes: eog2 <= 2.20.0
|
||||||
Requires: gnome-icon-theme
|
Requires: gnome-icon-theme
|
||||||
Version: 2.22.0
|
Version: 2.22.1
|
||||||
Release: 5
|
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
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
@ -39,6 +39,7 @@ compiled for the GNOME 2.x Desktop.
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Requires: %{name} = %{version} gconf2-devel gnome-vfs2-devel gtk2-devel libglade2-devel libgnomeui-devel pkg-config
|
Requires: %{name} = %{version} gconf2-devel gnome-vfs2-devel gtk2-devel libglade2-devel libgnomeui-devel pkg-config
|
||||||
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
@ -102,6 +103,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/eog.pc
|
%{_libdir}/pkgconfig/eog.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 08 2008 maw@suse.de
|
||||||
|
- Update to version 2.22.1:
|
||||||
|
+ Improved XMP metadata support
|
||||||
|
+ Keyboard navigation fixes
|
||||||
|
+ Fixed some memory leaks, compile time warnings, and critical
|
||||||
|
warnings
|
||||||
|
+ Bugs fixed: bgo#427053, bgo#517017, and bgo#526331
|
||||||
|
+ Updated translations.
|
||||||
* Fri Mar 21 2008 vuntz@suse.de
|
* Fri Mar 21 2008 vuntz@suse.de
|
||||||
- Add a gnome-desktop-devel buildrequires to fix the build.
|
- Add a gnome-desktop-devel buildrequires to fix the build.
|
||||||
* Fri Mar 14 2008 maw@suse.de
|
* Fri Mar 14 2008 maw@suse.de
|
||||||
@ -149,7 +158,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Thu Oct 11 2007 sbrabec@suse.cz
|
* Thu Oct 11 2007 sbrabec@suse.cz
|
||||||
- Removed bogus dependency on mDNSResponder.
|
- Removed bogus dependency on mDNSResponder.
|
||||||
* Mon Sep 17 2007 mauro@suse.de
|
* Tue Sep 18 2007 mauro@suse.de
|
||||||
- Update to version 2.20:
|
- Update to version 2.20:
|
||||||
* Complete rewrite of application core which means more stable,
|
* Complete rewrite of application core which means more stable,
|
||||||
maintanable, faster image viewer for GNOME
|
maintanable, faster image viewer for GNOME
|
||||||
@ -172,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Display EXIF MakerNotes
|
* Display EXIF MakerNotes
|
||||||
* XMP Support
|
* XMP Support
|
||||||
- Patch eog-casts.patch is being removed since it's already applied upstream.
|
- Patch eog-casts.patch is being removed since it's already applied upstream.
|
||||||
* Mon Sep 10 2007 mauro@suse.de
|
* Tue Sep 11 2007 mauro@suse.de
|
||||||
- Update to version 2.19.92:
|
- Update to version 2.19.92:
|
||||||
+ New feature: New image collection pane layout with continuous scrolling
|
+ New feature: New image collection pane layout with continuous scrolling
|
||||||
side buttons
|
side buttons
|
||||||
@ -192,7 +201,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
[#462971], #462973, #464709, #465060,and #465628.
|
[#462971], #462973, #464709, #465060,and #465628.
|
||||||
* Updated translations
|
* Updated translations
|
||||||
- Refresh eog-casts.patch.
|
- Refresh eog-casts.patch.
|
||||||
* Tue Aug 07 2007 maw@suse.de
|
* Wed Aug 08 2007 maw@suse.de
|
||||||
- Use %%fdupes
|
- Use %%fdupes
|
||||||
- Split off a -lang subpackage.
|
- Split off a -lang subpackage.
|
||||||
* Fri Aug 03 2007 mauro@suse.de
|
* Fri Aug 03 2007 mauro@suse.de
|
||||||
@ -209,7 +218,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Update to version 2.19.3
|
- Update to version 2.19.3
|
||||||
- New -devel subpackage
|
- New -devel subpackage
|
||||||
- Various bug fixes.
|
- Various bug fixes.
|
||||||
* Mon Jun 18 2007 maw@suse.de
|
* Tue Jun 19 2007 maw@suse.de
|
||||||
- Update to version 2.18.2, which has the following changes (bug
|
- Update to version 2.18.2, which has the following changes (bug
|
||||||
numbers are for bugzilla.gnome.org):
|
numbers are for bugzilla.gnome.org):
|
||||||
- Calculate correctly the maximum printed image size on
|
- Calculate correctly the maximum printed image size on
|
||||||
@ -228,7 +237,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Removed invalid desktop Category "Application" (#254654).
|
- Removed invalid desktop Category "Application" (#254654).
|
||||||
* Fri Apr 27 2007 sbrabec@suse.cz
|
* Fri Apr 27 2007 sbrabec@suse.cz
|
||||||
- Do not call meinproc (#227624).
|
- Do not call meinproc (#227624).
|
||||||
* Wed Apr 11 2007 maw@suse.de
|
* Thu Apr 12 2007 maw@suse.de
|
||||||
- Update to version 2.18.1
|
- Update to version 2.18.1
|
||||||
- Build fixes (Lucas Rocha) [#398250]
|
- Build fixes (Lucas Rocha) [#398250]
|
||||||
- Code cleanups (Felix Riemann)
|
- Code cleanups (Felix Riemann)
|
||||||
@ -248,7 +257,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Refresh some patches that didn't cleanly apply.
|
- Refresh some patches that didn't cleanly apply.
|
||||||
* Sat Mar 03 2007 dmueller@suse.de
|
* Sat Mar 03 2007 dmueller@suse.de
|
||||||
- readd accidentally dropped exif dependency
|
- readd accidentally dropped exif dependency
|
||||||
* Tue Feb 27 2007 dmueller@suse.de
|
* Wed Feb 28 2007 dmueller@suse.de
|
||||||
- reduce buildrequires
|
- reduce buildrequires
|
||||||
* Thu Jan 04 2007 sbrabec@suse.cz
|
* Thu Jan 04 2007 sbrabec@suse.cz
|
||||||
- Prefix changed to /usr.
|
- Prefix changed to /usr.
|
||||||
@ -258,7 +267,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
try to write a "short" in there, not a "long". #214690
|
try to write a "short" in there, not a "long". #214690
|
||||||
* Fri Oct 13 2006 aj@suse.de
|
* Fri Oct 13 2006 aj@suse.de
|
||||||
- Add gnome-doc-utils-devel to BuildRequires.
|
- Add gnome-doc-utils-devel to BuildRequires.
|
||||||
* Tue Oct 03 2006 jhargadon@suse.de
|
* Wed Oct 04 2006 jhargadon@suse.de
|
||||||
- update to version 2.16.1
|
- update to version 2.16.1
|
||||||
- Fixed memory leaks
|
- Fixed memory leaks
|
||||||
- Code cleanups
|
- Code cleanups
|
||||||
@ -286,7 +295,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Fix typo on UI message
|
- Fix typo on UI message
|
||||||
- Panning around the image with arrows on fullscreen mode
|
- Panning around the image with arrows on fullscreen mode
|
||||||
- Updated translations
|
- Updated translations
|
||||||
* Wed Aug 02 2006 gekker@suse.de
|
* Thu Aug 03 2006 gekker@suse.de
|
||||||
- Update to version 2.15.90
|
- Update to version 2.15.90
|
||||||
- Avoid losing EXIF data when saving changed jpeg images (Felix Riemman)
|
- Avoid losing EXIF data when saving changed jpeg images (Felix Riemman)
|
||||||
[#309219]
|
[#309219]
|
||||||
@ -330,13 +339,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Fixed gcc cast warnings.
|
- Fixed gcc cast warnings.
|
||||||
* Mon Sep 05 2005 sbrabec@suse.cz
|
* Mon Sep 05 2005 sbrabec@suse.cz
|
||||||
- Updated to version 2.12.0.
|
- Updated to version 2.12.0.
|
||||||
* Mon Aug 22 2005 gekker@suse.de
|
* Tue Aug 23 2005 gekker@suse.de
|
||||||
- Update to version 2.11.92
|
- Update to version 2.11.92
|
||||||
* Tue Aug 02 2005 gekker@suse.de
|
* Tue Aug 02 2005 gekker@suse.de
|
||||||
- Update to version 2.11.90
|
- Update to version 2.11.90
|
||||||
* Fri Jul 22 2005 gekker@suse.de
|
* Fri Jul 22 2005 gekker@suse.de
|
||||||
- Update to version 2.11.0
|
- Update to version 2.11.0
|
||||||
* Fri Jun 17 2005 gekker@suse.de
|
* Sat Jun 18 2005 gekker@suse.de
|
||||||
- Update to 2.10.0 (GNOME 2.10).
|
- Update to 2.10.0 (GNOME 2.10).
|
||||||
* Thu Feb 24 2005 sbrabec@suse.cz
|
* Thu Feb 24 2005 sbrabec@suse.cz
|
||||||
- Removed gconf makefile-uninstall-rule (#33114).
|
- Removed gconf makefile-uninstall-rule (#33114).
|
||||||
|
Loading…
Reference in New Issue
Block a user