Update to 1.5.0
This commit is contained in:
parent
67ca81d62b
commit
a8c0acb768
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libmypaint-1.3.0.tar.xz
|
||||
/libmypaint-1.4.0.tar.xz
|
||||
/libmypaint-1.5.0.tar.xz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up libmypaint-1.3.0/doc/source/conf.py.sphinx18 libmypaint-1.3.0/doc/source/conf.py
|
||||
--- libmypaint-1.3.0/doc/source/conf.py.sphinx18 2016-11-09 19:03:36.000000000 +0100
|
||||
+++ libmypaint-1.3.0/doc/source/conf.py 2019-03-09 01:07:52.632220351 +0100
|
||||
@@ -27,7 +27,7 @@ import os
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
|
||||
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
|
||||
|
||||
# Breathe setup, for integrating doxygen content
|
||||
extensions.append('breathe')
|
@ -1,6 +1,6 @@
|
||||
Name: libmypaint
|
||||
Version: 1.4.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for making brush strokes
|
||||
|
||||
# Compute some version related macros.
|
||||
@ -12,7 +12,6 @@ Summary: Library for making brush strokes
|
||||
License: ISC
|
||||
URL: https://github.com/mypaint/libmypaint
|
||||
Source0: https://github.com/mypaint/libmypaint/releases/download/v%{version}/libmypaint-%{version}.tar.xz
|
||||
Patch1: libmypaint-1.3.0-sphinx18.patch
|
||||
|
||||
BuildRequires: babl-devel
|
||||
BuildRequires: gcc
|
||||
@ -68,6 +67,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||
%{_datadir}/gir-1.0/MyPaint-%{major}.%{minor}.gir
|
||||
|
||||
%changelog
|
||||
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 1.5.0-1
|
||||
- Update to 1.5.0
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libmypaint-1.4.0.tar.xz) = c549a0b8f02976f7863c5ff49d5f16b5c3eae3e6e9e8803fef833edf78cc2a7413dd8dd751ed560c79d2527e0a54b462a92bb8059bcf69271654b2629f583c19
|
||||
SHA512 (libmypaint-1.5.0.tar.xz) = ebc08bbdc033013212f31ce672ff015a33df838154f9244df3c9ed4a30696bbad7630081c35c616153db1303692794116aec51b644a6558cd030016f4f470a7b
|
||||
|
Loading…
Reference in New Issue
Block a user