Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory checked 
in at 2012-06-18 17:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/q4wine (Old)
 and      /work/SRC/openSUSE:Factory/.q4wine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "q4wine", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes    2012-03-26 
11:05:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes       2012-06-18 
17:34:30.000000000 +0200
@@ -1,0 +2,42 @@
+Sun Jun  3 18:42:50 UTC 2012 - [email protected]
+
+- Update to 0.999-rc7.
+  * Added:
+    + Winetricks database cache.
+    + Merge Wintricks core.
+    + New System Config interface.
+    + Pre and Post run Icon scripts.
+    + Icon and Prefix sorting (name, date).
+    + Version string to About page.
+    + Handler for wrong URL in wine app db.
+    + Add Logging subsystem activation/deactivation button to
+      Logging tab toolbar.
+    + Add taskmgr, winemine, iexplorer, control, oleview icons to
+      prefix's system folder.
+    + New system icons from latest wine version.
+    + Install program icons in $prefix/share/icons/hicolor/; Add
+      16,22,32,48,64,96,128,256 icon sizes.
+    + Add prefix to translation files names.
+  * Fixed:
+    + Enhanced win64 support for wine.
+    + Better Wine library path autodetection.
+    + Create ~/.local/share/wineprefixes directory if it does not
+      exists.
+    + Error is Desktop paths are empty.
+    + Desktop Paths are wrongly labeled.
+    + Unite Icon/Detail toolbar actions.
+    + No translations autoupdate at project build. Use `make
+      translations` instead.
+    + Fixed process refresh loop.
+    + Extended env command after console terminal.
+    + Set WINEDEBUG to '-all' if logging subsystem disabled and
+      program was executed not in console session.
+    + Icon export dialog empty icons.
+    + Dropped obsolete strings from translation files.
+- Split off language package.
+- Drop q4wine-gcc47.patch (fixed upstream).
+- Add icon_theme_cache_post/un macros.
+- BuildRequires: hicolor-icon-theme.
+- Doesn't require fdupes.
+
+-------------------------------------------------------------------

Old:
----
  q4wine-0.121.tar.gz
  q4wine-gcc47.patch

New:
----
  q4wine-0.999-rc7.tar.bz2

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

Other differences:
------------------
++++++ q4wine.spec ++++++
--- /var/tmp/diff_new_pack.Vw9ZEQ/_old  2012-06-18 17:34:31.000000000 +0200
+++ /var/tmp/diff_new_pack.Vw9ZEQ/_new  2012-06-18 17:34:31.000000000 +0200
@@ -17,26 +17,31 @@
 
 
 Name:           q4wine
-Version:        0.121
+Version:        0.999.rc7
 Release:        0
 Summary:        Qt4 GUI for WINE
 License:        GPL-3.0
 Group:          System/Emulators/PC
 Url:            http://q4wine.brezblock.org.ua/
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         q4wine-gcc47.patch
+Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-0.999-rc7.tar.bz2
 BuildRequires:  cmake
-BuildRequires:  fdupes
 BuildRequires:  fuseiso
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  icoutils
-BuildRequires:  libqt4-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(QtCore)
+BuildRequires:  pkgconfig(QtDBus)
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(QtNetwork)
+BuildRequires:  pkgconfig(QtSql)
+BuildRequires:  pkgconfig(QtXml)
 Requires:       fuseiso
 Requires:       icoutils
 Requires:       libqt4-sql-sqlite
 Requires:       sqlite3
 Requires:       sudo
 Requires:       wine
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,42 +61,48 @@
 - Logging subsystem.
 - Winetricks support.
 
+%lang_package
+
 %prep
-%setup -q
-%patch0 -p1
+%setup -qn %{name}-0.999-rc7
 
 %build
 mkdir build
 cd build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
-cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix}
-make %{?_smp_mflags}
+cmake .. \
+    -DCMAKE_INSTALL_PREFIX=%{_prefix}
+make %{?_smp_mflags} VERBOSE=1
 
 %install
 pushd build
 %make_install
 popd
-%fdupes -s %{buildroot}%{_datadir}
+%find_lang %{name} --with-qt
 %suse_update_desktop_file %{name}
 
-%if 0%{?suse_version} >= 1140
-
 %post
 %desktop_database_post
+%icon_theme_cache_post
 
 %postun
 %desktop_database_postun
-%endif
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE README TODO
+%doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/%{name}*
 %{_datadir}/%{name}
+%exclude %{_datadir}/%{name}/i18n
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}.png
+%{_datadir}/icons/hicolor/*/*/%{name}.*
 %{_libdir}/%{name}
 %doc %{_mandir}/man?/*
 
+%files lang -f %{name}.lang
+%defattr(-,root,root,-)
+%dir %{_datadir}/%{name}/i18n
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to