Hello community, here is the log from the commit of package OpenLP for openSUSE:Factory checked in at 2012-07-09 09:58:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenLP (Old) and /work/SRC/openSUSE:Factory/.OpenLP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenLP", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/OpenLP/OpenLP.changes 2012-04-12 09:43:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.OpenLP.new/OpenLP.changes 2012-07-09 09:58:17.000000000 +0200 @@ -1,0 +2,8 @@ +Sun Jul 8 19:21:39 UTC 2012 - [email protected] + +- Bumped version from 1.9.9 to 1.9.10 +- Removed uno-path.patch as libreoffice-pyuno has been fixed +- Fixed missing translations bug (lp#1007148) +- Fixed error in %suse_update_desktop_file argument order + +------------------------------------------------------------------- Old: ---- OpenLP-1.9.9.tar.gz New: ---- OpenLP-1.9.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenLP.spec ++++++ --- /var/tmp/diff_new_pack.BAtscB/_old 2012-07-09 09:58:21.000000000 +0200 +++ /var/tmp/diff_new_pack.BAtscB/_new 2012-07-09 09:58:21.000000000 +0200 @@ -16,20 +16,18 @@ # - Name: OpenLP -Version: 1.9.9 -Release: 1 +Version: 1.9.10 +Release: 0 License: GPL-2.0 Summary: Open source Church presentation and lyrics projection application Url: http://openlp.org Group: Productivity/Multimedia/Other Source: http://downloads.sourceforge.net/openlp/openlp/%{version}/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE uno-path.patch [email protected] -# Patch to add appropriate entry to python search path so that 'import uno' works -Patch0: uno-path.patch + BuildRequires: desktop-file-utils BuildRequires: fdupes +BuildRequires: libqt4-devel BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: update-desktop-files @@ -62,14 +60,12 @@ %prep %setup -q -# Bug is fixed in libreoffice-pyuno in openSUSE > 12.1 -%if 0%{?suse_version} < 1220 -%patch0 -p1 -%endif - %build python setup.py build +# Compile the translation files and copy them to the correct directory +# Presumes you are in the base directory of OpenLP + %install python setup.py install --skip-build -O1 --prefix=%{_prefix} --root=%{buildroot} @@ -78,12 +74,15 @@ install -m644 -p -D resources/images/openlp-logo-48x48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/openlp.png install -m644 -p -D resources/images/openlp-logo.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/openlp.svg -%suse_update_desktop_file -i openlp -r Video Player +%suse_update_desktop_file -i -r openlp AudioVideo Video Player mv %{buildroot}%{_bindir}/openlp.pyw %{buildroot}%{_bindir}/openlp mkdir -p %{buildroot}%{_datadir}/openlp/i18n/ -mv resources/i18n/*.ts %{buildroot}%{_datadir}/openlp/i18n +for TSFILE in resources/i18n/*.ts; do + lrelease $TSFILE -qm %{buildroot}%{_datadir}/openlp/i18n/`basename $TSFILE .ts`.qm; +done + mkdir -p %{buildroot}%{_datadir}/mime/packages cp -p resources/openlp.xml %{buildroot}%{_datadir}/mime/packages @@ -106,7 +105,6 @@ %defattr(-,root,root) %doc copyright.txt LICENSE %{_bindir}/openlp -%{_bindir}/openlp-remoteclient.py %{_datadir}/mime/packages/openlp.xml %{_datadir}/applications/openlp.desktop %{_datadir}/icons/hicolor ++++++ OpenLP-1.9.9.tar.gz -> OpenLP-1.9.10.tar.gz ++++++ /work/SRC/openSUSE:Factory/OpenLP/OpenLP-1.9.9.tar.gz /work/SRC/openSUSE:Factory/.OpenLP.new/OpenLP-1.9.10.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
