update to 0.6.6

This commit is contained in:
Qiyu Yan 2021-03-12 14:45:05 +08:00
parent 43c1e91522
commit 7c880dc5c8
No known key found for this signature in database
GPG Key ID: 4FC914F065F2DF12
3 changed files with 8 additions and 9 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ texworks-0.2.3.tar.gz
/texworks-release-0.6.3.tar.gz
/texworks-release-0.6.4.tar.gz
/texworks-release-0.6.5.tar.gz
/texworks-release-0.6.6.tar.gz

View File

@ -1 +1 @@
SHA512 (texworks-release-0.6.5.tar.gz) = d97bb7c3ad7bbb402be80556027ef19076dae91bb9449df2b45d54e89b492e32b8d6f109d1bda9388424af6218866d84a8c296c9bc2ef644cf2fac0d4b24939e
SHA512 (texworks-release-0.6.6.tar.gz) = 65300dfbe4e0e2f3b387c868e343f6caeff4602b47afee5a02cce82e0e23b74fe559b4b54fb65d778748de56f38581305a9b3a53d743c957b7dc14ecce4546d1

View File

@ -6,19 +6,14 @@
%define _lto_cflags %{nil}
Name: texworks
Version: 0.6.5
Release: 7%{?dist}
Version: 0.6.6
Release: 1%{?dist}
Summary: A simple IDE for authoring TeX documents
License: GPLv2+
URL: http://tug.org/texworks/
Source0: https://github.com/TeXworks/texworks/archive/release-%{version}/texworks-release-%{version}.tar.gz
# Fix for FTBTS with Qt 5.15.1
# See: https://koji.fedoraproject.org/koji/taskinfo?taskID=51256818
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1883675
Patch0: 0001-Fix-build-for-qt-5.15.patch
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: hunspell-devel
@ -30,6 +25,7 @@ BuildRequires: pkgconfig(Qt5UiTools)
BuildRequires: pkgconfig(Qt5Script)
BuildRequires: pkgconfig(Qt5ScriptTools)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: zlib-devel
BuildRequires: python3-devel
BuildRequires: lua-devel
@ -46,7 +42,6 @@ You may install the texlive-* packages to make this program useful.
%prep
%setup -q -n %{name}-release-%{version}
%patch0 -p1
%build
%cmake -DWITH_PYTHON=ON -DTW_BUILD_ID=Fedora -DTeXworks_DIC_DIR=%{_datadir}/myspell -DTeXworks_PLUGIN_DIR=%{_libdir}/texworks -DCMAKE_BUILD_TYPE=RelWithDebInfo
@ -68,6 +63,9 @@ rm %{buildroot}/%{_docdir}/%{name}/COPYING
%changelog
* Fri Mar 12 2021 Qiyu Yan <yanqiyu@fedoraproject.org> - 0.6.6-1
- update to 0.6.6
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild