Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package open-vm-tools for openSUSE:Factory checked in at 2024-10-23 21:08:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old) and /work/SRC/openSUSE:Factory/.open-vm-tools.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-vm-tools" Wed Oct 23 21:08:26 2024 rev:127 rq:1216846 version:12.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes 2024-07-03 20:29:35.343503210 +0200 +++ /work/SRC/openSUSE:Factory/.open-vm-tools.new.26871/open-vm-tools.changes 2024-10-23 21:08:50.695120485 +0200 @@ -1,0 +2,20 @@ +Fri Oct 11 07:24:04 UTC 2024 - Johannes Kastl <[email protected]> + +- convert to obs_scm +- update to 12.5.0 (boo#1231826): + There are no new features in the open-vm-tools 12.5.0 release. + This is primarily a maintenance release that addresses a few + critical problems, including: + * A Github pull request has been integrated. Please see the + Resolved Issues section of the Release Notes. + * For a more complete list of issues resolved in this release, + see the Resolved Issues section of the Release Notes. + For complete details, see: + https://github.com/vmware/open-vm-tools/releases/tag/stable-12.5.0 + Release Notes are available at: + https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/ReleaseNotes.md + The granular changes that have gone into the 12.5.0 release are + in the ChangeLog at: + https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog + +------------------------------------------------------------------- Old: ---- open-vm-tools-12.4.5.tar.xz New: ---- open-vm-tools-12.5.0.obscpio open-vm-tools.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-vm-tools.spec ++++++ --- /var/tmp/diff_new_pack.Oo47Kn/_old 2024-10-23 21:08:51.771165158 +0200 +++ /var/tmp/diff_new_pack.Oo47Kn/_new 2024-10-23 21:08:51.775165324 +0200 @@ -38,13 +38,13 @@ %define with_X 1 Name: open-vm-tools -Version: 12.4.5 +Version: 12.5.0 Release: 0 Summary: Open Virtual Machine Tools License: BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only Group: System/Emulators/PC URL: https://github.com/vmware/open-vm-tools -Source: %{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.gz Source1: vmtoolsd Source2: vmtoolsd.service Source3: vmware-user-autostart.desktop ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Oo47Kn/_old 2024-10-23 21:08:51.815166985 +0200 +++ /var/tmp/diff_new_pack.Oo47Kn/_new 2024-10-23 21:08:51.819167151 +0200 @@ -1,15 +1,19 @@ <services> - <service name="tar_scm" mode="manual"> - <param name="scm">git</param> + <service name="obs_scm" mode="manual"> <param name="url">https://github.com/vmware/open-vm-tools.git</param> - <param name="revision">stable-12.4.5</param> - <param name="filename">open-vm-tools</param> - <param name="versionformat">12.4.5</param> + <param name="scm">git</param> + <param name="revision">stable-12.5.0</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="versionrewrite-pattern">stable-(.*)</param> + </service> + <service name="set_version" mode="manual"> + </service> + <!-- services below are running at buildtime --> + <service name="tar" mode="buildtime"> </service> - <service name="recompress" mode="manual"> + <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">gz</param> </service> - <service name="set_version" mode="manual"/> </services> ++++++ open-vm-tools.obsinfo ++++++ name: open-vm-tools version: 12.5.0 mtime: 1728572707 commit: f2ca37ef3510543172657b82493d1eceefa9a134
