diff --git a/intltool-0.40.0.tar.bz2 b/intltool-0.40.0.tar.bz2 deleted file mode 100644 index a077172..0000000 --- a/intltool-0.40.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ff80252b471392cecb9b5262ba1bffc4e5f383a059ed71591c238ca7fd38cba -size 139022 diff --git a/intltool-0.40.3.tar.bz2 b/intltool-0.40.3.tar.bz2 new file mode 100644 index 0000000..05af0a9 --- /dev/null +++ b/intltool-0.40.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30cbb62345310a27f74a43fef17f146d99203c097c6460002da0a22d969a594 +size 140253 diff --git a/intltool.changes b/intltool.changes index 3a1ecc8..b1064d9 100644 --- a/intltool.changes +++ b/intltool.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Aug 24 13:13:16 CEST 2008 - mboman@novell.com + +- Update to version 0.40.3: + * Bugs fixed; bgo#544574, bgo#458794, bgo#544574, bgo#323968, + bgo#543665, bgo#531894, bgo#536970 + * Add new test cases to EXTRA_DIST and CLEANFILES as appropriate + * intltoolize.in: Check for symlinks to intltool scripts and remove them + * intltool-update.in (GenerateHeaders): If running under ActiveState + Perl then prefix the intltool-extract command with the Perl + interpreter pathname, as the system() function has no clue about + Unixish executable scripts indicated by just a hashbang line. + ------------------------------------------------------------------- Fri Jul 18 13:13:16 CEST 2008 - rodrigo@suse.de diff --git a/intltool.spec b/intltool.spec index ae25e63..412ee34 100644 --- a/intltool.spec +++ b/intltool.spec @@ -1,10 +1,17 @@ # -# spec file for package intltool (Version 0.40.0) +# spec file for package intltool (Version 0.40.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -14,8 +21,8 @@ Name: intltool BuildRequires: perl-XML-Parser Summary: Internationalization Tool Collection -Version: 0.40.0 -Release: 5 +Version: 0.40.3 +Release: 1 Group: Development/Tools/Other BuildArch: noarch Requires: gettext-devel perl-XML-Parser @@ -69,6 +76,16 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man8/*.* %changelog +* Sun Aug 24 2008 mboman@novell.com +- Update to version 0.40.3: + * Bugs fixed; bgo#544574, bgo#458794, bgo#544574, bgo#323968, + bgo#543665, bgo#531894, bgo#536970 + * Add new test cases to EXTRA_DIST and CLEANFILES as appropriate + * intltoolize.in: Check for symlinks to intltool scripts and remove them + * intltool-update.in (GenerateHeaders): If running under ActiveState + Perl then prefix the intltool-extract command with the Perl + interpreter pathname, as the system() function has no clue about + Unixish executable scripts indicated by just a hashbang line. * Fri Jul 18 2008 rodrigo@suse.de - Use PATCH-*-OPENSUSE, not SUSE, in patch tags * Wed Jun 11 2008 maw@suse.de