forked from pool/intltool
This commit is contained in:
parent
810f4282b3
commit
a92b24938d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38bd74418bbac5a34884221e2b710a81876d445d8acfc7d22bde67fe882f96d8
|
|
||||||
size 134902
|
|
3
intltool-0.37.1.tar.bz2
Normal file
3
intltool-0.37.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76cceaaaf188dfac032b21eb5dc4c7d231efe7ff180dee85dbf5e18bc5d27fe7
|
||||||
|
size 139016
|
@ -1,10 +1,12 @@
|
|||||||
--- intltool-update.in.in
|
Index: intltool-update.in.in
|
||||||
|
===================================================================
|
||||||
|
--- intltool-update.in.in.orig
|
||||||
+++ intltool-update.in.in
|
+++ intltool-update.in.in
|
||||||
@@ -569,7 +569,7 @@
|
@@ -606,7 +606,7 @@ sub GenerateHeaders
|
||||||
|
|
||||||
## Generate the .h header files, so we can allow glade and
|
## Generate the .h header files, so we can allow glade and
|
||||||
## xml translation support
|
## xml translation support
|
||||||
- if (! -x "$EXTRACT")
|
- if (! isProgramInPath ("$EXTRACT"))
|
||||||
+ if (0)
|
+ if (0)
|
||||||
{
|
{
|
||||||
print STDERR "\n *** The intltool-extract script wasn't found!"
|
print STDERR "\n *** The intltool-extract script wasn't found!"
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 4 01:40:52 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.37.1:
|
||||||
|
+ Bugs fixed: bgo#508320, bgo#516501, bgo#518257, bgo#487818,
|
||||||
|
bgo#487666, bgo#499590, bgo#493267, bgo#487817, bgo#499179,
|
||||||
|
bgo#491408, bgo#481833, bgo#490845, bgo#488724, bgo#464846,
|
||||||
|
bgo#438178, bgo#464846, bgo#464474, bgo#464474, bgo#464121,
|
||||||
|
bgo#301364, bgo#311936, bgo#349560, bgo#462312, bgo#449938,
|
||||||
|
bgo#411698, bgo#438722, bgo#449938, bgo#430093, bgo#448200,
|
||||||
|
bgo#417659, and bgo#413461
|
||||||
|
+ Note that packages using intltool that also run autoreconf
|
||||||
|
(these should be limited to packages that patch
|
||||||
|
configure.{in,ac} or Makefile.am files) may need to follow
|
||||||
|
autoreconf with intltoolize --force, as some files generated
|
||||||
|
by intltool are not compatible across intltool versions
|
||||||
|
- Respin intltool-extract-check-hack.patch, and annotate it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 22 18:15:38 CET 2007 - sbrabec@suse.cz
|
Thu Mar 22 18:15:38 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package intltool (Version 0.35.5)
|
# spec file for package intltool (Version 0.37.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,19 +10,21 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: intltool
|
Name: intltool
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
Summary: Internationalization Tool Collection
|
Summary: Internationalization Tool Collection
|
||||||
Version: 0.35.5
|
Version: 0.37.1
|
||||||
Release: 35
|
Release: 3
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
BuildArchitectures: noarch
|
BuildArch: noarch
|
||||||
Requires: gettext-devel perl-XML-Parser
|
Requires: gettext-devel 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
|
||||||
URL: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/intltool/%{version}/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/intltool/%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
# PATCH-FIX-SUSE: intltool-extract-check-hack.patch sbrabec@suse.cz
|
||||||
Patch: intltool-extract-check-hack.patch
|
Patch: intltool-extract-check-hack.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -67,24 +69,39 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man8/*.*
|
%doc %{_mandir}/man8/*.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 22 2007 - sbrabec@suse.cz
|
* Tue Mar 04 2008 maw@suse.de
|
||||||
|
- Update to version 0.37.1:
|
||||||
|
+ Bugs fixed: bgo#508320, bgo#516501, bgo#518257, bgo#487818,
|
||||||
|
bgo#487666, bgo#499590, bgo#493267, bgo#487817, bgo#499179,
|
||||||
|
bgo#491408, bgo#481833, bgo#490845, bgo#488724, bgo#464846,
|
||||||
|
bgo#438178, bgo#464846, bgo#464474, bgo#464474, bgo#464121,
|
||||||
|
bgo#301364, bgo#311936, bgo#349560, bgo#462312, bgo#449938,
|
||||||
|
bgo#411698, bgo#438722, bgo#449938, bgo#430093, bgo#448200,
|
||||||
|
bgo#417659, and bgo#413461
|
||||||
|
+ Note that packages using intltool that also run autoreconf
|
||||||
|
(these should be limited to packages that patch
|
||||||
|
configure.{in,ac} or Makefile.am files) may need to follow
|
||||||
|
autoreconf with intltoolize --force, as some files generated
|
||||||
|
by intltool are not compatible across intltool versions
|
||||||
|
- Respin intltool-extract-check-hack.patch, and annotate it.
|
||||||
|
* Thu Mar 22 2007 sbrabec@suse.cz
|
||||||
- Worked around bad intltool-extract check.
|
- Worked around bad intltool-extract check.
|
||||||
* Wed Mar 21 2007 - maw@suse.de
|
* Wed Mar 21 2007 maw@suse.de
|
||||||
- Update to version 0.35.5.
|
- Update to version 0.35.5.
|
||||||
* Don't hardcode fallback path to intltool-extract -- bug #399476
|
* Don't hardcode fallback path to intltool-extract -- bug #399476
|
||||||
* Fix mkdir race in inltool-merge.in.in -- bug #400788
|
* Fix mkdir race in inltool-merge.in.in -- bug #400788
|
||||||
* Update an additional check to use $SRCDIR properly for POTFILES.skip
|
* Update an additional check to use $SRCDIR properly for POTFILES.skip
|
||||||
-- bug #391892
|
-- bug #391892
|
||||||
* Handle extracting comments from ini-style files -- bug #390271
|
* Handle extracting comments from ini-style files -- bug #390271
|
||||||
* Fri Feb 16 2007 - maw@suse.de
|
* Fri Feb 16 2007 maw@suse.de
|
||||||
- Update to version 0.35.4.
|
- Update to version 0.35.4.
|
||||||
* Fix logic of checking for leftout files in builddir or srcdir
|
* Fix logic of checking for leftout files in builddir or srcdir
|
||||||
* Fri Dec 22 2006 - sreeves@suse.de
|
* Fri Dec 22 2006 sreeves@suse.de
|
||||||
- ver 0.35 of intltool is needed for Fate#301648.
|
- ver 0.35 of intltool is needed for Fate#301648.
|
||||||
The menu editor we will use is alacarte which requires >=0.35 version
|
The menu editor we will use is alacarte which requires >=0.35 version
|
||||||
of intltool. Talked with dobey, jpr and gekker and this rev (0.35.2) was
|
of intltool. Talked with dobey, jpr and gekker and this rev (0.35.2) was
|
||||||
approved for submision.
|
approved for submision.
|
||||||
* Fri Jul 21 2006 - gekker@suse.de
|
* Fri Jul 21 2006 gekker@suse.de
|
||||||
- Update to version 0.35.0
|
- Update to version 0.35.0
|
||||||
* Support for MSGID_BUGS_ADDRESS variable in Makevars and for xgettext
|
* Support for MSGID_BUGS_ADDRESS variable in Makevars and for xgettext
|
||||||
-- bug #329346 (Dwayne Bailey, Rodney Dawes)
|
-- bug #329346 (Dwayne Bailey, Rodney Dawes)
|
||||||
@ -133,23 +150,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
-- bug #312334 (Stepan Kasal)
|
-- bug #312334 (Stepan Kasal)
|
||||||
* Use PACKAGE_NAME instead of AC_PACKAGE_NAME
|
* Use PACKAGE_NAME instead of AC_PACKAGE_NAME
|
||||||
-- bug #311523 (Peter Moulder)
|
-- bug #311523 (Peter Moulder)
|
||||||
* Mon Feb 06 2006 - sbrabec@suse.cz
|
* Mon Feb 06 2006 sbrabec@suse.cz
|
||||||
- Fixed Requires (intltool-update requires gettext-devel).
|
- Fixed Requires (intltool-update requires gettext-devel).
|
||||||
* Fri Feb 03 2006 - sbrabec@suse.cz
|
* Fri Feb 03 2006 sbrabec@suse.cz
|
||||||
- Simplified BuildRequires.
|
- Simplified BuildRequires.
|
||||||
- Fixed Requires (intltool-merge requires perl-XML-Parser).
|
- Fixed Requires (intltool-merge requires perl-XML-Parser).
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Aug 11 2005 - gekker@suse.de
|
* Thu Aug 11 2005 gekker@suse.de
|
||||||
- Update to version 0.34.1
|
- Update to version 0.34.1
|
||||||
* Mon Aug 01 2005 - gekker@suse.de
|
* Mon Aug 01 2005 gekker@suse.de
|
||||||
- Update to version 0.34
|
- Update to version 0.34
|
||||||
* Mon Feb 07 2005 - ke@suse.de
|
* Mon Feb 07 2005 ke@suse.de
|
||||||
- Updated to version 0.33:
|
- Updated to version 0.33:
|
||||||
* Various bug fixes, mostly XML related.
|
* Various bug fixes, mostly XML related.
|
||||||
* Mon Jan 17 2005 - clahey@suse.de
|
* Mon Jan 17 2005 clahey@suse.de
|
||||||
- Updated to version 0.32.1.
|
- Updated to version 0.32.1.
|
||||||
* Fri Nov 05 2004 - ke@suse.de
|
* Fri Nov 05 2004 ke@suse.de
|
||||||
- Update to version 0.32:
|
- Update to version 0.32:
|
||||||
* Bug fixes.
|
* Bug fixes.
|
||||||
* Deprecate AC_PROG_INTLTOOL for IT_PROG_INTLTOOL.
|
* Deprecate AC_PROG_INTLTOOL for IT_PROG_INTLTOOL.
|
||||||
@ -157,7 +174,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
own Makefile.in.in instead of trying to patch one.
|
own Makefile.in.in instead of trying to patch one.
|
||||||
* Documentation enhancement.
|
* Documentation enhancement.
|
||||||
- Drop obsolete patch.
|
- Drop obsolete patch.
|
||||||
* Thu Jul 15 2004 - ke@suse.de
|
* Thu Jul 15 2004 ke@suse.de
|
||||||
- Update to version 0.31 (from the announcement):
|
- Update to version 0.31 (from the announcement):
|
||||||
* Support for C#.
|
* Support for C#.
|
||||||
* New XML merging; entity decoding and encoding is not done anymore
|
* New XML merging; entity decoding and encoding is not done anymore
|
||||||
@ -168,20 +185,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
schema files.
|
schema files.
|
||||||
* Bugfixes.
|
* Bugfixes.
|
||||||
- Enable all tests (stop applying intltool-0.30-selftest.pl.in.patch).
|
- Enable all tests (stop applying intltool-0.30-selftest.pl.in.patch).
|
||||||
* Wed Feb 04 2004 - ke@suse.de
|
* Wed Feb 04 2004 ke@suse.de
|
||||||
- Update to version 0.30.
|
- Update to version 0.30.
|
||||||
- Disable unreliable tests (intltool-0.30-selftest.pl.in.patch; the
|
- Disable unreliable tests (intltool-0.30-selftest.pl.in.patch; the
|
||||||
order of attributes isn't static).
|
order of attributes isn't static).
|
||||||
* Wed Dec 10 2003 - ke@suse.de
|
* Wed Dec 10 2003 ke@suse.de
|
||||||
- Update to version 0.28; it now depends on the Perl module XML::Parser.
|
- Update to version 0.28; it now depends on the Perl module XML::Parser.
|
||||||
- Adjust neededforbuild: Add perl-XML-Parser and expat.
|
- Adjust neededforbuild: Add perl-XML-Parser and expat.
|
||||||
- intltool-0.28-selftest.pl.in.patch: Disable trouble causing tests.
|
- intltool-0.28-selftest.pl.in.patch: Disable trouble causing tests.
|
||||||
* Mon Aug 18 2003 - sbrabec@suse.cz
|
* Mon Aug 18 2003 sbrabec@suse.cz
|
||||||
- Updated to version 0.27.2.
|
- Updated to version 0.27.2.
|
||||||
* Thu Jun 12 2003 - sbrabec@suse.cz
|
* Thu Jun 12 2003 sbrabec@suse.cz
|
||||||
- Updated to version 0.26.
|
- Updated to version 0.26.
|
||||||
- Fixed directory packaging.
|
- Fixed directory packaging.
|
||||||
* Thu Jan 23 2003 - ke@suse.de
|
* Thu Jan 23 2003 ke@suse.de
|
||||||
- Update to version 0.25; NEWS since 0.21:
|
- Update to version 0.25; NEWS since 0.21:
|
||||||
* Support Makefile.in.in from glib-gettextize from glib >= 2.1.5.
|
* Support Makefile.in.in from glib-gettextize from glib >= 2.1.5.
|
||||||
* Strip the hints from POTFILES.in in -M mode.
|
* Strip the hints from POTFILES.in in -M mode.
|
||||||
@ -202,18 +219,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Force intltool-update to exit if POTFILES.in is not found.
|
* Force intltool-update to exit if POTFILES.in is not found.
|
||||||
* Add detection of glade2 files in -m mode.
|
* Add detection of glade2 files in -m mode.
|
||||||
* Other bugfixes.
|
* Other bugfixes.
|
||||||
* Thu Sep 05 2002 - ro@suse.de
|
* Thu Sep 05 2002 ro@suse.de
|
||||||
- removed libxml2 requires and from neededforbuild
|
- removed libxml2 requires and from neededforbuild
|
||||||
* Mon Aug 12 2002 - ro@suse.de
|
* Mon Aug 12 2002 ro@suse.de
|
||||||
- fixed permissions of intltool dir
|
- fixed permissions of intltool dir
|
||||||
* Thu Jun 06 2002 - ke@suse.de
|
* Thu Jun 06 2002 ke@suse.de
|
||||||
- Update to version 0.21:
|
- Update to version 0.21:
|
||||||
* Add detection of glade2 files in -m mode.
|
* Add detection of glade2 files in -m mode.
|
||||||
* Force intltool-update to exit if POTFILES.in is not found.
|
* Force intltool-update to exit if POTFILES.in is not found.
|
||||||
* Make schemas extraction code more bulletproof.
|
* Make schemas extraction code more bulletproof.
|
||||||
* Add support for translation of descriptions used by ATK in glade
|
* Add support for translation of descriptions used by ATK in glade
|
||||||
files.
|
files.
|
||||||
* Thu May 23 2002 - ke@suse.de
|
* Thu May 23 2002 ke@suse.de
|
||||||
- Update to version 0.21:
|
- Update to version 0.21:
|
||||||
* Add support for .schemas files.
|
* Add support for .schemas files.
|
||||||
* Some .m4 fixes.
|
* Some .m4 fixes.
|
||||||
@ -221,29 +238,29 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Add HOWTO on adding i18n support to an application.
|
* Add HOWTO on adding i18n support to an application.
|
||||||
* Fix Glade XML decoding.
|
* Fix Glade XML decoding.
|
||||||
* Better error reporting.
|
* Better error reporting.
|
||||||
* Fri May 03 2002 - ke@suse.de
|
* Fri May 03 2002 ke@suse.de
|
||||||
- Update to version 0.18: bug fixes, enhancements (e.g., recognize
|
- Update to version 0.18: bug fixes, enhancements (e.g., recognize
|
||||||
directories starting with po- as being translation directories, glade2
|
directories starting with po- as being translation directories, glade2
|
||||||
support, take POTFILES.skip and POTFILES.ignore into account), update
|
support, take POTFILES.skip and POTFILES.ignore into account), update
|
||||||
documentation.
|
documentation.
|
||||||
* Wed Nov 21 2001 - ke@suse.de
|
* Wed Nov 21 2001 ke@suse.de
|
||||||
- Update to version 0.12.
|
- Update to version 0.12.
|
||||||
- Rename package: xml-i18n-tools -> intltool.
|
- Rename package: xml-i18n-tools -> intltool.
|
||||||
- Enable check.
|
- Enable check.
|
||||||
- Numerous bug fixes.
|
- Numerous bug fixes.
|
||||||
- Heavily improved UTF-8 support.
|
- Heavily improved UTF-8 support.
|
||||||
- Support more input formats (e.g, Dia's .sheet files).
|
- Support more input formats (e.g, Dia's .sheet files).
|
||||||
* Wed Aug 08 2001 - hhetter@suse.de
|
* Wed Aug 08 2001 hhetter@suse.de
|
||||||
- update to version 0.9
|
- update to version 0.9
|
||||||
* Mon May 28 2001 - ke@suse.de
|
* Mon May 28 2001 ke@suse.de
|
||||||
- Apply xml-i18n-tools-prepare.diff to fix typo.
|
- Apply xml-i18n-tools-prepare.diff to fix typo.
|
||||||
* Fri May 18 2001 - ke@suse.de
|
* Fri May 18 2001 ke@suse.de
|
||||||
- Update to version 0.8.4.
|
- Update to version 0.8.4.
|
||||||
* Fri Mar 02 2001 - egger@suse.de
|
* Fri Mar 02 2001 egger@suse.de
|
||||||
- Updated to version 0.8.1.
|
- Updated to version 0.8.1.
|
||||||
* Fri Feb 16 2001 - hhetter@suse.de
|
* Fri Feb 16 2001 hhetter@suse.de
|
||||||
- Updated to version 0.8.
|
- Updated to version 0.8.
|
||||||
* Thu Feb 15 2001 - egger@suse.de
|
* Thu Feb 15 2001 egger@suse.de
|
||||||
- Updated to version 0.6.
|
- Updated to version 0.6.
|
||||||
* Tue Jan 23 2001 - ke@suse.de
|
* Tue Jan 23 2001 ke@suse.de
|
||||||
- New package: initial version 0.5.
|
- New package: initial version 0.5.
|
||||||
|
Loading…
Reference in New Issue
Block a user