new upstream release - 2.02
This commit is contained in:
parent
eb478e3228
commit
88b6627c37
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
units-1.88.tar.gz
|
||||
/units-2.00.tar.gz
|
||||
/units-2.01.tar.gz
|
||||
/units-2.02.tar.gz
|
||||
|
@ -1,26 +0,0 @@
|
||||
From f43447efb1b382f90506dfbe745de00e32f1d615 Mon Sep 17 00:00:00 2001
|
||||
From: Kamil Dudka <kdudka@redhat.com>
|
||||
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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
81bf85937c56fbbd04b16f2f3f9d8526 units-2.01.tar.gz
|
||||
16b68a8437cb51da43f4cd267659e15e units-2.02.tar.gz
|
||||
|
Binary file not shown.
BIN
units-2.02.tar.gz.sig
Normal file
BIN
units-2.02.tar.gz.sig
Normal file
Binary file not shown.
11
units.spec
11
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 <kdudka@redhat.com> - 2.02-1
|
||||
- new upstream release
|
||||
|
||||
* Mon May 20 2013 Kamil Dudka <kdudka@redhat.com> - 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
|
||||
|
Loading…
Reference in New Issue
Block a user