update pkgconf file version to 1.2.8

This commit is contained in:
Thomas Sailer 2019-08-06 01:18:27 +02:00
parent 73c76d7af1
commit 726763bed9
2 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: mingw-zlib
Version: 1.2.8
Release: 11%{?dist}
Release: 12%{?dist}
Summary: MinGW Windows zlib compression library
License: zlib
@ -167,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_mandir}
%changelog
* Tue Aug 06 2019 Thomas Sailer <t.sailer@alumni.ethz.ch> - 1.2.8-12
- update pkgconf file version to 1.2.8
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

View File

@ -32,7 +32,7 @@ diff -urN zlib-1.2.3.orig/Makefile.am zlib-1.2.3.kasal/Makefile.am
+ infflate.h
+
+# Use -version-number to match the file name used before autoconfiscation.
+libz_la_LDFLAGS = -version-number 1:2:5 -no-undefined
+libz_la_LDFLAGS = -version-number 1:2:8 -no-undefined
+
+include_HEADERS = zlib.h
+nodist_include_HEADERS = zconf.h
@ -79,7 +79,7 @@ diff -urN zlib-1.2.3.orig/configure.ac zlib-1.2.3.kasal/configure.ac
+# -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
+AC_INIT([zlib], [1.2.5], [bugzilla.redhat.com])
+AC_INIT([zlib], [1.2.8], [bugzilla.redhat.com])
+AC_CONFIG_SRCDIR([gzlib.c])
+AC_CONFIG_MACRO_DIR([m4])
+AM_INIT_AUTOMAKE([foreign])