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

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Aug 4 13:32:50 UTC 2009


Author: akurtakov

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

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	8 Apr 2009 09:50:36 -0000	1.4
+++ sources	4 Aug 2009 13:32:50 -0000	1.5
@@ -1 +1 @@
-2c4b4d3b7210d326a69fa830bc325ef7  sat4j-2.1.0.RC2.tar.bz2
+57af4240773eaef709ee9621fe30f64b  sat4j-2.1.0.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	8 Apr 2009 09:50:36 -0000	1.4
+++ .cvsignore	4 Aug 2009 13:32:50 -0000	1.5
@@ -2,3 +2,4 @@ org.sat4j.core-src.zip
 org.sat4j.pb-src.zip
 sat4j-2.0.3.tar.bz2
 sat4j-2.1.0.RC2.tar.bz2
+sat4j-2.1.0.tar.bz2


Index: sat4j.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sat4j.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sat4j.spec	27 Jul 2009 03:48:49 -0000	1.10
+++ sat4j.spec	4 Aug 2009 13:32:50 -0000	1.11
@@ -1,22 +1,23 @@
 %define eclipse_base %{_libdir}/eclipse
 # We want the version to match that shipped in Eclipse's Orbit project
-%define qualifier 20090308
+%define qualifier 20090520
 
 Name:           sat4j
 Version:        2.1.0
-Release:        0.2.rc2%{?dist}
+Release:        1%{?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}.RC2.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 Source1:        %{name}-fetch.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  java-devel >= 1:1.6
 BuildRequires:  ant
+BuildRequires:  ecj
 Requires:       java >= 1:1.6
 Requires:       jpackage-utils
 
@@ -35,7 +36,7 @@ without worrying about the details.
 rm lib/commons-cli.jar
 
 %build
-ant -Drelease=%{version} -DBUILD_DATE=%{qualifier} p2 
+ant -Dbuild.compiler=modern -Drelease=%{version} -DBUILD_DATE=%{qualifier} p2 
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,8 +55,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadir}/org.sat4j*
 
 %changelog
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-0.2.rc2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Tue Aug 4 2009 Alexander Kurtakov <akurtako at redhat.com> 2.1.0-1
+- Update to 2.1.0 final.
 
 * Wed Apr 8 2009 Alexander Kurtakov <akurtako at redhat.com> 2.1.0-0.1.rc2
 - Update to 2.1.0.RC2.


Index: sat4j-fetch.sh
===================================================================
RCS file: /cvs/pkgs/rpms/sat4j/devel/sat4j-fetch.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sat4j-fetch.sh	8 Apr 2009 09:50:36 -0000	1.2
+++ sat4j-fetch.sh	4 Aug 2009 13:32:50 -0000	1.3
@@ -1,6 +1,6 @@
 #!/bin/sh
 name=sat4j
-tag=2_1_0_RC2
+tag=2_1_0_ECLIPSE
 version=2.1.0
 tar_name=$name-$version
 




More information about the fedora-extras-commits mailing list