[perl-B-Debug] 1.23 bump

Petr Pisar ppisar at fedoraproject.org
Mon Feb 2 13:27:57 UTC 2015


commit a287e907a5425cd597e7caa8356b92284086d32a
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Feb 2 14:27:16 2015 +0100

    1.23 bump

 .gitignore        |    1 +
 perl-B-Debug.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 246130e..50427f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /B-Debug-1.21.tar.gz
 /B-Debug-1.22.tar.gz
+/B-Debug-1.23.tar.gz
diff --git a/perl-B-Debug.spec b/perl-B-Debug.spec
index 41cd021..6a46418 100644
--- a/perl-B-Debug.spec
+++ b/perl-B-Debug.spec
@@ -1,6 +1,6 @@
 Name:           perl-B-Debug
-Version:        1.22
-Release:        2%{?dist}
+Version:        1.23
+Release:        1%{?dist}
 Summary:        Walk Perl syntax tree, print debug information about op-codes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -46,11 +46,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc Artistic Changes Copying README
+%license Artistic Copying
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 02 2015 Petr Pisar <ppisar at redhat.com> - 1.23-1
+- 1.23 bump
+
 * Wed Oct 29 2014 Petr Pisar <ppisar at redhat.com> - 1.22-2
 - Do not build-require version module
 
diff --git a/sources b/sources
index 3131000..16ba28b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dac1602e293333b18801c9c1d4bee1b4  B-Debug-1.22.tar.gz
+16f78c3bdb00d42376306ae11fc93af0  B-Debug-1.23.tar.gz



More information about the perl-devel mailing list