Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clipman for openSUSE:Factory checked in at 2024-05-03 19:44:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clipman (Old) and /work/SRC/openSUSE:Factory/.clipman.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clipman" Fri May 3 19:44:27 2024 rev:4 rq:1171424 version:1.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/clipman/clipman.changes 2023-06-05 18:07:02.083284967 +0200 +++ /work/SRC/openSUSE:Factory/.clipman.new.1880/clipman.changes 2024-05-03 19:44:30.936776871 +0200 @@ -1,0 +2,12 @@ +Sun Apr 28 16:37:28 UTC 2024 - andrea.manz...@suse.com + +- Update to version 1.6.4: + * Update module name and dependencies (#2) + * Document new options (#1) + * add min-char flags + * rename to --err-on-no-selection from --errorOnNoSelection + +- changed source repository, project has new maintainer +- Added _service file + +------------------------------------------------------------------- Old: ---- v1.6.2.tar.gz vendor.tar.xz New: ---- _service _servicedata clipman-1.6.4.tar.zst vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clipman.spec ++++++ --- /var/tmp/diff_new_pack.oMjODN/_old 2024-05-03 19:44:31.792807993 +0200 +++ /var/tmp/diff_new_pack.oMjODN/_new 2024-05-03 19:44:31.796808138 +0200 @@ -1,7 +1,7 @@ # # spec file for package clipman # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: clipman -Version: 1.6.2 +Version: 1.6.4 Release: 0 Summary: A clipboard manager for Wayland License: GPL-3.0-only -URL: https://github.com/yory8/clipman -# Source0: https://github.com/yory8/%%{name}/archive/%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz -Source0: https://github.com/yory8/%{name}/archive/v%{version}.tar.gz +URL: https://github.com/chmouel/clipman +Source0: %{name}-%{version}.tar.zst # Run go build && go mod vendor to get vendor/ subdirectory -Source1: vendor.tar.xz +Source1: vendor.tar.zst +BuildRequires: zstd BuildRequires: golang(API) >= 1.12 %description ++++++ _service ++++++ <services> <service name="tar_scm" mode="manual"> <param name="url">https://github.com/chmouel/clipman</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="revision">1.6.4</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> <service name="set_version" mode="manual"> <param name="basename">clipman</param> </service> <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> <service name="go_modules" mode="manual"> <param name="compression">zst</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/chmouel/clipman</param> <param name="changesrevision">f3bc8930983ffc7ed60b4f383239397ccb505a5d</param></service></servicedata> (No newline at EOF)