rpms/sat4j/devel sources, 1.3, 1.4 .cvsignore, 1.3, 1.4 sat4j.spec, 1.8, 1.9 sat4j-fetch.sh, 1.1, 1.2

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Apr 8 09:51:06 UTC 2009


Author: akurtakov

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

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Feb 2009 15:32:56 -0000	1.3
+++ sources	8 Apr 2009 09:50:36 -0000	1.4
@@ -1 +1 @@
-5bd60ff7fa9f53e709b8309c5c0c58e6  sat4j-2.0.3.tar.bz2
+2c4b4d3b7210d326a69fa830bc325ef7  sat4j-2.1.0.RC2.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	26 Feb 2009 15:32:57 -0000	1.3
+++ .cvsignore	8 Apr 2009 09:50:36 -0000	1.4
@@ -1,3 +1,4 @@
 org.sat4j.core-src.zip
 org.sat4j.pb-src.zip
 sat4j-2.0.3.tar.bz2
+sat4j-2.1.0.RC2.tar.bz2


Index: sat4j.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sat4j.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sat4j.spec	26 Feb 2009 15:32:57 -0000	1.8
+++ sat4j.spec	8 Apr 2009 09:50:36 -0000	1.9
@@ -1,17 +1,17 @@
 %define eclipse_base %{_libdir}/eclipse
 # We want the version to match that shipped in Eclipse's Orbit project
-%define qualifier 20081021
+%define qualifier 20090308
 
 Name:           sat4j
-Version:        2.0.3
-Release:        1%{?dist}
+Version:        2.1.0
+Release:        0.1.rc2%{?dist}
 Summary:        A library of SAT solvers written in Java
 
 Group:          Development/Libraries
 License:        EPL and LGPLv2
 URL:            http://www.sat4j.org/
 # Created by sh %{name}-fetch.sh
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.RC2.tar.bz2
 Source1:        %{name}-fetch.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -54,6 +54,9 @@
 %{_javadir}/org.sat4j*
 
 %changelog
+* Wed Apr 8 2009 Alexander Kurtakov <akurtako at redhat.com> 2.1.0-0.1.rc2
+- Update to 2.1.0.RC2.
+
 * Thu Feb 26 2009 Alexander Kurtakov <akurtako at redhat.com> 2.0.3-1
 - Update to 2.0.3.
 


Index: sat4j-fetch.sh
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sat4j-fetch.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sat4j-fetch.sh	26 Feb 2009 15:32:57 -0000	1.1
+++ sat4j-fetch.sh	8 Apr 2009 09:50:36 -0000	1.2
@@ -1,14 +1,14 @@
 #!/bin/sh
 name=sat4j
-tag=2_0_3
-version=2.0.3
+tag=2_1_0_RC2
+version=2.1.0
 tar_name=$name-$version
 
 rm -fr $tar_name && mkdir $tar_name
 pushd $tar_name
 
 # Fetch plugins
-svn co svn://svn.forge.objectweb.org/svnroot/sat4j/maven/tags/2_0_3 .
+svn co svn://svn.forge.objectweb.org/svnroot/sat4j/maven/tags/$tag .
 
 popd
 # create archive




More information about the scm-commits mailing list