Hello community,

here is the log from the commit of package php-doc for openSUSE:Factory checked 
in at 2015-02-03 11:40:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2011-09-23 
12:39:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.php-doc.new/php-doc.changes     2015-02-03 
11:41:02.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb  3 08:58:42 UTC 2015 - [email protected]
+
+- update docs to 20150203
+- call spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  update_docs.sh

New:
----
  update.sh

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

Other differences:
------------------
++++++ php-doc.spec ++++++
--- /var/tmp/diff_new_pack.iSqPjV/_old  2015-02-03 11:41:03.000000000 +0100
+++ /var/tmp/diff_new_pack.iSqPjV/_new  2015-02-03 11:41:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package php-doc (Version 20100723)
+# spec file for package php-doc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           php-doc
-Provides:       phpdoc
-Obsoletes:      phpdoc
-License:        GPL-2.0+
+Version:        20100723
+Release:        0
 Summary:        PHP Documentation
+License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Servers
-Source0:        php_manual_en.tar.bz2
-Version:        20100723
-Release:        1
 Url:            http://www.php.net/
-Icon:          mod_php.xpm
-BuildArch:      noarch
+Source0:        php_manual_en.tar.bz2
+Source1:        update.sh
+Provides:       phpdoc
+Obsoletes:      phpdoc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
+Icon:          mod_php.xpm
 
 %description
 HTML documentation for PHP.
 
-
-
 %prep
 %setup -q -c
 
@@ -44,9 +41,6 @@
 
 %install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644, root, root, 755)
 %doc *

++++++ update_docs.sh -> update.sh ++++++
--- /work/SRC/openSUSE:Factory/php-doc/update_docs.sh   2011-09-23 
12:39:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.php-doc.new/update.sh   2015-02-03 
11:41:02.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
-wget --timestamping 
http://de.php.net/get/php_manual_en.tar.gz/from/de.php.net/mirror
-VERSION=`stat -c "%y" php_manual_en.tar.gz | awk -F " " '{print $1}' | sed -e 
s@-@@g`
+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
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to