[libcutl] Updated to 1.9.0

Dave Johansen daveisfera at fedoraproject.org
Thu Feb 12 03:41:13 UTC 2015


commit aa3b723f175e6a2023efb4b6a5ed5aff84377e30
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Wed Feb 11 20:40:57 2015 -0700

    Updated to 1.9.0

 .gitignore   |    1 +
 libcutl.spec |   12 +++++++-----
 sources      |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 165a2fe..6d90d8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libcutl-1.7.1.tar.bz2
 /libcutl-1.8.0.tar.bz2
 /libcutl-1.8.1.tar.bz2
+/libcutl-1.9.0.tar.bz2
diff --git a/libcutl.spec b/libcutl.spec
index b288a92..e5b24ff 100644
--- a/libcutl.spec
+++ b/libcutl.spec
@@ -1,12 +1,12 @@
 Name:           libcutl
-Version:        1.8.1
-Release:        2%{?dist}
+Version:        1.9.0
+Release:        1%{?dist}
 Summary:        C++ utility library from Code Synthesis
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://www.codesynthesis.com/projects/libcutl/
-Source0:        http://www.codesynthesis.com/download/libcutl/1.8/%{name}-%{version}.tar.bz2
+Source0:        http://www.codesynthesis.com/download/libcutl/1.9/%{name}-%{version}.tar.bz2
 Patch0:         libcutl_no_boost_license.patch
 
 # Set BuildRoot for compatibility with EPEL <= 5
@@ -76,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %doc LICENSE
-%{_libdir}/libcutl-1.8.so
+%{_libdir}/libcutl-1.9.so
 # Exclude the documentation that doesn't need to be packaged
 %exclude %{_datadir}/doc/%{name}/INSTALL
 %exclude %{_datadir}/doc/%{name}/LICENSE
@@ -92,10 +92,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 11 2015 Dave Johansen <davejohansen at gmail.com> 1.9.0-1
+- Updated to 1.9.0
+
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 1.8.1-2
 - Rebuild for boost 1.57.0
 
-
 * Wed Sep 03 2014 Dave Johansen <davejohansen at gmail.com> 1.8.1-1
 - Updated to 1.8.1
 
diff --git a/sources b/sources
index 680a03c..c25c942 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9cc9741bf7a09eb397a7f5d321becdad  libcutl-1.8.1.tar.bz2
+54cf1f421a520e79dd06c436a8b968d3  libcutl-1.9.0.tar.bz2


More information about the scm-commits mailing list