Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2015-12-21 12:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2015-12-09 
22:36:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2015-12-21 
12:05:10.000000000 +0100
@@ -1,0 +2,15 @@
+Sat Dec 19 16:13:19 UTC 2015 - meiss...@suse.com
+
+- Updated to the 1.8 release
+  This release represents 17 months of development effort and around
+  13,000 individual changes. The main highlights are the implementation
+  of DirectWrite and Direct2D, and the new Pulse Audio driver.
+
+-------------------------------------------------------------------
+Sun Dec 13 12:30:16 UTC 2015 - meiss...@suse.com
+
+- Updated to 1.8-rc4 codefreeze snapshot
+  - bugfixes only
+- winetricks updated
+
+-------------------------------------------------------------------

Old:
----
  wine-1.8-rc3.tar.bz2
  wine-1.8-rc3.tar.bz2.sign

New:
----
  wine-1.8.tar.bz2
  wine-1.8.tar.bz2.sign

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.UOoPIV/_old  2015-12-21 12:05:13.000000000 +0100
+++ /var/tmp/diff_new_pack.UOoPIV/_new  2015-12-21 12:05:13.000000000 +0100
@@ -53,8 +53,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-%define realver 1.8-rc3
-Version:        1.8~rc3
+%define realver 1.8
+Version:        1.8
 Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1+

++++++ wine-1.8-rc3.tar.bz2 -> wine-1.8.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/wine/wine-1.8-rc3.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.8.tar.bz2 differ: char 11, line 1


++++++ winetricks ++++++
--- /var/tmp/diff_new_pack.UOoPIV/_old  2015-12-21 12:05:13.000000000 +0100
+++ /var/tmp/diff_new_pack.UOoPIV/_new  2015-12-21 12:05:13.000000000 +0100
@@ -8584,6 +8584,9 @@
     *) w_die "sorry, xmllite install not yet implemented for language $LANG" ;;
     esac
 
+    # Doesn't install in newer versions:
+    w_set_winver winxp
+
     if w_workaround_wine_bug 16013
     then
         # Find instructions to create this file in dlls/wintrust/tests/crypt.c
@@ -8605,6 +8608,8 @@
     de*) w_try "$WINE" WindowsXP-KB915865-v11-x86-DEU.exe 
$W_UNATTENDED_SLASH_Q ;;
     ja*) w_try "$WINE" WindowsXP-KB915865-v11-x86-JPN.exe 
$W_UNATTENDED_SLASH_Q ;;
     esac
+
+    w_unset_winver
 }
 
 #----------------------------------------------------------------
@@ -8994,6 +8999,40 @@
 
 #----------------------------------------------------------------
 
+w_metadata fakejapanese_ipamona fonts \
+    title="Creates aliases for Japanese fonts using IPAMona fonts" \
+    publisher="Jun Kobayashi" \
+    year="2008"
+
+load_fakejapanese_ipamona()
+{
+    w_call ipamona
+
+    # Aliases to set:
+    # MS UI Gothic --> IPAMonaUIGothic
+    # MS Gothic (MS ゴシック) --> IPAMonaGothic
+    # MS PGothic (MS Pゴシック) --> IPAMonaPGothic
+    # MS Mincho (MS 明朝) --> IPAMonaMincho
+    # MS PMincho (MS P明朝) --> IPAMonaPMincho
+
+    jpname_msgothic="$(echo "MS ゴシック" | iconv -f utf8 -t cp932)"
+    jpname_mspgothic="$(echo "MS Pゴシック" | iconv -f utf8 -t cp932)"
+    jpname_msmincho="$(echo "MS 明朝" | iconv -f utf8 -t cp932)"
+    jpname_mspmincho="$(echo "MS P明朝" | iconv -f utf8 -t cp932)"
+
+    w_register_font_replacement "MS UI Gothic" "IPAMonaUIGothic"
+    w_register_font_replacement "MS Gothic" "IPAMonaGothic"
+    w_register_font_replacement "MS PGothic" "IPAMonaPGothic"
+    w_register_font_replacement "MS Mincho" "IPAMonaMincho"
+    w_register_font_replacement "MS PMincho" "IPAMonaPMincho"
+    w_register_font_replacement "$jpname_msgothic" "IPAMonaGothic"
+    w_register_font_replacement "$jpname_mspgothic" "IPAMonaPGothic"
+    w_register_font_replacement "$jpname_msmincho" "IPAMonaMincho"
+    w_register_font_replacement "$jpname_mspmincho" "IPAMonaPMincho"
+}
+
+#----------------------------------------------------------------
+
 w_metadata fakekorean fonts \
     title="Creates aliases for Korean fonts using Baekmuk fonts" \
     publisher="Wooderart Inc. / kldp.net" \
@@ -9059,6 +9098,33 @@
 }
 
 #----------------------------------------------------------------
+
+w_metadata ipamona fonts \
+    title="IPAMona Japanese fonts" \
+    publisher="Jun Kobayashi" \
+    year="2008" \
+    media="download" \
+    file1="opfc-ModuleHP-1.1.1_withIPAMonaFonts-1.0.8.tar.gz" \
+    installed_file1="$W_FONTSDIR_WIN/ipag-mona.ttf" \
+    homepage="http://www.geocities.jp/ipa_mona/";
+
+load_ipamona()
+{
+    w_download http://www.geocities.jp/ipa_mona/$file1 
57dd13ab58c0005d3ee2932539e4987ab0242bc7
+
+    cd "$W_TMP"
+
+    gunzip -dc "$W_CACHE/$W_PACKAGE/$file1" | tar -xf -
+    w_try mv *IPAMonaFonts*/fonts/*.ttf "$W_FONTSDIR_UNIX"
+
+    w_register_font ipagui-mona.ttf "IPAMonaUIGothic"
+    w_register_font ipag-mona.ttf "IPAMonaGothic"
+    w_register_font ipagp-mona.ttf "IPAMonaPGothic"
+    w_register_font ipam-mona.ttf "IPAMonaMincho"
+    w_register_font ipamp-mona.ttf "IPAMonaPMincho"
+}
+
+#----------------------------------------------------------------
 
 w_metadata liberation fonts \
     title="Red Hat Liberation fonts (Sans, Serif, Mono)" \


Reply via email to