Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Fabio Valentini
bb6bd54ef5
update to version 2.4.0 2019-04-14 15:05:12 +02:00
Fabio Valentini
176e0b1f6f
update to version 2.3.0 2018-11-05 17:26:00 +01:00
4 changed files with 20 additions and 4 deletions

5
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
SHA512 (vocal-2.2.0.tar.gz) = 103d9b7fd6988d12aeba52559af1439421e2b86f05acfd4f4d37d51fb43d8fa371867fae64e2d0ef0fd3bb9b1719aa1778d7e8858e5d21165ee4e02ebb659a93
SHA512 (vocal-2.4.0.tar.gz) = 56265b46b6dc67a3d9041298677b775494b6d7127ff084483874c853042361305b10a59682f6ef66139814794afc0fdd1ff5c7cc410133763d2ff88e300dcb11

5
vocal.rpmlintrc Normal file
View file

@ -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 *")

View file

@ -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 <decathorpe@gmail.com> - 2.4.0-1
- Update to version 2.4.0.
* Mon Nov 05 2018 Fabio Valentini <decathorpe@gmail.com> - 2.3.0-1
- Update to version 2.3.0.
* Mon Apr 23 2018 Fabio Valentini <decathorpe@gmail.com> - 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 <decathorpe@gmail.com> - 2.0.19-1
- Initial package.