From 2fcb5180468ec5085af139aaa02c72b1264fa2768b77a29ba3d2fb08983ef624 Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Sun, 9 Dec 2018 21:17:38 +0000 Subject: [PATCH 1/3] prepare for update to 2.3.2 OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=158 --- lyx-2.3.1-2.tar.xz | 3 --- lyx-2.3.1-2.tar.xz.sig | Bin 287 -> 0 bytes lyx-2.3.2.tar.xz | 3 +++ lyx-2.3.2.tar.xz.sig | Bin 0 -> 287 bytes lyx.spec | 8 ++++---- 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 lyx-2.3.1-2.tar.xz delete mode 100644 lyx-2.3.1-2.tar.xz.sig create mode 100644 lyx-2.3.2.tar.xz create mode 100644 lyx-2.3.2.tar.xz.sig diff --git a/lyx-2.3.1-2.tar.xz b/lyx-2.3.1-2.tar.xz deleted file mode 100644 index 1d3fb47..0000000 --- a/lyx-2.3.1-2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5c9450ba196ed9d49fbc573f65b10d1726d16a62453466957aba2a9f6d66f84 -size 15800168 diff --git a/lyx-2.3.1-2.tar.xz.sig b/lyx-2.3.1-2.tar.xz.sig deleted file mode 100644 index 2c62cbf72ac644b6c347150eb75b8269842ecdf9dfba79555e83a22ab98d09af..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-@?6D9x(2@u|TMEb}3I4viJ2mf{Oep@K)b<(_bh~Vb- ztk66d&TuB@baJuoRx-!A7aRn%3e=0uMpBOPRCe2G7JVT|7d@{->U&4_8YJwr3V{n3 z7y2&29;inAq{#VU5M+hmBevkfb-HxqLrq)`VIl}0d!~o^GABnRU&8S(Tb_6>dSDo! zD0{|QgAL*drFn&iZp3Zb-yAK~Z398|ZATAGSN)td@PM73mU)f1CDe0Q&~GBfzzy1{ zjkO#G4H1PT_j^R7|*aoYIs+y$I1$$gh|Y&6l9dqNi9_iH!gN diff --git a/lyx-2.3.2.tar.xz b/lyx-2.3.2.tar.xz new file mode 100644 index 0000000..a3b6db1 --- /dev/null +++ b/lyx-2.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a80fc7d0c69e5a28145275dd4f88d2a93bad1033b0cffe953f668fbbe4956c +size 15791748 diff --git a/lyx-2.3.2.tar.xz.sig b/lyx-2.3.2.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..724e12bf9a2db341fe1308dd1a7697fc923956b5157d0f255bfc7e34242336f9 GIT binary patch literal 287 zcmV+)0pR|L0UQJX0RjL91p-_Rb6UBqpJ?$$i6m=SWJ^cP;5x48t`OJ_`ch@Kx{{NJxi7G0Lk7){g-^zJ z{-;J4VSQ^5b*N>YsS2yya)D3I2bjVO3Jjdz)}8g~HLny55p9oJOrHP*Z2Ape@G+&X lEo+nU8Gm2CI!%|tt+YZEEnq%+2uf{5lS9Hn(rAJ0Hlv*Dh+_Z% literal 0 HcmV?d00001 diff --git a/lyx.spec b/lyx.spec index 7f0c412..889f747 100644 --- a/lyx.spec +++ b/lyx.spec @@ -12,21 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: lyx -Version: 2.3.1 +Version: 2.3.2 Release: 0 Summary: WYSIWYM (What You See Is What You Mean) document processor License: GPL-2.0-or-later Group: Productivity/Publishing/TeX/Frontends Url: http://www.lyx.org/ -Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}-2.tar.xz +Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz Source1: lyxrc.dist Source2: lyx.keyring -Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}-2.tar.xz.sig +Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig # PATCH-FIX-UPSTREAM to satisfy rpmlint - use #! /usr/bin/python as shebang # See: https://www.lyx.org/trac/changeset/cac27076ead10684270520670adc6bd004793361/lyxgit # Upstream also made change to python3 in master. Because 2.3.1 is compatible with both From 6c6221d816b8e453c6f36c59f5001a2fcb250d247a9fe6c0e01bb18750c7b399 Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Mon, 10 Dec 2018 13:24:55 +0000 Subject: [PATCH 2/3] - Update to 2.3.2: this is a maintenance update. * Too many changes to list here, but they are all minor updates bugfixes. The most notable are: * DOCUMENT INPUT/OUTPUT: + Add support for non-ASCII characters in hyperlinks (bug 11165) + Support rotated table cells with linebreaks (bug 8085) * TEX2LYX IMPROVEMENTS: + Add support for multirow (bug 11164) + Improve import of titling commands other than \maketitle (bug 6461) * For more details see included ANNOUNCE file - Added texlive-menukeys to Recommends: key symbols are supported now via menukeys packages (part of LyX bug #10641) OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=159 --- lyx.changes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lyx.changes b/lyx.changes index 0ba8e32..fe6264a 100644 --- a/lyx.changes +++ b/lyx.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Dec 10 13:15:31 UTC 2018 - Cor Blom + +- Update to 2.3.2: this is a maintenance update. + * Too many changes to list here, but they are all minor updates + bugfixes. The most notable are: + * DOCUMENT INPUT/OUTPUT: + + Add support for non-ASCII characters in hyperlinks (bug 11165) + + Support rotated table cells with linebreaks (bug 8085) + * TEX2LYX IMPROVEMENTS: + + Add support for multirow (bug 11164) + + Improve import of titling commands other than \maketitle (bug 6461) + * For more details see included ANNOUNCE file +- Added texlive-menukeys to Recommends: key symbols are supported + now via menukeys packages (part of LyX bug #10641) + ------------------------------------------------------------------- Tue Nov 20 16:38:22 UTC 2018 - adam.majer@suse.de From 7c0dcab542e4aeeb950db3825ac07538d988c888b651d9d79b70257e065ee36b Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Mon, 10 Dec 2018 13:26:00 +0000 Subject: [PATCH 3/3] commit also spec file update OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=160 --- lyx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/lyx.spec b/lyx.spec index 889f747..b27c54a 100644 --- a/lyx.spec +++ b/lyx.spec @@ -83,6 +83,7 @@ Recommends: texlive-forest Recommends: texlive-fragments Recommends: texlive-ifsym Recommends: texlive-mathdots +Recommends: texlive-menukeys Recommends: texlive-mhchem Recommends: texlive-multirow Recommends: texlive-nomencl