[perl-YAML-LibYAML] Minor fixes

Paul Howarth pghmcfc at fedoraproject.org
Wed Mar 16 14:05:07 UTC 2011


commit ed98ee90ee4082ce4c5ff3ec9eb3181e3bff47e9
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Mar 16 14:04:03 2011 +0000

    Minor fixes
    
    - Improve overly-generic package summary
    - README is already UTF-8 encoded in version 0.34 so don't try converting it
      from ISO-8859-1

 .gitignore             |    1 -
 perl-YAML-LibYAML.spec |   13 +++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91d6e1d..0dc61e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-YAML-LibYAML-0.33.tar.gz
 /YAML-LibYAML-0.34.tar.gz
diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec
index cd853d6..ab126fb 100644
--- a/perl-YAML-LibYAML.spec
+++ b/perl-YAML-LibYAML.spec
@@ -1,7 +1,7 @@
 Name:           perl-YAML-LibYAML
 Version:        0.34
-Release:        3%{?dist}
-Summary:        YAML::LibYAML Perl module
+Release:        4%{?dist}
+Summary:        Perl YAML Serialization using XS and libyaml
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/YAML-LibYAML/
@@ -22,9 +22,6 @@ bound to Ruby.
 %prep
 %setup -q -n YAML-LibYAML-%{version}
 
-iconv -f iso8859-1 -t utf-8 < README > README.1
-mv README.1 README
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
@@ -54,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 16 2011 Paul Howarth <paul at city-fan.org> - 0.34-4
+- Improve overly-generic package summary
+- README is already UTF-8 encoded in version 0.34 so don't try converting it
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.34-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
@@ -61,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 - Rebuilt for gcc bug 634757
 
 * Fri Sep 23 2010 Marcela Mašláňová <mmaslano at redhat.com> - 0.34-1
-- udpate
+- update
 
 * Thu Jun  3 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.33-1
 - update



More information about the perl-devel mailing list