Hello community,

here is the log from the commit of package php-doc for openSUSE:Factory checked 
in at 2015-09-24 06:14:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php-doc (Old)
 and      /work/SRC/openSUSE:Factory/.php-doc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php-doc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/php-doc/php-doc.changes  2015-02-06 
22:37:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.php-doc.new/php-doc.changes     2015-09-24 
06:14:22.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Sep 16 08:04:17 UTC 2015 - [email protected]
+
+- Update to 20150916
+- Change update.sh to get the 'en' manual and write to our source
+  file (php_manual_en.tar.gz)
+- Removed Icon (mod_php.xpm)
+- Converted changes file to UTF-8
+
+-------------------------------------------------------------------
@@ -103 +112 @@
-- put PHP documentation in a package on it�s own
+- put PHP documentation in a package on it´s own

Old:
----
  mod_php.xpm
  php_manual_en.tar.bz2

New:
----
  php_manual_en.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php-doc.spec ++++++
--- /var/tmp/diff_new_pack.VUcy3k/_old  2015-09-24 06:14:25.000000000 +0200
+++ /var/tmp/diff_new_pack.VUcy3k/_new  2015-09-24 06:14:25.000000000 +0200
@@ -17,19 +17,19 @@
 
 
 Name:           php-doc
-Version:        20150203
+Version:        20150916
 Release:        0
 Summary:        PHP Documentation
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Servers
 Url:            http://www.php.net/
-Source0:        php_manual_en.tar.bz2
+Source0:        php_manual_en.tar.gz
 Source1:        update.sh
-Provides:       phpdoc
-Obsoletes:      phpdoc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-Icon:          mod_php.xpm
+
+Provides:       phpdoc = %{version}
+Obsoletes:      phpdoc < %{version}
 
 %description
 HTML documentation for PHP.
@@ -43,6 +43,6 @@
 
 %files
 %defattr(644, root, root, 755)
-%doc *
+%doc php-chunked-xhtml/*
 
 %changelog

++++++ update.sh ++++++
--- /var/tmp/diff_new_pack.VUcy3k/_old  2015-09-24 06:14:25.000000000 +0200
+++ /var/tmp/diff_new_pack.VUcy3k/_new  2015-09-24 06:14:25.000000000 +0200
@@ -1,6 +1,4 @@
 #!/bin/bash
-wget --timestamping 
http://de2.php.net/get/php_manual_de.tar.gz/from/this/mirror
-VERSION=`stat -c "%y" php_manual_en.tar.bz2 | awk -F " " '{print $1}' | sed -e 
s@-@@g`
-/bin/sed -i -e "s/^\(Version:\).*/\1 $VERSION/;" php-doc.spec
-bznew -9 -f -v php_manual_en.tar.gz
-
+wget --timestamping 
http://de2.php.net/distributions/manual/php_manual_en.tar.gz
+VERSION=`stat -c "%y" php_manual_en.tar.gz | awk -F " " '{print $1}' | sed -e 
s@-@@g`
+/bin/sed -i -e "s/^\(Version:\).*/\1        $VERSION/;" php-doc.spec


Reply via email to