- Update to 2.7.902a

This commit is contained in:
Tomas Bzatek 2010-01-06 14:07:33 +00:00
parent ddcc36c35a
commit e11ed8d5b7
4 changed files with 9 additions and 20 deletions

View File

@ -1 +1 @@
libarchive-2.7.1.tar.gz
libarchive-2.7.902a.tar.gz

View File

@ -1,12 +0,0 @@
diff -up libarchive-2.7.0/Makefile.am.orig libarchive-2.7.0/Makefile.am
--- libarchive-2.7.0/Makefile.am.orig 2009-04-08 09:37:15.000000000 +0200
+++ libarchive-2.7.0/Makefile.am 2009-05-12 14:12:39.000000000 +0200
@@ -23,7 +23,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-bsd
# Especially for early development, we want to be a little
# aggressive about diagnosing build problems; this can get
# relaxed somewhat in final shipping versions.
-AM_CFLAGS=-Wall -Werror
+AM_CFLAGS=-Wall
#
# What to include in the distribution

View File

@ -1,6 +1,6 @@
Name: libarchive
Version: 2.7.1
Release: 2%{?dist}
Version: 2.7.902a
Release: 1%{?dist}
Summary: A library for handling streaming archive formats
Group: System Environment/Libraries
@ -10,9 +10,6 @@ Source0: http://libarchive.googlecode.com/files/libarchive-%{version}.tar
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Disable -Werror
Patch0: libarchive-2.7.0-disable-werror.patch
BuildRequires: bison
BuildRequires: sharutils
BuildRequires: zlib-devel
@ -22,6 +19,7 @@ BuildRequires: e2fsprogs-devel
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: openssl-devel
BuildRequires: libxml2-devel
# The patch touches Makefile.am files:
BuildRequires: automake autoconf
@ -45,7 +43,6 @@ developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1 -b .werror
%build
@ -86,9 +83,13 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%{_mandir}/*/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%changelog
* Wed Jan 6 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.7.902a-1
- Update to 2.7.902a
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.7.1-2
- rebuilt with new openssl

View File

@ -1 +1 @@
f43382413b4457d0e192771b100a66e7 libarchive-2.7.1.tar.gz
012bd646cf174d51d7448bd50d3c4123 libarchive-2.7.902a.tar.gz