diff --git a/.gitignore b/.gitignore index c90a4a0..12b63b4 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/evince.spec b/evince.spec index 5e917b5..5498a53 100644 --- a/evince.spec +++ b/evince.spec @@ -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 - 2.91.2-1 +- Update to 2.91.2 + * Sat Nov 06 2010 Rex Dieter - 2.91.1-5.gitf615894 - rebuilt (poppler) diff --git a/sources b/sources index 21e299e..a720465 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c684bc3d662548d5fbcbf0982c64d641 evince-2.91.1-f615894.tar.bz2 +697145d23f221aece204b7986713e77f evince-2.91.2.tar.bz2