forked from pool/intltool
This commit is contained in:
parent
03a0cc6f61
commit
84dea0b322
@ -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
3
intltool-0.40.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d1e5f8561f09c958e303d4faa885079a5e173a61d28437d0013ff5efc9e3b64
|
||||||
|
size 140340
|
@ -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
|
Fri Jan 30 15:06:58 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,11 +21,12 @@
|
|||||||
Name: intltool
|
Name: intltool
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
Summary: Internationalization Tool Collection
|
Summary: Internationalization Tool Collection
|
||||||
Version: 0.40.5
|
Version: 0.40.6
|
||||||
Release: 3
|
Release: 1
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: gettext-tools perl-XML-Parser
|
Requires: gettext-tools
|
||||||
|
Requires: perl-XML-Parser
|
||||||
Provides: xml-i18n-tools
|
Provides: xml-i18n-tools
|
||||||
Obsoletes: xml-i18n-tools
|
Obsoletes: xml-i18n-tools
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
@ -51,7 +52,6 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
|
||||||
%configure
|
%configure
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
#make check
|
#make check
|
||||||
@ -72,6 +72,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man8/*.*
|
%doc %{_mandir}/man8/*.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 30 2009 vuntz@novell.com
|
||||||
- Requires gettext-tools instead of gettext-devel. Fix bnc#459088.
|
- Requires gettext-tools instead of gettext-devel. Fix bnc#459088.
|
||||||
- Drop intltool-extract-check-hack.patch: it shouldn't be needed
|
- Drop intltool-extract-check-hack.patch: it shouldn't be needed
|
||||||
|
Loading…
Reference in New Issue
Block a user