public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/grilo-plugins] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84238
@ 2026-06-24 15:28 releng-bot
  0 siblings, 0 replies; only message in thread
From: releng-bot @ 2026-06-24 15:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/grilo-plugins
Branch : rawhide
Commit : f991e4a4509268825cc32db5a8d34599960920b1
Author : releng-bot <releng-bot@fedoraproject.org>
Date   : 2026-06-24T15:28:21+00:00
Stats  : +506/-1 in 7 file(s)
URL    : https://src.fedoraproject.org/rpms/grilo-plugins/c/f991e4a4509268825cc32db5a8d34599960920b1?branch=rawhide

Log:
Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84238

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a914c61
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,40 @@
+/grilo-plugins-0.1.15.tar.bz2
+/grilo-plugins-0.1.16.tar.xz
+/grilo-plugins-0.1.17.tar.xz
+/grilo-plugins-0.1.18.tar.xz
+/grilo-plugins-0.1.19.tar.xz
+/grilo-plugins-0.2.0.tar.xz
+/grilo-plugins-0.2.1.tar.xz
+/grilo-plugins-0.2.2.tar.xz
+/grilo-plugins-0.2.3.tar.xz
+/grilo-plugins-0.2.4.tar.xz
+/grilo-plugins-0.2.5.tar.xz
+/grilo-plugins-0.2.6.tar.xz
+/grilo-plugins-0.2.7.tar.xz
+/grilo-plugins-0.2.8.tar.xz
+/grilo-plugins-0.2.9.tar.xz
+/grilo-plugins-0.2.11.tar.xz
+/grilo-plugins-0.2.12.tar.xz
+/grilo-plugins-0.2.13.tar.xz
+/grilo-plugins-0.2.14.tar.xz
+/grilo-plugins-0.2.15.tar.xz
+/grilo-plugins-0.2.16.tar.xz
+/grilo-plugins-0.3.0.tar.xz
+/grilo-plugins-0.3.1.tar.xz
+/grilo-plugins-0.3.2.tar.xz
+/grilo-plugins-0.3.3.tar.xz
+/grilo-plugins-0.3.4.tar.xz
+/grilo-plugins-0.3.5.tar.xz
+/grilo-plugins-0.3.6.tar.xz
+/grilo-plugins-0.3.7.tar.xz
+/grilo-plugins-0.3.8.tar.xz
+/grilo-plugins-0.3.9.tar.xz
+/grilo-plugins-0.3.10.tar.xz
+/grilo-plugins-0.3.11.tar.xz
+/grilo-plugins-0.3.12.tar.xz
+/grilo-plugins-0.3.13.tar.xz
+/grilo-plugins-0.3.14.tar.xz
+/grilo-plugins-0.3.15.tar.xz
+/grilo-plugins-0.3.16.tar.xz
+/grilo-plugins-0.3.17.tar.xz
+/grilo-plugins-0.3.18.tar.xz

diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..c3700e1
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,40 @@
+# Minimal Packit Configuration for GNOME Packages
+# Copy this to your dist-git repository as .packit.yaml
+#
+# Prerequisites:
+# - Package is monitored by release-monitoring.org
+# - Monitoring status set to "Monitoring" in dist-git
+
+jobs:
+  # Automated updates for stable branches
+  - job: pull_from_upstream
+    trigger: release
+    dist_git_branches:
+      - fedora-stable
+
+    # ========================================================================
+    # VERSIONING: Choose ONE option based on your package's versioning scheme
+    # ========================================================================
+
+    # OPTION A: Major version only - allows minor and patch updates
+    #   For 2-digit: 50.0 -> 50.1 ✅, 50.x -> 51.0 ❌
+    #   For 3-digit: 1.2.3 -> 1.3.0 ✅, 1.x.x -> 2.0.0 ❌
+    #   Use for: GNOME apps/libs with 2-digit versions, or libraries following semver
+    # version_update_mask: '^\d+\.'
+
+    # OPTION B: Major.minor version - patch updates only
+    #   Examples: 1.2.3 -> 1.2.4 ✅, 1.2.x -> 1.3.0 ❌
+    #   Use for: Libraries with ABI concerns, even/odd development scheme
+    version_update_mask: '^\d+\.\d+\.'
+
+  # Build in Koji after merge
+  - job: koji_build
+    trigger: commit
+    dist_git_branches:
+      - fedora-stable
+
+  # Submit Bodhi update
+  - job: bodhi_update
+    trigger: commit
+    dist_git_branches:
+      - fedora-stable

