diff --git a/.gitignore b/.gitignore index 64697d2..479c0f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ -libatasmart-0.17.tar.gz +/libatasmart-0.17.tar.gz /libatasmart-0.18.tar.gz +/.build-* +*.src.rpm +/x86_64/ +libatasmart-*/ diff --git a/libatasmart.spec b/libatasmart.spec index e9be3e8..2c45d89 100644 --- a/libatasmart.spec +++ b/libatasmart.spec @@ -1,6 +1,6 @@ Name: libatasmart -Version: 0.17 -Release: 3%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: ATA S.M.A.R.T. Disk Health Monitoring Library Group: System Environment/Libraries Source0: http://0pointer.de/public/libatasmart-%{version}.tar.gz @@ -9,9 +9,6 @@ Url: http://git.0pointer.de/?p=libatasmart.git;a=summary BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libudev-devel -# https://bugs.freedesktop.org/show_bug.cgi?id=25543 -Patch0: libatasmart-uninitialized-var.patch - %description A scmall and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring. @@ -31,7 +28,6 @@ Development Files for libatasmart Client Development %prep %setup -q -%patch0 -p1 -b .uninitialized-var.patch %build %configure --disable-static @@ -62,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %doc blob-examples/SAMSUNG* blob-examples/ST* blob-examples/Maxtor* blob-examples/WDC* blob-examples/FUJITSU* blob-examples/INTEL* blob-examples/TOSHIBA* blob-examples/MCC* %changelog +* Tue Oct 11 2011 Lennart Poettering - 0.18-1 +- New upstream release + * Mon Feb 07 2011 Fedora Release Engineering - 0.17-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild