[php-Slim] New upstream release, fix bogus date

Johan Cwiklinski trasher at fedoraproject.org
Thu Aug 8 16:22:40 UTC 2013


commit bcd220d5b69d1bcfdc329cae0220cec0c2deb989
Author: Johan Cwiklinski <johan at x-tnd.be>
Date:   Thu Aug 8 18:23:19 2013 +0200

    New upstream release, fix bogus date

 .gitignore    |    1 +
 php-Slim.spec |    9 ++++++---
 sources       |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5dc9ba8..38516a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /2.1.0.tar.gz
 /2.2.0.tar.gz
+/2.3.0.tar.gz
diff --git a/php-Slim.spec b/php-Slim.spec
index d73e4ec..8c5e910 100644
--- a/php-Slim.spec
+++ b/php-Slim.spec
@@ -2,8 +2,8 @@
 
 Name:           php-Slim
 Summary:        PHP micro framework
-Version:        2.2.0
-Release:        2%{?dist}
+Version:        2.3.0
+Release:        1%{?dist}
 
 Source0:        https://github.com/codeguy/%{real_name}/archive/%{version}.tar.gz
 URL:            http://www.slimframework.com/
@@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 08 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.3.0-1
+- New upstream release
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -116,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT
 - Remove unneedeed %%{real_name} subdirectory
 - Move phpunit.xml.dist file in test subpackage
 
-* Tue Nov 22 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.1.0-2
+* Thu Nov 22 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.1.0-2
 - Various changes and improvements thanks to Remi
 
 * Wed Nov 21 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 2.1.0-1
diff --git a/sources b/sources
index 240aaac..6db1aec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e998b30d9b2617231910707d53f7c59b  2.2.0.tar.gz
+5f1305fa86aa2ea4f60ac24faa1b239d  2.3.0.tar.gz


More information about the scm-commits mailing list