commit stgit for openSUSE:Factory

2020-01-20 Thread root
Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2020-01-20 22:54:54

Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and  /work/SRC/openSUSE:Factory/.stgit.new.26092 (New)


Package is "stgit"

Mon Jan 20 22:54:54 2020 rev:26 rq:765717 version:0.21

Changes:

--- /work/SRC/openSUSE:Factory/stgit/stgit.changes  2020-01-13 
22:22:19.942540716 +0100
+++ /work/SRC/openSUSE:Factory/.stgit.new.26092/stgit.changes   2020-01-20 
22:55:05.823335491 +0100
@@ -1,0 +2,5 @@
+Fri Jan 17 15:17:07 UTC 2020 - Bernhard Wiedemann 
+
+- Create .pyc files reproducibly (boo#1049186)
+
+---



Other differences:
--
++ stgit.spec ++
--- /var/tmp/diff_new_pack.gUGjhm/_old  2020-01-20 22:55:09.015336718 +0100
+++ /var/tmp/diff_new_pack.gUGjhm/_new  2020-01-20 22:55:09.019336720 +0100
@@ -50,6 +50,8 @@
 %install
 %python3_install
 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




commit stgit for openSUSE:Factory

2020-01-13 Thread root
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.changes2020-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 
+
+- 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 
+
+- 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)




commit stgit for openSUSE:Factory

2019-08-09 Thread root
Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2019-08-09 16:54:33

Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and  /work/SRC/openSUSE:Factory/.stgit.new.9556 (New)


Package is "stgit"

Fri Aug  9 16:54:33 2019 rev:24 rq:721951 version:0.19

Changes:

--- /work/SRC/openSUSE:Factory/stgit/stgit.changes  2016-04-05 
10:43:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.stgit.new.9556/stgit.changes2019-08-09 
16:54:39.605450349 +0200
@@ -1,0 +2,31 @@
+Thu Aug  8 17:37:14 UTC 2019 - Mikhail Terekhov 
+
+- updated to version 0.19
+  -- Python 3 support. StGit supports Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6,
+ and 3.7. PyPy interpreters are also supported.
+  -- Submodules are now ignored when checking if working tree is
+ clean. Submodules are also not included by default when refreshing a
+ patch.
+  -- Config booleans are now parsed similarly to git-config.
+  -- contrib/stgit.el is now licenced with GPLv2.
+  -- Repair handling of emails with utf-8 bodies containing latin-1
+ characters. Also correctly decode email headers containing quoted encoded
+ words.
+  -- StGit's version is now correct/available the release archive.
+  -- Add continuous integration (travis-ci) and code coverage (coveralls) 
support.
+  -- Many new test cases were added.
+
+- updated to version 0.18
+  -- commit-msg hook support for easier integration with Gerrit, allowing a
+ Change-Id line to be inserted in the commit message.
+  -- stg mail improvements for Suggested-by: tag and auto generation of Cc
+ for the cover letter based on all tags in the series.
+  -- stg mail bash completion for the -to, -cc and -bcc options based on
+ the content of the [mail "alias"] section of GIT configuration.
+  -- stg edit -review option to add a Reviewed-by: tag.
+  -- stg pop -spill functionality to allow popping a patch from the stack
+ while keeping its modification in the tree.
+  -- Various fixes and test coverage improvements.
+  -- Project page details updated (gna.org has been shut down).
+
+---

Old:

  stgit-0.17.1.tar.gz
  stgit-0.17.1.tar.gz.sig
  stgit.keyring

New:

  stgit-0.19.tar.gz



Other differences:
--
++ stgit.spec ++
--- /var/tmp/diff_new_pack.5d28Zd/_old  2019-08-09 16:54:40.085450234 +0200
+++ /var/tmp/diff_new_pack.5d28Zd/_new  2019-08-09 16:54:40.085450234 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stgit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,20 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   stgit
-Version:0.17.1
+Version:0.19
 Release:0
 Summary:Stacked GIT - Source Code Management Tool
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Version Control
-Url:http://gna.org/projects/stgit
-Source0:http://download.gna.org/stgit/%{name}-%{version}.tar.gz
-Source1:http://download.gna.org/stgit/%{name}-%{version}.tar.gz.sig
-Source2:%{name}.keyring
+Url:https://github.com/ctmarinas/stgit
+Source0:
https://github.com/ctmarinas/stgit/releases/download/v%{version}/stgit-%{version}.tar.gz
 BuildRequires:  asciidoc
 BuildRequires:  git-core
 BuildRequires:  python-devel
@@ -56,7 +54,7 @@
 
 %files
 %defattr(-, root, root, -)
