1.1.1
This commit is contained in:
parent
4ca76a0a36
commit
65ef4d15b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ inkscape.tar.bz2
|
||||
/inkscape-1.0.1.tar.xz
|
||||
/inkscape-1.0.2.tar.xz
|
||||
/inkscape-1.1.tar.xz
|
||||
/inkscape-1.1.1.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: inkscape
|
||||
Version: 1.1
|
||||
Release: 10%{?dist}
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Vector-based drawing program using SVG
|
||||
|
||||
# Inkscape tags their releases with underscores and in ALLCAPS
|
||||
@ -10,7 +10,7 @@ Summary: Vector-based drawing program using SVG
|
||||
|
||||
License: GPLv2+ and CC-BY
|
||||
URL: https://inkscape.org/
|
||||
Source0: https://inkscape.org/gallery/item/26932/inkscape-1.1.tar.xz
|
||||
Source0: https://inkscape.org/gallery/item/29255/inkscape-1.1.1.tar.xz
|
||||
|
||||
# Fedora Color Palette, GIMP format, CC-BY 3.0
|
||||
Source2: Fedora-Color-Palette.gpl
|
||||
@ -113,7 +113,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n inkscape-1.1_2021-05-24_c4e8f9ed74 -p1
|
||||
%autosetup -n inkscape-1.1.1_2021-09-20_3bf5ae0d25 -p1
|
||||
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
|
||||
find . -name CMakeLists.txt | xargs sed -i 's|COMMAND python |COMMAND %{__python3} |g'
|
||||
|
||||
@ -212,6 +212,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 04 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.1.1-1
|
||||
- 1.1.1
|
||||
|
||||
* Wed Aug 18 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.1-10
|
||||
- Cmake cleanup, BZ 1995130
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (inkscape-1.1.tar.xz) = 54b75f8794d748ef59d5b719ea04e3debadc1a5cf3f62f14254502567973bbd634850edd0a3bc082be878dacf041e9bd10982c4846bf154f89aa5319eda4ee80
|
||||
SHA512 (inkscape-1.1.1.tar.xz) = 22b1b584a344c4f4ebd0b6e84a4af44e472ef47b3971cb97cbb026a4bf7cb5bea49a7de0c2af2a9e439c7c794f775081c8d1904f33eadb49a5389ea01bc0896c
|
||||
|
Loading…
Reference in New Issue
Block a user