From 7c880dc5c88f11e5c6c02c663160ababdeab3f67 Mon Sep 17 00:00:00 2001 From: Qiyu Yan Date: Mar 12 2021 06:45:05 +0000 Subject: update to 0.6.6 --- diff --git a/.gitignore b/.gitignore index aec68ee..8dc4519 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 6eb6a73..e42080c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (texworks-release-0.6.5.tar.gz) = d97bb7c3ad7bbb402be80556027ef19076dae91bb9449df2b45d54e89b492e32b8d6f109d1bda9388424af6218866d84a8c296c9bc2ef644cf2fac0d4b24939e +SHA512 (texworks-release-0.6.6.tar.gz) = 65300dfbe4e0e2f3b387c868e343f6caeff4602b47afee5a02cce82e0e23b74fe559b4b54fb65d778748de56f38581305a9b3a53d743c957b7dc14ecce4546d1 diff --git a/texworks.spec b/texworks.spec index b3141af..f7bf0dd 100644 --- a/texworks.spec +++ b/texworks.spec @@ -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 - 0.6.6-1 +- update to 0.6.6 + * Wed Jan 27 2021 Fedora Release Engineering - 0.6.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild