diff --git a/.gitignore b/.gitignore index f68da32..8ad1661 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ OpenLP-1.9.2.1.tar.gz /OpenLP-2.1.6.tar.gz /OpenLP-2.2.tar.gz /OpenLP-2.2.1.tar.gz +/OpenLP-2.3.1.tar.gz diff --git a/OpenLP.spec b/OpenLP.spec index 96fe1ba..a7a750c 100644 --- a/OpenLP.spec +++ b/OpenLP.spec @@ -1,8 +1,8 @@ -%global modname 2.2.1 +%global modname 2.3.1 Summary: Open source Church presentation and lyrics projection application Name: OpenLP -Version: 2.2.1 +Version: 2.3.1 Release: 1%{?dist} Source0: https://get.openlp.org/%{version}/OpenLP-%{version}.tar.gz License: GPLv2 @@ -16,7 +16,7 @@ BuildRequires: desktop-file-utils BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-PyQt4 +Requires: python3-qt5 Requires: phonon Requires: python3-beautifulsoup4 Requires: python3-chardet @@ -101,6 +101,9 @@ rm -rf %{buildroot} %changelog +* Mon Dec 28 2015 Tim Bentley Tim.Bentley@openlp.org - 2.3.1-1 +- 2.3.1 Alpha Release + * Tue Nov 10 2015 Fedora Release Engineering - 2.2.1-1 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 9c63e81..38a39ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adeefb3c3bdaaf5e7dd2d6ac622f9636 OpenLP-2.2.1.tar.gz +1c3668a9f335050acde5438aec4e690a OpenLP-2.3.1.tar.gz