[perl-HTTP-Lite] update to 2.4

Iain Arnell iarnell at fedoraproject.org
Sat Jul 21 18:49:07 UTC 2012


commit 4dbadf7ec5527e79ff3fc570b8746ec72e92743c
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jul 21 12:49:01 2012 -0600

    update to 2.4

 .gitignore          |    1 +
 perl-HTTP-Lite.spec |   11 ++++++-----
 sources             |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83493bb..00af3d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 HTTP-Lite-2.2.tar.gz
 /HTTP-Lite-2.3.tar.gz
+/HTTP-Lite-2.4.tar.gz
diff --git a/perl-HTTP-Lite.spec b/perl-HTTP-Lite.spec
index d10901d..dfa7f28 100644
--- a/perl-HTTP-Lite.spec
+++ b/perl-HTTP-Lite.spec
@@ -1,11 +1,11 @@
 Name:           perl-HTTP-Lite
-Version:        2.3
-Release:        8%{?dist}
+Version:        2.4
+Release:        1%{?dist}
 Summary:        Lightweight HTTP implementation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTTP-Lite/
-Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/HTTP-Lite-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/HTTP-Lite-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 %if !%{defined perl_bootstrap}
@@ -36,7 +36,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -48,12 +47,14 @@ RELEASE_TESTING=1 make test
 %endif
 
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 21 2012 Iain Arnell <iarnell at gmail.com> 2.4-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 8226815..3617ae1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39d4c96af82fbcdafd83b278ce73d38c  HTTP-Lite-2.3.tar.gz
+fd7cacf92fd03e49c70e3525b6094282  HTTP-Lite-2.4.tar.gz


More information about the scm-commits mailing list