Accepting request 1056088 from Publishing
- Updated tarballs, still 2.3.7, although the tarballs add a -1 - Update to 2.3.7: * Small improvements and bug fixes all over the place. For details see included ANNOUNCE or https://www.lyx.org/announce/2_3_7.txt - Remove lyx-2.3.6-fix-gcc12.patch OBS-URL: https://build.opensuse.org/request/show/1056088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lyx?expand=0&rev=106
This commit is contained in:
commit
288bf3a558
@ -1,24 +0,0 @@
|
||||
diff -ur lyx-2.3.6.1.orig/src/insets/InsetListings.cpp lyx-2.3.6.1/src/insets/InsetListings.cpp
|
||||
--- lyx-2.3.6.1.orig/src/insets/InsetListings.cpp 2020-12-29 16:50:45.000000000 +0000
|
||||
+++ lyx-2.3.6.1/src/insets/InsetListings.cpp 2022-02-03 16:22:37.983196716 +0000
|
||||
@@ -44,6 +44,7 @@
|
||||
|
||||
#include "support/regex.h"
|
||||
|
||||
+#include <cstring>
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
Only in lyx-2.3.6.1/src/insets: InsetListings.cpp~
|
||||
diff -ur lyx-2.3.6.1.orig/src/lyxfind.cpp lyx-2.3.6.1/src/lyxfind.cpp
|
||||
--- lyx-2.3.6.1.orig/src/lyxfind.cpp 2020-12-29 16:50:45.000000000 +0000
|
||||
+++ lyx-2.3.6.1/src/lyxfind.cpp 2022-02-03 16:01:54.997152176 +0000
|
||||
@@ -52,6 +52,7 @@
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include "support/regex.h"
|
||||
+#include <iterator>
|
||||
|
||||
using namespace std;
|
||||
using namespace lyx::support;
|
||||
Only in lyx-2.3.6.1/src: lyxfind.cpp~
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6bed2633419898e01a7cc350310d7d934bf591cab7259fc2581aa4c00eafa78
|
||||
size 16242608
|
Binary file not shown.
3
lyx-2.3.7-1.tar.xz
Normal file
3
lyx-2.3.7-1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39be8864fb86b34e88310e70fb80e5e9e296601f0856cf161aa094171718d8ed
|
||||
size 16158416
|
BIN
lyx-2.3.7-1.tar.xz.sig
Normal file
BIN
lyx-2.3.7-1.tar.xz.sig
Normal file
Binary file not shown.
14
lyx.changes
14
lyx.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 2 09:04:28 UTC 2023 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- Updated tarballs, still 2.3.7, although the tarballs add a -1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 07:24:12 UTC 2022 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- Update to 2.3.7:
|
||||
* Small improvements and bug fixes all over the place. For
|
||||
details see included ANNOUNCE
|
||||
or https://www.lyx.org/announce/2_3_7.txt
|
||||
- Remove lyx-2.3.6-fix-gcc12.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 14 14:28:50 UTC 2022 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
|
10
lyx.spec
10
lyx.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lyx
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
Name: lyx
|
||||
Version: 2.3.6.1
|
||||
Version: 2.3.7
|
||||
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}.tar.xz
|
||||
Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}-1.tar.xz
|
||||
Source1: lyxrc.dist
|
||||
Source2: lyx.keyring
|
||||
Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
|
||||
Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}-1.tar.xz.sig
|
||||
Source4: README.SUSE
|
||||
# PATCH-FIX-UPSTREAM to satisfy rpmlint - use #! /usr/bin/python as shebang
|
||||
# See: https://www.lyx.org/trac/changeset/cac27076ead10684270520670adc6bd004793361/lyxgit
|
||||
@ -36,8 +36,6 @@ Patch0: correct-shebang.patch
|
||||
# PATCH-FIX-UPSTREAM remove_python_shebang.patch mcepl@suse.com
|
||||
# remove all instances of python2 shebang lines
|
||||
Patch1: remove_python_shebang.patch
|
||||
# Fix build with gcc-12
|
||||
Patch2: lyx-2.3.6-fix-gcc12.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bc
|
||||
|
Loading…
Reference in New Issue
Block a user