Hello community, here is the log from the commit of package rage for openSUSE:Factory checked in at 2020-04-14 15:10:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rage (Old) and /work/SRC/openSUSE:Factory/.rage.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rage" Tue Apr 14 15:10:04 2020 rev:4 rq:793573 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rage/rage.changes 2016-09-08 17:39:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rage.new.2738/rage.changes 2020-04-14 15:15:30.440405821 +0200 @@ -1,0 +2,12 @@ +Mon Apr 13 08:26:34 UTC 2020 - Luigi Baldoni <[email protected]> + +- Update to version 0.3.1 + * New release with bug fixes and almost 2 years of work. + +- Switch build to meson + +- Drop Group tag + +- Spec cleanup + +------------------------------------------------------------------- Old: ---- rage-0.2.1.tar.xz New: ---- rage-0.3.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rage.spec ++++++ --- /var/tmp/diff_new_pack.8xP2Ki/_old 2020-04-14 15:15:30.904406105 +0200 +++ /var/tmp/diff_new_pack.8xP2Ki/_new 2020-04-14 15:15:30.908406107 +0200 @@ -1,7 +1,7 @@ # # spec file for package rage # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: rage -Version: 0.2.1 +Version: 0.3.1 Release: 0 Summary: A mplayer like video and audio player with some extra bells and whistles License: BSD-2-Clause -Group: Productivity/Multimedia/Video/Players -Url: http://enlightenment.org -Source: %{name}-%{version}.tar.xz +URL: https://www.enlightenment.org/about-rage +Source: https://download.enlightenment.org/rel/apps/%{name}/%{name}-%{version}.tar.xz +BuildRequires: meson >= 0.40.0 +BuildRequires: pkgconfig BuildRequires: pkgconfig(ecore) BuildRequires: pkgconfig(ecore-evas) BuildRequires: pkgconfig(ecore-file) @@ -35,18 +36,13 @@ BuildRequires: pkgconfig(eet) BuildRequires: pkgconfig(efreet) BuildRequires: pkgconfig(eina) -BuildRequires: pkgconfig(elementary) >= 1.18.0 -BuildRequires: pkgconfig(emotion) >= 1.18.0 +BuildRequires: pkgconfig(elementary) >= 1.22.3 +BuildRequires: pkgconfig(emotion) >= 1.22.3 BuildRequires: pkgconfig(ethumb_client) BuildRequires: pkgconfig(evas) Requires: efl -Requires: elementary >= 1.18.0 -Requires: evas-generic-loaders >= 1.18.0 - -%if 0%{?suse_version} -BuildRequires: fdupes -BuildRequires: update-desktop-files -%endif +Requires: elementary >= 1.22.3 +Requires: evas-generic-loaders >= 1.22.3 %description Rage is a simple video and audio player intended to be slick yet simplistic, much like Mplayer. You can provide 1 or @@ -58,23 +54,19 @@ of a video and allows you to preview the position on mouseover of the position bar at the bottom of the window. %prep -%setup -q +%autosetup +sed -i 's|icons/hicolor/128x128/apps|%{_datadir}/pixmaps|' data/icons/meson.build %build -%configure --disable-silent-rules --disable-static -make %{?_smp_mflags} +%meson +%meson_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} -mv %{buildroot}%{_datadir}/icons %{buildroot}%{_datadir}/pixmaps -%if 0%{?suse_version} -%fdupes %{buildroot}/%{_datadir} -%suse_update_desktop_file rage "Video;Player" -%endif +%meson_install %files -%defattr(-,root,root) -%doc AUTHORS COPYING README +%license COPYING +%doc AUTHORS README %{_bindir}/%{name} %{_libdir}/%{name}/ %{_datadir}/applications/%{name}.desktop ++++++ rage-0.2.1.tar.xz -> rage-0.3.1.tar.xz ++++++ ++++ 31442 lines of diff (skipped)
