From 78fda24ca3b89748909ae1b8dc6113967bf070aa Mon Sep 17 00:00:00 2001 From: José Matos Date: May 01 2014 14:50:50 +0000 Subject: update to latest from the stable series picking several important fixes in the process (current 2.1.x source) --- diff --git a/.gitignore b/.gitignore index 801953c..2f7260b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ clog lyx-2.1.0.tar.xz +/lyx-2.1.0-update.patch.gz diff --git a/lyx.spec b/lyx.spec index 1e69a57..d1e58ec 100644 --- a/lyx.spec +++ b/lyx.spec @@ -19,7 +19,7 @@ BuildRequires: fontpackages-devel Summary: WYSIWYM (What You See Is What You Mean) document processor Name: lyx Version: 2.1.0 -Release: 0%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Publishing @@ -33,6 +33,7 @@ Source1: lyxrc.dist Source10: lyx.desktop ## upstreamable patches +Patch0: lyx-2.1.0-update.patch.gz # submitted, but upstream rejected it. we currently agree to disagree. Patch50: lyx-2.1.0-xdg_open.patch @@ -169,6 +170,7 @@ A collection of Math symbol fonts for %{name}. %setup -q -n %{name}-%{version} +%patch0 -p1 -b .update %patch50 -p1 -b .xdg_open %if 0%{?autotools} @@ -309,6 +311,13 @@ fc-cache %{_fontdir} 2> /dev/null ||: %changelog +* Thu May 1 2014 José Matos - 2.1.0-2 +- update to latest from the stable series picking several important + fixes in the process (current 2.1.x source) + +* Thu Apr 17 2014 José Matos - 2.1.0-1 +- 2.1.0 is a stable release so set release number to 1 + * Tue Apr 15 2014 José Matos - 2.1.0-0 - update to 2.1.0 - install appdata.xml file and become a co-owner of that directory diff --git a/sources b/sources index 7d2cd65..90c80ca 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 9441eb16b07bae3aeaf7d8ebaa74b73f lyx-2.1.0.tar.xz +f9675379c6de3c02ed520af49436a89d lyx-2.1.0-update.patch.gz