Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package b4 for openSUSE:Factory checked in 
at 2021-07-28 19:20:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/b4 (Old)
 and      /work/SRC/openSUSE:Factory/.b4.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "b4"

Wed Jul 28 19:20:07 2021 rev:18 rq:908779 version:0.7.2+3

Changes:
--------
--- /work/SRC/openSUSE:Factory/b4/b4.changes    2021-06-11 00:19:14.265375716 
+0200
+++ /work/SRC/openSUSE:Factory/.b4.new.1899/b4.changes  2021-07-28 
19:21:08.731548505 +0200
@@ -1,0 +2,7 @@
+Wed Jul 21 07:02:39 UTC 2021 - [email protected]
+
+- Update to version 0.7.2+3:
+  * Allow '.git' to be a file for worktrees
+  * Don't append .git unnecessarily
+
+-------------------------------------------------------------------

Old:
----
  b4-0.7.2+0.obscpio

New:
----
  b4-0.7.2+3.obscpio

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

Other differences:
------------------
++++++ b4.spec ++++++
--- /var/tmp/diff_new_pack.onSwJr/_old  2021-07-28 19:21:09.143547964 +0200
+++ /var/tmp/diff_new_pack.onSwJr/_new  2021-07-28 19:21:09.147547959 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define version_unconverted 0.7.2+0
+%define version_unconverted 0.7.2+3
 Name:           b4
-Version:        0.7.2+0
+Version:        0.7.2+3
 Release:        0
 Summary:        Helper scripts for kernel.org patches
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.onSwJr/_old  2021-07-28 19:21:09.179547917 +0200
+++ /var/tmp/diff_new_pack.onSwJr/_new  2021-07-28 19:21:09.179547917 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">git://git.kernel.org/pub/scm/utils/b4/b4.git</param>
-              <param 
name="changesrevision">270c038516881de6bc37714c80c2e8e37e8b9a72</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">06cc7c8820aea85d1329911b785d7bf4ecaacb1f</param></service></servicedata>
\ No newline at end of file

++++++ b4-0.7.2+0.obscpio -> b4-0.7.2+3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/b4-0.7.2+0/b4/__init__.py 
new/b4-0.7.2+3/b4/__init__.py
--- old/b4-0.7.2+0/b4/__init__.py       2021-06-09 21:05:08.000000000 +0200
+++ new/b4-0.7.2+3/b4/__init__.py       2021-06-22 21:16:12.000000000 +0200
@@ -43,7 +43,7 @@
 except ModuleNotFoundError:
     can_patatt = False
 
-__VERSION__ = '0.7.2'
+__VERSION__ = '0.7.3-dev'
 
 logger = logging.getLogger('b4')
 
@@ -645,7 +645,6 @@
                     cmdargs = ['hash-object', fullpath]
                     ecode, out = git_run_command(None, cmdargs)
                 else:
-                    gitdir = os.path.join(gitdir, '.git')
                     logger.debug('Checking hash on %s:%s', when, fn)
                     # XXX: We should probably pipe the two commands instead of 
reading into memory,
                     #      so something to consider for the future
@@ -1728,7 +1727,7 @@
                     logstderr: bool = False) -> Tuple[int, str]:
     cmdargs = ['git', '--no-pager']
     if gitdir:
-        if os.path.isdir(os.path.join(gitdir, '.git')):
+        if os.path.exists(os.path.join(gitdir, '.git')):
             gitdir = os.path.join(gitdir, '.git')
         cmdargs += ['--git-dir', gitdir]
     cmdargs += args

++++++ b4.obsinfo ++++++
--- /var/tmp/diff_new_pack.onSwJr/_old  2021-07-28 19:21:09.283547780 +0200
+++ /var/tmp/diff_new_pack.onSwJr/_new  2021-07-28 19:21:09.283547780 +0200
@@ -1,5 +1,5 @@
 name: b4
-version: 0.7.2+0
-mtime: 1623265508
-commit: 270c038516881de6bc37714c80c2e8e37e8b9a72
+version: 0.7.2+3
+mtime: 1624389372
+commit: 06cc7c8820aea85d1329911b785d7bf4ecaacb1f
 

Reply via email to