From 022259b3823a32223a976286d537da73746d2a97 Mon Sep 17 00:00:00 2001 From: Richard Fearn Date: Sep 03 2016 13:25:36 +0000 Subject: Update to new upstream version 1.12 (#1370824) - drop ncdu-wait-macros.patch --- diff --git a/.gitignore b/.gitignore index 07476f7..a40cb8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ ncdu-1.5.tar.gz /ncdu-1.11.tar.gz +/ncdu-1.12.tar.gz diff --git a/ncdu-wait-macros.patch b/ncdu-wait-macros.patch deleted file mode 100644 index a954c2c..0000000 --- a/ncdu-wait-macros.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur ncdu-1.11.orig/src/shell.c ncdu-1.11/src/shell.c ---- ncdu-1.11.orig/src/shell.c 2014-12-14 15:13:08.000000000 +0100 -+++ ncdu-1.11/src/shell.c 2015-04-07 20:03:34.427133708 +0200 -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include - - void shell_draw() { - char *full_path; diff --git a/ncdu.spec b/ncdu.spec index 4561e2e..10bd2ca 100644 --- a/ncdu.spec +++ b/ncdu.spec @@ -1,22 +1,12 @@ Name: ncdu -Version: 1.11 +Version: 1.12 Release: 1%{?dist} Summary: Text-based disk usage viewer Group: Applications/File License: MIT URL: http://dev.yorhel.nl/ncdu/ -Source0: http://dev.yorhel.nl/download/ncdu-1.11.tar.gz - -# This patch fixes bug 64 (http://dev.yorhel.nl/ncdu/bug/64), which had already -# been fixed in git when I reported it upstream: -# -# http://g.blicky.net/ncdu.git/commit/?id=29f347c19cb7ad17c4b401e1d984fce8eafaaafa -# -# So this patch can probably be dropped when the next upstream version is -# released. -# -Patch0: ncdu-wait-macros.patch +Source0: http://dev.yorhel.nl/download/ncdu-1.12.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,7 +18,6 @@ and provides a fast way to see what directories are using your disk space. %prep %setup -q -%patch0 -p1 %build %configure @@ -48,6 +37,9 @@ rm -rf %{buildroot} %{_bindir}/ncdu %changelog +* Sat Aug 27 2016 Richard Fearn - 1.12-1 +- Update to new upstream version 1.12 (#1370824) + * Tue Apr 07 2015 Richard Fearn - 1.11-1 - Update to new upstream version 1.11 (#1209036) diff --git a/sources b/sources index 2ebc6f7..a5db397 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e44240a5356b029f05f0e70a63c4d12 ncdu-1.11.tar.gz +7365ac46c420bc511621216b1747984f ncdu-1.12.tar.gz