[mingw-wine-gecko] 1.7-1

Andreas Bierfert awjb at fedoraproject.org
Wed Aug 15 20:25:43 UTC 2012


commit b4a8a4e0b2f60ca80e097e0cdaf13facd30b6e7f
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Wed Aug 15 22:25:31 2012 +0200

    1.7-1
    
    - version upgrade

 .gitignore                       |    1 +
 mingw-wine-gecko-mozconfig.patch |   27 ++++++++++-----------------
 mingw-wine-gecko.spec            |    8 ++++++--
 sources                          |    2 +-
 4 files changed, 18 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c22e71c..0d5be89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /wine-mozilla-1.5-src.tar.bz2
 /wine-mozilla-1.6-src.tar.bz2
+/wine-mozilla-1.7-src.tar.bz2
diff --git a/mingw-wine-gecko-mozconfig.patch b/mingw-wine-gecko-mozconfig.patch
index 5045edf..cf1db51 100644
--- a/mingw-wine-gecko-mozconfig.patch
+++ b/mingw-wine-gecko-mozconfig.patch
@@ -1,22 +1,15 @@
---- wine-mozilla-1.5/wine/mozconfig-common.orig	2012-03-19 20:01:33.259651526 +0100
-+++ wine-mozilla-1.5/wine/mozconfig-common	2012-03-19 20:03:08.103659235 +0100
-@@ -7,7 +7,7 @@
- if test -z "$WINE_GECKO_OBJDIR"
- then
-     echo "WARNING: WINE_GECKO_OBJDIR not set"
--    WINE_GECKO_OBJDIR=@TOPSRCDIR@/../wine_gecko
-+    WINE_GECKO_OBJDIR=@TOPSRCDIR@/wine_gecko
- fi
- mk_add_options MOZ_OBJDIR=$WINE_GECKO_OBJDIR
- 
-@@ -20,9 +20,8 @@
+diff -up wine-mozilla-1.7/wine/mozconfig-common.orig wine-mozilla-1.7/wine/mozconfig-common
+--- wine-mozilla-1.7/wine/mozconfig-common.orig	2012-08-01 19:57:27.894614882 +0200
++++ wine-mozilla-1.7/wine/mozconfig-common	2012-08-01 20:00:34.295199245 +0200
+@@ -9,10 +9,9 @@ ac_add_options --disable-updater
  ac_add_options --disable-necko-wifi
  ac_add_options --disable-crashreporter
  ac_add_options --disable-angle
 +ac_add_options --enable-win32-target=WINNT
  
- mk_add_options MOZ_MAKE_FLAGS="$MAKEOPTS"
- 
- export LDFLAGS="-static-libgcc -static-libstdc++"
--export CFLAGS="-DWINE_GECKO_SRC"
--export CXXFLAGS="$CFLAGS"
+ export LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++"
+-export CFLAGS="$CFLAGS -DWINE_GECKO_SRC"
+-export CXXFLAGS="$CXXFLAGS -DWINE_GECKO_SRC"
+ export HOST_LDFLAGS=" "
+ export HOST_CFLAGS=" "
+ export HOST_CXXFLAGS=" "
diff --git a/mingw-wine-gecko.spec b/mingw-wine-gecko.spec
index e96fc08..c15f09e 100644
--- a/mingw-wine-gecko.spec
+++ b/mingw-wine-gecko.spec
@@ -1,8 +1,8 @@
 %?mingw_package_header
 
 Name:           mingw-wine-gecko
-Version:        1.6
-Release:        2%{?dist}
+Version:        1.7
+Release:        1%{?dist}
 Summary:        Gecko library required for Wine
 
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
@@ -103,6 +103,10 @@ install -p -m 0644 wine_gecko-%{version}-x86_64/dist/wine_gecko-%{version}-x86_6
 %{_datadir}/wine/gecko/wine_gecko-%{version}-x86_64.msi
 
 %changelog
+* Tue Jul 31 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1.7-1
+- version upgrade
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d7a1742..6f7e83b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-810edf5ac8cc17f6f77d63d83ed6651d  wine-mozilla-1.6-src.tar.bz2
+602ceee6b2de6f8ff6075362bc9d3acc  wine-mozilla-1.7-src.tar.bz2


More information about the scm-commits mailing list