diff --git a/changelog b/changelog
new file mode 100644
index 0000000..1e3fc08
--- /dev/null
+++ b/changelog
@@ -0,0 +1,298 @@
+* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
+
+* Tue Aug 16 2022 Victor Toso <victortoso@redhat.com> - 0.3.15-1
+- Update to 0.3.15
+
+* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Wed Jan 26 2022 Bastien Nocera <bnocera@redhat.com> - 0.3.14-3
++ grilo-plugins-0.3.14-3
+- Remove obsolete enable-static meson option (#2045675)
+
+* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Tue Oct  5 2021 Victor Toso <victortoso@redhat.com> - 0.3.14-1
+- Update to 0.3.14
+
+* Tue Aug 24 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.3.13-5
+- Disable the Flickr plugin on RHEL >= 9
+
+* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Tue Jun 22 2021 Bastien Nocera <bnocera@redhat.com> - 0.3.13-3
++ grilo-plugins-0.3.13-3
+- Clarify licenses
+
+* Tue May 04 2021 Bastien Nocera <bnocera@redhat.com> - 0.3.13-2
++ grilo-plugins-0.3.13-1
+- Fix crash with newer lua (#1956076)
+
+* Wed Mar 31 2021 Victor Toso <victortoso@redhat.com> - 0.3.13-1
+- Update to 0.3.13
+- Vimeo e Jamendo were removed
+- Tracker 2 is disabled
+
+* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Wed Sep 09 2020 Kalev Lember <klember@redhat.com> - 0.3.12-2
+- Switch to tracker3
+
+* Thu Sep  3 2020 Victor Toso <victortoso@redhat.com> - 0.3.12-1
+- Update to 0.3.12
+
+* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Mon Jul 13 2020 Bastien Nocera <bnocera@redhat.com> - 0.3.11-3
++ grilo-plugins-0.3.11-3
+- Disable DMAP plugins on RHEL
+
+* Mon Mar 16 2020 Yaroslav Fedevych <yaroslav@fedevych.name> - 0.3.11-2
+- Added pkgconfig(oauth) as an explicit build dependency
+
+* Fri Feb 14 2020 Victor Toso <victortoso@redhat.com> - 0.3.11-1
+- Update to 0.3.11
+
+* Fri Feb 14 2020 Bastien Nocera <bnocera@redhat.com> - 0.3.10-4
++ grilo-plugins-0.3.10-4
+- Fix dleyna disable conditions
+
+* Fri Feb 14 2020 Bastien Nocera <bnocera@redhat.com> - 0.3.10-3
++ grilo-plugins-0.3.10-3
+- Disable dleyna plugin on RHEL
+
+* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Thu Sep 12 2019 Victor Toso <victortoso@redhat.com> - 0.3.10-1
+- Update to 0.3.10
+
+* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Mon Jul 15 2019 Kalev Lember <klember@redhat.com> - 0.3.9-1
+- Update to 0.3.9
+
+* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Mon Sep 24 2018 Victor Toso <victortoso@redhat.com> - 0.3.8-1
+- Update to 0.3.8
+
+* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.3.7-4
+- Rebuild with fixed binutils
+
+* Sat Jul 28 2018 Victor Toso <victortoso@redhat.com> - 0.3.7-3
+- Switch build to meson
+- Drop gmime requirement
+
+* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.7-2
+- Rebuild for new binutils
+
+* Wed Jul 18 2018 Victor Toso <victortoso@redhat.com> - 0.3.6-1
+- Update to 0.3.6
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Thu May 17 2018 Kalev Lember <klember@redhat.com> - 0.3.5-4
+- Remove obsolete RHEL conditionals
+
+* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Fri Sep 08 2017 Kalev Lember <klember@redhat.com> - 0.3.5-2
+- Switch to gmime 3.0
+
+* Fri Aug 25 2017 Bastien Nocera <bnocera@redhat.com> - 0.3.5-1
++ grilo-plugins-0.3.5-1
+- Update to 0.3.5
+
+* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 0.3.4-4
+- Rebuilt for libtotem-plparser soname bump
+
+* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 0.3.4-3
+- Rebuilt for libtotem-plparser soname bump
+
+* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Tue Feb 14 2017 Kalev Lember <klember@redhat.com> - 0.3.4-1
+- Update to 0.3.4
+
+* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 0.3.3-1
+- Update to 0.3.3
+- Don't set group tags
+- Use make_install macro
+
+* Mon Jul 25 2016 Kalev Lember <klember@redhat.com> - 0.3.2-2
+- Update required grilo version
+
+* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 0.3.2-1
+- Update to 0.3.2
+
+* Tue Mar 22 2016 Bastien Nocera <bnocera@redhat.com> 0.3.1-1
+- Update to 0.3.1
+
+* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 0.3.0-1
+- Update to 0.3.0
+- Update project URL
+
+* Wed Sep 23 2015 Kalev Lember <klember@redhat.com> - 0.2.16-1
+- Update to 0.2.16
+
+* Fri Sep 11 2015 Kalev Lember <klember@redhat.com> - 0.2.15-1
+- Update to 0.2.15
+- Tighten deps with _isa macro
+- Use license macro for COPYING
+
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.14-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Mon Apr 27 2015 David King <amigadave@amigadave.com> - 0.2.14-3
+- Rebuild for libgdata soname bump
+
+* Fri Mar 27 2015 Ray Strode <rstrode@redhat.com> 0.2.14-2
+- Conditionalize dleyna-server requirement
+
+* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 0.2.14-1
+- Update to 0.2.14
+
+* Sun Feb 15 2015 Bastien Nocera <bnocera@redhat.com> 0.2.13-3
+- Add missing dleyna-server requirement so DLNA works
+
+* Mon Jan 26 2015 David King <amigadave@amigadave.com> - 0.2.13-2
+- Port to libmediaart-2.0
+
+* Tue Aug 26 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.13-1
+- Update to 0.2.13
+
+* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.12-6
+- Rebuilt with libmediaart 0.6.0
+
+* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Wed Apr 16 2014 Adam Williamson <awilliam@redhat.com> - 0.2.12-3
+- rebuild for new libgdata
+
+* Wed Apr 02 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.12-2
+- Build additional freebox, lua-factory and pocket plugins
+
+* Wed Mar 19 2014 Richard Hughes <rhughes@redhat.com> - 0.2.12-1
+- Update to 0.2.12
+
+* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.2.11-1
+- Update to 0.2.11
+
+* Thu Dec 19 2013 Adam Williamson <awilliam@redhat.com> - 0.2.9-3
+- patch to build against newer tracker, rebuild for tracker bump
+
+* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.9-2
+- Rebuilt for totem-pl-parser soname bump
+
+* Sun Aug 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.9-1
+- Update to 0.2.9
+
+* Sun Aug  4 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.8-4
+- Fix FTBFS
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Jun 06 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.8-2
+- Backport a patch to avoid DNS delays at plugin init (#969123)
+
+* Sat May 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.8-1
+- Update to 0.2.8
+
+* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.7-1
+- Update to 0.2.7
+
+* Sat May 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-2
+- Use the find_lang --with-gnome macro for help files
+- Drop the dep on yelp (#964421)
+
+* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 0.2.6-1
+- Update to 0.2.6
+
+* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.2.5-3
+- Fix build against newer tracker
+
+* Sun Jan 27 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.2.5-2
+- Rebuild for tracker
+
+* Thu Dec 20 2012 Bastien Nocera <bnocera@redhat.com> 0.2.5-1
+- Update to 0.2.5
+
+* Tue Dec 04 2012 Bastien Nocera <bnocera@redhat.com> 0.2.4-1
+- Update to 0.2.4
+
+* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> 0.2.3-1
+- Update to 0.2.3
+
+* Fri Oct 05 2012 Bastien Nocera <bnocera@redhat.com> 0.2.2-1
+- Update to 0.2.2
+
+* Wed Oct 03 2012 Bastien Nocera <bnocera@redhat.com> 0.2.1-1
+- Update to 0.2.1
+
+* Fri Aug 31 2012 Debarshi Ray <rishi@fedoraproject.org> 0.2.0-1
+- update to 0.2.0
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.19-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Fri May 25 2012 Bastien Nocera <bnocera@redhat.com> 0.1.19-1
+- Update to 0.1.19
+
+* Fri Mar 16 2012 Adam Williamson <awilliam@redhat.com> - 0.1.18-4
+- Rebuild for new tracker again
+
+* Tue Feb 28 2012 Matthias Clasen <mclasen@redhat.com> - 0.1.18-3
+- Rebuild for new tracker
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.18-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Dec 12 2011 Bastien Nocera <bnocera@redhat.com> 0.1.18-1
+- Update to 0.1.18
+
+* Thu Nov 17 2011 Daniel Drake <dsd@laptop.org> 0.1.17-2
+- rebuild for libquvi.so.7
+
+* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 0.1.17-1
+- Update to 0.1.17
+
+* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 0.1.16-1
+- Update to 0.1.16
+
+* Fri Jun 17 2011 Peter Robinson <pbrobinson@gmail.com> 0.1.15-5
+- rebuild for new gupnp/gssdp
+
+* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-4
+- Update with more comments from Kalev Lember <kalev@smartlink.ee>
+
+* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-3
+- Update with comments from Kalev Lember <kalev@smartlink.ee>
+
+* Fri May 20 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-2
+- Fix a few rpmlint warnings
+
+* Thu Apr 21 2011 Bastien Nocera <bnocera@redhat.com> 0.1.15-1
+- Fist package, based on upstream work by Juan A.
+  Suarez Romero <jasuarez@igalia.com>

diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks

diff --git a/grilo-plugins.spec b/grilo-plugins.spec
new file mode 100644
index 0000000..19f2e42
--- /dev/null
+++ b/grilo-plugins.spec
@@ -0,0 +1,114 @@
+# first two digits of version
+%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
+
+%global grilo_version 0.3.15
+%global goa_version 3.17.91
+
+Name:		grilo-plugins
+Version:	0.3.18
+Release:	%autorelease
+Summary:	Plugins for the Grilo framework
+License:	LGPL-2.1-or-later
+URL:		https://wiki.gnome.org/Projects/Grilo
+Source0:	https://download.gnome.org/sources/grilo-plugins/%{release_version}/grilo-plugins-%{version}.tar.xz
+
+BuildRequires:  gcc
+BuildRequires:  meson
+BuildRequires:  git
+BuildRequires:	avahi-gobject-devel
+BuildRequires:	gettext
+BuildRequires:	grilo-devel >= %{grilo_version}
+BuildRequires:	glib2-devel
+BuildRequires:	gom-devel
+BuildRequires:	gnome-online-accounts-devel >= %{goa_version}
+BuildRequires:	gperf
+BuildRequires:	libgcrypt-devel
+BuildRequires:	libxml2-devel
+BuildRequires:	itstool
+BuildRequires:	libarchive-devel
+BuildRequires:	libmediaart-devel
+BuildRequires:	libsoup3-devel
+BuildRequires:	lua-devel
+BuildRequires:	pkgconfig(tinysparql-3.0)
+BuildRequires:	localsearch
+BuildRequires:	rest-devel
+BuildRequires:	sqlite-devel
+BuildRequires:	totem-pl-parser-devel
+BuildRequires:	json-glib-devel
+%if ! 0%{?rhel}
+BuildRequires:	libdmapsharing4-devel
+BuildRequires:	pkgconfig(oauth)
+%endif
+
+%if ! 0%{?rhel}
+Requires:	dleyna-server
+%endif
+Requires:	gnome-online-accounts%{_isa} >= %{goa_version}
+Requires:	grilo%{_isa} >= %{grilo_version}
+
+%description
+Grilo is a framework that provides access to different sources of
+multimedia content, using a pluggable system.
+This package contains plugins to get information from theses sources:
+- Bookmarks
+- Filesystem
+- Flickr
+- Freebox
+- Gravatar
+- iTunes Music Sharing
+- Last.fm (for album arts)
+- Local metadata (album arts and thumbnails)
+- Metadata Store
+- Pocket
+- Podcasts
+- Radio France
+- Shoutcast
+- The Guardian Videos
+- Tracker
+
+%prep
+%autosetup -p1 -S git
+
+%build
+%meson \
+    -Denable-shoutcast=no \
+    -Denable-bookmarks=yes \
+%if 0%{?rhel}
+    -Denable-dleyna=no \
+    -Denable-dmap=no \
+    -Denable-flickr=no \
+%else
+    -Denable-dleyna=yes \
+    -Denable-dmap=yes \
+    -Denable-flickr=yes \
+%endif
+    -Denable-filesystem=yes \
+    -Denable-freebox=yes \
+    -Denable-gravatar=yes \
+    -Denable-lua-factory=yes \
+    -Denable-metadata-store=yes \
+%if 0%{?fedora}
+    -Denable-podcasts=yes \
+%endif
+    -Denable-tmdb=yes \
+    -Denable-youtube=no \
+    -Denable-tracker=no \
+    -Denable-tracker3=yes
+
+%meson_build
+
+%install
+%meson_install
+
+%find_lang grilo-plugins --with-gnome
+
+%files -f grilo-plugins.lang
+%license COPYING
+%doc AUTHORS NEWS README.md
+%doc %{_datadir}/help/*/examples/example-tmdb.c
+%{_datadir}/grilo-plugins/
+%{_libdir}/pkgconfig/*.pc
+%{_libdir}/grilo-%{release_version}/*.so*
+
+%changelog
+%autochangelog

diff --git a/monitoring.toml b/monitoring.toml
new file mode 100644
index 0000000..0ad7b11
--- /dev/null
+++ b/monitoring.toml
@@ -0,0 +1,13 @@
+# Enable/disable monitoring
+monitoring = true
+# Enable/disable filling bugzilla ticket for new release
+# When disabled it will also disable scratch builds
+bugzilla = false
+# Enable/disable reporting only stable versions
+# Stable versions are recognized based on release-monitoring.org project settings
+stable_only = true
+# Enable/disable reporting all new versions instead of the latest one
+# Enabling this will disable scratch builds
+all_versions = true
+# Enable/disable scratch build for newly opened version
+scratch_build = false

diff --git a/sources b/sources
new file mode 100644
index 0000000..407027c
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (grilo-plugins-0.3.18.tar.xz) = cd741ab573871bfdede1d5debad65e925dd4ec936f0aa8f21d3963b9fff88bfba60ee17c7f46c05179624c4af2133b02783c8c71d5091a23de849d3d221f47e6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 15:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 15:28 [rpms/grilo-plugins] rawhide: Unretirement request: https://pagure.io/releng/fedora-scm-requests/issue/84238 releng-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox