[zanata-util] Fixed Bug 812216 - zanata_zanata_xml_make found wrong locale resource Fixed Bug 813997 - Missing Dep

Ding-Yi Chen dchen at fedoraproject.org
Thu Apr 19 04:03:01 UTC 2012


commit 4eaad4df06780110f42ceb8718dd93544baa2585
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Thu Apr 19 14:02:17 2012 +1000

    Fixed Bug 812216 - zanata_zanata_xml_make found wrong locale resource
    Fixed Bug 813997 - Missing Dependency: perl-XML-Path

 .gitignore       |    1 +
 sources          |    2 +-
 zanata-util.spec |   11 ++++++++---
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bdf05fd..cef5c8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /zanata-util-0.2.2.tar.gz
 /zanata-util-0.2.3.tar.gz
+/zanata-util-0.2.4.tar.gz
diff --git a/sources b/sources
index b583839..66868d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da052620f46ad653a8f9611bf0961204  zanata-util-0.2.3.tar.gz
+9ca0d826276cccb3ac5e1002be8976ce  zanata-util-0.2.4.tar.gz
diff --git a/zanata-util.spec b/zanata-util.spec
index fc7574c..7031723 100644
--- a/zanata-util.spec
+++ b/zanata-util.spec
@@ -1,5 +1,5 @@
 Name:           zanata-util
-Version:        0.2.3
+Version:        0.2.4
 Release:        1%{?dist}
 Summary:        Helper scripts for using Zanata
 Group:          Development/Tools
@@ -28,7 +28,7 @@ zanata-util is a collection of helper scripts that make using Zanata easier.
 
 It includes:
 * zanata_pom_xml_make: Produce a pom.xml for using Zanata maven client.
-    It either inserts setting for zanata plugin and zanata plugin repository,
+    It either inserts setting for zanata plug-in and zanata plug-in repository,
     or create a new pom.xml if pom.xml does not yet exists.
 
 * zanata_zanata_xml_make: Produce a zanata.xml for using Zanata clients.
@@ -60,9 +60,11 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 rm -rf $RPM_BUILD_ROOT
 
 %files
+%defattr(-,root,root,-)
 %doc description ChangeLog gpl-1.0.txt  COPYING.artistic README
 # For noarch packages: vendorlib
 %{perl_vendorlib}/*
+
 %{_bindir}/zanata*
 %{_datadir}/%{name}/locale.txt
 %config(noreplace) %{_sysconfdir}/zanata.cfg
@@ -70,11 +72,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Zanata::Util*.gz
 
 %changelog
+* Thu Apr 19 2012 Ding-Yi Chen <dchen at redhat.com> - 0.2.4-1
+- Fixed Bug 812216 - zanata_zanata_xml_make found wrong locale resource
+- Fixed Bug 813997 - Missing Dependency: perl-XML-Path
+
 * Wed Apr 04 2012 Ding-Yi Chen <dchen at redhat.com> - 0.2.3-1
 - Fix the EL-5 build
   Add BuildRequired: perl(version)
 
-
 * Mon Apr 02 2012 Ding-Yi Chen <dchen at redhat.com> - 0.2.2-1
 - Add BuildRequired: perl(LWP:rotocol::https), perl(List::MoreUtils)
       , perl(Locale::Country)


More information about the scm-commits mailing list