From 27c55571617b7d960a26e3b97fc727423e1b52431da88a28080cc9a68c40cb44 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 6 Feb 2009 22:41:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghex?expand=0&rev=13 --- ghex.changes | 5 +++++ ghex.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ghex.changes b/ghex.changes index 3b2716a..56a4346 100644 --- a/ghex.changes +++ b/ghex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 31 20:46:59 CET 2009 - vuntz@novell.com + +- Use sr@latin instead of sr@Latn. + ------------------------------------------------------------------- Mon Jan 19 22:11:03 CET 2009 - crrodriguez@suse.de diff --git a/ghex.spec b/ghex.spec index 3c69da0..5fdebd0 100644 --- a/ghex.spec +++ b/ghex.spec @@ -28,7 +28,7 @@ BuildRequires: scrollkeeper License: GPL v2 or later Group: Development/Tools/Other Version: 2.22.0 -Release: 7 +Release: 8 Summary: GNOME Binary Editor Url: http://www.gnome.org/ Source: ftp://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/%{name}-%{version}.tar.bz2 @@ -92,6 +92,8 @@ sed -e "s@;Development;@;@" < $RPM_BUILD_ROOT%{_datadir}/applications/ghex.deskt > $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop.new mv $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop.new \ $RPM_BUILD_ROOT%{_datadir}/applications/ghex.desktop +# Change sr@Latn to sr@latin +mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@latin %find_lang %{name}-2.0 %find_lang %{name}2 %find_gconf_schemas @@ -132,6 +134,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Sat Jan 31 2009 vuntz@novell.com +- Use sr@latin instead of sr@Latn. * Mon Jan 19 2009 crrodriguez@suse.de - remove "la" files [BNC#357465] * Tue Sep 02 2008 mboman@novell.com