Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2020-11-19 11:59:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and      /work/SRC/openSUSE:Factory/.stgit.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stgit"

Thu Nov 19 11:59:29 2020 rev:27 rq:849215 version:0.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/stgit/stgit.changes      2020-01-20 
22:55:05.823335491 +0100
+++ /work/SRC/openSUSE:Factory/.stgit.new.5913/stgit.changes    2020-11-23 
10:50:57.146629998 +0100
@@ -1,0 +2,10 @@
+Tue Nov 10 11:45:34 UTC 2020 - Dario Faggioli <[email protected]>
+
+- Move to latest version, 0.23
+  * `stg mail` was not working in v. 0.21, due to TLS issue. It
+    does in 0.23
+  * while there, update the URL
+- Add patch stgbashprompt-noexec.patch
+  * so rpmlint won't complain about executable without '#!'
+
+-------------------------------------------------------------------

Old:
----
  stgit-0.21.tar.gz

New:
----
  stgbashprompt-noexec.patch
  stgit-0.23.tar.gz

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

Other differences:
------------------
++++++ stgit.spec ++++++
--- /var/tmp/diff_new_pack.zl2gqs/_old  2020-11-23 10:50:57.806630658 +0100
+++ /var/tmp/diff_new_pack.zl2gqs/_new  2020-11-23 10:50:57.806630658 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stgit
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,15 @@
 
 
 Name:           stgit
-Version:        0.21
+Version:        0.23
 Release:        0
 Summary:        Stacked GIT - Source Code Management Tool
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Version Control
-URL:            https://github.com/ctmarinas/stgit
+URL:            https://stacked-git.github.io
 Source0:        
https://github.com/ctmarinas/stgit/releases/download/v%{version}/stgit-%{version}.tar.gz
+# Patch sent upstream, PR 81: https://github.com/stacked-git/stgit/pull/81
+Patch1:         stgbashprompt-noexec.patch
 BuildRequires:  asciidoc
 BuildRequires:  fdupes
 BuildRequires:  git-core
@@ -42,21 +44,22 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %python3_build
-make %{?_smp_mflags} prefix=%{_prefix} doc
+PYTHON=python3 make %{?_smp_mflags} prefix=%{_prefix} doc
 
 %install
 %python3_install
-make %{?_smp_mflags} prefix=%{_prefix} mandir=%{_mandir} DESTDIR=%{buildroot} 
install-doc
+PYTHON=python3 make %{?_smp_mflags} prefix=%{_prefix} mandir=%{_mandir} 
DESTDIR=%{buildroot} install-doc
 # avoid unreproducible pyc files https://bugs.python.org/issue34033 
https://github.com/python/cpython/pull/8057
 %py3_compile %{buildroot}%{python3_sitelib}
 %fdupes %{buildroot}%{python3_sitelib}
 
 %files
 %license COPYING
-%doc AUTHORS README RELEASENOTES TODO
+%doc CONTRIBUTING.md CHANGELOG.md TODO
 %{_bindir}/stg
 %{_mandir}/man1/stg*%{ext_man}
 %{python3_sitelib}/*

++++++ stgbashprompt-noexec.patch ++++++
commit 28942a0bf1a1a7d0ab59553e1d232ef99b5455ea
Author: Dario Faggioli <[email protected]>
Date:   Tue Nov 10 10:42:59 2020 +0000

    stgbashprompt should not be executable
    
    It is not necessary for contrib/stgbashprompt.sh to have the executable
    permission set.
    
    This was discovered while packaging (for openSUSE) as `rpmlint` reports
    this:
    
      stgit.noarch: W: script-without-shebang 
/usr/share/stgit/contrib/stgbashprompt.sh
      This text file has executable bits set or is located in a path dedicated 
for
      executables, but lacks a shebang and cannot thus be executed. If the file 
is
      meant to be an executable script, add the shebang, otherwise remove the
      executable bits or move the file elsewhere.

diff --git a/contrib/stgbashprompt.sh b/contrib/stgbashprompt.sh
old mode 100755
new mode 100644
++++++ stgit-0.21.tar.gz -> stgit-0.23.tar.gz ++++++
++++ 23082 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to