Hello community, here is the log from the commit of package genders for openSUSE:Factory checked in at 2019-07-26 12:40:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/genders (Old) and /work/SRC/openSUSE:Factory/.genders.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "genders" Fri Jul 26 12:40:30 2019 rev:5 rq:718444 version:1.26 Changes: -------- --- /work/SRC/openSUSE:Factory/genders/genders.changes 2018-12-03 10:11:58.871620706 +0100 +++ /work/SRC/openSUSE:Factory/.genders.new.4126/genders.changes 2019-07-26 12:40:36.973900601 +0200 @@ -1,0 +2,8 @@ +Thu Jul 18 14:27:16 UTC 2019 - Christian Goll <[email protected]> + +- updated to ver 1.26 which has faster parsing + * updated Fix-Python-package-installation-use-root.patch + * Removed Remove-all-remains-of-EXTENSION_DESTDIR.patch + as not relevant any more + +------------------------------------------------------------------- Old: ---- Remove-all-remains-of-EXTENSION_DESTDIR.patch genders-1.22.tar.gz New: ---- genders-1.26.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ genders.spec ++++++ --- /var/tmp/diff_new_pack.eoJtrH/_old 2019-07-26 12:40:40.525899054 +0200 +++ /var/tmp/diff_new_pack.eoJtrH/_new 2019-07-26 12:40:40.557899041 +0200 @@ -1,7 +1,7 @@ # # spec file for package genders # -# Copyright (c) 2018 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,24 +12,24 @@ # 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/ # # Check file META in sources: update so_version to (API_CURRENT - API_AGE) %define c_api 0 %define cpp_api 2 +%define slash_ver 1-26-1 Name: genders -Version: 1.22 +Version: 1.26 Release: 0 Summary: Static cluster configuration database License: GPL-2.0-or-later Group: System/Management -Source: https://github.com/chaos/genders/releases/download/genders-1-22-1/%{name}-%{version}.tar.gz +Source: https://github.com/chaos/genders/archive/genders-%{slash_ver}/%{name}-%{version}.tar.gz Patch1: Fix-Python-package-installation-use-root.patch Patch2: Remove-PERL_DESTDIR-use-DESTDIR-instead.patch -Patch3: Remove-all-remains-of-EXTENSION_DESTDIR.patch Patch4: lua_bindings.patch Url: https://github.com/chaos/genders BuildRequires: autoconf @@ -139,10 +139,11 @@ %define _perldir %(perl -e 'use Config; $T=$Config{installvendorarch}; $P=$Config{vendorprefix}; $T=~/$P\\/(.*)/; print "%{_prefix}/$1\\n"') %endif %prep -%setup -q +%setup -c -q -n %{name}-%{version} +mv genders-genders-%{slash_ver}/* . +rm -r genders-genders-%{slash_ver} %patch1 -p1 %patch2 -p1 -%patch3 -p1 %patch4 -p1 -R %build ++++++ Fix-Python-package-installation-use-root.patch ++++++ --- /var/tmp/diff_new_pack.eoJtrH/_old 2019-07-26 12:40:40.901898891 +0200 +++ /var/tmp/diff_new_pack.eoJtrH/_new 2019-07-26 12:40:40.929898878 +0200 @@ -33,15 +33,15 @@ $(PYTHON) genderssetup.py build install: -- $(PYTHON) genderssetup.py install --prefix=$(PYTHON_DESTDIR)/$(prefix) --exec-prefix=$(PYTHON_DESTDIR)/$(exec_prefix) +- $(PYTHON) genderssetup.py install --prefix=$(PYTHON_DESTDIR)$(prefix) --exec-prefix=$(PYTHON_DESTDIR)$(exec_prefix) + $(PYTHON) genderssetup.py install --prefix=$(prefix) --exec-prefix=$(exec_prefix) $(PYDEST) pure_install: -- $(PYTHON) genderssetup.py install --prefix=$(PYTHON_DESTDIR)/$(prefix) --exec-prefix=$(PYTHON_DESTDIR)/$(exec_prefix) +- $(PYTHON) genderssetup.py install --prefix=$(PYTHON_DESTDIR)$(prefix) --exec-prefix=$(PYTHON_DESTDIR)$(exec_prefix) + $(PYTHON) genderssetup.py install --prefix=$(prefix) --exec-prefix=$(exec_prefix) $(PYDEST) install-data-local: -- $(PYTHON) genderssetup.py install --prefix=$(PYTHON_DESTDIR)/$(prefix) --exec-prefix=$(PYTHON_DESTDIR)/$(exec_prefix) +- $(PYTHON) genderssetup.py install --prefix=$(PYTHON_DESTDIR)$(prefix) --exec-prefix=$(PYTHON_DESTDIR)$(exec_prefix) + $(PYTHON) genderssetup.py install --prefix=$(prefix) --exec-prefix=$(exec_prefix) $(PYDEST) clean: ++++++ genders-1.22.tar.gz -> genders-1.26.tar.gz ++++++ ++++ 82523 lines of diff (skipped)
