Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pleaser for openSUSE:Factory checked in at 2021-12-08 22:09:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pleaser (Old) and /work/SRC/openSUSE:Factory/.pleaser.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pleaser" Wed Dec 8 22:09:18 2021 rev:4 rq:936349 version:0.5.1~git0.ce9627c Changes: -------- --- /work/SRC/openSUSE:Factory/pleaser/pleaser.changes 2021-11-05 22:59:27.444313984 +0100 +++ /work/SRC/openSUSE:Factory/.pleaser.new.31177/pleaser.changes 2021-12-08 22:10:27.374904821 +0100 @@ -1,0 +2,14 @@ +Mon Dec 06 22:14:58 UTC 2021 - [email protected] + +- Update to version 0.5.1~git0.ce9627c: + * please-0.5.1_fix_syslog.patch for syslog 6.0 + * Documentation tidy + * Default edit mode of keep + * changelog note + * pleaseedit examples + * exact options + * Adding editmode=keep + * check should fail if handed a non-regular file + * Document control characters + +------------------------------------------------------------------- Old: ---- please-0.4.1~git0.11a9aa8.tar.xz New: ---- please-0.5.1_fix_syslog.patch please-0.5.1~git0.ce9627c.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pleaser.spec ++++++ --- /var/tmp/diff_new_pack.u5SKQS/_old 2021-12-08 22:10:27.962905097 +0100 +++ /var/tmp/diff_new_pack.u5SKQS/_new 2021-12-08 22:10:27.962905097 +0100 @@ -21,8 +21,8 @@ %global crate pleaser Name: pleaser -Version: 0.4.1~git0.11a9aa8 -Release: 1%{?dist} +Version: 0.5.1~git0.ce9627c +Release: 0%{?dist} Group: Productivity/Security Summary: Alternative to sudo (root command execution) with regex support License: (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND Apache-2.0 AND MIT AND GPL-3.0-or-later @@ -30,6 +30,7 @@ Source0: please-%{version}.tar.xz Source1: vendor.tar.xz Source2: cargo_config +Patch0: please-0.5.1_fix_syslog.patch ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -55,7 +56,8 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' %prep -%setup -qn please-%{version} +%setup -qa1 -n please-%{version} +%patch0 -p1 mkdir .cargo cp %{SOURCE2} .cargo/config @@ -80,6 +82,9 @@ install -Dpm4755 -t %{buildroot}%{_bindir} target/release/pleaseedit install -Dpm0644 -t %{buildroot}%{_mandir}/man1 man/please.1 install -Dpm0644 -t %{buildroot}%{_mandir}/man5 man/please.ini.5 +install -Dpm0600 -t %{buildroot}%{_sysconfdir}/ examples/please.ini + +mkdir -m 700 -p %{buildroot}%{_sysconfdir}/please.d mkdir -p %{buildroot}%{_sysconfdir}/pam.d cat > %{buildroot}%{_sysconfdir}/pam.d/please << EOF @@ -108,5 +113,7 @@ %{_mandir}/man5/please.ini.5* %config(noreplace) %{_sysconfdir}/pam.d/please %config(noreplace) %{_sysconfdir}/pam.d/pleaseedit +%config(noreplace) %{_sysconfdir}/please.ini +%config(noreplace) %{_sysconfdir}/please.d %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.u5SKQS/_old 2021-12-08 22:10:28.006905117 +0100 +++ /var/tmp/diff_new_pack.u5SKQS/_new 2021-12-08 22:10:28.006905117 +0100 @@ -3,7 +3,7 @@ <param name="url">https://gitlab.com/edneville/please.git</param> <param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param> <param name="scm">git</param> - <param name="revision">v0.4.1</param> + <param name="revision">v0.5.1</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ please-0.5.1_fix_syslog.patch ++++++ Index: please/src/lib.rs =================================================================== --- please.orig/src/lib.rs +++ please/src/lib.rs @@ -1565,7 +1565,7 @@ pub fn log_action(service: &str, result: facility: Facility::LOG_USER, hostname: None, process: service.into(), - pid: process::id() as i32, + pid: process::id(), }; let cwd = match env::current_dir() { ++++++ please-0.4.1~git0.11a9aa8.tar.xz -> please-0.5.1~git0.ce9627c.tar.xz ++++++ ++++ 509204 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ ++++ 31309 lines of diff (skipped)
