[openlibm] New upstream version 0.4.

Milan Bouchet-Valat nalimilan at fedoraproject.org
Tue Jul 29 09:31:32 UTC 2014


commit 6144e73194c9cc74473d10ad910d3c5653a64960
Author: Milan Bouchet-Valat <nalimilan at club.fr>
Date:   Tue Jul 29 11:24:23 2014 +0200

    New upstream version 0.4.

 .gitignore    |    1 +
 openlibm.spec |   15 ++++++++++-----
 sources       |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1255c7d..99a0266 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openlibm-0.3.tar.gz
+/openlibm-0.4.tar.gz
diff --git a/openlibm.spec b/openlibm.spec
index 2103a3c..a0bce86 100644
--- a/openlibm.spec
+++ b/openlibm.spec
@@ -2,8 +2,8 @@
 
 Summary:        High quality system independent, open source libm
 Name:           openlibm
-Version:        0.3
-Release:        7%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 License:        BSD and MIT and ISC and Public Domain
 Group:          System Environment/Libraries
 Source0:        https://github.com/JuliaLang/openlibm/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -41,9 +41,9 @@ Static %{name} library.
 %setup -q %{name}-%{version}
 
 # File under the Apple Public Source License Version 1.1
-rm -f deps/openlibm/test/ieeetestnew.c
+rm -f test/ieeetestnew.c
 # File under the Apple Public Source License Version 2.0
-rm -f deps/openlibm/i387/osx_asm.h
+rm -f i387/osx_asm.h
 
 %build
 # openlibm uses the arch name to choose which directory to build
@@ -83,10 +83,11 @@ rm %{buildroot}/%{_libdir}/libopenlibm.a
 
 %files
 %doc LICENSE.md README.md
-%{_libdir}/libopenlibm.so.0*
+%{_libdir}/libopenlibm.so.1*
 
 %files devel
 %{_libdir}/libopenlibm.so
+%{_libdir}/pkgconfig/openlibm.pc
 %{_includedir}/openlibm.h
 %{_includedir}/openlibm/
 
@@ -96,6 +97,10 @@ rm %{buildroot}/%{_libdir}/libopenlibm.a
 %endif
 
 %changelog
+* Sun Jul 27 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 0.4-1
+- New upstream release.
+- Fix path of two files to remove.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 5572d63..7610015 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a587330722bf12536c414e9c702bf6a  openlibm-0.3.tar.gz
+c4f38afe7482ea890aae6948694509b1  openlibm-0.4.tar.gz


More information about the scm-commits mailing list