Compare commits

...

2 Commits

Author SHA1 Message Date
Kalev Lember 5a87198912 Use conflicts for totem-video-thumbnailer split instead of self-obsoletes 2023-05-23 06:01:36 +00:00
Bastien Nocera 0ece7d5aef + totem-3.38.2-1
Update to 3.38.2
Resolves: rhbz#2014992
2021-10-18 10:23:25 +02:00
4 changed files with 15 additions and 6 deletions

1
.gitignore vendored
View File

@ -83,3 +83,4 @@ totem-2.90.5.tar.bz2
/totem-3.37.90.tar.xz
/totem-3.38.0.tar.xz
/totem-3.38.1.tar.xz
/totem-3.38.2.tar.xz

1
.totem.metadata Normal file
View File

@ -0,0 +1 @@
52522c288ea01133f4b9ad04f571f3983f77f8b8 totem-3.38.2.tar.xz

View File

@ -1 +1 @@
SHA512 (totem-3.38.1.tar.xz) = f33583b0890bfdd0dfff0722f73242b1d38605564a3055b587a30eae4c0ba51159c105ef577ab144792ca1994f385c2b8a9375a356b7cdf2b93bfeb6317f6040
SHA512 (totem-3.38.2.tar.xz) = 1dac3a0afe31b47147a129c70dddf7480446fc1bb5432f9cd537384e3be25da6a9b87918fa7bcf7e7cd68c8dac45e75f6b1f7c1885edefac846c52f96b40567f

View File

@ -3,7 +3,7 @@
Name: totem
Epoch: 1
Version: 3.38.1
Version: 3.38.2
Release: 2%{?dist}
Summary: Movie player for GNOME
@ -73,8 +73,6 @@ Recommends: gstreamer1-plugins-bad-free%{?_isa}
Obsoletes: totem-nautilus < 1:3.31.91
# Removed in F31
Obsoletes: totem-lirc < 1:3.33.0
# Self-obsoletes to help with totem -> totem + totem-video-thumbnailer split in F34
Obsoletes: totem < 1:3.38.0-4
%description
Totem is simple movie player for the GNOME desktop. It features a
@ -85,8 +83,8 @@ Totem is extensible through a plugin system.
%package video-thumbnailer
Summary: Totem video thumbnailer
# Self-obsoletes to help with totem -> totem + totem-video-thumbnailer split in F34
Obsoletes: totem < 1:3.38.0-4
# split out from totem package in F34
Conflicts: totem < 1:3.38.0-4
%description video-thumbnailer
This package contains the Totem video thumbnailer.
@ -178,6 +176,15 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
%{_datadir}/gir-1.0/Totem-1.0.gir
%changelog
* Mon May 22 2023 Kalev Lember <klember@redhat.com> - 3.38.2-2
- Use conflicts for totem-video-thumbnailer split instead of self-obsoletes
- Resolves: rhbz#1949422
* Mon Oct 18 2021 Bastien Nocera <bnocera@redhat.com> - 3.38.2-1
+ totem-3.38.2-1
- Update to 3.38.2
- Resolves: rhbz#2014992
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.38.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688