Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package obs-scm-bridge for openSUSE:Factory checked in at 2025-07-02 18:17:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-scm-bridge (Old) and /work/SRC/openSUSE:Factory/.obs-scm-bridge.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-scm-bridge" Wed Jul 2 18:17:31 2025 rev:20 rq:1289983 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/obs-scm-bridge/obs-scm-bridge.changes 2025-05-26 18:36:08.828964436 +0200 +++ /work/SRC/openSUSE:Factory/.obs-scm-bridge.new.7067/obs-scm-bridge.changes 2025-07-02 18:18:07.560951564 +0200 @@ -1,0 +2,6 @@ +Wed Jul 2 14:00:30 UTC 2025 - Adrian Schröter <adr...@suse.de> + +- 0.7.1 + * export trackingbranch to scmsync.obsinfo + +------------------------------------------------------------------- Old: ---- obs-scm-bridge-0.7.0.obscpio New: ---- obs-scm-bridge-0.7.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-scm-bridge.spec ++++++ --- /var/tmp/diff_new_pack.0WCgqP/_old 2025-07-02 18:18:08.216978820 +0200 +++ /var/tmp/diff_new_pack.0WCgqP/_new 2025-07-02 18:18:08.216978820 +0200 @@ -22,7 +22,7 @@ %define build_pkg_name build %endif Name: obs-scm-bridge -Version: 0.7.0 +Version: 0.7.1 Release: 0 Summary: A help service to work with git repositories in OBS License: GPL-2.0-or-later @@ -41,10 +41,11 @@ Requires: perl(YAML::LibYAML) Recommends: python3-packaging BuildArch: noarch +# git 2.49 for SHA1 submodule support in SHA256 repositories %if 0%{?fedora} || 0%{?rhel} -Requires: git +Requires: git >= 2.49 %else -Requires: git-core +Requires: git-core >= 2.49 Requires: git-lfs %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.0WCgqP/_old 2025-07-02 18:18:08.252980316 +0200 +++ /var/tmp/diff_new_pack.0WCgqP/_new 2025-07-02 18:18:08.260980649 +0200 @@ -2,8 +2,8 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/openSUSE/obs-scm-bridge</param> <param name="scm">git</param> - <param name="revision">0.7.0</param> - <param name="version">0.7.0</param> + <param name="revision">0.7.1</param> + <param name="version">0.7.1</param> </service> <service mode="manual" name="set_version" /> ++++++ obs-scm-bridge-0.7.0.obscpio -> obs-scm-bridge-0.7.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-scm-bridge-0.7.0/obs_scm_bridge new/obs-scm-bridge-0.7.1/obs_scm_bridge --- old/obs-scm-bridge-0.7.0/obs_scm_bridge 2025-05-23 13:03:23.000000000 +0200 +++ new/obs-scm-bridge-0.7.1/obs_scm_bridge 2025-07-02 13:06:20.000000000 +0200 @@ -365,11 +365,15 @@ self.die("the _scmsync.obsinfo file must not be part of the git repository") with open(infofile, 'x') as obsinfo: obsinfo.write("mtime: " + tstamp + "\n") + # commit is the resulting commit hash obsinfo.write("commit: " + commit + "\n") if self.scmtoolurl: obsinfo.write("url: " + self.scmtoolurl + "\n") if self.revision: + # revision can be the required commit, tag or branch requested. obsinfo.write("revision: " + self.revision + "\n") + if self.trackingbranch: + obsinfo.write("trackingbranch: " + self.trackingbranch + "\n") if self.subdir: obsinfo.write("subdir: " + self.subdir + "\n") if self.projectscmsync: ++++++ obs-scm-bridge.obsinfo ++++++ --- /var/tmp/diff_new_pack.0WCgqP/_old 2025-07-02 18:18:08.396986300 +0200 +++ /var/tmp/diff_new_pack.0WCgqP/_new 2025-07-02 18:18:08.400986466 +0200 @@ -1,5 +1,5 @@ name: obs-scm-bridge -version: 0.7.0 -mtime: 1747998203 -commit: 0a33be1d0808ab7e3a358a31fd2541fa3b128cbb +version: 0.7.1 +mtime: 1751454380 +commit: 94d8580fc01068b19e3482121cf69e52d1af54c0