-%doc AUTHORS ChangeLog COPYING README TODO
+%doc AUTHORS COPYING README RELEASENOTES TODO
 %{_bindir}/stg
 %{_mandir}/man1/stg*%{ext_man}
 %if 0%{?suse_version} > 1110

++ stgit-0.17.1.tar.gz -> stgit-0.19.tar.gz ++
 32671 lines of diff (skipped)




commit stgit for openSUSE:Factory

2016-04-05 Thread h_root
Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2016-04-05 10:43:45

Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and  /work/SRC/openSUSE:Factory/.stgit.new (New)


Package is "stgit"

Changes:

--- /work/SRC/openSUSE:Factory/stgit/stgit.changes  2013-10-21 
20:03:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.stgit.new/stgit.changes 2016-04-05 
10:43:45.0 +0200
@@ -1,0 +2,7 @@
+Wed Mar 30 20:22:58 UTC 2016 - mplus...@suse.com
+
+- Use url for source
+- Add gpg signature
+- Cleanup spec file with spec-cleaner
+
+---

New:

  stgit-0.17.1.tar.gz.sig
  stgit.keyring



Other differences:
--
++ stgit.spec ++
--- /var/tmp/diff_new_pack.YwPKND/_old  2016-04-05 10:43:46.0 +0200
+++ /var/tmp/diff_new_pack.YwPKND/_new  2016-04-05 10:43:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stgit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,22 +17,23 @@
 
 
 Name:   stgit
-BuildRequires:  asciidoc
-BuildRequires:  git-core
-BuildRequires:  python-devel
-BuildRequires:  xmlto
+Version:0.17.1
+Release:0
 Summary:Stacked GIT - Source Code Management Tool
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
-Version:0.17.1
-Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://gna.org/projects/stgit
-Source: %{name}-%{version}.tar.gz
+Source0:http://download.gna.org/stgit/%{name}-%{version}.tar.gz
+Source1:http://download.gna.org/stgit/%{name}-%{version}.tar.gz.sig
+Source2:%{name}.keyring
+BuildRequires:  asciidoc
+BuildRequires:  git-core
+BuildRequires:  python-devel
+BuildRequires:  xmlto
 Requires:   git-core
-Requires:   python
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
-%if %suse_version > 1110
+%if 0%{?suse_version} > 1110
 BuildArch:  noarch
 %endif
 
@@ -47,22 +48,18 @@
 %setup -q
 
 %build
-make prefix=%{_prefix}
-make doc prefix=%{_prefix}
+make %{?_smp_mflags} prefix=%{_prefix} all doc
 
 %install
-make prefix=%{_prefix} DESTDIR="$RPM_BUILD_ROOT" install
-make -C Documentation prefix=%{_prefix} mandir=%{_mandir} 
DESTDIR="$RPM_BUILD_ROOT" install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make prefix=%{_prefix} DESTDIR=%{buildroot} install
+make -C Documentation prefix=%{_prefix} mandir=%{_mandir} DESTDIR=%{buildroot} 
install
 
 %files
