Hello community,
here is the log from the commit of package php7-pear-Mail_Mime for
openSUSE:Factory checked in at 2019-12-02 11:36:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-pear-Mail_Mime (Old)
and /work/SRC/openSUSE:Factory/.php7-pear-Mail_Mime.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-pear-Mail_Mime"
Mon Dec 2 11:36:58 2019 rev:3 rq:752849 version:1.10.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-pear-Mail_Mime/php7-pear-Mail_Mime.changes
2017-11-16 14:02:39.502050877 +0100
+++
/work/SRC/openSUSE:Factory/.php7-pear-Mail_Mime.new.4691/php7-pear-Mail_Mime.changes
2019-12-02 11:38:41.046465009 +0100
@@ -1,0 +2,13 @@
+Fri Nov 29 21:05:32 UTC 2019 - [email protected]
+
+- New upstream release 1.10.4
+ * Fix E_STRICT errors introduced in the previous release
+ * Fix deprecation warning for get_magic_quotes_runtime() use on
+ PHP 7.4
+ * Fix Bug #21255: Boundary gets added twice when using
+ setContentType()
+ * PHP 7.2 compatibility fixes
+- Use correct macro to reference metadata (boo#1158112)
+- Clean-up spec, use https for downloading
+
+-------------------------------------------------------------------
Old:
----
Mail_Mime-1.10.1.tgz
New:
----
Mail_Mime-1.10.4.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php7-pear-Mail_Mime.spec ++++++
--- /var/tmp/diff_new_pack.pRav1j/_old 2019-12-02 11:38:41.454465095 +0100
+++ /var/tmp/diff_new_pack.pRav1j/_new 2019-12-02 11:38:41.454465095 +0100
@@ -1,7 +1,7 @@
#
# spec file for package php7-pear-Mail_Mime
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,31 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define php_name php7
%define pear_name Mail_Mime
Name: php7-pear-Mail_Mime
-Version: 1.10.1
+Version: 1.10.4
Release: 0
Summary: PHP classes to create MIME messages
License: BSD-3-Clause
Group: Development/Libraries/Other
-URL: http://pear.php.net/package/Mail_Mime
-Source:
http://download.pear.php.net/package/%{pear_name}-%{version}.tgz
+URL: https://pear.php.net/package/%{pear_name}
+Source: https://pear.php.net/get/%{pear_name}-%{version}.tgz
BuildRequires: %{php_name}-devel
BuildRequires: %{php_name}-pear
-Requires: %{php_name}
Requires: %{php_name}-pear
-Provides: php-pear-%{pear_name} = %{version}
Provides: php-pear(%{pear_name}) = %{version}
-Obsoletes: php5-pear-%{pear_name}
BuildArch: noarch
-%if 0%{?suse_version} < 1330
-BuildRequires: %{php_name}-macros
-%endif
%description
Mail_Mime provides classes to deal with the creation and manipulation
@@ -46,35 +40,37 @@
subjects, recipients, etc.
%prep
-%setup -q -c
-mv package.xml %{pear_name}-%{version}
+%setup -q -n %{pear_name}-%{version}
+# move package.xml when needed
+[ -f ../package.xml ] && mv ../package.xml .
%build
%install
-pushd %{pear_name}-%{version}
-%{__pear} -d doc_dir=%{pear_docdir} install --nodeps --offline --packagingroot
%{buildroot} package.xml
+%{__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}/.{filemap,lock,registry,channels,depdb,depdblock}
+
+%{php_pear_gen_filelist}
%post
if [ "$1" = "1" ]; then
- %{__pear} install --nodeps --soft --force --register-only
%{php_pearxmldir}/%{pear_name}.xml
+ # on "rpm -ivh"
+ %{__pear} install --nodeps --soft --force --register-only
%{php_pearxmldir}/%{pear_name}.xml || :
fi
if [ "$1" = "2" ]; then
- %{__pear} upgrade --offline --register-only
%{php_pearxmldir}/%{pear_name}.xml
+ # on "rpm -Uvh"
+ %{__pear} upgrade --offline --register-only
%{php_pearxmldir}/%{pear_name}.xml || :
fi
%postun
if [ "$1" = "0" ]; then
- %{__pear} uninstall --nodeps --ignore-errors --register-only
pear.php.net/%{pear_name}
+ # on "rpm -e"
+ %{__pear} uninstall --nodeps --ignore-errors --register-only
pear.php.net/%{pear_name} || :
fi
-%files
-%{pear_phpdir}/*
-%{php_pearxmldir}/*
+%files -f %{name}.files
+%docdir %{pear_docdir}
+%exclude %{pear_metadir}/.??*
%exclude %{pear_testdir}
-%exclude %{pear_phpdir}/tmp
-%doc %{pear_docdir}
%changelog
++++++ Mail_Mime-1.10.1.tgz -> Mail_Mime-1.10.4.tgz ++++++
++++ 8888 lines of diff (skipped)