From 7a4111b21f735b773b13638b805b801b3e1fa1a7 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Dec 07 2010 12:43:21 +0000 Subject: update to 1.03 --- diff --git a/.gitignore b/.gitignore index b854ab7..ffd9802 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ lzop-1.02rc1.tar.gz +/lzop-1.03.tar.gz diff --git a/lzop.spec b/lzop.spec index 0fa2517..180ccfe 100644 --- a/lzop.spec +++ b/lzop.spec @@ -1,15 +1,13 @@ -%define archivever 1.02rc1 - Name: lzop -Version: 1.02 -Release: 0.9.rc1%{?dist} +Version: 1.03 +Release: 1%{?dist} Summary: Real-time file compressor Group: Applications/Archiving License: GPLv2+ URL: http://www.%{name}.org/ -Source: http://www.%{name}.org/download/%{name}-%{archivever}.tar.gz +Source: http://www.%{name}.org/download/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: lzo-devel @@ -23,7 +21,7 @@ lzop was designed with reliability, speed, portibility and as a reasonable drop-in compatiblity to gzip. %prep -%setup -q -n %{name}-%{archivever} +%setup -q %build %configure @@ -43,6 +41,9 @@ rm -fr %{buildroot} %attr(0755,root,root) %{_bindir}/* %changelog +* Tue Dec 07 2010 Kamil Dudka - 1.03-1 +- update to 1.03 + * Wed Mar 03 2010 Kamil Dudka - 1.02-0.9.rc1 - license changed to GPLv2+ - added -q option to %%setup diff --git a/sources b/sources index dad0183..dab3780 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b999030716b1353c3dac049b269df7a lzop-1.02rc1.tar.gz +006c5e27fb78cdd14a628fdfa5aa1905 lzop-1.03.tar.gz