[php-pear-Log] update to 1.12.8

Remi Collet remi at fedoraproject.org
Tue Jul 15 15:00:34 UTC 2014


commit 278a4a810cf384fa967946df37c7f67269b376d7
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Jul 15 17:00:47 2014 +0200

    update to 1.12.8

 .gitignore        |    1 +
 php-pear-Log.spec |   24 ++++++++++++++++--------
 sources           |    2 +-
 xml2changelog     |   43 -------------------------------------------
 4 files changed, 18 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bcfe49f..ccc47e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ package*xml
 /Log-1.12.5.tgz
 /Log-1.12.6.tgz
 /Log-1.12.7.tgz
+/Log-1.12.8.tgz
diff --git a/php-pear-Log.spec b/php-pear-Log.spec
index 56971e2..e130c59 100644
--- a/php-pear-Log.spec
+++ b/php-pear-Log.spec
@@ -1,3 +1,11 @@
+# spec file for php-pear-Log
+#
+# Copyright (c) 2006-2014 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name Log
@@ -5,13 +13,12 @@
 Summary:        Abstracted logging facility for PHP
 Summary(fr):    Abstraction des outils d'enregistrement de traces pour PHP
 Name:           php-pear-Log
-Version:        1.12.7
-Release:        9%{?dist}
+Version:        1.12.8
+Release:        1%{?dist}
 License:        MIT
 Group:          Development/Libraries
 URL:            http://pear.php.net/package/Log
 Source:         http://pear.php.net/get/Log-%{version}.tgz
-Source2:        xml2changelog
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -48,7 +55,6 @@ php-pear-Log peut optionnellement utiliser les extensions
 
 %prep
 %setup -c -q
-%{_bindir}/php -n %{SOURCE2} package.xml | tee CHANGELOG | head -n 10
 
 cd %{pear_name}-%{version}
 # package.xml is V2
@@ -99,7 +105,6 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG
 %doc %{pear_docdir}/%{pear_name}
 %{pear_phpdir}/Log
 %{pear_phpdir}/Log.php
@@ -110,6 +115,9 @@ fi
 
 
 %changelog
+* Tue Jul 15 2014 Remi Collet <remi at fedoraproject.org> - 1.12.8-1
+- version 1.12.8
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.7-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -150,7 +158,7 @@ fi
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Fri Dec 23 2010 Remi Collet <Fedora at FamilleCollet.com> 1.12.5-1
+* Thu Dec 23 2010 Remi Collet <Fedora at FamilleCollet.com> 1.12.5-1
 - Version 1.12.5 (stable) - API 1.0.0 (stable)
 
 * Mon Dec  6 2010 Remi Collet <Fedora at FamilleCollet.com> 1.12.4-1.1
@@ -230,7 +238,7 @@ fi
 * Fri Aug 24 2007 Remi Collet <Fedora at FamilleCollet.com> 1.9.11-2
 - Fix License
 
-* Sat May 02 2007 Remi Collet <Fedora at FamilleCollet.com> 1.9.11-1
+* Wed May 02 2007 Remi Collet <Fedora at FamilleCollet.com> 1.9.11-1
 - update to 1.9.11
 
 * Mon Feb 12 2007 Remi Collet <Fedora at FamilleCollet.com> 1.9.10-1
@@ -243,7 +251,7 @@ fi
 * Sat Sep 16 2006 Remi Collet <Fedora at FamilleCollet.com> 1.9.8-6
 - add CHANGELOG to %%doc
 
-* Fri Sep 07 2006 Remi Collet <Fedora at FamilleCollet.com> 1.9.8-5.fc5.1
+* Thu Sep 07 2006 Remi Collet <Fedora at FamilleCollet.com> 1.9.8-5.fc5.1
 - rebuild for FC5
 
 * Thu Sep 07 2006 Remi Collet <Fedora at FamilleCollet.com> 1.9.8-5
diff --git a/sources b/sources
index 71d9e56..2b09c41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8594a3d89eac997f072fa088b1eddc42  Log-1.12.7.tgz
+48782178b6fec704d62648d8f7ba0281  Log-1.12.8.tgz


More information about the scm-commits mailing list