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:
Christian Goll 2019-11-29 13:16:53 +00:00 committed by Git OBS Bridge
parent 3e2827d62d
commit b5c4c2d4ad
4 changed files with 17 additions and 11 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c176045a7dd125313d44abcb7968ded61826028fe906028a2967442426229894
size 1142250

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# 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)
%define c_api 0
%define cpp_api 2
%define slash_ver 1-26-1
%define slash_ver 1-27-3
Name: genders
Version: 1.26
Version: 1.27.3
Release: 0
Summary: Static cluster configuration database
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
Patch2: Remove-PERL_DESTDIR-use-DESTDIR-instead.patch
Patch4: lua_bindings.patch
Url: https://github.com/chaos/genders
URL: https://github.com/chaos/genders
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
@ -45,7 +45,6 @@ BuildRequires: python-devel
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-base
%description
@ -222,19 +221,16 @@ sed -i -e 's/^\([^#]\)/## \1/' %{buildroot}%{_sysconfdir}/genders
%{_bindir}/*
%files base
%defattr(-,root,root)
%doc README NEWS ChangeLog DISCLAIMER DISCLAIMER.UC TUTORIAL genders.sample
%license COPYING
%config(noreplace) %{_sysconfdir}/genders
%files perl-compat
%defattr(-,root,root)
%dir %{_prefix}/lib/genders
%{_prefix}/lib/genders/*
%{_mandir}/man3/gendlib*
%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/libgenders.so
%if %{?_with_cplusplus_extensions:1}%{!?_with_cplusplus_extensions:0}