From 0b52b246b43a4f55113632a7b7c2c0ccc2cfc3d0 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Mon, 29 May 2017 09:23:18 +0200
Subject: 0.07047 bump

---
 .gitignore                                                    |  1 +
 ...ader-0.07046-Fix-building-on-Perl-without-dot-in-INC.patch | 11 -----------
 perl-DBIx-Class-Schema-Loader.spec                            |  9 +++++----
 sources                                                       |  2 +-
 4 files changed, 7 insertions(+), 16 deletions(-)
 delete mode 100644 
DBIx-Class-Schema-Loader-0.07046-Fix-building-on-Perl-without-dot-in-INC.patch

diff --git a/.gitignore b/.gitignore
index de44c63..266543e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ DBIx-Class-Schema-Loader-0.05003.tar.gz
 /DBIx-Class-Schema-Loader-0.07043.tar.gz
 /DBIx-Class-Schema-Loader-0.07045.tar.gz
 /DBIx-Class-Schema-Loader-0.07046.tar.gz
+/DBIx-Class-Schema-Loader-0.07047.tar.gz
diff --git 
a/DBIx-Class-Schema-Loader-0.07046-Fix-building-on-Perl-without-dot-in-INC.patch
 
b/DBIx-Class-Schema-Loader-0.07046-Fix-building-on-Perl-without-dot-in-INC.patch
deleted file mode 100644
index 2172f89..0000000
--- 
a/DBIx-Class-Schema-Loader-0.07046-Fix-building-on-Perl-without-dot-in-INC.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up DBIx-Class-Schema-Loader-0.07046/Makefile.PL.orig 
DBIx-Class-Schema-Loader-0.07046/Makefile.PL
---- DBIx-Class-Schema-Loader-0.07046/Makefile.PL.orig  2017-05-26 
15:32:33.751258460 +0200
-+++ DBIx-Class-Schema-Loader-0.07046/Makefile.PL       2017-05-26 
15:33:57.505773731 +0200
-@@ -2,6 +2,7 @@ use warnings;
- use strict;
- 
- use 5.008001;
-+BEGIN { push @INC, '.'; }
- use inc::Module::Install 1.00;
- 
- use Getopt::Long();
diff --git a/perl-DBIx-Class-Schema-Loader.spec 
b/perl-DBIx-Class-Schema-Loader.spec
index f319fc0..bb1bd01 100644
--- a/perl-DBIx-Class-Schema-Loader.spec
+++ b/perl-DBIx-Class-Schema-Loader.spec
@@ -1,12 +1,11 @@
 Name:           perl-DBIx-Class-Schema-Loader
 Summary:        Dynamic definition of a DBIx::Class::Schema
-Version:        0.07046
-Release:        3%{?dist}
+Version:        0.07047
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        
http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/DBIx-Class-Schema-Loader-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/DBIx-Class-Schema-Loader/
-Patch0:         
DBIx-Class-Schema-Loader-0.07046-Fix-building-on-Perl-without-dot-in-INC.patch
 BuildArch:      noarch
 # Build
 BuildRequires:  findutils
@@ -102,7 +101,6 @@ and setting up the columns, primary keys, and relationships.
 
 %prep
 %setup -q -n DBIx-Class-Schema-Loader-%{version}
-%patch0 -p1
 find t -type f -print0 | xargs -0 sed -i '1s,#!.*perl,#!%{__perl},'
 
 %build
@@ -124,6 +122,9 @@ make test
 %{_bindir}/*
 
 %changelog
+* Mon May 29 2017 Jitka Plesnikova <[email protected]> - 0.07047-1
+- 0.07047 bump
+
 * Fri May 26 2017 Jitka Plesnikova <[email protected]> - 0.07046-3
 - Fix building on Perl without '.' in @INC
 
diff --git a/sources b/sources
index 26333f8..7f6efd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e61e1d025ca6224c0518df99471d260e  DBIx-Class-Schema-Loader-0.07046.tar.gz
+SHA512 (DBIx-Class-Schema-Loader-0.07047.tar.gz) = 
ef7961212b94dd3d43f994c2f4ac6a10e3905c87dee9c9ea4471b66324634620816d3abdfdd4d813c8a15f46ba6eaeae5aa86099b970f008480a2eb5471d68c5
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-DBIx-Class-Schema-Loader.git/commit/?h=master&id=0b52b246b43a4f55113632a7b7c2c0ccc2cfc3d0
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to