Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git-who for openSUSE:Factory checked 
in at 2025-08-06 14:33:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-who (Old)
 and      /work/SRC/openSUSE:Factory/.git-who.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-who"

Wed Aug  6 14:33:37 2025 rev:2 rq:1297744 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-who/git-who.changes  2025-03-31 
11:45:22.025604236 +0200
+++ /work/SRC/openSUSE:Factory/.git-who.new.1085/git-who.changes        
2025-08-06 14:34:34.783268913 +0200
@@ -1,0 +2,39 @@
+Mon Aug 04 13:47:47 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 1.2:
+  * Features
+    - Git who now respects the mailmap file you have configured in
+      your git config, if you have one. This is in addition to any
+      .mailmap file that might exist at the repository root. (#32)
+  * Bug Fixes
+    - Fixed git pathspec exclude magic being useless without a
+      preceding include pathspec (#33)
+    - Fixed an issue that might have led to errors on Windows when
+      closing the cache file
+
+-------------------------------------------------------------------
+Mon Aug 04 13:43:00 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 1.1:
+  * Features
+    - The output of git who table now uses alternate-row coloring
+      when more than a certain number of rows are displayed.
+  * Bug Fixes/Tweaks
+    - Better path handling for Windows (fixes #30 and #31)
+
+-------------------------------------------------------------------
+Tue Jul 01 10:47:31 UTC 2025 - Johannes Kastl 
<[email protected]>
+
+- Update to version 1.0:
+  * Features
+    - Binary release for Windows
+  * Bug Fixes/Tweaks
+    - Git Who can now handle filenames containing newline
+      characters (fixes #25)
+    - Better mailmap handling to avoid a situation where a user
+      could end up with a stale cache if they use a global mailimap
+      file
+    - Fixed a goroutine deadlock that can arise if there is an
+      error caching commits
+
+-------------------------------------------------------------------

Old:
----
  git-who-0.7.obscpio
  git-who.obsinfo

New:
----
  git-who-1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git-who.spec ++++++
--- /var/tmp/diff_new_pack.UUIF5Q/_old  2025-08-06 14:34:38.451422481 +0200
+++ /var/tmp/diff_new_pack.UUIF5Q/_new  2025-08-06 14:34:38.451422481 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package git-who
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           git-who
-Version:        0.7
+Version:        1.2
 Release:        0
 Summary:        Git blame for file trees
 License:        MIT
@@ -45,7 +45,7 @@
 
 %build
 # hash will be shortened by COMMIT_HASH:0:8 later
-COMMIT_HASH="$(sed -n 's/commit: \(.*\)/\1/p' %_sourcedir/%{name}.obsinfo)"
+COMMIT_HASH=9ad01eb363ff2617b1e9da941ec708acc20a6967
 
 go build \
    -mod=vendor \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.UUIF5Q/_old  2025-08-06 14:34:38.487423988 +0200
+++ /var/tmp/diff_new_pack.UUIF5Q/_new  2025-08-06 14:34:38.491424155 +0200
@@ -1,23 +1,20 @@
 <services>
-  <service name="obs_scm" mode="manual">
+  <service name="tar_scm" mode="manual">
     <param name="url">https://github.com/sinclairtarget/git-who</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.7</param>
+    <param name="revision">v1.2</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
   </service>
+  <service name="recompress" mode="manual">
+    <param name="file">*.tar</param>
+    <param name="compression">gz</param>
+  </service>
   <service name="set_version" mode="manual">
   </service>
   <service name="go_modules" mode="manual">
   </service>
-  <!-- services below are running at buildtime -->
-  <service name="tar" mode="buildtime">
-  </service>
-  <service name="recompress" mode="buildtime">
-    <param name="file">*.tar</param>
-    <param name="compression">gz</param>
-  </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.UUIF5Q/_old  2025-08-06 14:34:38.515425160 +0200
+++ /var/tmp/diff_new_pack.UUIF5Q/_new  2025-08-06 14:34:38.519425327 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/sinclairtarget/git-who</param>
-              <param 
name="changesrevision">ae3a23c27f8ee23446001ad8c5df51b2fd0e50c7</param></service></servicedata>
+              <param 
name="changesrevision">9ad01eb363ff2617b1e9da941ec708acc20a6967</param></service></servicedata>
 (No newline at EOF)
 

++++++ vendor.tar.gz ++++++

Reply via email to