Accepting request 448872 from home:pluskalm:branches:Base:System
- Update to version 1.4.18: OBS-URL: https://build.opensuse.org/request/show/448872 OBS-URL: https://build.opensuse.org/package/show/Base:System/m4?expand=0&rev=33
This commit is contained in:
parent
16c6d74b3d
commit
8ba7e39f5f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e4e1f963932136ed45dcd5afb0c6e237e96a6fcdcd2a2fa6755040859500d70
|
||||
size 1438525
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG/MacGPG2 v2.0.20 (Darwin)
|
||||
|
||||
iEYEABECAAYFAlI+l0kACgkQFRMICSmD1gZaywCfQVBD8rkQslRZ8ijvMRF9ra4q
|
||||
ydkAnjo1nx7uU+vL4uaFAzpXuDO9ILHb
|
||||
=LXcY
|
||||
-----END PGP SIGNATURE-----
|
BIN
m4-1.4.18.tar.xz
(Stored with Git LFS)
Normal file
BIN
m4-1.4.18.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
m4-1.4.18.tar.xz.sig
Normal file
11
m4-1.4.18.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Comment: Public key at http://people.redhat.com/eblake/eblake.gpg
|
||||
|
||||
iQEcBAABCAAGBQJYaDOKAAoJEKeha0olJ0NqT5oH/jyPC2chKyoCSrBAAmMT/0ac
|
||||
xbDOiymNbaj6twhoZNunE8m8OzySfBQxANFf0yepZ0dCPf8/SzCWt9eHs12xzTrs
|
||||
htcrsXBJ0woVdSG1SVaCzeOna8dvQ5fRJUHdWqTCa8sJdEBNk/zh2i72wGzMtpLo
|
||||
Ord+dXOplvRe+LTUyu7eMAQfccPb5PnL4sh6WgmvQpjUiP4y2BlpbcI7hU1OOPNz
|
||||
Gq63o3sO8OkwB2LP//M3fyi6Y4CHa7V6mfYz0PDboks1UruNYclbwVuJ8tLMYae+
|
||||
YlRMuMCs1hssICNcMyhtks8jdbXlMm7E8Nhk2+Uc6eRnA97zZQ0ADthNjA47/TA=
|
||||
=TQTI
|
||||
-----END PGP SIGNATURE-----
|
13
m4.changes
13
m4.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 14:28:13 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1.4.18:
|
||||
* Diagnose --word-regexp as unsupported if it was not configured.
|
||||
* Preliminary support for OS/2.
|
||||
* A number of portability improvements inherited from gnulib.
|
||||
- Some packaging changes:
|
||||
* Use https url's
|
||||
* Get keyring from savannah
|
||||
* Use xs compressed files
|
||||
* Make building more verbose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 3 06:41:27 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
BIN
m4.keyring
BIN
m4.keyring
Binary file not shown.
31
m4.spec
31
m4.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package m4
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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,19 +17,18 @@
|
||||
|
||||
|
||||
Name: m4
|
||||
Version: 1.4.17
|
||||
Version: 1.4.18
|
||||
Release: 0
|
||||
Summary: GNU m4
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/Other
|
||||
Url: http://www.gnu.org/software/m4/
|
||||
Source0: http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2
|
||||
Source1: http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2.sig
|
||||
Source2: %{name}.keyring
|
||||
Url: https://www.gnu.org/software/m4/
|
||||
Source0: https://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.xz.sig
|
||||
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=m4&download=1#/%{name}.keyring
|
||||
Requires(post): %{install_info_prereq}
|
||||
Requires(preun): %{install_info_prereq}
|
||||
Provides: base:%{_bindir}/m4
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
GNU m4 is an implementation of the traditional Unix macro processor.
|
||||
@ -43,25 +42,27 @@ GNU m4 is an implementation of the traditional Unix macro processor.
|
||||
gl_cv_func_isnanl_works=yes \
|
||||
gl_cv_func_printf_directive_n=yes \
|
||||
gl_cv_func_printf_infinite_long_double=yes
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check || :
|
||||
make %{?_smp_mflags} check
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
%make_install
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||
|
||||
%preun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %%{_infodir}/%{name}.info%{ext_info}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING NEWS THANKS TODO ChangeLog
|
||||
%{_bindir}/*
|
||||
%{_infodir}/*.gz
|
||||
%{_mandir}/*/*
|
||||
%{_bindir}/m4
|
||||
%{_infodir}/m4.info-1%{ext_info}
|
||||
%{_infodir}/m4.info-2%{ext_info}
|
||||
%{_infodir}/m4.info%{ext_info}
|
||||
%{_mandir}/man1/m4.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user