From a274ec02d79dae2954870283dc8bdf06a7ca345f Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Dec 29 2008 00:00:05 +0000 Subject: Update to 1.4.2 --- diff --git a/.cvsignore b/.cvsignore index acc50db..cf17e35 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -poedit-1.3.6.tar.gz +poedit-1.4.2.tar.gz diff --git a/poedit.spec b/poedit.spec index 620cda5..711c646 100644 --- a/poedit.spec +++ b/poedit.spec @@ -1,17 +1,16 @@ Name: poedit -Version: 1.3.6 -Release: 1%{?dist} +Version: 1.4.2 +Release: 2%{?dist} Summary: GUI editor for GNU gettext .po files Group: Development/Languages License: MIT -URL: http://www.poedit.org/ -Source0: http://download.sourceforge.net/poedit/poedit-%{version}.tar.gz +URL: http://www.poedit.net/ +Source0: http://downloads.sourceforge.net/poedit/poedit-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: wxGTK-devel, gtkspell-devel, db4-devel, zip, desktop-file-utils -Requires(post): desktop-file-utils -Requires(postun): desktop-file-utils +Requires: gettext %description @@ -39,11 +38,16 @@ rm -rf \ $RPM_BUILD_ROOT%{_datadir}/mimelnk \ $RPM_BUILD_ROOT%{_datadir}/gnome \ $RPM_BUILD_ROOT%{_datadir}/mime-info +# Make sure docs are utf-8 +for FILE in `find docs/en -name '*.hhp'`; do + iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.tmp + mv -f $FILE.tmp $FILE +done +# Install the desktop file desktop-file-install \ --delete-original \ --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --add-category X-Fedora \ $RPM_BUILD_ROOT%{_datadir}/applications/poedit.desktop %{find_lang} poedit @@ -80,6 +84,31 @@ fi %changelog +* Sat Dec 27 2008 Konstantin Ryabitsev - 1.4.2-2 +- We still need desktop-file-utils, just not the post/postun scriptlets + +* Sat Dec 27 2008 Konstantin Ryabitsev - 1.4.2-1 +- Upstream 1.4.2 +- Do not depend on desktop-file-utils (#463047) +- Fix source location + +* Tue Feb 19 2008 Fedora Release Engineering - 1.3.9-2 +- Autorebuild for GCC 4.3 + +* Sun Dec 23 2007 Konstantin Ryabitsev - 1.3.9-1 +- Upstream 1.3.9 +- Make sure all docs are utf-8 + +* Fri Aug 17 2007 Konstantin Ryabitsev - 1.3.7-1 +- Upstream 1.3.7 +- Require gettext (#253228) + +* Sun Dec 17 2006 Konstantin Ryabitsev - 1.3.6-1.2 +- Rebuild for new wx in devel + +* Fri Nov 10 2006 Konstantin Ryabitsev - 1.3.6-1.1 +- Rebuild for newer db4 in devel + * Mon Oct 30 2006 Konstantin Ryabitsev - 1.3.6-1 - Upstream 1.3.6 diff --git a/sources b/sources index 4c9ce14..d8ff356 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01bab36f3065daf9dcddb5dedd7c7143 poedit-1.3.6.tar.gz +5aca5ed4c8c81e0f10efb20ac3a191ac poedit-1.4.2.tar.gz