[wine: 1/2] 1.3.37-1 version upgrade drop obsoleted patches

Andreas Bierfert awjb at fedoraproject.org
Sat Jan 14 22:23:23 UTC 2012


commit d7bfabcfc4d3531f34b2d91a9d231631c7a14353
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Sat Jan 14 20:42:52 2012 +0100

    1.3.37-1
    version upgrade
    drop obsoleted patches

 .gitignore                 |    2 +
 sources                    |    4 +-
 wine-imagemagick-6.5.patch |   40 ---
 wine-udisks1.patch         |  697 --------------------------------------------
 wine.spec                  |   26 +-
 5 files changed, 15 insertions(+), 754 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 999be66..8d9e71c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@
 /wine-1.3.35.tar.bz2.sign
 /wine-1.3.36.tar.bz2
 /wine-1.3.36.tar.bz2.sign
+/wine-1.3.37.tar.bz2
+/wine-1.3.37.tar.bz2.sign
diff --git a/sources b/sources
index e31e43a..7cfc721 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-51e20231aa72a7b9db89aefdae8e92e3  wine-1.3.36.tar.bz2
-1890221ac30affc8fc151884ee3ed3b0  wine-1.3.36.tar.bz2.sign
+4bf25be22c130765283d9953d03b65c4  wine-1.3.37.tar.bz2
+301c7ed5210002c0dcd50a69253c0107  wine-1.3.37.tar.bz2.sign
diff --git a/wine.spec b/wine.spec
index 46c31e8..adc3fed 100644
--- a/wine.spec
+++ b/wine.spec
@@ -1,6 +1,6 @@
 %global no64bit 0
 Name:           wine
-Version:        1.3.36
+Version:        1.3.37
 Release:        1%{?dist}
 Summary:        A Windows 16/32/64 bit emulator
 
@@ -9,12 +9,14 @@ License:        LGPLv2+
 URL:            http://www.winehq.org/
 Source0:        http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}.tar.bz2
 Source10:       http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2.sign
+
 Source1:        wine.init
 Source2:        wine.systemd
 Source3:        wine-README-Fedora
 Source4:        wine-32.conf
 Source5:        wine-64.conf
-# desktop stuff
+
+# desktop files
 Source100:      wine-notepad.desktop
 Source101:      wine-regedit.desktop
 Source102:      wine-uninstaller.desktop
@@ -35,13 +37,6 @@ Source201:      wine.directory
 # mime types
 Source300:      wine-mime-msi.desktop
 
-Patch200:       wine-imagemagick-6.5.patch
-
-# add udisks support
-# https://bugzilla.redhat.com/show_bug.cgi?id=712755
-# http://bugs.winehq.org/show_bug.cgi?id=21713
-# http://source.winehq.org/patches/data/77534
-Patch410:       wine-udisks1.patch
 
 # smooth tahoma (#693180)
 # disable embedded bitmaps
@@ -434,12 +429,6 @@ This package adds an openal driver for wine.
 %prep
 %setup -q
 
-%patch200 -b .imagemagick
-
-#%patch410 -p1 -b .mountmgr
-
-autoreconf
-
 %build
 # disable fortify as it breaks wine
 # http://bugs.winehq.org/show_bug.cgi?id=24606
@@ -1033,6 +1022,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/wine/olesvr32.dll.so
 %{_libdir}/wine/olethk32.dll.so
 %{_libdir}/wine/pdh.dll.so
+%{_libdir}/wine/photometadatahandler.dll.so
 %{_libdir}/wine/pidgen.dll.so
 %{_libdir}/wine/powrprof.dll.so
 %{_libdir}/wine/presentationfontcache.exe.so
@@ -1149,6 +1139,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/wine/xinput9_1_0.dll.so
 %{_libdir}/wine/xmllite.dll.so
 %{_libdir}/wine/xolehlp.dll.so
+%{_libdir}/wine/xpsprint.dll.so
 
 # 16 bit and other non 64bit stuff
 %ifnarch x86_64
@@ -1391,6 +1382,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %endif
 
 %changelog
+* Fri Jan 13 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1.3.37-1
+- version upgrade
+- drop obsoleted patches
+
 * Sat Dec 31 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 1.3.36-1
 - version upgrade


More information about the scm-commits mailing list