From 35075a55431a75338a8028829cb832b0123fc3f7 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Feb 16 2013 15:00:26 +0000 Subject: Update to upstream version 0.14 --- diff --git a/.gitignore b/.gitignore index 7152d64..94127c4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /nwipe-0.11.tar.gz /nwipe-0.12.tar.gz /nwipe-0.13.tar.gz +/nwipe-0.14.tar.gz diff --git a/nwipe-0.13-configure.patch b/nwipe-0.13-configure.patch deleted file mode 100644 index 5fdee37..0000000 --- a/nwipe-0.13-configure.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- nwipe-0.13/configure.ac 2013-02-03 23:08:27.000000000 +0100 -+++ nwipe-0.13.new/configure.ac 2013-02-10 15:55:26.258604270 +0100 -@@ -20,7 +20,11 @@ - [ - CFLAGS="${CFLAGS} ${PANEL_CFLAGS}" - LIBS="${LIBS} ${PANEL_LIBS}" -- ], -+ ]) -+ -+PKG_CHECK_MODULES( -+ [NCURSES], -+ [ncurses], - [ - AC_CHECK_LIB([ncurses], [delscreen], [ - LIBS="-lncurses $LIBS" diff --git a/nwipe.spec b/nwipe.spec index ae2c1e2..c92c5f5 100644 --- a/nwipe.spec +++ b/nwipe.spec @@ -1,6 +1,6 @@ Name: nwipe -Version: 0.13 -Release: 3%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Securely erase disks using a variety of recognized methods Group: Applications/System @@ -8,14 +8,8 @@ License: GPLv2 URL: http://nwipe.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -#Detect ncurses modules independently on panel -#Reported upstream in https://sourceforge.net/tracker/?func=detail&atid=1302269&aid=3604008&group_id=309235 -Patch0: nwipe-0.13-configure.patch - BuildRequires: parted-devel BuildRequires: ncurses-devel -BuildRequires: autoconf -BuildRequires: automake #For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -34,7 +28,6 @@ a few changes: %prep %setup -q -%patch0 -p 1 -b .configure %build autoreconf @@ -59,8 +52,8 @@ rm -rf %{buildroot} %{_mandir}/man1/%{name}.1.gz %changelog -* Sun Feb 10 2013 Michal Ambroz 0.13-3 -- addedd dependency on autoconf, automake +* Sat Feb 16 2013 Michal Ambroz 0.14-1 +- upgrade to version 0.14 * Sun Feb 10 2013 Michal Ambroz 0.13-2 - patched build to check for ncurses independently from panel diff --git a/sources b/sources index a6efbcf..7552a51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3fb3cd74172fe1c2fbe90d01fb4230f5 nwipe-0.13.tar.gz +a1ac88e8205e814b26d956c2b0461dc0 nwipe-0.14.tar.gz