diff --git a/.cvsignore b/.cvsignore index 492e91c..276ffa3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -goldendict-ceab951.tar.gz +goldendict-c33fa2c.tar.gz diff --git a/goldendict.spec b/goldendict.spec index 004be09..8e2bf78 100644 --- a/goldendict.spec +++ b/goldendict.spec @@ -1,9 +1,9 @@ -%define githash ceab951 -%define gitdate 20100510 +%define githash c33fa2c +%define gitdate 20100610 Name: goldendict Version: 0.9.0 -Release: 11.%{gitdate}git%{githash}%{?dist} +Release: 12.%{gitdate}git%{githash}%{?dist} Summary: A feature-rich dictionary lookup program Group: Applications/System License: GPLv3+ @@ -38,7 +38,6 @@ Scan popup functionality. %build -cd src # Fix the directory in goldendict.pro by removing apps sed -i 's/share\/apps\/goldendict/share\/goldendict/g' goldendict.pro PREFIX=%{_prefix} qmake-qt4 @@ -47,7 +46,6 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -cd src make install INSTALL_ROOT=%{buildroot} INSTALL="install -p" rm -rf %{buildroot}/%{_datadir}/app-install @@ -72,7 +70,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc src/LICENSE.txt +%doc LICENSE.txt %dir %{_datadir}/goldendict/ %dir %{_datadir}/goldendict/locale/ %{_bindir}/goldendict @@ -83,6 +81,12 @@ rm -rf %{buildroot} %changelog +* Thu Jun 10 2010 Howard Ning - 0.9.0-12 +- New upstream version +- Better BGL support +- Updated translations +- Play audio from website + * Tue May 11 2010 Howard Ning - 0.9.0-11 - Drop the patch files in favor of sed. - Change to a more standard directory by removing app directory. diff --git a/sources b/sources index ff1783a..6be517b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1285668ec58c3fe36eefc1d62f0123c goldendict-ceab951.tar.gz +baa66278f6eeda5eea966bda7d5ec58d goldendict-c33fa2c.tar.gz