Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package reco for openSUSE:Factory checked in at 2024-12-09 21:11:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/reco (Old) and /work/SRC/openSUSE:Factory/.reco.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "reco" Mon Dec 9 21:11:02 2024 rev:13 rq:1228956 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/reco/reco.changes 2022-02-28 19:43:45.837945684 +0100 +++ /work/SRC/openSUSE:Factory/.reco.new.29675/reco.changes 2024-12-09 21:12:14.938666333 +0100 @@ -1,0 +2,8 @@ +Fri Dec 6 20:43:06 UTC 2024 - Richard Rahl <rra...@opensuse.org> + +- update spec file for Leap 16.0: + * remove %suse_update_desktop_file + * remove any mentions of elementary + * use autosetup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ reco.spec ++++++ --- /var/tmp/diff_new_pack.FKl2ak/_old 2024-12-09 21:12:16.182718382 +0100 +++ /var/tmp/diff_new_pack.FKl2ak/_new 2024-12-09 21:12:16.186718550 +0100 @@ -1,7 +1,7 @@ # # spec file for package reco # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,39 +16,33 @@ # +%define appid com.github.ryonakano.reco Name: reco Version: 3.2.1 Release: 0 Summary: Audio Recording App License: GPL-3.0-or-later -Group: Productivity/Multimedia/Sound/Utilities URL: https://github.com/ryonakano/reco -Source: https://github.com/ryonakano/reco/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: libxml2-tools BuildRequires: meson >= 0.49.0 BuildRequires: pkgconfig -BuildRequires: update-desktop-files BuildRequires: vala BuildRequires: pkgconfig(granite) >= 5.2.3 BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libhandy-1) BuildRequires: pkgconfig(libpulse) -Recommends: %{name}-lang %description -An audio recording app designed for elementary OS. +An audio recording app designed for the Pantheon Desktop. %lang_package %prep -%setup -q - -# Switch to bugs.opensuse.org -find -name \*.xml* -exec \ -sed -i '/bugtracker/s|>[^>]*<|>https://bugs.opensuse.org<|' {} + +%autosetup %build %meson @@ -56,19 +50,18 @@ %install %meson_install -%suse_update_desktop_file -r com.github.ryonakano.reco GTK Utility AudioVideo -%find_lang com.github.ryonakano.reco %{name}.lang -%fdupes %{buildroot}/%{_datadir} +%find_lang %{appid} +%fdupes %{buildroot} %files %license LICENSE %doc README.md -%{_bindir}/com.github.ryonakano.reco -%{_datadir}/applications/com.github.ryonakano.reco.desktop -%{_datadir}/glib-2.0/schemas/com.github.ryonakano.reco.gschema.xml -%{_datadir}/icons/hicolor/*/apps/com.github.ryonakano.reco.??g -%{_datadir}/icons/hicolor/*/apps/record-completed-symbolic.??g -%{_datadir}/metainfo/com.github.ryonakano.reco.appdata.xml +%{_bindir}/%{appid} +%{_datadir}/applications/%{appid}.desktop +%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml +%{_datadir}/icons/hicolor/*/apps/%{appid}.svg +%{_datadir}/icons/hicolor/symbolic/apps/record-completed-symbolic.svg +%{_datadir}/metainfo/%{appid}.appdata.xml -%files lang -f %{name}.lang +%files lang -f %{appid}.lang