]> git.pld-linux.org Git - packages/fox16.git/commitdiff
- updated to 1.6.44 auto/th/fox16-1_6_44-1 auto/ti/fox16-1_6_44-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 May 2011 14:17:20 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated opt,Makefile patches

Changed files:
    fox16-Makefile.patch -> 1.2
    fox16-opt.patch -> 1.2
    fox16.spec -> 1.2

fox16-Makefile.patch
fox16-opt.patch
fox16.spec

index c54b8f678a425d0719fff47fdaa14baa90d9dbcc..6d50469909d6179289a3e914e804708df4ea9161 100644 (file)
@@ -9,16 +9,4 @@ diff -Nru fox-1.4.5.orig/Makefile.am fox-1.4.5/Makefile.am
 +SUBDIRS    = utils include src chart tests shutterbug adie pathfinder calculator windows
  EXTRA_DIST = ADDITIONS AUTHORS INSTALL LICENSE LICENSE_ADDENDUM TRACING README fox.lsm index.html aclocal.m4
  
- bin_SCRIPTS = fox-config
-diff -Nru fox-1.4.5.orig/Makefile.in fox-1.4.5/Makefile.in
---- fox-1.4.5.orig/Makefile.in 2005-02-16 13:32:39.178606728 +0000
-+++ fox-1.4.5/Makefile.in      2005-02-16 13:32:49.459043864 +0000
-@@ -102,7 +102,7 @@
- AUTOMAKE_OPTIONS = foreign dist-zip
- #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies
--SUBDIRS = utils include src chart doc tests shutterbug adie pathfinder calculator windows
-+SUBDIRS = utils include src chart tests shutterbug adie pathfinder calculator windows
- EXTRA_DIST = ADDITIONS AUTHORS INSTALL LICENSE LICENSE_ADDENDUM TRACING README fox.lsm index.html aclocal.m4
  bin_SCRIPTS = fox-config
index 0a69fde18418db3a7870b34cb1dae953212bf4b1..d79aa6c2cfc95c1c301e695e1f6825500e560d71 100644 (file)
@@ -1,20 +1,33 @@
---- fox-1.0.30/configure.in.orig       Sat Jan 11 06:01:11 2003
-+++ fox-1.0.30/configure.in    Tue Jan 28 19:29:29 2003
-@@ -240,7 +237,7 @@
+--- fox-1.6.44/configure.ac.orig       2011-02-10 02:25:34.000000000 +0100
++++ fox-1.6.44/configure.ac    2011-05-13 15:28:57.982557225 +0200
+@@ -56,9 +56,6 @@
+ AC_SUBST(LT_REVISION)
+ AC_SUBST(LT_AGE)
+-# Prevents setting flags.
+-CXXFLAGS=""
+-
+ # More secret source
+ AC_GNU_SOURCE
+@@ -118,7 +115,7 @@
  AC_ARG_ENABLE(debug,[  --enable-debug          compile for debugging])
  AC_MSG_RESULT([$enable_debug])
  if test "x$enable_debug" = "xyes" ; then
--CXXFLAGS="${CXXFLAGS} -g -DDEBUG"
-+CXXFLAGS="${CXXFLAGS} -DDEBUG"
+-  CXXFLAGS="${CXXFLAGS} -g -DDEBUG"
++  CXXFLAGS="${CXXFLAGS} -DDEBUG"
  fi
  
dnl Building for release
-@@ -248,7 +245,7 @@
# Building for release
+@@ -126,10 +123,9 @@
  AC_ARG_ENABLE(release,[  --enable-release        compile for release])
  AC_MSG_RESULT([$enable_release])
  if test "x$enable_release" = "xyes" ; then
--CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
-+CXXFLAGS="${CXXFLAGS} -DNDEBUG"
- if test "${GXX}" = "yes" ; then
- CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
+-  CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
++  CXXFLAGS="${CXXFLAGS} -DNDEBUG"
+   if test "${GXX}" = "yes" ; then
+     CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -fstrict-aliasing -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
+-    LDFLAGS="-s ${LDFLAGS}"
+   fi
  fi
index f7811f0151b0a59e2248cdc234614519b538a3e7..b643bdf66b0d5498ddeaed60492e4916e85e46dc 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       The FOX 1.6 C++ GUI Toolkit
 Summary(pl.UTF-8):     FOX 1.6 - toolkit graficzny w C++
 Name:          fox16
-Version:       1.6.34
+Version:       1.6.44
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
-Source0:       ftp://ftp.fox-toolkit.com/pub/fox-%{version}.tar.gz
-# Source0-md5: 920124025d6495bbd008be635ff759ad
+Source0:       http://fox-toolkit.org/ftp/fox-%{version}.tar.gz
+# Source0-md5: f3c66bbe87b65de3a3fb480278bcfffd
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-link.patch
 Patch2:                %{name}-Makefile.patch
This page took 0.200412 seconds and 4 git commands to generate.