Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory 
checked in at 2020-09-25 16:30:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfixadmin (Old)
 and      /work/SRC/openSUSE:Factory/.postfixadmin.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfixadmin"

Fri Sep 25 16:30:50 2020 rev:30 rq:832594 version:3.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfixadmin/postfixadmin.changes        
2019-04-26 22:55:42.973266184 +0200
+++ /work/SRC/openSUSE:Factory/.postfixadmin.new.4249/postfixadmin.changes      
2020-09-25 16:30:54.651857182 +0200
@@ -1,0 +2,17 @@
+Sat Aug 29 08:51:36 UTC 2020 - Andreas Schneider <a...@cryptomilk.org>
+
+- Add Recommends for postfixadmin-apache
+
+-------------------------------------------------------------------
+Tue Aug 25 10:04:30 UTC 2020 - Andreas Schneider <a...@cryptomilk.org>
+
+- Split out a postfixadmin-apache package
+- Update to version 3.2.4
+  * Upgrade Smarty (v3.1.35)
+  * Fix issues with quota (cli mailbox creation)
+  * Improve database compatability (row->r).
+  * Persistent MySQLi connections: Missing SSL at reconnect
+  * Fix SQLite paging issues, see #161 and #87
+  * Fix postfixadmin-cli, see #296
+
+-------------------------------------------------------------------

Old:
----
  postfixadmin-3.2.tar.gz

New:
----
  postfixadmin-3.2.4.tar.gz

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

Other differences:
------------------
++++++ postfixadmin.spec ++++++
--- /var/tmp/diff_new_pack.2OBkoy/_old  2020-09-25 16:30:55.751858160 +0200
+++ /var/tmp/diff_new_pack.2OBkoy/_new  2020-09-25 16:30:55.755858163 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package postfixadmin
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2007-2019 Christian Boltz
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,10 +18,10 @@
 
 
 Name:           postfixadmin
-Version:        3.2
+Version:        3.2.4
 Release:        0
-Url:            http://postfixadmin.sourceforge.net/
-Source0:        
http://sourceforge.net/projects/postfixadmin/files/postfixadmin/%{name}-%{version}/%{name}-%{version}.tar.gz
+URL:            http://postfixadmin.sourceforge.net/
+Source0:        
https://github.com/postfixadmin/postfixadmin/archive/%{name}-%{version}.tar.gz
 Source1:        config.local.php
 Source2:        apache-postfixadmin.conf
 
@@ -38,11 +38,13 @@
 %endif
 
 Requires:       /usr/sbin/sendmail
-Recommends:     php-imap
 Requires:       php-mbstring
 Requires:       php-phar
 Requires:       php-spl
 
+Recommends:     php-imap
+Recommends:     postfixadmin-apache
+
 # test/*, xmlrpc.php, squirrelmail plugin
 # big dependency, not needed by all users - therefore no hard Requirement
 %if 0%{?suse_version}
@@ -113,8 +115,19 @@
 - Fetchmail integration
 - Packaged with over 25 languages.
 
+%package apache
+Requires:       apache2
+Summary:        Postfixadmin - Apache configuration
+Group:          Productivity/Networking/Web/Utilities
+
+%description apache
+PostfixAdmin is a PHP based application that handles Postfix Style Virtual
+Domains and Users that are stored in MySQL or PostgreSQL.
+
+This package holds the apache configuration.
+
 %prep
-%setup -q
+%autosetup -p1 -n %{name}-%{name}-%{version}
 
 %build
 
@@ -189,9 +202,6 @@
 %config %dir %{_sysconfdir}/%{name}
 %attr(640,root,www) %config %{_sysconfdir}/%{name}/config.inc.php
 %attr(640,root,www) %config(noreplace) %{_sysconfdir}/%{name}/config.local.php
-%config %dir %{_sysconfdir}/apache2
-%config %dir %{_sysconfdir}/apache2/conf.d
-%config(noreplace) %{_sysconfdir}/apache2/conf.d/%{name}.conf
 %doc DOCUMENTS/* *.TXT README.md VIRTUAL_VACATION
 /usr/bin/postfixadmin-cli
 /usr/share/%{name}/
@@ -204,4 +214,9 @@
 %attr(1770,root,vacation) %dir %{_localstatedir}/spool/vacation
 %{_localstatedir}/spool/vacation/vacation.pl
 
+%files apache
+%config %dir %{_sysconfdir}/apache2
+%config %dir %{_sysconfdir}/apache2/conf.d
+%config(noreplace) %{_sysconfdir}/apache2/conf.d/%{name}.conf
+
 %changelog

++++++ postfixadmin-3.2.tar.gz -> postfixadmin-3.2.4.tar.gz ++++++
++++ 24451 lines of diff (skipped)


Reply via email to