This commit is contained in:
Matthias Clasen 2010-11-11 19:27:30 -05:00
parent 3567123909
commit da9195bf82
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ evince-2.31.92.tar.bz2
/evince-2.32.0.tar.bz2
/evince-2.91.0.tar.bz2
/evince-2.91.1-f615894.tar.bz2
/evince-2.91.2.tar.bz2

View File

@ -2,17 +2,16 @@
%global glib2_version 2.25.9
%global dbus_version 0.70
%global theme_version 2.17.1
%define alphatag f615894
Name: evince
Version: 2.91.1
Release: 5.git%{alphatag}%{?dist}
Version: 2.91.2
Release: 1%{?dist}
Summary: Document viewer
License: GPLv2+ and GFDL
Group: Applications/Publishing
URL: http://projects.gnome.org/evince/
Source0: http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}-%{alphatag}.tar.bz2
Source0: http://download.gnome.org/sources/%{name}/2.91/%{name}-%{version}.tar.bz2
# https://bugzilla.redhat.com/show_bug.cgi?id=562648
Patch2: evince-t1font-mapping.patch
@ -175,11 +174,11 @@ if [ $1 -eq 0 ]; then
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
fi
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
%postun libs -p /sbin/ldconfig
@ -244,6 +243,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||:
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
%changelog
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-1
- Update to 2.91.2
* Sat Nov 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.91.1-5.gitf615894
- rebuilt (poppler)

View File

@ -1 +1 @@
c684bc3d662548d5fbcbf0982c64d641 evince-2.91.1-f615894.tar.bz2
697145d23f221aece204b7986713e77f evince-2.91.2.tar.bz2