Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package frescobaldi for openSUSE:Factory checked in at 2023-06-17 22:20:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frescobaldi (Old) and /work/SRC/openSUSE:Factory/.frescobaldi.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frescobaldi" Sat Jun 17 22:20:46 2023 rev:25 rq:1093602 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/frescobaldi/frescobaldi.changes 2023-03-28 17:52:01.543745032 +0200 +++ /work/SRC/openSUSE:Factory/.frescobaldi.new.15902/frescobaldi.changes 2023-06-17 22:21:38.600017544 +0200 @@ -1,0 +2,6 @@ +Sat Jun 17 19:04:47 UTC 2023 - Cor Blom <corne...@solcon.nl> + +- python-ly is now its own package. Removed it from this one and + added necessary dependencaies. + +------------------------------------------------------------------- Old: ---- python-ly-0.9.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frescobaldi.spec ++++++ --- /var/tmp/diff_new_pack.8EzHyQ/_old 2023-06-17 22:21:39.140020789 +0200 +++ /var/tmp/diff_new_pack.8EzHyQ/_new 2023-06-17 22:21:39.144020814 +0200 @@ -27,15 +27,13 @@ URL: http://www.frescobaldi.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: https://github.com/frescobaldi/frescobaldi/archive/v%{version}/%{name}-%{version}.tar.gz -# New package, was before part of frescobaldi -# Url: https://pypi.python.org/pypi/python-ly -# Keep in this package, because frescobaldi is the only one using it. -Source1: https://files.pythonhosted.org/packages/9b/ed/e277509bb9f9376efe391f2f5a27da9840366d12a62bef30f44e5a24e0d9/python-ly-0.9.7.tar.gz BuildRequires: appstream-glib-devel BuildRequires: hicolor-icon-theme BuildRequires: python3-devel +BuildRequires: python3-ly BuildRequires: update-desktop-files Requires: lilypond +Requires: python3-ly Requires: python3-poppler-qt5 Requires: python3-qpageview Requires: python3-qt5 @@ -55,7 +53,7 @@ tools to manipulate the rhythm, acticulations, lyrics hyphenation, etc. %prep -%setup -q -a 1 +%setup -q %build rm -rf %{name}_app/icons/Tango @@ -65,10 +63,6 @@ make -C linux %install -# first install python-ly -cd python-ly-0.9.7 -python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} -cd .. python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %suse_update_desktop_file org.frescobaldi.Frescobaldi AudioVideo Music @@ -78,7 +72,6 @@ %license COPYING %doc %{_mandir}/man1/frescobaldi* %{_bindir}/frescobaldi -%{_bindir}/ly* %{_datadir}/applications/org.frescobaldi.Frescobaldi.desktop %{_datadir}/icons/hicolor/scalable/apps/org.frescobaldi.Frescobaldi.svg %{_datadir}/metainfo/org.frescobaldi.Frescobaldi.metainfo.xml