commit php-doc for openSUSE:Factory

2015-09-23 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.php-doc.new/php-doc.changes 2015-09-24 
06:14:22.0 +0200
@@ -1,0 +2,9 @@
+Wed Sep 16 08:04:17 UTC 2015 - a...@ajaissle.de
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.VUcy3k/_new  2015-09-24 06:14:25.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.VUcy3k/_new  2015-09-24 06:14:25.0 +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




commit php-doc for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package php-doc for openSUSE:Factory checked 
in at 2015-02-06 22:37:57

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-03 
11:41:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.php-doc.new/php-doc.changes 2015-02-06 
22:37:58.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb  6 10:24:37 UTC 2015 - pgaj...@suse.com
+
+- fix version in the spec
+
+---



Other differences:
--
++ php-doc.spec ++
--- /var/tmp/diff_new_pack.3aJiX4/_old  2015-02-06 22:37:59.0 +0100
+++ /var/tmp/diff_new_pack.3aJiX4/_new  2015-02-06 22:37:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php-doc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   php-doc
-Version:20100723
+Version:20150203
 Release:0
 Summary:PHP Documentation
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php-doc for openSUSE:Factory

2015-02-03 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.php-doc.new/php-doc.changes 2015-02-03 
11:41:02.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb  3 08:58:42 UTC 2015 - pgaj...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.iSqPjV/_new  2015-02-03 11:41:03.0 +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.0 +0200
+++ /work/SRC/openSUSE:Factory/.php-doc.new/update.sh   2015-02-03 
11:41:02.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php-doc for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package php-doc for openSUSE:Factory checked 
in at 2011-12-06 18:51:31

Comparing /work/SRC/openSUSE:Factory/php-doc (Old)
 and  /work/SRC/openSUSE:Factory/.php-doc.new (New)


Package is "php-doc", Maintainer is "pgaj...@suse.com"

Changes:




Other differences:
--
++ php-doc.spec ++
--- /var/tmp/diff_new_pack.aY5n9X/_old  2011-12-06 19:23:53.0 +0100
+++ /var/tmp/diff_new_pack.aY5n9X/_new  2011-12-06 19:23:53.0 +0100
@@ -21,7 +21,7 @@
 Name:   php-doc
 Provides:   phpdoc
 Obsoletes:  phpdoc
-License:GPLv2+
+License:GPL-2.0+
 Summary:PHP Documentation
 Group:  Productivity/Networking/Web/Servers
 Source0:php_manual_en.tar.bz2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org