Accepting request 751850 from home:anag:branches:network:cluster
- Update to version 1.27.3: * Fix parsing corner case, newlines are not required at end of lines * Add make target for genders_query.tab.c to fix gentoo build issue. * javadoc fix && to & amp;& amp; * fix testsuite to operate where there isn't a default genders file OBS-URL: https://build.opensuse.org/request/show/751850 OBS-URL: https://build.opensuse.org/package/show/network:cluster/genders?expand=0&rev=21
This commit is contained in:
parent
3e2827d62d
commit
b5c4c2d4ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d690d9e57e2f2b97809b0dbc689b8812c0b1c9c1dcb141bb0135f865cc2fd902
|
|
||||||
size 1103032
|
|
3
genders-1.27.3.tar.gz
Normal file
3
genders-1.27.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c176045a7dd125313d44abcb7968ded61826028fe906028a2967442426229894
|
||||||
|
size 1142250
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 29 09:35:37 UTC 2019 - Ana Guerrero Lopez <aguerrero@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.27.3:
|
||||||
|
* Fix parsing corner case, newlines are not required at end
|
||||||
|
of lines
|
||||||
|
* Add make target for genders_query.tab.c to fix gentoo build issue.
|
||||||
|
* javadoc fix && to & amp;& amp;
|
||||||
|
* fix testsuite to operate where there isn't a default genders file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 18 14:27:16 UTC 2019 - Christian Goll <cgoll@suse.com>
|
Thu Jul 18 14:27:16 UTC 2019 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
12
genders.spec
12
genders.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package genders
|
# spec file for package genders
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,10 +19,10 @@
|
|||||||
# Check file META in sources: update so_version to (API_CURRENT - API_AGE)
|
# Check file META in sources: update so_version to (API_CURRENT - API_AGE)
|
||||||
%define c_api 0
|
%define c_api 0
|
||||||
%define cpp_api 2
|
%define cpp_api 2
|
||||||
%define slash_ver 1-26-1
|
%define slash_ver 1-27-3
|
||||||
|
|
||||||
Name: genders
|
Name: genders
|
||||||
Version: 1.26
|
Version: 1.27.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Static cluster configuration database
|
Summary: Static cluster configuration database
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -31,7 +31,7 @@ Source: https://github.com/chaos/genders/archive/genders-%{slash_ver}/%{
|
|||||||
Patch1: Fix-Python-package-installation-use-root.patch
|
Patch1: Fix-Python-package-installation-use-root.patch
|
||||||
Patch2: Remove-PERL_DESTDIR-use-DESTDIR-instead.patch
|
Patch2: Remove-PERL_DESTDIR-use-DESTDIR-instead.patch
|
||||||
Patch4: lua_bindings.patch
|
Patch4: lua_bindings.patch
|
||||||
Url: https://github.com/chaos/genders
|
URL: https://github.com/chaos/genders
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: autoconf-archive
|
BuildRequires: autoconf-archive
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -45,7 +45,6 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Requires: %{name}-base
|
Requires: %{name}-base
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -222,19 +221,16 @@ sed -i -e 's/^\([^#]\)/## \1/' %{buildroot}%{_sysconfdir}/genders
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%files base
|
%files base
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README NEWS ChangeLog DISCLAIMER DISCLAIMER.UC TUTORIAL genders.sample
|
%doc README NEWS ChangeLog DISCLAIMER DISCLAIMER.UC TUTORIAL genders.sample
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%config(noreplace) %{_sysconfdir}/genders
|
%config(noreplace) %{_sysconfdir}/genders
|
||||||
|
|
||||||
%files perl-compat
|
%files perl-compat
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_prefix}/lib/genders
|
%dir %{_prefix}/lib/genders
|
||||||
%{_prefix}/lib/genders/*
|
%{_prefix}/lib/genders/*
|
||||||
%{_mandir}/man3/gendlib*
|
%{_mandir}/man3/gendlib*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libgenders.so
|
%{_libdir}/libgenders.so
|
||||||
%if %{?_with_cplusplus_extensions:1}%{!?_with_cplusplus_extensions:0}
|
%if %{?_with_cplusplus_extensions:1}%{!?_with_cplusplus_extensions:0}
|
||||||
|
Loading…
Reference in New Issue
Block a user