Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2020-01-13 22:22:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and      /work/SRC/openSUSE:Factory/.stgit.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stgit"

Mon Jan 13 22:22:14 2020 rev:25 rq:764114 version:0.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/stgit/stgit.changes      2019-08-09 
16:54:39.605450349 +0200
+++ /work/SRC/openSUSE:Factory/.stgit.new.6675/stgit.changes    2020-01-13 
22:22:19.942540716 +0100
@@ -1,0 +2,23 @@
+Mon Jan 13 14:45:32 CET 2020 - ti...@suse.de
+
+- Revive asciidoc; will be replaced or dropped later, depending on
+  the general solution of asciidoc support on TW
+
+-------------------------------------------------------------------
+Mon Jan 13 09:55:28 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.21:
+  * Build reproducibility repairs (Thanks reproducible-builds.org team!)
+  * Faster handling of large patches (#44)
+  * Python can now be run with optimizations (python -O)
+  * stg log now prints trailing newline
+  * Improved command line option parsing for stg log
+
+-------------------------------------------------------------------
+Mon Jan 13 09:54:35 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Switch to python3 to build
+- Disable documentation generating using asciidoc as that requires
+  python2
+
+-------------------------------------------------------------------

Old:
----
  stgit-0.19.tar.gz

New:
----
  stgit-0.21.tar.gz

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

Other differences:
------------------
++++++ stgit.spec ++++++
--- /var/tmp/diff_new_pack.XYhmix/_old  2020-01-13 22:22:20.810541118 +0100
+++ /var/tmp/diff_new_pack.XYhmix/_new  2020-01-13 22:22:20.826541126 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stgit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,21 @@
 
 
 Name:           stgit
-Version:        0.19
+Version:        0.21
 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://github.com/ctmarinas/stgit
 Source0:        
https://github.com/ctmarinas/stgit/releases/download/v%{version}/stgit-%{version}.tar.gz
 BuildRequires:  asciidoc
+BuildRequires:  fdupes
 BuildRequires:  git-core
-BuildRequires:  python-devel
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-setuptools
 BuildRequires:  xmlto
 Requires:       git-core
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%py_requires
-%if 0%{?suse_version} > 1110
 BuildArch:      noarch
-%endif
 
 %description
 StGIT is a Python application providing similar functionality to Quilt
@@ -46,22 +44,20 @@
 %setup -q
 
 %build
-make %{?_smp_mflags} prefix=%{_prefix} all doc
+%python3_build
+make %{?_smp_mflags} prefix=%{_prefix} doc
 
 %install
-make prefix=%{_prefix} DESTDIR=%{buildroot} install
-make -C Documentation prefix=%{_prefix} mandir=%{_mandir} DESTDIR=%{buildroot} 
install
+%python3_install
+make %{?_smp_mflags} prefix=%{_prefix} mandir=%{_mandir} DESTDIR=%{buildroot} 
install-doc
+%fdupes %{buildroot}%{python3_sitelib}
 
 %files
-%defattr(-, root, root, -)
-%doc AUTHORS COPYING README RELEASENOTES TODO
+%license COPYING
+%doc AUTHORS README RELEASENOTES TODO
 %{_bindir}/stg
 %{_mandir}/man1/stg*%{ext_man}
-%if 0%{?suse_version} > 1110
-%{python_sitelib}/*
-%else
-%{py_sitedir}/*
-%endif
+%{python3_sitelib}/*
 %{_datadir}/stgit
 
 %changelog

++++++ stgit-0.19.tar.gz -> stgit-0.21.tar.gz ++++++
++++ 28133 lines of diff (skipped)


Reply via email to