rpms/E/devel E.spec,1.1,1.2 sources,1.2,1.3

David A. Wheeler dwheeler at fedoraproject.org
Mon Dec 22 23:01:53 UTC 2008


Author: dwheeler

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

Modified Files:
	E.spec sources 
Log Message:


Updated to E version 1.0.



Index: E.spec
===================================================================
RCS file: /cvs/pkgs/rpms/E/devel/E.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- E.spec	27 Aug 2008 00:05:50 -0000	1.1
+++ E.spec	22 Dec 2008 23:01:23 -0000	1.2
@@ -1,12 +1,13 @@
 Name:		E
-Version:	0.999.006
-Release:	2%{?dist}
+Version:	1.0.002
+Release:	1%{?dist}
 Summary:	Equational Theorem Prover
 Group:		Applications/Engineering
 License:	GPLv2
 URL:		http://www4.informatik.tu-muenchen.de/~schulz/WORK/eprover.html
-Source0:	http://www4.informatik.tu-muenchen.de/~schulz/WORK/E_DOWNLOAD/V_0.999-006/E.tgz
+Source0:	http://www4.informatik.tu-muenchen.de/~schulz/WORK/E_DOWNLOAD/V_1.0-002/E.tgz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 # BuildRequires refers to files, not packages, because the package name differs
 # between releases. This is okay by Fedora's Packaging/Guidelines, which only
 # say "Whenever possible you should avoid file dependencies outside of
@@ -15,7 +16,9 @@
 BuildRequires:	/usr/bin/dvips
 BuildRequires:	/usr/bin/pdflatex
 BuildRequires:	/usr/bin/bibtex
+BuildRequires:	/usr/bin/python2.5
 # You can verify the CASC results here: http://www.cs.miami.edu/~tptp/CASC/J4/
+
 %description
 E is a purely equational theorem prover for full first-order logic.
 That means it is a program that you can stuff a mathematical specification
@@ -37,7 +40,7 @@
 %build
 sed -i -e 's/^EXECPATH = .*/EXECPATH = \/usr\/bin/' Makefile.vars
 sed -i -e 's/^CFLAGS.*=.*-O6/CFLAGS = %{optflags} /' Makefile.vars
-# smp_mflags causes unwelcome races
+# smp_mflags causes unwelcome races, so we will not use it
 make tools
 make rebuild
 make documentation
@@ -90,10 +93,17 @@
 
 
 %changelog
+* Mon Dec 22 2008 David A. Wheeler <dwheeler at, dwheeler.com> 1.0.002-1
+- Added python2.5 as BuildRequires
+- Update to E version 1.0 ("Temi").  This includes...
+- Improved eproof script signal handling.
+- Fixed a number of warnings with the latest gcc version.
+- Updated proof objects to latest SZS ontology.
+
 * Tue Aug 16 2008 David A. Wheeler <dwheeler at, dwheeler.com> 0.999.006-2
 - Change executable permissions from 0775 to 0755 
 - Use compilation switches (e.g., -O2 instead of pointless -O6, and use -g)
-
+ 
 * Tue Aug 16 2008 David A. Wheeler <dwheeler at, dwheeler.com> 0.999.006-1
 - Initial package
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/E/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Aug 2008 00:05:50 -0000	1.2
+++ sources	22 Dec 2008 23:01:23 -0000	1.3
@@ -1 +1 @@
-5a2168d44e8b3f23f84ccc5ef66aadee  E.tgz
+886c765854120d30dcd748404a7ebf9c  E.tgz




More information about the fedora-extras-commits mailing list