Update to 0.3.7
This commit is contained in:
parent
fc47bba3c6
commit
0844c8ffd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/grilo-0.3.4.tar.xz
|
||||
/grilo-0.3.5.tar.xz
|
||||
/grilo-0.3.6.tar.xz
|
||||
/grilo-0.3.7.tar.xz
|
||||
|
@ -1,40 +0,0 @@
|
||||
From a3ba6b49575c74890e38462c41aa27ada74047be Mon Sep 17 00:00:00 2001
|
||||
From: Victor Toso <me@victortoso.com>
|
||||
Date: Fri, 27 Jul 2018 20:25:44 +0200
|
||||
Subject: [PATCH] Include file to build docs with meson
|
||||
|
||||
Include missing file from tarball in order to switch to meson
|
||||
without missing the docs
|
||||
---
|
||||
doc/grilo/grilo.types | 19 +++++++++++++++++++
|
||||
1 file changed, 19 insertions(+)
|
||||
create mode 100644 doc/grilo/grilo.types
|
||||
|
||||
diff --git a/doc/grilo/grilo.types b/doc/grilo/grilo.types
|
||||
new file mode 100644
|
||||
index 0000000..ce9358c
|
||||
--- /dev/null
|
||||
+++ b/doc/grilo/grilo.types
|
||||
@@ -0,0 +1,19 @@
|
||||
+% add a _get_type for every GObject whose properties and signals you want
|
||||
+% documented
|
||||
+% add the relevant includes to be able to call those _get_type functions
|
||||
+
|
||||
+% adding a get_type here will:
|
||||
+% - change output file name from grilo-(whatever).html to (whatever).html
|
||||
+% - document properties and signals
|
||||
+
|
||||
+#include <grilo.h>
|
||||
+
|
||||
+grl_data_get_type
|
||||
+grl_config_get_type
|
||||
+grl_related_keys_get_type
|
||||
+grl_media_get_type
|
||||
+grl_plugin_get_type
|
||||
+grl_source_get_type
|
||||
+grl_registry_get_type
|
||||
+grl_caps_get_type
|
||||
+grl_operation_options_get_type
|
||||
--
|
||||
2.17.1
|
||||
|
10
grilo.spec
10
grilo.spec
@ -2,14 +2,13 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: grilo
|
||||
Version: 0.3.6
|
||||
Release: 4%{?dist}
|
||||
Version: 0.3.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Content discovery framework
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Grilo
|
||||
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
|
||||
Patch0001: 0001-Include-file-to-build-docs-with-meson.patch
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: chrpath
|
||||
@ -76,7 +75,7 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
|
||||
|
||||
%files -f grilo.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README TODO
|
||||
%doc AUTHORS NEWS README.md TODO
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/girepository-1.0/
|
||||
%{_bindir}/grl-inspect-%{release_version}
|
||||
@ -97,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/grilo-simple-playlist
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Mon Nov 19 2018 Victor Toso <victortoso@redhat.com> - 0.3.7-1
|
||||
- Update to 0.3.7
|
||||
|
||||
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.3.6-4
|
||||
- Rebuild with fixed binutils
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (grilo-0.3.6.tar.xz) = 175cf61a43aea8456a41f4dce7694fac50e854cf6340ed0671f233e6188fa34347c1e7308aac99bc49d081c36747776b9a8c1c5cc7c0be00a1df2c9d015d8849
|
||||
SHA512 (grilo-0.3.7.tar.xz) = 82c41d63edc23c056e189a73b0de87db342bba575d42efeda78ed4bf78fb8994111a2e9457e6f2453045b9b7b2d171b9e89d71c3a107cfa06af24644d9cb71df
|
||||
|
Loading…
Reference in New Issue
Block a user