rpms/sat4j/devel sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 sat4j.spec, 1.11, 1.12 sat4j-fetch.sh, 1.3, 1.4

Alexander Kurtakov akurtakov at fedoraproject.org
Sun Mar 7 14:36:45 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/sat4j/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13462/devel

Modified Files:
	sources .cvsignore sat4j.spec sat4j-fetch.sh 
Log Message:
Update to 2.1.1.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	4 Aug 2009 13:32:50 -0000	1.5
+++ sources	7 Mar 2010 14:36:44 -0000	1.6
@@ -1 +1 @@
-57af4240773eaef709ee9621fe30f64b  sat4j-2.1.0.tar.bz2
+61a2bb0923490e6c34c6fa66b83152c2  sat4j-2.1.1.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	4 Aug 2009 13:32:50 -0000	1.5
+++ .cvsignore	7 Mar 2010 14:36:44 -0000	1.6
@@ -3,3 +3,4 @@ org.sat4j.pb-src.zip
 sat4j-2.0.3.tar.bz2
 sat4j-2.1.0.RC2.tar.bz2
 sat4j-2.1.0.tar.bz2
+sat4j-2.1.1.tar.bz2


Index: sat4j.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sat4j.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sat4j.spec	4 Aug 2009 13:32:50 -0000	1.11
+++ sat4j.spec	7 Mar 2010 14:36:44 -0000	1.12
@@ -1,9 +1,9 @@
 %define eclipse_base %{_libdir}/eclipse
 # We want the version to match that shipped in Eclipse's Orbit project
-%define qualifier 20090520
+%define qualifier 20090825
 
 Name:           sat4j
-Version:        2.1.0
+Version:        2.1.1
 Release:        1%{?dist}
 Summary:        A library of SAT solvers written in Java
 
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadir}/org.sat4j*
 
 %changelog
+* Sun Mar 7 2010 Alexander Kurtakov <akurtako at redhat.com> 2.1.1-1
+- Update to 2.1.1.
+
 * Tue Aug 4 2009 Alexander Kurtakov <akurtako at redhat.com> 2.1.0-1
 - Update to 2.1.0 final.
 


Index: sat4j-fetch.sh
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sat4j-fetch.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sat4j-fetch.sh	4 Aug 2009 13:32:50 -0000	1.3
+++ sat4j-fetch.sh	7 Mar 2010 14:36:44 -0000	1.4
@@ -1,7 +1,7 @@
 #!/bin/sh
 name=sat4j
-tag=2_1_0_ECLIPSE
-version=2.1.0
+tag=2_1_1
+version=2.1.1
 tar_name=$name-$version
 
 rm -fr $tar_name && mkdir $tar_name



More information about the scm-commits mailing list