Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dolly for openSUSE:Factory checked in at 2022-03-24 22:58:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolly (Old) and /work/SRC/openSUSE:Factory/.dolly.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dolly" Thu Mar 24 22:58:26 2022 rev:5 rq:964638 version:0.64.2 Changes: -------- --- /work/SRC/openSUSE:Factory/dolly/dolly.changes 2022-03-23 20:21:15.782560680 +0100 +++ /work/SRC/openSUSE:Factory/.dolly.new.1900/dolly.changes 2022-03-24 23:00:38.512403530 +0100 @@ -1,0 +2,6 @@ +Wed Mar 23 17:53:41 UTC 2022 - Antoine Ginies <[email protected]> + +- update to dolly version 0.64.2: bugs and typo fixes, dolly is + less verbose by default + +------------------------------------------------------------------- Old: ---- dolly-0.64.1.tar.bz2 New: ---- _service dolly-0.64.2.obscpio dolly.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolly.spec ++++++ --- /var/tmp/diff_new_pack.I48ZRc/_old 2022-03-24 23:00:38.956403958 +0100 +++ /var/tmp/diff_new_pack.I48ZRc/_new 2022-03-24 23:00:38.956403958 +0100 @@ -16,18 +16,14 @@ # -%define vers 0.64.1 - -%define githash %vers - Name: dolly Summary: Tool for cloning data of one machine to other machines License: GPL-2.0-only Group: Productivity/Networking/Other -Version: %vers +Version: 0.64.2 Release: 0 -URL: http://www.cs.inf.ethz.ch/stricker/CoPs/patagonia/dolly.html -Source0: https://github.com/openSUSE/dolly/archive/%{githash}.tar.gz#/dolly-%{version}.tar.bz2 +URL: https://github.com/openSUSE/dolly +Source0: dolly-%{version}.tar.xz #SLE15* does not contain pandoc packages %if 0%{?is_opensuse} @@ -50,9 +46,7 @@ Solaris. %prep -%autosetup -p1 -n %{name}-%{githash} -#mv %{name}-%{version}/* . -#rmdir %{name}-%{commit}/ +%autosetup -p1 -n %{name}-%{version} %build %if 0%{?is_opensuse} @@ -82,10 +76,11 @@ %service_del_postun dolly.service dolly.socket %files -%doc README.md dolly.example send_multiple_files.pl +%doc README.md send_multiple_files.pl %license LICENSE %defattr(-,root,root,-) %dir %{_prefix}/lib/firewalld +%dir %{_prefix}/lib/firewalld/services %attr(755,root,root) %{_sbindir}/dolly %attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}.conf %{_prefix}/lib/firewalld/services/dolly.xml ++++++ _service ++++++ <!-- <services> <service name="download_url"> <param name="host">github.com</param> <param name="protocol">https</param> <param name="path">/openSUSE/dolly/archive/refs/tags/0.64.2.tar.gz</param> </service> </services> --> <services> <!-- mode is disabled, so that it is not executed at every commit --> <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/openSUSE/dolly.git</param> <!-- this is %version --> <param name="version">0.64.2</param> <!-- which git commit to use, if no tag is available --> <param name="revision">0.64.2</param> <param name="scm">git</param> </service> <!-- the prior part will check out an git, archive, but we want a tar ball --> <service mode="buildtime" name="tar" /> <service mode="buildtime" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version" /> </services> ++++++ dolly.obsinfo ++++++ name: dolly version: 0.64.2 mtime: 1648057876 commit: 9ee516da0c021006b28946fb28e46785efbc8445
