From 59f48dbc460ef6e51a5825e72bc127e49c308533 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 14 Nov 2011 16:44:22 +0100 Subject: [PATCH] Update to 3.0.0a (alpha release) --- .gitignore | 1 + libarchive.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 74ba667..b8d2244 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libarchive-2.8.4.tar.gz /libarchive-2.8.5.tar.gz +/libarchive-3.0.0a.tar.gz diff --git a/libarchive.spec b/libarchive.spec index 34c4f30..ff2e698 100644 --- a/libarchive.spec +++ b/libarchive.spec @@ -1,12 +1,14 @@ +%define alphatag a + Name: libarchive -Version: 2.8.5 -Release: 1%{?dist} +Version: 3.0.0 +Release: 0.1.%{alphatag}%{?dist} Summary: A library for handling streaming archive formats Group: System Environment/Libraries License: BSD URL: http://code.google.com/p/libarchive/ -Source0: http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz +Source0: http://libarchive.googlecode.com/files/libarchive-%{version}%{alphatag}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,6 +22,7 @@ BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: openssl-devel BuildRequires: libxml2-devel +BuildRequires: libunistring-devel %description @@ -39,7 +42,7 @@ developing applications that use %{name}. %prep -%setup -q +%setup -q -n %{name}-%{version}%{alphatag} %build @@ -82,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 14 2011 Tomas Bzatek - 3.0.0-0.1.a +- Update to 3.0.0a (alpha release) + * Mon Sep 5 2011 Tomas Bzatek - 2.8.5-1 - Update to 2.8.5 diff --git a/sources b/sources index cc1b6c0..6d9562f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9caf51dcf6213e9c9f5a1c27448b9c90 libarchive-2.8.5.tar.gz +dbd1100d76df9dc09f832ee42be6d013 libarchive-3.0.0a.tar.gz