[php-pear-DB-DataObject] 1.11.1, no change, only fixed archive

Remi Collet remi at fedoraproject.org
Fri Apr 5 06:15:13 UTC 2013


commit e8ab95b17c017edcfb4f5cb48c8fa976ea75e9d6
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Apr 5 08:15:00 2013 +0200

    1.11.1, no change, only fixed archive

 .gitignore                  |    1 +
 php-pear-DB-DataObject.spec |    9 +++++----
 sources                     |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f76e3ab..d0b945a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ package-*.xml
 /DB_DataObject-1.9.6.tgz
 /DB_DataObject-1.10.0.tgz
 /DB_DataObject-1.11.0.tgz
+/DB_DataObject-1.11.1.tgz
diff --git a/php-pear-DB-DataObject.spec b/php-pear-DB-DataObject.spec
index 1234ddd..dbfa38e 100644
--- a/php-pear-DB-DataObject.spec
+++ b/php-pear-DB-DataObject.spec
@@ -3,7 +3,7 @@
 %global pear_name DB_DataObject
 
 Name:           php-pear-DB-DataObject
-Version:        1.11.0
+Version:        1.11.1
 Release:        1%{?dist}
 Summary:        An SQL Builder, Object Interface to Database Tables
 
@@ -47,9 +47,7 @@ your configuration files and your base classes.
 
 
 %prep
-# https://pear.php.net/bugs/19882
-%setup -qc -T
-tar xif %{SOURCE0}
+%setup -qc
 
 %{_bindir}/php %{SOURCE2} package.xml | tee CHANGELOG | head -n 2
 
@@ -107,6 +105,9 @@ fi
 
 
 %changelog
+* Fri Apr  5 2013 Remi Collet <remi at fedoraproject.org> - 1.11.1
+- Version 1.11.1 (stable) - API 1.9.0 (stable)
+
 * Wed Apr  3 2013 Remi Collet <remi at fedoraproject.org> - 1.11.0-1
 - Version 1.11.0 (stable) - API 1.9.0 (stable)
 
diff --git a/sources b/sources
index 109f0f2..21f6d95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35dc63a4b8d29c9c02a5b5277cf1b0b2  DB_DataObject-1.11.0.tgz
+68e694d901fc7ff08e5442d4e0f304e2  DB_DataObject-1.11.1.tgz


More information about the scm-commits mailing list