Hello community, here is the log from the commit of package shepherd for openSUSE:Factory checked in at 2018-04-24 15:31:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shepherd (Old) and /work/SRC/openSUSE:Factory/.shepherd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shepherd" Tue Apr 24 15:31:20 2018 rev:2 rq:593862 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/shepherd/shepherd.changes 2018-03-12 12:11:48.979270181 +0100 +++ /work/SRC/openSUSE:Factory/.shepherd.new/shepherd.changes 2018-04-24 15:31:21.962050108 +0200 @@ -1,0 +2,13 @@ +Fri Mar 23 15:16:41 UTC 2018 - [email protected] + +- bump to 0.4.0 + changes since 0.3.2 + ** When running as non-root, keep track of forked processes + ** When running as root, log to /dev/log (syslogd) or /dev/kmsg by default + ** ‘exec-command’ opens log file in append mode + ** Add native language support (5 languages currently supported) + ** ‘log-output-port’ is now a SRFI-39 parameter + ** New ‘make-shepherd-output-port’ in lieu of ‘shepherd-output-port’ + ** Fix non-deterministic test suite issues + +------------------------------------------------------------------- Old: ---- shepherd-0.3.2.tar.gz shepherd-0.3.2.tar.gz.sig New: ---- shepherd-0.4.0.tar.gz shepherd-0.4.0.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shepherd.spec ++++++ --- /var/tmp/diff_new_pack.GhqsTH/_old 2018-04-24 15:31:23.134007707 +0200 +++ /var/tmp/diff_new_pack.GhqsTH/_new 2018-04-24 15:31:23.138007562 +0200 @@ -1,7 +1,7 @@ # # spec file for package shepherd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: shepherd -Version: 0.3.2 +Version: 0.4.0 Release: 0 Summary: Init and service manager -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/Base Url: https://www.gnu.org/software/shepherd/ Source0: http://alpha.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz @@ -42,6 +42,7 @@ %package bins Summary: Shepherd's init binaries +Group: System/Base Conflicts: systemd-sysvinit %description bins @@ -56,6 +57,7 @@ %install %make_install +%find_lang %{name} %post %install_info --info-dir=%_infodir %_infodir/%name.info.gz @@ -63,7 +65,7 @@ %preun %install_info_delete --info-dir=%_infodir %_infodir/%name.info.gz -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc %{_bindir}/herd @@ -79,3 +81,5 @@ %{_sbindir}/* %doc %{_mandir}/man8/reboot.8.* %doc %{_mandir}/man8/halt.8.* + +%changelog ++++++ shepherd-0.3.2.tar.gz -> shepherd-0.4.0.tar.gz ++++++ ++++ 27555 lines of diff (skipped)
