[cryptominisat] New upstream release. Project files now carry the MIT license.

Jerry James jjames at fedoraproject.org
Mon Aug 6 20:46:20 UTC 2012


commit e18ef9b1fea16ecf46c65ad60566d1d58a802e94
Author: Jerry James <loganjerry at gmail.com>
Date:   Mon Aug 6 14:45:56 2012 -0600

    New upstream release.
    Project files now carry the MIT license.

 .gitignore         |    2 +-
 cryptominisat.spec |   25 ++++++++++++++-----------
 sources            |    2 +-
 3 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14b92d9..c276ac1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/cryptominisat-2.9.3.tar.gz
+/cmsat-2.9.5.tar.gz
diff --git a/cryptominisat.spec b/cryptominisat.spec
index 7cef533..4fb5092 100644
--- a/cryptominisat.spec
+++ b/cryptominisat.spec
@@ -1,14 +1,13 @@
 Name:           cryptominisat
-Version:        2.9.3
-Release:        2%{?dist}
+Version:        2.9.5
+Release:        1%{?dist}
 Summary:        SAT solver
 
-# Some source files were borrowed from minisat2, which is MIT-licensed.
 # The Mersenne Twister implementation is BSD-licensed.
-# Original sources for this project are licensed GPL v3 or later.
-License:        GPLv3+
-URL:            http://www.msoos.org/cryptominisat2
-Source0:        https://gforge.inria.fr/frs/download.php/30588/%{name}-%{version}.tar.gz
+# All other files are MIT-licensed.
+License:        MIT
+URL:            http://www.msoos.org/cryptominisat2/
+Source0:        https://gforge.inria.fr/frs/download.php/31107/cmsat-%{version}.tar.gz
 
 BuildRequires:  zlib-devel
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
@@ -38,14 +37,14 @@ Summary:        Cryptominisat library
 The %{name} library.
 
 %prep
-%setup -q
+%setup -q -n cmsat-%{version}
 
 %build
 %configure --disable-static
 sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
     -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
     -i libtool
-sed -i 's|^LIBS =.*|LIBS = -lz -lgomp|' Solver/Makefile
+sed -i 's|^LIBS =.*|LIBS = -lz -lgomp|' cmsat/Makefile
 make %{?_smp_mflags}
 
 %install
@@ -61,14 +60,18 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_mandir}/man1/%{name}*
 
 %files devel
-%{_includedir}/%{name}/
+%{_includedir}/cmsat/
 %{_libdir}/lib%{name}.so
 
 %files libs
-%doc AUTHORS LICENSE-GPL LICENSE-MIT NEWS README TODO
+%doc AUTHORS LICENSE-MIT NEWS README TODO
 %{_libdir}/lib%{name}-%{version}.so
 
 %changelog
+* Mon Aug  6 2012 Jerry James <loganjerry at gmail.com> - 2.9.5-1
+- New upstream release
+- Project files now carry the MIT license
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.9.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3dde7a0..eab349f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e923826f4cf815e7f8936f1293cd883e  cryptominisat-2.9.3.tar.gz
+d36f528a29d26d1bd4acf77b11580d53  cmsat-2.9.5.tar.gz


More information about the scm-commits mailing list