Compare commits

...

10 Commits

Author SHA1 Message Date
Bastien Nocera e34588847c + totem-3.38.2-1 2023-05-19 10:21:18 +00:00
Mohan Boddu 1ab8915459 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 01:07:10 +00:00
Bastien Nocera 0d1679e87a + totem-3.38.1-1
Update to 3.38.1
Resolves: rhbz#1972740
2021-06-21 11:52:30 +02:00
Tomas Pelka 155c80e00b enabling gating for el9 2021-06-16 13:49:01 +02:00
Mohan Boddu 841e2652b7 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 05:55:27 +00:00
DistroBaker cae6ff6b22 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/totem.git#970c731d577d0620c027db75ac2b24d0448a723d
2021-03-18 14:03:11 +00:00
DistroBaker 7366e2db16 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/totem.git#970c731d577d0620c027db75ac2b24d0448a723d
2021-03-11 20:09:39 +00:00
DistroBaker 5828a2bf47 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/totem.git#b673c6d26d2c27bffbafb871650b3f565cd3312c
2021-03-01 10:10:25 +00:00
DistroBaker e4c9b1d3fc Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/totem.git#fd05d5b7d360357335aa59eeddeb5d15bdaca0ea
2021-02-04 21:13:17 +00:00
Troy Dawson c6965d656b RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/totem#d6ec0c6ee3b6b3067189043459ed0a22286fbd80
2020-11-18 10:02:19 -08:00
5 changed files with 57 additions and 4 deletions

2
.gitignore vendored
View File

@ -82,3 +82,5 @@ totem-2.90.5.tar.bz2
/totem-3.34.1.tar.xz
/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

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1 +1 @@
SHA512 (totem-3.38.0.tar.xz) = 231aca873bb53f23f81a7981177761d0bf7768baa845309b0dc0821db58377d692cf7e8a65135090dac14e856aa3e1dc0c1f11c55a7b25d694822019bfa9eecf
SHA512 (totem-3.38.2.tar.xz) = 1dac3a0afe31b47147a129c70dddf7480446fc1bb5432f9cd537384e3be25da6a9b87918fa7bcf7e7cd68c8dac45e75f6b1f7c1885edefac846c52f96b40567f

View File

@ -3,7 +3,7 @@
Name: totem
Epoch: 1
Version: 3.38.0
Version: 3.38.2
Release: 1%{?dist}
Summary: Movie player for GNOME
@ -48,6 +48,8 @@ BuildRequires: liberation-sans-fonts
BuildRequires: pkgconfig(grilo-0.3)
BuildRequires: pkgconfig(grilo-pls-0.3)
Requires: %{name}-video-thumbnailer%{?_isa} = %{epoch}:%{version}-%{release}
# For all the Python plugins
Requires: libpeas-loader-python3%{?_isa}
Requires: python3-gobject
@ -71,6 +73,8 @@ 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
@ -79,6 +83,14 @@ a pretty complete keyboard navigation.
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
%description video-thumbnailer
This package contains the Totem video thumbnailer.
%package devel
Summary: Plugin writer's documentation for totem
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
@ -111,7 +123,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
%doc AUTHORS NEWS README
%license COPYING
%{_bindir}/totem
%{_bindir}/totem-video-thumbnailer
%{_libdir}/libtotem.so.*
%{_libdir}/girepository-1.0/Totem-1.0.typelib
%{_datadir}/applications/org.gnome.Totem.desktop
@ -150,9 +161,13 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Totem.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Totem-symbolic.svg
%{_mandir}/man1/totem.1*
%{_mandir}/man1/totem-video-thumbnailer.1*
%{_datadir}/GConf/gsettings/*.convert
%{_datadir}/glib-2.0/schemas/*.xml
%files video-thumbnailer
%license COPYING
%{_bindir}/totem-video-thumbnailer
%{_mandir}/man1/totem-video-thumbnailer.1*
%{_datadir}/thumbnailers/totem.thumbnailer
%files devel
@ -163,6 +178,35 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Totem.de
%{_datadir}/gir-1.0/Totem-1.0.gir
%changelog
* 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
* Mon Jun 21 2021 Bastien Nocera <bnocera@redhat.com> - 3.38.1-1
+ totem-3.38.1-1
- Update to 3.38.1
- Resolves: rhbz#1972740
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.38.0-6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Mar 03 2021 Kalev Lember <klember@redhat.com> - 1:3.38.0-5
- Add self-obsoletes to help with the totem-video-thumbnailer split
* Tue Feb 23 2021 Kalev Lember <klember@redhat.com> - 1:3.38.0-4
- Split totem-video-thumbnailer out to a separate subpackage
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.38.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Nov 17 2020 Kalev Lember <klember@redhat.com> - 1:3.38.0-2
- Rebuild
* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 1:3.38.0-1
- Update to 3.38.0