Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package postsrsd for openSUSE:Factory 
checked in at 2023-01-15 17:58:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postsrsd (Old)
 and      /work/SRC/openSUSE:Factory/.postsrsd.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postsrsd"

Sun Jan 15 17:58:02 2023 rev:5 rq:1058284 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/postsrsd/postsrsd.changes        2022-08-17 
18:23:21.503204382 +0200
+++ /work/SRC/openSUSE:Factory/.postsrsd.new.32243/postsrsd.changes     
2023-01-15 17:58:09.846202190 +0100
@@ -1,0 +2,13 @@
+Sat Jan  7 15:14:25 UTC 2023 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.0.2
+  * Everything thrown over the fence, this is a complete rewrite
+    of PostSRSd.
+  * Configuration file, no more fiddling with environment variables.
+  * Support for socketmap table (Postfix 2.10 or newer required).
+  * Unix socket support
+  * Rewrite mode with database backend, supports unlimited email
+    address length.
+  * Experimental Milter support.
+
+-------------------------------------------------------------------

Old:
----
  1.12.tar.gz

New:
----
  2.0.2.tar.gz

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

Other differences:
------------------
++++++ postsrsd.spec ++++++
--- /var/tmp/diff_new_pack.Jy32IY/_old  2023-01-15 17:58:10.366205277 +0100
+++ /var/tmp/diff_new_pack.Jy32IY/_new  2023-01-15 17:58:10.374205325 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postsrsd
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # 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:           postsrsd
-Version:        1.12
+Version:        2.0.2
 Release:        0
 Summary:        Sender Rewriting Support for postfix
 License:        GPL-2.0-only
@@ -25,8 +25,11 @@
 URL:            https://github.com/roehling/postsrsd
 
 Source:         https://github.com/roehling/postsrsd/archive/%version.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.24
 BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(libconfuse)
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(systemd)
 
 %description
 PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based
@@ -37,18 +40,18 @@
 %autosetup -p1
 
 %build
-%cmake -DGENERATE_SRS_SECRET=0 -DCHROOT_DIR=/var/lib/empty \
-       -DUSE_APPARMOR=1 -DINIT_FLAVOR=systemd
+%cmake -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS \
+       -DGENERATE_SRS_SECRET=0 -DCHROOT_DIR=/var/lib/empty \
+       -DUSE_APPARMOR=1 -DINIT_FLAVOR=systemd \
+       -DWITH_SQLITE=BOOL:ON -DBUILD_TESTING:BOOL=OFF
 %make_jobs
 
 %install
 %cmake_install
 b="%buildroot"
-mkdir -p "$b/%_prefix/lib/systemd/system" "$b/%_defaultdocdir"
-mv "$b/%_sysconfdir/systemd/system"/* "$b/%_prefix/lib/systemd/system/"
+mkdir -p "$b/%_defaultdocdir"
 mv "$b/%_datadir/doc/%name" "$b/%_defaultdocdir/"
-cp README.md "$b/%_defaultdocdir/%name/"
-ln -s service "$b/%_sbindir/rcpostsrsd"
+cp README.rst "$b/%_defaultdocdir/%name/"
 
 %pre
 %service_add_pre postsrsd.service
@@ -68,15 +71,9 @@
 %service_del_postun postsrsd.service
 
 %files
-%dir %_sysconfdir/apparmor.d
-%config %_sysconfdir/apparmor.d/*
-%config(noreplace) %_sysconfdir/default/postsrsd
-%ghost %_sysconfdir/postsrsd.secret
 %_sbindir/postsrsd
-%_sbindir/rcpostsrsd
-%_prefix/lib/systemd/system/*.service
+%_unitdir/*
 %_docdir/%name/
-%_datadir/postsrsd/
-%license LICENSE
+%license LICENSES/*
 
 %changelog

++++++ 1.12.tar.gz -> 2.0.2.tar.gz ++++++
++++ 11444 lines of diff (skipped)

Reply via email to