rpms/eris/devel .cvsignore, 1.3, 1.4 eris.spec, 1.10, 1.11 sources, 1.3, 1.4

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Dec 16 17:50:01 UTC 2007


Author: wart

Update of /cvs/extras/rpms/eris/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11318

Modified Files:
	.cvsignore eris.spec sources 
Log Message:
Update to 1.3.13;  Remove multiarch conflicts (BZ #341071)




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/eris/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	30 Jan 2007 02:31:41 -0000	1.3
+++ .cvsignore	16 Dec 2007 17:49:25 -0000	1.4
@@ -1 +1 @@
-eris-1.3.12.tar.gz
+eris-1.3.13.tar.gz


Index: eris.spec
===================================================================
RCS file: /cvs/extras/rpms/eris/devel/eris.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- eris.spec	19 Aug 2007 22:45:32 -0000	1.10
+++ eris.spec	16 Dec 2007 17:49:25 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           eris
-Version:        1.3.12
-Release:        2%{?dist}
+Version:        1.3.13
+Release:        1%{?dist}
 Summary:        Client-side session layer for Atlas-C++
 
 Group:          Development/Libraries
@@ -8,7 +8,7 @@
 # LGPL with no version.
 License:        LGPLv2+
 URL:            http://worldforge.org/dev/eng/libraries/eris
-Source0:        http://dl.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  wfmath-devel skstream-devel atlascpp-devel doxygen
@@ -40,6 +40,12 @@
 make %{?_smp_mflags}
 make doc
 
+# Remove timestamps from the generated documentation to avoid
+# multiarch conflicts
+
+for file in docs/html/*.html ; do
+    sed -i -e 's/Generated on .* for Eris by/Generated for Eris by/' $file
+done
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -76,6 +82,10 @@
 
 
 %changelog
+* Sun Dec 16 2007 Wart <wart at kobold.org> 1.3.13-1
+- Update to 1.3.13
+- Remove multiarch conflicts (BZ #341071)
+
 * Sun Aug 19 2007 Wart <wart at kobold.org> 1.3.12-2
 - License tag clarification
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/eris/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	30 Jan 2007 02:31:42 -0000	1.3
+++ sources	16 Dec 2007 17:49:25 -0000	1.4
@@ -1 +1 @@
-7ce9484c78a219580c161acd83c14f19  eris-1.3.12.tar.gz
+f24b4e74f7dfa4f9a6d047fc7e015b90  eris-1.3.13.tar.gz




More information about the fedora-extras-commits mailing list