Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tinyproxy for openSUSE:Factory checked in at 2022-06-07 11:45:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tinyproxy (Old) and /work/SRC/openSUSE:Factory/.tinyproxy.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tinyproxy" Tue Jun 7 11:45:03 2022 rev:14 rq:981024 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tinyproxy/tinyproxy.changes 2021-04-17 23:24:54.353587994 +0200 +++ /work/SRC/openSUSE:Factory/.tinyproxy.new.1548/tinyproxy.changes 2022-06-07 11:45:11.979236083 +0200 @@ -1,0 +2,13 @@ +Mon Jun 6 16:38:07 UTC 2022 - Jan Engelhardt <[email protected]> + +- Move tinyproxy program to /usr/bin. + +------------------------------------------------------------------- +Fri May 27 14:14:39 UTC 2022 - Jan Engelhardt <[email protected]> + +- Update to release 1.11.1 + * New fnmatch based filtertype +- Drop tinyproxy-conf.patch, no rationale for why those changes + are there [boo#1200028]. + +------------------------------------------------------------------- Old: ---- tinyproxy-1.11.0.tar.xz tinyproxy-conf.patch New: ---- tinyproxy-1.11.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tinyproxy.spec ++++++ --- /var/tmp/diff_new_pack.0a0yLx/_old 2022-06-07 11:45:12.711237081 +0200 +++ /var/tmp/diff_new_pack.0a0yLx/_new 2022-06-07 11:45:12.719237092 +0200 @@ -1,7 +1,7 @@ # # spec file for package tinyproxy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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: tinyproxy -Version: 1.11.0 +Version: 1.11.1 Release: 0 Summary: Minimalist WWW proxy License: GPL-2.0-or-later @@ -25,11 +25,6 @@ URL: https://tinyproxy.github.io/ Source: https://github.com/tinyproxy/tinyproxy/releases/download/%version/tinyproxy-%version.tar.xz Source1: %name.logrotate -Patch1: tinyproxy-conf.patch -BuildRequires: asciidoc -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libxslt BuildRequires: systemd-rpm-macros BuildRequires: xz Requires: logrotate @@ -45,8 +40,7 @@ %autosetup -p1 %build -autoreconf -fiv -%configure --bindir="%_prefix/sbin" +%configure %make_build %install @@ -62,18 +56,17 @@ After=network.target named.service nss-lookup.service [Service] Type=simple - ExecStart=%_sbindir/tinyproxy -d - CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID + User=tinyproxy + Group=tinyproxy + ExecStart=%_bindir/tinyproxy -d [Install] WantedBy=multi-user.target EOF cat >>"$b/%_prefix/lib/tmpfiles.d/tinyproxy.conf" <<-EOF d /run/tinyproxy 0755 tinyproxy tinyproxy - EOF -install -d -m 755 "$b/%_sbindir" -ln -sf service "$b/%_sbindir/rc%name" -rm -rf "$b%_datadir/doc/%name" +rm -rf "$b/%_datadir/doc/%name" %pre getent group tinyproxy >/dev/null || groupadd -r tinyproxy @@ -97,8 +90,7 @@ %dir %_sysconfdir/%name %config(noreplace) %_sysconfdir/%name/*.conf %config %_sysconfdir/logrotate.d/%name -%_sbindir/tinyproxy -%_sbindir/rctinyproxy +%_bindir/tinyproxy %_mandir/man*/* %_datadir/%name %_unitdir/*.service ++++++ tinyproxy-1.11.0.tar.xz -> tinyproxy-1.11.1.tar.xz ++++++ ++++ 2946 lines of diff (skipped)
