OBS User unknown 2009-03-26 16:24:34 +00:00 committed by Git OBS Bridge
parent 03a0cc6f61
commit 84dea0b322
4 changed files with 39 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29eb68e8042e5ebe7e239fd3e0920bfb1a784de524c2a8fd126d9e41347a3404
size 141110

3
intltool-0.40.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d1e5f8561f09c958e303d4faa885079a5e173a61d28437d0013ff5efc9e3b64
size 140340

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 14 22:31:20 CET 2009 - mboman@suse.de
- Update to version 0.40.6:
+ Update for new usage style and to refer to server files instead
of oaf
+ Don't hardcode /bin/sh as the shell
+ Add basic support for PACKAGE_BUGREPORT specified by packages
+ Check for at least perl 5.8.1, and print the found version
+ Replace iconv usage with perl's internal Encode::from_to()
+ Quote the grep arguments that use ^
+ Add support for extracting string data from Bioware Aurora Talk
Table format files, along with the extra metadata associated
with the strings
+ Redirect grep output to /dev/null
- Don't run autoreconf
-------------------------------------------------------------------
Fri Jan 30 15:06:58 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package intltool (Version 0.40.5)
# spec file for package intltool (Version 0.40.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,11 +21,12 @@
Name: intltool
BuildRequires: perl-XML-Parser
Summary: Internationalization Tool Collection
Version: 0.40.5
Release: 3
Version: 0.40.6
Release: 1
Group: Development/Tools/Other
BuildArch: noarch
Requires: gettext-tools perl-XML-Parser
Requires: gettext-tools
Requires: perl-XML-Parser
Provides: xml-i18n-tools
Obsoletes: xml-i18n-tools
License: GPL v2 or later
@ -51,7 +52,6 @@ Authors:
%setup -q
%build
autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
#make check
@ -72,6 +72,20 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man8/*.*
%changelog
* Sat Mar 14 2009 mboman@suse.de
- Update to version 0.40.6:
+ Update for new usage style and to refer to server files instead
of oaf
+ Don't hardcode /bin/sh as the shell
+ Add basic support for PACKAGE_BUGREPORT specified by packages
+ Check for at least perl 5.8.1, and print the found version
+ Replace iconv usage with perl's internal Encode::from_to()
+ Quote the grep arguments that use ^
+ Add support for extracting string data from Bioware Aurora Talk
Table format files, along with the extra metadata associated
with the strings
+ Redirect grep output to /dev/null
- Don't run autoreconf
* Fri Jan 30 2009 vuntz@novell.com
- Requires gettext-tools instead of gettext-devel. Fix bnc#459088.
- Drop intltool-extract-check-hack.patch: it shouldn't be needed