[xtide] - Update to 2.12 dev 20101029, enabling experimental SVG support

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Oct 31 17:17:03 UTC 2010


commit 8d07bb897cd47cffcdae94d61bf5c650738dc01f
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Mon Nov 1 02:17:05 2010 +0900

    - Update to 2.12 dev 20101029, enabling experimental SVG support

 .gitignore |    2 ++
 sources    |    2 +-
 xtide.spec |   13 ++++++++++---
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c91039..3ff3aab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 xtide-2.11-RC1.tar.bz2
 harmonics-dwf-20100529-free.tar.bz2
 xtide-2.11.tar.bz2
+/xtide-2.12-dev-20101029.tar.bz2
+/harmonics-dwf-20100529-free.tar.bz2
diff --git a/sources b/sources
index 7f808e1..0b62254 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-1d85890bb13b3345154e0f68831b7ebd  xtide-2.11.tar.bz2
+e2d437448f3a6cfcaedb713af6887bbc  xtide-2.12-dev-20101029.tar.bz2
 ac4be3f3d47565d95863db6f9670a8c1  harmonics-dwf-20100529-free.tar.bz2
diff --git a/xtide.spec b/xtide.spec
index 48ff608..9b5f234 100644
--- a/xtide.spec
+++ b/xtide.spec
@@ -1,9 +1,9 @@
-%define          mainver   2.11
-%undefine          betatag   
+%define          mainver   2.12
+%define          betatag   dev-20101029
 %define          dwfdate   20100529
 
 
-%define          fedorarel  2
+%define          fedorarel  0.1
 
 
 %define          rel        %{?betatag:0.}%{fedorarel}%{?betatag:.%(echo %betatag | sed -e 's|-||g')}
@@ -114,6 +114,10 @@ sed -i.ver \
 sed -i.ipa_sra -e '/ipa-sra/d' configure
 
 %build
+# Build with experimental SVG support
+export CFLAGS="%{optflags} -DJGFeatures"
+export CXXFLAGS="%{optflags} -DJGFeatures"
+
 %configure \
    --with-xttpd-user=xttpd \
    --with-xttpd-group=xttpd
@@ -282,6 +286,9 @@ exit 0
 %{_datadir}/man/man8/xttpd.8*
 
 %changelog
+* Mon Nov  1 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>- 2.12-0.1.dev20101029
+- Update to 2.12 dev 20101029, enabling experimental SVG support
+
 * Thu Aug 19 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.11-2
 - Rebuild for new libtcd
 


More information about the scm-commits mailing list