- updated to 1.4.0
This commit is contained in:
parent
c2079c8084
commit
e8a452a3c1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/qclib-1.2.0.tgz
|
/qclib-1.2.0.tgz
|
||||||
/qclib-1.3.0.tgz
|
/qclib-1.3.0.tgz
|
||||||
/qclib-1.3.1.tgz
|
/qclib-1.3.1.tgz
|
||||||
|
/qclib-1.4.0.tgz
|
||||||
|
@ -3,7 +3,7 @@ diff -up qclib-1.3.1/Makefile.docdir qclib-1.3.1/Makefile
|
|||||||
+++ qclib-1.3.1/Makefile 2017-12-04 14:15:08.000000000 +0100
|
+++ qclib-1.3.1/Makefile 2017-12-04 14:15:08.000000000 +0100
|
||||||
@@ -6,6 +6,7 @@
|
@@ -6,6 +6,7 @@
|
||||||
# bugfix: Bugfixes only
|
# bugfix: Bugfixes only
|
||||||
VERSION = 1.3.1
|
VERSION = 1.4.0
|
||||||
VERM = $(shell echo $(VERSION) | cut -d '.' -f 1)
|
VERM = $(shell echo $(VERSION) | cut -d '.' -f 1)
|
||||||
+DOCDIR ?= /usr/share/doc/packages/
|
+DOCDIR ?= /usr/share/doc/packages/
|
||||||
CFLAGS ?= -g -Wall -O2
|
CFLAGS ?= -g -Wall -O2
|
@ -1,12 +1,12 @@
|
|||||||
Name: qclib
|
Name: qclib
|
||||||
Version: 1.3.1
|
Version: 1.4.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for extraction of system information for Linux on z Systems
|
Summary: Library for extraction of system information for Linux on z Systems
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.ibm.com/developerworks/linux/linux390/qclib.html
|
URL: http://www.ibm.com/developerworks/linux/linux390/qclib.html
|
||||||
Source0: http://public.dhe.ibm.com/software/dw/linux390/ht_src/%{name}-%{version}.tgz
|
Source0: http://public.dhe.ibm.com/software/dw/linux390/ht_src/%{name}-%{version}.tgz
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1306280
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1306280
|
||||||
Patch0: %{name}-1.3.1-docdir.patch
|
Patch0: %{name}-1.4.0-docdir.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1552658
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1552658
|
||||||
Patch1: %{name}-1.3.1-ldflags.patch
|
Patch1: %{name}-1.3.1-ldflags.patch
|
||||||
ExclusiveArch: s390 s390x
|
ExclusiveArch: s390 s390x
|
||||||
@ -81,6 +81,9 @@ make test-sh test
|
|||||||
%{_libdir}/libqc*.a
|
%{_libdir}/libqc*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 18 2018 Dan Horák <dan[at]danny.cz> - 1.4.0-1
|
||||||
|
- updated to 1.4.0
|
||||||
|
|
||||||
* Mon Mar 12 2018 Dan Horák <dan[at]danny.cz> - 1.3.1-3
|
* Mon Mar 12 2018 Dan Horák <dan[at]danny.cz> - 1.3.1-3
|
||||||
- fix LDFLAGS injection (#1552658)
|
- fix LDFLAGS injection (#1552658)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qclib-1.3.1.tgz) = 348ee71c9e56d513ef576d8d382e90a304499ffc211bc77abd78894f1357bc64d5e951ff476fa65cecbd87e8163557b0dbaeb4a15dd33ca51a0254b352e18338
|
SHA512 (qclib-1.4.0.tgz) = 2cece1601bf5c4c2bc0b40f1c807f364974280946c66a54c8d2420d34b7f05a8882b47bf77ab31ccab5e6eab78964b63f0824170ef1a29642c65e7e62d885a73
|
||||||
|
Loading…
Reference in New Issue
Block a user