new upstream release 1.14.0

This commit is contained in:
David Tardon 2017-05-02 21:55:25 +02:00
commit e73ee23f77
5 changed files with 9 additions and 79 deletions

View file

@ -1,16 +1,14 @@
%global apiversion 1.13
%global apiversion 1.14
Name: cppunit
Version: 1.13.2
Release: 3%{?dist}
Version: 1.14.0
Release: 1%{?dist}
Summary: C++ unit testing framework
# no license in files
License: LGPLv2+
Url: https://www.freedesktop.org/wiki/Software/cppunit/
Source: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.gz
Patch0: 0001-Update-FSF-address-in-LGPL-license.patch
Patch1: 0001-convert-to-UTF-8.patch
Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.gz
BuildRequires: doxygen
BuildRequires: graphviz
@ -60,7 +58,6 @@ cp -a examples __dist-examples
make -C __dist-examples distclean
# Makefile.am files are left as documentation
find __dist-examples \( -name Makefile.in -o -name .cvsignore -o -name '*.dsw' -o -name '*.dsp' \) -exec rm {} \;
chmod a-x __dist-examples/qt/run.bat
mkdir __dist-examples-dir
mv __dist-examples __dist-examples-dir/examples
@ -86,6 +83,9 @@ mv __dist-examples __dist-examples-dir/examples
%doc doc/html
%changelog
* Tue May 02 2017 David Tardon <dtardon@redhat.com> - 1.14.0-1
- new upstream release
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild