[perl-DBIx-SearchBuilder] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Sep 19 13:00:11 UTC 2011


commit 76f0d537ff5bb233497899a22f830cf46931ea8f
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Sep 19 14:59:55 2011 +0200

    Upstream update.

 .gitignore                   |    3 +--
 perl-DBIx-SearchBuilder.spec |   12 +++++-------
 sources                      |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a2922e..a267746 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-DBIx-SearchBuilder-1.58.tar.gz
-/DBIx-SearchBuilder-1.59.tar.gz
+/DBIx-SearchBuilder-1.61.tar.gz
diff --git a/perl-DBIx-SearchBuilder.spec b/perl-DBIx-SearchBuilder.spec
index 5e72aba..665d622 100644
--- a/perl-DBIx-SearchBuilder.spec
+++ b/perl-DBIx-SearchBuilder.spec
@@ -6,14 +6,13 @@
 #
 
 Name:		perl-DBIx-SearchBuilder
-Version:	1.59
-Release:	3%{?dist}
+Version:	1.61
+Release:	1%{?dist}
 Summary:	Encapsulate SQL queries and rows in simple perl objects
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/DBIx-SearchBuilder/
 Source0:	http://www.cpan.org/authors/id/R/RU/RUZ/DBIx-SearchBuilder-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
@@ -56,15 +55,11 @@ find -type f -exec chmod -x {} \;
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 make test
 
@@ -94,6 +89,9 @@ DBIx::SearchBuilder bindings for Oracle
 %endif
 
 %changelog
+* Mon Sep 19 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.61-1
+- Upstream update.
+
 * Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 1.59-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 33e28c3..d5a34ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70a4b780fb569f71e3631bd79cebe12e  DBIx-SearchBuilder-1.59.tar.gz
+86dbaa96c8c52ad9ac8f6daf52960dd7  DBIx-SearchBuilder-1.61.tar.gz



More information about the perl-devel mailing list