Hello community,
here is the log from the commit of package php7-pear-Net_Socket for
openSUSE:Factory checked in at 2018-03-02 21:10:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-pear-Net_Socket (Old)
and /work/SRC/openSUSE:Factory/.php7-pear-Net_Socket.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-pear-Net_Socket"
Fri Mar 2 21:10:50 2018 rev:2 rq:581677 version:1.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/php7-pear-Net_Socket/php7-pear-Net_Socket.changes
2017-11-15 16:50:27.356178602 +0100
+++
/work/SRC/openSUSE:Factory/.php7-pear-Net_Socket.new/php7-pear-Net_Socket.changes
2018-03-02 21:10:56.310601400 +0100
@@ -1,0 +2,5 @@
+Thu Mar 1 07:00:43 UTC 2018 - [email protected]
+
+- fix rm -rf line in spec to remove .channels etc. in Factory also
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php7-pear-Net_Socket.spec ++++++
--- /var/tmp/diff_new_pack.GP2hPk/_old 2018-03-02 21:10:57.122572201 +0100
+++ /var/tmp/diff_new_pack.GP2hPk/_new 2018-03-02 21:10:57.126572057 +0100
@@ -1,7 +1,7 @@
#
# spec file for package php7-pear-Net_Socket
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -54,8 +54,8 @@
pushd %{pear_name}-%{version}
%{__pear} install --nodeps --offline --packagingroot %{buildroot} package.xml
install -D -m 0644 package.xml %{buildroot}%{php_pearxmldir}/%{pear_name}.xml
-rm -rf %{buildroot}/%{pear_phpdir}/{doc,tmp}
-rm -rf
%{buildroot}/%{pear_phpdir}/.{filemap,lock,registry,channels,depdb,depdblock}
+rm -rf %{buildroot}/%{php_peardir}/{doc,tmp}
+rm -rf
%{buildroot}/%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}
popd
%{php_pear_gen_filelist}