From 4b8b4d26e3b15f2e555d0dc3eaff807c1f14d1ff Mon Sep 17 00:00:00 2001 From: Daniele Branchini Date: Tue, 14 Feb 2017 15:07:00 +0100 Subject: [PATCH] promoted to 3.9, updated fedora specfile --- configure.ac | 2 +- fedora/SPECS/wreport.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 9004e9c..a724a87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(wreport, [3.8], [enrico@enricozini.org]) +AC_INIT(wreport, [3.9], [enrico@enricozini.org]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_HEADER(config.h) diff --git a/fedora/SPECS/wreport.spec b/fedora/SPECS/wreport.spec index 9506c07..c68190c 100644 --- a/fedora/SPECS/wreport.spec +++ b/fedora/SPECS/wreport.spec @@ -1,8 +1,8 @@ Name: wreport -Version: 3.8 -Release: 2 +Version: 3.9 +Release: 1 License: GPL2 -URL: http://www.arpa.emr.it/dettaglio_documento.asp?id=514&idlivello=64 +URL: https://github.com/arpa-simc/%{name} Source0: https://github.com/arpa-simc/%{name}/archive/v%{version}-%{release}.tar.gz#/%{name}-%{version}-%{release}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %if 0%{?rhel} == 7 @@ -191,6 +191,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Tue Feb 14 2017 Daniele Branchini - 3.9-1 +- Added ppt (part per thousand) conversion + * Mon Jan 9 2017 Daniele Branchini - 3.8-2 - Managing python namespace for CentOs 7