diff --git a/.gitignore b/.gitignore index 4b2d472..951731b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ units-1.88.tar.gz /units-2.00.tar.gz /units-2.01.tar.gz +/units-2.02.tar.gz diff --git a/0001-units.man-mention-the-verbose-check-option.patch b/0001-units.man-mention-the-verbose-check-option.patch deleted file mode 100644 index 1453637..0000000 --- a/0001-units.man-mention-the-verbose-check-option.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f43447efb1b382f90506dfbe745de00e32f1d615 Mon Sep 17 00:00:00 2001 -From: Kamil Dudka -Date: Mon, 20 May 2013 15:17:32 +0200 -Subject: [PATCH] units.man: mention the --verbose-check option - -... as an alias to --check-verbose since units --help mentions it ---- - units.man | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/units.man b/units.man -index d1762b5..483e1e4 100644 ---- a/units.man -+++ b/units.man -@@ -1627,7 +1627,7 @@ in the current locale are checked. You should always run - with this option after modifying a units data file. - .PP - .TP --.BR "-\^-\^check-verbose" -+.BR "-\^-\^check-verbose" ", " "-\^-\^verbose-check" - Like the - .CQ "--check" - option, this option prints a list of units that --- -1.7.1 - diff --git a/sources b/sources index 6014cf9..72cb2b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81bf85937c56fbbd04b16f2f3f9d8526 units-2.01.tar.gz +16b68a8437cb51da43f4cd267659e15e units-2.02.tar.gz diff --git a/units-2.01.tar.gz.sig b/units-2.01.tar.gz.sig deleted file mode 100644 index e6871e7..0000000 Binary files a/units-2.01.tar.gz.sig and /dev/null differ diff --git a/units-2.02.tar.gz.sig b/units-2.02.tar.gz.sig new file mode 100644 index 0000000..251726c Binary files /dev/null and b/units-2.02.tar.gz.sig differ diff --git a/units.spec b/units.spec index 98e87cd..1882789 100644 --- a/units.spec +++ b/units.spec @@ -1,7 +1,7 @@ Summary: A utility for converting amounts from one unit to another Name: units -Version: 2.01 -Release: 3%{?dist} +Version: 2.02 +Release: 1%{?dist} Source: ftp://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz URL: http://www.gnu.org/software/units/units.html License: GPLv3+ @@ -12,9 +12,6 @@ BuildRequires: bison BuildRequires: ncurses-devel BuildRequires: readline-devel -# mention the --check-verbose option in units.1 man page -Patch1: 0001-units.man-mention-the-verbose-check-option.patch - %description Units converts an amount from one unit to another, or tells you what mathematical operation you need to perform to convert from one unit to @@ -23,7 +20,6 @@ well as conversions such as Fahrenheit to Celsius. %prep %setup -q -%patch1 -p1 %build %configure @@ -58,6 +54,9 @@ fi %{_mandir}/man1/* %changelog +* Mon Jul 15 2013 Kamil Dudka - 2.02-1 +- new upstream release + * Mon May 20 2013 Kamil Dudka - 2.01-3 - provide a man page for units_cur as a symlink to units.1 - mention the --check-verbose option in units.1 man page