Update to 3.5.1
This commit is contained in:
parent
f182aab849
commit
328d104be5
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ eog-2.31.4-20100623git.tar.bz2
|
||||
/eog-3.3.92.tar.xz
|
||||
/eog-3.4.0.tar.xz
|
||||
/eog-3.4.1.tar.xz
|
||||
/eog-3.5.1.tar.xz
|
||||
|
15
eog.spec
15
eog.spec
@ -1,25 +1,23 @@
|
||||
%define gtk3_version 3.0.2
|
||||
%define glib2_version 2.29.4
|
||||
%define gtk3_version 3.3.6
|
||||
%define glib2_version 2.31.0
|
||||
%define gnome_desktop_version 2.91.2
|
||||
%define gnome_icon_theme_version 2.19.1
|
||||
%define desktop_file_utils_version 0.9
|
||||
%define gail_version 1.2.0
|
||||
%define libexif_version 0.6.14
|
||||
|
||||
Summary: Eye of GNOME image viewer
|
||||
Name: eog
|
||||
Version: 3.4.1
|
||||
Release: 3%{?dist}
|
||||
Version: 3.5.1
|
||||
Release: 1%{?dist}
|
||||
URL: http://projects.gnome.org/eog/
|
||||
#VCS: git:git://git.gnome.org/eog
|
||||
Source: http://download.gnome.org/sources/eog/3.4/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/eog/3.5/%{name}-%{version}.tar.xz
|
||||
# The GFDL has an "or later version" clause embedded inside the license.
|
||||
# There is no need to add the + here.
|
||||
License: GPLv2+ and GFDL
|
||||
Group: User Interface/Desktops
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||
BuildRequires: gail-devel >= %{gail_version}
|
||||
BuildRequires: libexif-devel >= %{libexif_version}
|
||||
BuildRequires: exempi-devel
|
||||
BuildRequires: lcms2-devel
|
||||
@ -119,6 +117,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
%{_datadir}/gtk-doc/
|
||||
|
||||
%changelog
|
||||
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.1-1
|
||||
- Update to 3.5.1
|
||||
|
||||
* Fri Apr 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-3
|
||||
- Removed last traces of gconf handling (#704230)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user