-%defattr(-, root, root, 755)
-%doc %attr(-,root,root) AUTHORS ChangeLog COPYING README TODO
-%doc %{_mandir}/man?/*
-%{_bindir}/*
-%if %suse_version > 1110
+%defattr(-, root, root, -)
+%doc AUTHORS ChangeLog COPYING README TODO
+%{_bindir}/stg
+%{_mandir}/man1/stg*%{ext_man}
+%if 0%{?suse_version} > 1110
 %{python_sitelib}/*
 %else
 %{py_sitedir}/*




commit stgit for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2013-10-21 20:03:10

Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and  /work/SRC/openSUSE:Factory/.stgit.new (New)


Package is stgit

Changes:

--- /work/SRC/openSUSE:Factory/stgit/stgit.changes  2012-03-01 
07:22:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.stgit.new/stgit.changes 2013-10-21 
20:03:11.0 +0200
@@ -1,0 +2,17 @@
+Wed Oct  2 02:25:45 UTC 2013 - david.b...@emc.com
+
+- updated to version 0.17.1
+  -- Fix dirty index errors when resolving conflicts. 
+  -- Test suite improvements. 
+  -- Print tracebacks to stderr. 
+  -- Run test suite in parallel. 
+  -- Fix --authdate date parsing.
+
+- changes from version 0.16 to 0.17
+  -- Make refresh warn when the index is dirty 
+  -- Template updates to not hardcode whitespace 
+  -- Properly generate mbox formats when attaching patches 
+  -- Added new option to attach and inline patches when sending mail 
+  -- Various bugfixes and tiny improvements
+
+---

Old:

  stgit-0.16.tar.gz

New:

  stgit-0.17.1.tar.gz



Other differences:
--
++ stgit.spec ++
--- /var/tmp/diff_new_pack.Fy7JIa/_old  2013-10-21 20:03:16.0 +0200
+++ /var/tmp/diff_new_pack.Fy7JIa/_new  2013-10-21 20:03:16.0 +0200
@@ -24,10 +24,10 @@
 Summary:Stacked GIT - Source Code Management Tool
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
-Version:0.16
+Version:0.17.1
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://www.procode.org/stgit
+Url:http://gna.org/projects/stgit
 Source: %{name}-%{version}.tar.gz
 Requires:   git-core
 Requires:   python
@@ -58,8 +58,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-, root, root)
-%doc %attr(644,root,root) AUTHORS ChangeLog COPYING README TODO
+%defattr(-, root, root, 755)
+%doc %attr(-,root,root) AUTHORS ChangeLog COPYING README TODO
 %doc %{_mandir}/man?/*
 %{_bindir}/*
 %if %suse_version  1110

++ stgit-0.16.tar.gz - stgit-0.17.1.tar.gz ++
 6308 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit stgit for openSUSE:Factory

2012-02-29 Thread h_root
Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2012-03-01 07:22:00

Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and  /work/SRC/openSUSE:Factory/.stgit.new (New)


Package is stgit, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/stgit/stgit.changes  2011-09-23 
12:46:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.stgit.new/stgit.changes 2012-03-01 
07:22:03.0 +0100
@@ -1,0 +2,15 @@
+Tue Feb 28 12:58:45 CET 2012 - ti...@suse.de
+
+- updated to version 0.16:
+  * Several improvements to the Emacs mode (stgit.el).
+  * UI adjustments to better match the Git commands.
+  * stg status is an alias for git status.
+  * stg reset --hard behaves similarly to the corresponding git
+command and option.
+  * stg branch --cleanup option to remove the StGit metadata for
+a given branch.
+  * stg mail can use git send-email directly.
+  * Vim syntax highlighting for StGit commit messages.
+  * Many bug-fixes. 
+
+---

Old:

  stgit-0.14.3.tar.bz2
  stgit-doc-install-fix.diff

New:

  stgit-0.16.tar.gz



Other differences:
--
++ stgit.spec ++
--- /var/tmp/diff_new_pack.FXmjJF/_old  2012-03-01 07:22:04.0 +0100
+++ /var/tmp/diff_new_pack.FXmjJF/_new  2012-03-01 07:22:04.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package stgit (Version 0.14.3)
+# spec file for package stgit
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   stgit
-BuildRequires:  asciidoc git-core python-devel xmlto
+BuildRequires:  asciidoc
+BuildRequires:  git-core
+BuildRequires:  python-devel
+BuildRequires:  xmlto
 Summary:Stacked GIT - Source Code Management Tool
-Version:0.14.3
-Release:72
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
+Version:0.16
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.procode.org/stgit
-Source: %{name}-%{version}.tar.bz2
-Patch:  stgit-doc-install-fix.diff
-Requires:   git-core python
+Source: %{name}-%{version}.tar.gz
+Requires:   git-core
+Requires:   python
 %py_requires
 %if %suse_version  1110
 BuildArch:  noarch
@@ -44,22 +45,21 @@
 
 %prep
 %setup -q
-%patch
 
 %build
-make
-make doc
+make prefix=%{_prefix}
+make doc prefix=%{_prefix}
 
 %install
-make PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT install
-make -C Documentation PREFIX=%{_prefix} mandir=%{_mandir} 
DESTDIR=$RPM_BUILD_ROOT install
+make prefix=%{_prefix} DESTDIR=$RPM_BUILD_ROOT install
+make -C Documentation prefix=%{_prefix} mandir=%{_mandir} 
DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING README TODO
+%doc %attr(644,root,root) AUTHORS ChangeLog COPYING README TODO
 %doc %{_mandir}/man?/*
 %{_bindir}/*
 %if %suse_version  1110

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit stgit for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package stgit for openSUSE:Factory checked 
in at 2011-12-06 19:06:03

Comparing /work/SRC/openSUSE:Factory/stgit (Old)
 and  /work/SRC/openSUSE:Factory/.stgit.new (New)


Package is stgit, Maintainer is ti...@suse.com

Changes:




Other differences:
--
++ stgit.spec ++
--- /var/tmp/diff_new_pack.HCNKnn/_old  2011-12-06 19:39:05.0 +0100
+++ /var/tmp/diff_new_pack.HCNKnn/_new  2011-12-06 19:39:05.0 +0100
@@ -23,7 +23,7 @@
 Summary:Stacked GIT - Source Code Management Tool
 Version:0.14.3
 Release:72
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Development/Tools/Version Control
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.procode.org/stgit

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org