1
0

Accepting request 378324 from devel:tools:building

1

OBS-URL: https://build.opensuse.org/request/show/378324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoconf-archive?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2016-03-29 07:53:03 +00:00 committed by Git OBS Bridge
commit 33a4cb4cd4
6 changed files with 50 additions and 19 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAABCAAGBQJWBS+UAAoJEEG8KP6ZCJ1yhBoH/3LsC+iMG6YC7h+r/gOuPdvL
NtTJVd4F+vj5FvJReY5gaXyDXAjn8QnX44lGGbjmlKoipUnnlXqcBD1cH05p+5FZ
Gqb47wAI0Yq/K9zWU+CBsaAxhOvCBPzRYzEwE9HQ4/1VGyHie1ZD4NDvt4hQrjnW
7PA0ph5e2SKGZ4WcXj3ZG1poIVp0fRN1UzfYOTF9fzvV4kQTIYmtmu3SvBAXlVMz
coxFWCzpJXAT6Io18PT/GDy1frzLK1FaplTcBuIgsdDR6a2gplfwyuVljq0ZhT7T
T4J5loafgjplRuW642rXXgIp8MX3WiOY/5Q4axbUekBmzke1V3FiNsndgq2TCsg=
=csLI
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAABCAAGBQJW7pc8AAoJEEG8KP6ZCJ1yuLwH/2DSm/wlCkKI/ciP7CrMbrUr
ZNDKMMAiz3KRm/BFYhq4yb/7pdpTU68DPN9wmW7hisChAyErg7TJcjCz8eg+F1qa
3sBs2k2u2ktHeg+cWQyz9G73WaHoMU95ntVsSb+d+d1r0HJ9M68OBP+G/Sw6360+
edl75OixAt9kBdFeEuamwdfKMlb3+Jfjn9oBMTsDqHa3wZ1SSRE1M5drGgNaVSqX
/GT9fkxpFA7+A33EssmTdxlUu/hPpuS9/JG3l12vHpYuRW9YPgZ30Fvz4HaD2eLg
U9RTW6fXvs8wWTZIs0EFvo6pDggcVfHSjQeJoAAwpQIVjX6YfldU20aEzWgngcs=
=c8Xw
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Mar 22 22:20:06 UTC 2016 - mpluskal@suse.com
- Update to 2016.03.20
* The following new macros have been added: AX_CHECK_GIRS_GJS,
AX_CHECK_GIR_SYMBOLS_GJS, AX_CXX_COMPILE_STDCXX,
AX_CXX_COMPILE_STDCXX_14,
AX_CZMQ, AX_FC_CHECK_DEFINE, AX_LIB_NETCDF4, AX_PROG_GJS,
AX_RESTORE_FLAGS_WITH_PREFIX, AX_SAVE_FLAGS_WITH_PREFIX,
AX_VAR_POP, AX_VAR_PUSH, and AX_ZMQ.
* Various improvements to the opengl macros. Main features added:
+ Support action-if-found and not-found hook
+ Export HAVE_GL, HAVE_GLU, and HAVE_GLUT preprocessor symbol
+ Add necessary flags to CFLAGS/LIBS by default, but can be
disabled by overwritting action-if-found hook.
+ Fail the configure script if lib not found. This feature can
be disabled by overwritting action-if-not-found hook
+ Fix problems on Mac OSX. Been tested on Linux (Ubuntu) and
OSX 6 Use --with-xquartz-gl instead of --with-gl=x for using
X11 on OSX
* Many new features were added to AX_CODE_COVERAGE and
AX_PROG_DOXYGEN.
* AX_CXX_COMPILE_STDCXX now modifies $(CXX) rather than
$(CXXFLAGS).
* AX_PTHREAD has been updated significantly. See
https://savannah.gnu.org/patch/?8186 for further details.
* AX_PYTHON_DEVEL now provides PYTHON_LIBS instead of
PYTHON_FLAGS.
* The macros related to C++11 and C++14 were extensively
re-factored.
-------------------------------------------------------------------
Sun Sep 27 08:40:01 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package autoconf-archive
#
# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
Name: autoconf-archive
Version: 2015.09.25
Version: 2016.03.20
Release: 0
Summary: A Collection of macros for GNU autoconf
License: SUSE-GPL-3.0+-with-autoconf-exception
@ -56,7 +56,7 @@ some authors may choose to use it, too, for proprietary software.
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
make %{?_smp_mflags} DESTDIR=%{buildroot} install
rm -rf %{buildroot}/%{_datadir}/%{name}/
%post
@ -67,9 +67,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/
%files
%defattr(-, root, root)
%{_infodir}/%{name}*
%doc AUTHORS COPYING README
%{_infodir}/%{name}.info%{ext_info}
%dir %{_datadir}/aclocal
%{_datadir}/aclocal/*.m4
%doc AUTHORS COPYING README
%changelog