[smartmontools/f14/master] - updated to 5.40 final

Michal Hlavinka mhlavink at fedoraproject.org
Mon Oct 18 07:13:04 UTC 2010


commit b9b06f224f09f72482a63ae383e2b94e1f0eeac7
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Oct 18 09:13:00 2010 +0200

    - updated to 5.40 final

 .gitignore                      |    1 +
 smartmontools-5.38-lowcap.patch |  205 ---------------------------------------
 smartmontools.spec              |   19 ++---
 sources                         |    2 +-
 4 files changed, 9 insertions(+), 218 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 840291a..4d52241 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 smartmontools-5.39.1.tar.gz
 /smartmontools-r3169.tar.gz
+/smartmontools-5.40.tar.gz
diff --git a/smartmontools.spec b/smartmontools.spec
index 9fce022..e3ab859 100644
--- a/smartmontools.spec
+++ b/smartmontools.spec
@@ -1,24 +1,18 @@
-%global svnrev  r3169
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
-Version:	5.39.1
-Release:	2.%{?svnrev}%{?dist}
+Version:	5.40
+Release:	1%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPLv2+
 URL:		http://smartmontools.sourceforge.net/
-#Source0:	http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Source0:        smartmontools-%{svnrev}.tar.gz
-# ^^^ renamed: http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/?view=tar 
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:	smartd.initd
 Source2:	smartmontools.sysconf
 
 #fedora/rhel specific
 Patch1:		smartmontools-5.38-defaultconf.patch
 
-#libcap-ng new feature, testing for now
-#Patch2:		smartmontools-5.38-lowcap.patch
-
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires:	fileutils mailx chkconfig initscripts
 BuildRequires:	readline-devel ncurses-devel automake util-linux groff gettext
@@ -33,10 +27,8 @@ utilities will provide advanced warning of disk degradation and
 failure.
 
 %prep
-%setup -q -n %{name}
+%setup -q 
 %patch1 -p1 -b .defaultconf
-#%patch2 -p1 -b .lowcap
-
 # fix encoding
 for fe in AUTHORS CHANGELOG
 do
@@ -93,6 +85,9 @@ fi
 %{_datadir}/%{name}/drivedb.h
 
 %changelog
+* Mon Oct 18 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:5.40-1
+- updated to 5.40 final
+
 * Mon Sep 27 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:5.39.1-2.r3169
 - updated to r3169
 - ddds riverdb support for new devices (#637171)
diff --git a/sources b/sources
index 278c094..ec7f2fd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32e801371691122eeed93529dd4de620  smartmontools-r3169.tar.gz
+0f0be0239914ad87830a4fff594bda5b  smartmontools-5.40.tar.gz


More information about the scm-commits mailing list