Hello community,

here is the log from the commit of package php7-ice for openSUSE:Factory 
checked in at 2018-03-29 11:57:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-ice (Old)
 and      /work/SRC/openSUSE:Factory/.php7-ice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-ice"

Thu Mar 29 11:57:44 2018 rev:3 rq:592105 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-ice/php7-ice.changes        2018-03-26 
13:17:01.171238111 +0200
+++ /work/SRC/openSUSE:Factory/.php7-ice.new/php7-ice.changes   2018-03-29 
11:57:46.069701902 +0200
@@ -1,0 +2,6 @@
+Wed Mar 28 15:49:14 UTC 2018 - [email protected]
+
+- Replace %__-type macro indirections.
+- Ensure neutrality of descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ php7-ice.spec ++++++
--- /var/tmp/diff_new_pack.0YkDn0/_old  2018-03-29 11:57:46.669680246 +0200
+++ /var/tmp/diff_new_pack.0YkDn0/_new  2018-03-29 11:57:46.669680246 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php7-ice
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -24,28 +24,28 @@
 Name:           %{_php}-%{_name}
 Version:        1.3.0
 Release:        0
-Summary:        Simple and fast PHP framework delivered as C-extension
+Summary:        PHP framework delivered as C extension
 License:        BSD-3-Clause
 Group:          Development/Libraries/PHP
 Url:            http://www.iceframework.org/
 Source0:        
https://github.com/ice/framework/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 Patch1:         ice-notime.diff
-BuildRoot:      %_tmppath/%name-%version-build
-BuildRequires:  gcc
-BuildRequires:  re2c
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{_php}-ctype
 BuildRequires:  %{_php}-devel
 BuildRequires:  %{_php}-json
-BuildRequires:  %{_php}-ctype
-BuildRequires:  %{_php}-pdo
+BuildRequires:  %{_php}-mbstring
 BuildRequires:  %{_php}-mysql
 BuildRequires:  %{_php}-openssl
+BuildRequires:  %{_php}-pdo
 BuildRequires:  %{_php}-tokenizer
-BuildRequires:  %{_php}-mbstring
+BuildRequires:  gcc
+BuildRequires:  re2c
 
 %description
-Simple and fast PHP framework delivered as C-extension. You don't need 
+ICE is a PHP framework delivered as C extension. You don't need 
 learn or use the C language, since the functionality is exposed as 
-PHP classes ready for you to use.
+PHP classes.
 
 %prep
 %setup -qn framework-%version
@@ -63,8 +63,8 @@
 make %{?_smp_mflags}
 
 %install
-%{__mkdir_p} %{buildroot}%{_libdir}/%{_php}/extensions
-%{__mkdir_p} %{buildroot}%{_sysconfdir}/%{_php}/conf.d
+mkdir -p %{buildroot}%{_libdir}/%{_php}/extensions
+mkdir -p %{buildroot}%{_sysconfdir}/%{_php}/conf.d
 pushd build/%{_php}
 make install INSTALL_ROOT=%{buildroot}
 


Reply via email to