From 4c717c244d8dae87bfcf6179e1d6c0e2489c4847 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 26 Sep 2016 11:44:02 +0200 Subject: [PATCH] Add changelog --- libdvbpsi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libdvbpsi.spec b/libdvbpsi.spec index b3c9579..e83a42c 100644 --- a/libdvbpsi.spec +++ b/libdvbpsi.spec @@ -1,7 +1,7 @@ Summary: Library for MPEG TS and DVB PSI tables decoding and generation Name: libdvbpsi Version: 1.3.0 -Release: 2%{?pre}%{?dist} +Release: 3%{?pre}%{?dist} License: LGPLv2+ URL: http://www.videolan.org/developers/libdvbpsi.html Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}%{?pre}.tar.bz2 @@ -65,6 +65,11 @@ rm -f %{buildroot}%{_libdir}/lib*.la %changelog +* Mon Sep 26 2016 Nicolas Chauvet - 1.3.0-3 +- Add doc sub-package +- clean mixed tab and space +- add %%{?_smp_mflags} for doc + * Thu Sep 15 2016 Nicolas Chauvet - 1.3.0-2 - Spec file clean-up