1.0.2
This commit is contained in:
parent
66fc019db5
commit
8c92bdb582
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ inkscape.tar.bz2
|
|||||||
/inkscape-1.0rc1_2020-04-09_09960d6f05.tar.xz
|
/inkscape-1.0rc1_2020-04-09_09960d6f05.tar.xz
|
||||||
/inkscape-1.0_2020-05-01_4035a4fb49.tar.xz
|
/inkscape-1.0_2020-05-01_4035a4fb49.tar.xz
|
||||||
/inkscape-1.0.1.tar.xz
|
/inkscape-1.0.1.tar.xz
|
||||||
|
/inkscape-1.0.2.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: inkscape
|
Name: inkscape
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Vector-based drawing program using SVG
|
Summary: Vector-based drawing program using SVG
|
||||||
|
|
||||||
# Inkscape tags their releases with underscores and in ALLCAPS
|
# Inkscape tags their releases with underscores and in ALLCAPS
|
||||||
@ -10,14 +10,15 @@ Summary: Vector-based drawing program using SVG
|
|||||||
|
|
||||||
License: GPLv2+ and CC-BY
|
License: GPLv2+ and CC-BY
|
||||||
URL: https://inkscape.org/
|
URL: https://inkscape.org/
|
||||||
Source0: https://inkscape.org/gallery/item/21571/inkscape-1.0.1.tar.xz
|
Source0: https://inkscape.org/gallery/item/23820/inkscape-1.0.2.tar.xz
|
||||||
|
|
||||||
# Fedora Color Palette, GIMP format, CC-BY 3.0
|
# Fedora Color Palette, GIMP format, CC-BY 3.0
|
||||||
Source2: Fedora-Color-Palette.gpl
|
Source2: Fedora-Color-Palette.gpl
|
||||||
|
|
||||||
Patch1: inkscape-gcc11.patch
|
Patch1: inkscape-gcc11.patch
|
||||||
# Backported from upstream
|
# Backported from upstream
|
||||||
Patch2: inkscape-appdata.patch
|
#Patch2: inkscape-appdata.patch
|
||||||
|
#Patch3: atomic.patch
|
||||||
|
|
||||||
Provides: bundled(libcroco)
|
Provides: bundled(libcroco)
|
||||||
Provides: bundled(libgdl)
|
Provides: bundled(libgdl)
|
||||||
@ -112,7 +113,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n inkscape-1.0.1_2020-09-07_3bc2e813f5 -p1
|
%autosetup -n inkscape-1.0.2_2021-01-15_e86c870879 -p1
|
||||||
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
|
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
|
||||||
find . -name CMakeLists.txt | xargs sed -i 's|COMMAND python |COMMAND %{__python3} |g'
|
find . -name CMakeLists.txt | xargs sed -i 's|COMMAND python |COMMAND %{__python3} |g'
|
||||||
|
|
||||||
@ -226,6 +227,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 01 2021 Gwyn Ciesla <gwync@protonmail.com> - 1.0.2-1
|
||||||
|
- 1.0.2
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (inkscape-1.0.1.tar.xz) = 70145e02fe7c3ffbfa3dcea690bfe3315131fb9a507c70bcdc1d0db394d207e3bd04d7cc86c3b625597bddfd2b6e09a03841aece6d2ffb6517fe1c619193ec96
|
SHA512 (inkscape-1.0.2.tar.xz) = f4fbc627c0f07db11194715c505b771a60af29a9a7f8be0232e4f7eb6b1c5814c3f160c2003d64ec62aeb92ef44174320a47aa6b6abc7a67cc27c996cba9522d
|
||||||
|
Loading…
Reference in New Issue
Block a user