diff --git a/.gitignore b/.gitignore index fc32c77..694d5ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ +/results_* +/*.src.rpm + /vocal-2.0.19.tar.gz /vocal-2.0.20.tar.gz /vocal-2.1.0.tar.gz /vocal-2.1.5.tar.gz /vocal-2.1.6.tar.gz /vocal-2.2.0.tar.gz +/vocal-2.3.0.tar.gz +/vocal-2.4.0.tar.gz diff --git a/sources b/sources index 7ad9dd5..004c56f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vocal-2.2.0.tar.gz) = 103d9b7fd6988d12aeba52559af1439421e2b86f05acfd4f4d37d51fb43d8fa371867fae64e2d0ef0fd3bb9b1719aa1778d7e8858e5d21165ee4e02ebb659a93 +SHA512 (vocal-2.4.0.tar.gz) = 56265b46b6dc67a3d9041298677b775494b6d7127ff084483874c853042361305b10a59682f6ef66139814794afc0fdd1ff5c7cc410133763d2ff88e300dcb11 diff --git a/vocal.rpmlintrc b/vocal.rpmlintrc new file mode 100644 index 0000000..34aa5de --- /dev/null +++ b/vocal.rpmlintrc @@ -0,0 +1,5 @@ +# false positives +addFilter("E: invalid-lc-messages-dir /usr/share/locale/bh*") +addFilter("E: invalid-lc-messages-dir /usr/share/locale/mo*") + +addFilter("W: spelling-error %description -l en_US podcasts *") diff --git a/vocal.spec b/vocal.spec index 964e172..4147bc0 100644 --- a/vocal.spec +++ b/vocal.spec @@ -2,7 +2,7 @@ Name: vocal Summary: Powerful, beautiful, and simple podcast client -Version: 2.2.0 +Version: 2.4.0 Release: 1%{?dist} License: GPLv3 @@ -11,6 +11,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: desktop-file-utils +BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: intltool BuildRequires: libappstream-glib @@ -18,9 +19,9 @@ BuildRequires: vala >= 0.26.2 BuildRequires: pkgconfig(clutter-gst-3.0) BuildRequires: pkgconfig(clutter-gtk-1.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(gdk-x11-3.0) BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-pbutils-1.0) @@ -90,6 +91,12 @@ appstream-util validate-relax --nonet \ %changelog +* Sun Apr 14 2019 Fabio Valentini - 2.4.0-1 +- Update to version 2.4.0. + +* Mon Nov 05 2018 Fabio Valentini - 2.3.0-1 +- Update to version 2.3.0. + * Mon Apr 23 2018 Fabio Valentini - 2.2.0-1 - Update to version 2.2.0. @@ -123,4 +130,3 @@ appstream-util validate-relax --nonet \ * Sun May 28 2017 Fabio Valentini - 2.0.19-1 - Initial package. -