Accepting request 1127549 from graphics
OBS-URL: https://build.opensuse.org/request/show/1127549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=129
This commit is contained in:
commit
f5f06c62bc
3
inkscape-1.3.1_2023-11-16_91b66b0783.tar.xz
Normal file
3
inkscape-1.3.1_2023-11-16_91b66b0783.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:421e0035fe5b3b054a0865dc8235be3f9e6e2dea54190d926b880a4ce05b00d8
|
||||
size 44727728
|
BIN
inkscape-1.3.1_2023-11-16_91b66b0783.tar.xz.sig
Normal file
BIN
inkscape-1.3.1_2023-11-16_91b66b0783.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf4f286b025e0169b8948cc14d5199a9b4c204d761c894c4b48496571ec76307
|
||||
size 85764028
|
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 19 08:29:07 UTC 2023 - thod_@gmx.de
|
||||
|
||||
- Update to version 1.3.1:
|
||||
+ more than 30 crash/freeze fixes
|
||||
+ a new feature to disable snapping to grid lines
|
||||
+ a new feature to split text into its letters
|
||||
+ the Shape Builder tool now creates an appropriate number of nodes
|
||||
+ PDF files that could not be opened with Inkscape 1.3 can now be opened / imported again
|
||||
+ See the full release notes
|
||||
https://inkscape.org/doc/release_notes/1.3.1/Inkscape_1.3.1.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 20:40:25 UTC 2023 - thod_@gmx.de
|
||||
|
||||
|
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define _version 1.3_2023-07-21_0e150ed6c4
|
||||
%define _version 1.3.1_2023-11-16_91b66b0783
|
||||
|
||||
Name: inkscape
|
||||
Version: 1.3
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: Vector Illustration Program
|
||||
License: GPL-3.0-only
|
||||
URL: https://inkscape.org/
|
||||
|
||||
Source: https://inkscape.org/gallery/item/42328/inkscape-%{version}.tar.xz#/inkscape-%{_version}.tar.xz
|
||||
Source: https://inkscape.org/gallery/item/44467/inkscape-%{version}.tar.xz#/inkscape-%{_version}.tar.xz
|
||||
# openSUSE palette file
|
||||
Source1: openSUSE.gpl
|
||||
Source2: inkscape-split-extensions-extra.py
|
||||
@ -42,11 +42,11 @@ BuildRequires: gcc10-c++
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libboost_filesystem-devel
|
||||
BuildRequires: libboost_headers-devel
|
||||
BuildRequires: libboost_stacktrace-devel
|
||||
BuildRequires: libboost_filesystem-devel >= 1.75
|
||||
BuildRequires: libboost_headers-devel >= 1.75
|
||||
BuildRequires: libboost_stacktrace-devel >= 1.75
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libpoppler-glib-devel
|
||||
BuildRequires: libpoppler-glib-devel > 22.01.0
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: ninja
|
||||
BuildRequires: perl
|
||||
@ -239,6 +239,8 @@ python3 %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/ink
|
||||
# create a conflict between the lang subpackage and bundles
|
||||
%dir %{_mandir}/hr/
|
||||
%dir %{_mandir}/hr/man1/
|
||||
%dir %{_mandir}/ko/
|
||||
%dir %{_mandir}/ko/man1/
|
||||
%{_mandir}/*/man1/*.1%{?ext_man}
|
||||
|
||||
%files extensions-extra -f inkscape-extensions-extra.lst
|
||||
|
Loading…
Reference in New Issue
Block a user