[q4wine/f14] Update to 0.121.

Dmitrij S. Kryzhevich krege at fedoraproject.org
Tue Jun 14 07:55:09 UTC 2011


commit 51e606afa858cc64edf5251e8e57466e9c9cf32f
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Tue Jun 14 14:54:53 2011 +0700

    Update to 0.121.

 .gitignore  |    1 +
 q4wine.spec |   32 +++++++++++++++++---------------
 sources     |    2 +-
 3 files changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7415d2..d109e27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /q4wine-0.120.tar.bz2
 /q4wine-0.120-r1.tar.bz2
+/q4wine-0.121.tar.gz
diff --git a/q4wine.spec b/q4wine.spec
index 1352421..1c3241e 100644
--- a/q4wine.spec
+++ b/q4wine.spec
@@ -1,13 +1,12 @@
 Name:           q4wine
-Version:        0.120
-Release:        6%{?dist}
+Version:        0.121
+Release:        1%{?dist}
 Summary:        Qt4 GUI for wine
 
 Group:          Applications/Emulators
 License:        GPLv3
 URL:            http://q4wine.brezblock.org.ua/
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-r1.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
 BuildRequires:  qt-devel cmake
 BuildRequires:  qtsingleapplication-devel
@@ -33,7 +32,7 @@ General features:
 * Winetriks support.
 
 %prep
-%setup -qn %{name}-%{version}-r1
+%setup -q
 rm -r src/qtsingleapplication
 
 %build
@@ -45,14 +44,10 @@ popd
 make %{?_smp_mflags} -C %{_target_platform}
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} -C %{_target_platform}
 
 desktop-file-validate %{buildroot}%{_datadir}/applications/q4wine.desktop
 
-%clean
-rm -rf %{buildroot}
-
 %post
 update-desktop-database &> /dev/null ||:
 
@@ -70,26 +65,33 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/q4wine
 
 %changelog
-* Tue Dec 28 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-6
+* Tue Jun 14 2011 Dmitrij S. Kryzhevich <krege at land.ru> - 0.121-1
+- Update to 0.121.
+- Some spec-file cleanup.
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.120-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Dec 28 2010 Dmitrij S. Kryzhevich <krege at land.ru> - 0.120-6
 - Upstream sources updated to 0.120-r1.
 - Remove bundle qtsingleapplication while rpm building.
 - Drop qtsingleapplication patch (applied in upstream).
 - Drop fix for LICENSE file (applied in upstream).
 
-* Wed Nov 10 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-5
+* Wed Nov 10 2010 Dmitrij S. Kryzhevich <krege at land.ru> - 0.120-5
 - Use system qtsingleapplication.
 
-* Mon Nov 01 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-4
+* Mon Nov 01 2010 Dmitrij S. Kryzhevich <krege at land.ru> - 0.120-4
 - Add ExclusiveArch, there no wine for non *86 archs.
 
-* Wed Oct 27 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-3
+* Wed Oct 27 2010 Dmitrij S. Kryzhevich <krege at land.ru> - 0.120-3
 - Put desktop-file-validate to proper place.
 - Own %%{_libdir}/q4wine.
 
-* Tue Oct 26 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-2
+* Tue Oct 26 2010 Dmitrij S. Kryzhevich <krege at land.ru> - 0.120-2
 - post and postun scripts added.
 - Source0 changed for Packaging:SourceURL.
 - fix for © symbol in LICENSE.
 
-* Wed Oct 06 2010 Dmitrij S. Kryzhevich <krege at land.ru> 0.120-1
+* Wed Oct 06 2010 Dmitrij S. Kryzhevich <krege at land.ru> - 0.120-1
 - initial build.
diff --git a/sources b/sources
index 9460bfd..48f3656 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ed212026d1f082ac57f12a61694f7bc  q4wine-0.120-r1.tar.bz2
+23c9aa2727a6988097229993aa1467e5  q4wine-0.121.tar.gz


More information about the scm-commits mailing list