Update to 3.26.0
This commit is contained in:
parent
f2129b280c
commit
10f445fbd9
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/totem-pl-parser-3.10.7.tar.xz
|
||||
/totem-pl-parser-3.25.3.tar.xz
|
||||
/totem-pl-parser-3.25.90.tar.xz
|
||||
/totem-pl-parser-3.26.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (totem-pl-parser-3.25.90.tar.xz) = 8b2d0f1f0b6caedd450e3830677cecc9fd1325391eeb15280fbc877a6b809052b9520db934edcb7ad910ca98b41cf8c87d6a3e5e0b62609da9dc2e5f90fafecf
|
||||
SHA512 (totem-pl-parser-3.26.0.tar.xz) = 30fad1f96bb0f16b39afc7f0d9632ea1e97f5c96e8aecbf0a6c19b9474c5683adc90786ac27d64d68130914fdf073b575921d54d0bced6cd5bdd23631252e8d8
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: totem-pl-parser
|
||||
Version: 3.25.90
|
||||
Release: 3%{?dist}
|
||||
Version: 3.26.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Totem Playlist Parser library
|
||||
|
||||
License: LGPLv2+
|
||||
Url: https://wiki.gnome.org/Apps/Videos
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gmime30-devel
|
||||
@ -22,7 +22,6 @@ BuildRequires: meson
|
||||
%description
|
||||
A library to parse and save playlists, as used in music and movie players.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
@ -65,6 +64,9 @@ developing applications that use %{name}.
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
|
||||
%changelog
|
||||
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
||||
- Update to 3.26.0
|
||||
|
||||
* Fri Sep 08 2017 Kalev Lember <klember@redhat.com> - 3.25.90-3
|
||||
- Switch to gmime 3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user