From d83198dff5aff45b9f7f4ab47960da02882cbf05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Aug 2016 07:45:10 +0200 Subject: libbson: 1.4.0 --- libbson-dev.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/libbson-dev.spec b/libbson-dev.spec index 5898732..058b1fb 100644 --- a/libbson-dev.spec +++ b/libbson-dev.spec @@ -8,10 +8,10 @@ # Please, preserve the changelog entries # -%global prever beta1 +#global prever beta1 Name: libbson Version: 1.4.0 -Release: 0.1.%{prever}%{?dist} +Release: 1%{?dist} Summary: Building, parsing, and iterating BSON documents Group: System Environment/Libraries ## Installed: @@ -97,13 +97,6 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} find %{buildroot} -name '*.la' -exec rm -f '{}' + -# Move ambiguously named manual pages into package-specific directory -# -#install -d -m 0755 %{buildroot}%{_docdir}/%{name}-devel -#for P in clock creating endianness errors index installing json memory \ -# oid parsing performance threading utf8 version; do -# mv %{buildroot}%{_mandir}/man3/"$P".3 %{buildroot}%{_docdir}/%{name}-devel -#done # Install examples here because it's forbidden to use relative %%doc with # installing into %%_pkgdocdir install -d -m 0755 %{buildroot}%{_docdir}/%{name}-devel/examples @@ -138,6 +131,9 @@ make %{?_smp_mflags} check %changelog +* Thu Aug 11 2016 Remi Collet - 1.4.0-1 +- update to 1.4.0 + * Mon Aug 8 2016 Remi Collet - 1.4.0-0.1.beta1 - update to 1.4.0-beta1 -- cgit