Accepting request 752382 from 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/752382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/genders?expand=0&rev=7
This commit is contained in:
commit
8c53cd5c4b
@ -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>
|
||||
|
||||
|
15
genders.spec
15
genders.spec
@ -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
|
||||
@ -144,7 +143,7 @@ mv genders-genders-%{slash_ver}/* .
|
||||
rm -r genders-genders-%{slash_ver}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch4 -p1 -R
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
aclocal --force --install -I config
|
||||
@ -162,6 +161,7 @@ autoconf --force
|
||||
%{?_without_python_extensions} \
|
||||
%{?_with_cplusplus_extensions} \
|
||||
%{?_without_cplusplus_extensions} \
|
||||
--with-lua-extensions \
|
||||
--without-java-extensions \
|
||||
--disable-static
|
||||
|
||||
@ -222,19 +222,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}
|
||||
|
1226
lua_bindings.patch
1226
lua_bindings.patch
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user