[mingw-libarchive] New upstream release.

mooninite mooninite at fedoraproject.org
Sat Jan 19 18:46:42 UTC 2013


commit d19739129c2868d7143f4da0593cb55cc0c84bf0
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Sat Jan 19 12:46:31 2013 -0600

    New upstream release.

 .gitignore            |    1 +
 mingw-libarchive.spec |   14 +++++++++-----
 sources               |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19a02c5..954eff0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libarchive-3.0.4.tar.gz
+/libarchive-3.1.1.tar.gz
diff --git a/mingw-libarchive.spec b/mingw-libarchive.spec
index 6af1f71..24d895a 100644
--- a/mingw-libarchive.spec
+++ b/mingw-libarchive.spec
@@ -1,8 +1,8 @@
 %{?mingw_package_header}
 
 Name:           mingw-libarchive
-Version:        3.0.4
-Release:        3%{?dist}
+Version:        3.1.1
+Release:        1%{?dist}
 Summary:        MinGW package for handling streaming archive formats
 
 License:        BSD
@@ -118,8 +118,9 @@ libarchive packages.
 
 
 %build
+build/autogen.sh
 %mingw_configure
-%mingw_make %{?_smp_mflags}
+%mingw_make %{?_smp_mflags} V=1
 
 
 %install
@@ -138,7 +139,7 @@ rm -r $RPM_BUILD_ROOT/%{mingw64_prefix}/share
 # Win32
 %files -n mingw32-libarchive
 %doc COPYING README
-%{mingw32_bindir}/libarchive-12.dll
+%{mingw32_bindir}/libarchive-13.dll
 %{mingw32_includedir}/archive.h
 %{mingw32_includedir}/archive_entry.h
 %{mingw32_libdir}/libarchive.dll.a
@@ -157,7 +158,7 @@ rm -r $RPM_BUILD_ROOT/%{mingw64_prefix}/share
 # Win64
 %files -n mingw64-libarchive
 %doc COPYING README
-%{mingw64_bindir}/libarchive-12.dll
+%{mingw64_bindir}/libarchive-13.dll
 %{mingw64_includedir}/archive.h
 %{mingw64_includedir}/archive_entry.h
 %{mingw64_libdir}/libarchive.dll.a
@@ -174,6 +175,9 @@ rm -r $RPM_BUILD_ROOT/%{mingw64_prefix}/share
 
 
 %changelog
+* Sat Jan 19 2013 Michael Cronenworth <mike at cchtml.com> - 3.1.1-1
+- New upstream release.
+
 * Tue Nov 20 2012 Michael Cronenworth <mike at cchtml.com> - 3.0.4-3
 - Package description fixes.
 
diff --git a/sources b/sources
index 1f11f65..3c98732 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af443ca9a10ddbcbf00f7ae34ca7fc16  libarchive-3.0.4.tar.gz
+b482463d73370bdbe8e234095a6ef6c9  libarchive-3.1.1.tar.gz


More information about the scm-commits mailing list