[wmnd/f17] New version (0.4.17)

raorn raorn at fedoraproject.org
Thu Jun 14 17:29:45 UTC 2012


commit 843475802a1989d305e622386edea75640533124
Author: Alexey I. Froloff <raorn at raorn.name>
Date:   Thu Jun 14 21:29:20 2012 +0400

    New version (0.4.17)

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 wmnd-0.4.16-0001-Reformat-documentation.patch      |  312 --------------------
 ...date-configure.ac-for-the-latest-autoconf.patch |   56 ----
 ...ollow-the-suggestions-form-Alexey-I.-Frol.patch |   55 ----
 ...-0004-Fix-the-installation-path-of-wmndrc.patch |   24 --
 wmnd.spec                                          |   26 +--
 7 files changed, 7 insertions(+), 469 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b72343a..7f39302 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wmnd-0.4.16.tar.gz
+/wmnd-0.4.17.tar.gz
diff --git a/sources b/sources
index 39c190e..4034003 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7369b40f330506cd687a5d3a630208c4  wmnd-0.4.16.tar.gz
+dbf6d6c42ab3e036388d261d2e7bea16  wmnd-0.4.17.tar.gz
diff --git a/wmnd.spec b/wmnd.spec
index 8e54af9..4fd4a70 100644
--- a/wmnd.spec
+++ b/wmnd.spec
@@ -1,6 +1,6 @@
 Name:		wmnd
-Version:	0.4.16
-Release:	2%{?dist}
+Version:	0.4.17
+Release:	1%{?dist}
 Summary:	Dockapp for monitoring network interfaces
 
 Group:		User Interface/X
@@ -8,15 +8,6 @@ License:	GPLv2+
 URL:		http://www.thregr.org/~wavexx/software/wmnd/
 
 Source:		%{url}/releases/%{name}-%{version}.tar.gz
-# git clone git://src.thregr.org/wmnd
-# pushd wmnd
-# git format-patch %{name}-%{version}
-# for p in 00*; do mv "$p" "../%{name}-%{version}-$p"; done
-# popd
-Patch1:		%{name}-0.4.16-0001-Reformat-documentation.patch
-Patch2:		%{name}-0.4.16-0002-Update-configure.ac-for-the-latest-autoconf.patch
-Patch3:		%{name}-0.4.16-0003-Doc-fixes-follow-the-suggestions-form-Alexey-I.-Frol.patch
-Patch4:		%{name}-0.4.16-0004-Fix-the-installation-path-of-wmndrc.patch
 
 BuildRequires:	autoconf automake git libXext-devel libXpm-devel
 
@@ -30,16 +21,6 @@ display modes and can also monitor remote interfaces through SNMP.
 
 %prep
 %setup -q
-git init
-if [ -z "$GIT_COMMITTER_NAME" ]; then
-    git config user.email "raorn at raorn.name"
-    git config user.name "Alexey I. Froloff"
-fi
-git add -f .
-git commit -a -q -m "%{version} baseline."
-
-# Apply all the patches.
-git am -p1 %{patches} < /dev/null
 
 %build
 autoreconf -fis
@@ -57,6 +38,9 @@ make %{?_smp_mflags}
 %{_mandir}/man1/wmnd.1*
 
 %changelog
+* Thu Jun 14 2012 Alexey I. Froloff <raorn at raorn.name> - 0.4.17-1
+- New version (0.4.17)
+
 * Wed Jun 06 2012 Alexey I. Froloff <raorn at raorn.name> - 0.4.16-2
 - Updated to wmnd-0.4.16-4-gc96f86d
 


More information about the scm-commits mailing list