diff --git a/epiphany.spec b/epiphany.spec index 5d455e0..d21ac9b 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -8,7 +8,7 @@ Summary: Web browser for GNOME Name: epiphany Version: 2.26.1 -Release: 1%{?dist} +Release: 2%{?dist} %define major_version 2.26 Provides: epiphany(abi) = %{major_version} License: GPLv2+ and GFDL @@ -130,7 +130,7 @@ make %{?_smp_mflags} # ideally intltool (ha!) would do that for us # http://bugzilla.gnome.org/show_bug.cgi?id=474987 cd po -grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" POTFILES.in > POTFILES.keep +grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep mv POTFILES.keep POTFILES.in intltool-update --pot for p in *.po; do @@ -255,6 +255,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pygtk/2.0/defs/epiphany.defs %changelog +* Mon Apr 27 2009 Matthias Clasen - 2.26.1-2 +- Don't drop schemas translations from po files + * Mon Apr 13 2009 Matthias Clasen - 2.26.1-1 - Update to 2.26.1 - See http://download.gnome.org/sources/epiphany/2.26/epiphany-2.26.1.changes