From de31049f219f7da15c07b28e03c4faf2c5f50320 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Aug 03 2011 13:37:18 +0000 Subject: Update to 1.4.8 bugfix release --- diff --git a/.gitignore b/.gitignore index eea5119..878019a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ asio-1.4.1.tar.gz +/asio-1.4.8.tar.bz2 diff --git a/asio.spec b/asio.spec index 2fc66d3..92af8ea 100644 --- a/asio.spec +++ b/asio.spec @@ -3,14 +3,12 @@ Summary: A cross-platform C++ library for network programming Name: asio -Version: 1.4.1 -Release: 4%{?dist} +Version: 1.4.8 +Release: 1%{?dist} URL: http://sourceforge.net/projects/asio/ -Source0: http://downloads.sourceforge.net/asio/asio-%{version}.tar.gz -Patch0: asio-ssl.patch +Source0: http://downloads.sourceforge.net/asio/asio-%{version}.tar.bz2 License: Boost Group: System Environment/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel BuildRequires: boost-devel @@ -34,21 +32,16 @@ modern C++ approach. %prep %setup -q -%patch0 -p1 %build %configure %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT nobase_includeHEADERS_INSTALL='install -D -p -m644' %check make %{?_smp_mflags} -%clean -rm -rf $RPM_BUILD_ROOT - %files devel %defattr(-,root,root,-) %doc COPYING LICENSE_1_0.txt doc/* @@ -57,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/asio.hpp %changelog +* Tue Aug 3 2011 Peter Robinson - 1.4.8-1 +- Update to 1.4.8 bugfix release + * Mon Feb 07 2011 Fedora Release Engineering - 1.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 30fe18f..5d30325 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7335e00c98e77e86015bb3e27fe8c019 asio-1.4.1.tar.gz +bc2ca8ea37892870d194421154df122f asio-1.4.8.tar.bz2