[php-markdown/epel7] udpate to 1.4.1

Remi Collet remi at fedoraproject.org
Tue May 6 12:53:38 UTC 2014


commit c23b47edf4aa996607fc49f053c31b39c69246ac
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue May 6 14:53:56 2014 +0200

    udpate to 1.4.1

 .gitignore        |    1 +
 php-markdown.spec |   13 +++++++++----
 sources           |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d423ac1..05afe2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ php-markdown-1.0.1n.zip
 /php-markdown-lib-1.3.zip
 /php-markdown-1.0.2.zip
 /php-markdown-lib-1.4.0.zip
+/php-markdown-lib-1.4.1.zip
diff --git a/php-markdown.spec b/php-markdown.spec
index cf6392b..00acbef 100644
--- a/php-markdown.spec
+++ b/php-markdown.spec
@@ -1,11 +1,11 @@
 # Yes ugly: library version is not sources version
 # https://github.com/michelf/php-markdown/issues/137
-%global source_version    1.2.8
+%global source_version    1.4.1
 # We still provide the classic library, for now
 %global classic_version   1.0.2
 
 Name:        php-markdown
-Version:     1.4.0
+Version:     1.4.1
 Release:     1%{?dist}
 Summary:     Markdown implementation in PHP
 
@@ -64,16 +64,21 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc library classic
+# Classic version
 %{_datadir}/php/markdown.php
+# Library version
 %{_datadir}/php/Michelf
 
 
 %changelog
-* Mon Dec 02 2013 Remi Collet <remi at fedoraproject.org> - 1.4.0
+* Tue May  6 2014 Remi Collet <remi at fedoraproject.org> - 1.4.1-1
+- Mardown PSR-0 library version 1.4.1
+
+* Mon Dec 02 2013 Remi Collet <remi at fedoraproject.org> - 1.4.0-1
 - Mardown PSR-0 library version 1.4.0 (sources 1.2.8)
 - Mardown classic library version 1.0.2
 
-* Sat Jun 15 2013 Remi Collet <remi at fedoraproject.org> - 1.2.7
+* Sat Jun 15 2013 Remi Collet <remi at fedoraproject.org> - 1.2.7-1
 - Mardown PSR-0 library version 1.2.7 (added)
 - Mardown classic library version 1.0.1q (updated)
 
diff --git a/sources b/sources
index f4169c7..a792491 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 29b35c72e60d8ab92a5f7eedbe368cc3  php-markdown-1.0.2.zip
-1cd22aa1316f88dec6265af9d57ea18f  php-markdown-lib-1.4.0.zip
+b208374a0682dc03781a5452d07dec58  php-markdown-lib-1.4.1.zip


More information about the scm-commits mailing list