forked from pool/intltool
This commit is contained in:
parent
348af1a9eb
commit
7d848c0c78
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38bd74418bbac5a34884221e2b710a81876d445d8acfc7d22bde67fe882f96d8
|
|
||||||
size 134902
|
|
3
intltool-0.36.1.tar.bz2
Normal file
3
intltool-0.36.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b27763c368ceb6744bf687ba371566697a2828d11b576cd4ac853f0a582b0845
|
||||||
|
size 137886
|
@ -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,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 29 17:12:43 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.36.1:
|
||||||
|
+ Bugs (bugzilla.gnome.org) fixed: #464846, #464474, #464121,
|
||||||
|
#349560, #462312, and #449938.
|
||||||
|
- Refresh intltool-extract-check-hack.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 22 18:15:38 CET 2007 - sbrabec@suse.cz
|
Thu Mar 22 18:15:38 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package intltool (Version 0.35.5)
|
# spec file for package intltool (Version 0.36.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 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
|
||||||
@ -13,14 +13,14 @@
|
|||||||
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.36.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: 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: GNU General Public License (GPL)
|
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: intltool-extract-check-hack.patch
|
Patch: intltool-extract-check-hack.patch
|
||||||
@ -67,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man8/*.*
|
%doc %{_mandir}/man8/*.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 29 2007 - maw@suse.de
|
||||||
|
- Update to version 0.36.1:
|
||||||
|
+ Bugs (bugzilla.gnome.org) fixed: #464846, #464474, #464121,
|
||||||
|
[#349560], #462312, and #449938.
|
||||||
|
- Refresh intltool-extract-check-hack.patch
|
||||||
* Thu Mar 22 2007 - sbrabec@suse.cz
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user