Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
b48f882471
!22 Update to 0.3.16
From: @zhouwenpei 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-02-07 06:18:03 +00:00
zhouwenpei
1ffe7baf40 Update to 0.3.16 2024-01-23 02:29:22 +00:00
openeuler-ci-bot
c3f4f8ee9f
!21 update to 0.3.15
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-11-12 10:29:07 +00:00
zhang__3125
e83c2c3dc2 update to 0.3.15 2022-11-12 14:01:23 +08:00
openeuler-ci-bot
12539193c3
!10 fix spec changelog date
From: @loong-C 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-05-25 01:56:20 +00:00
loong_C
5c460ce86c fix spec changelog date 2022-05-20 14:21:40 +08:00
openeuler-ci-bot
15dbd8d026
!9 Update to 0.3.14
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-04-13 07:18:34 +00:00
zhang__3125
9ecffc0d40 Update to 0.3.14 2022-04-13 14:02:30 +08:00
openeuler-ci-bot
e0b26202e8 !4 fix CVE-2021-39365
From: @yangcheng1203
Reviewed-by: @zzm_567,@yanan-rock
Signed-off-by: @yanan-rock
2021-09-13 06:31:39 +00:00
yangcheng1203
8bab0c78ca fix CVE-2021-39365 2021-09-13 11:33:40 +08:00
3 changed files with 35 additions and 21 deletions

Binary file not shown.

BIN
grilo-0.3.16.tar.xz Normal file

Binary file not shown.

View File

@ -1,18 +1,16 @@
# first two digits of version
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Name: grilo
Version: 0.3.13
Version: 0.3.16
Release: 1
Summary: A framework for browsing and searching media content
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Grilo
Source0: https://download.gnome.org/sources/grilo/%{release_version}/grilo-%{version}.tar.xz
BuildRequires: chrpath glib2-devel gettext gobject-introspection-devel >= 0.9.0
BuildRequires: gtk-doc gtk3-devel liboauth-devel libsoup-devel libxml2-devel
BuildRequires: meson totem-pl-parser-devel vala >= 0.27.1 libxslt
BuildRequires: gtk-doc gtk3-devel liboauth-devel libsoup3-devel libxml2-devel
BuildRequires: meson totem-pl-parser-devel vala >= 0.27.1 libxslt cmake
%description
Grilo is a framework focused on making media discovery and browsing easy for
@ -49,40 +47,56 @@ install the %{name}-devel package if you want to develop applications that use
%install
%meson_install
mkdir -p %{buildroot}%{_libdir}/grilo-%{release_version}/
mkdir -p %{buildroot}%{_datadir}/grilo-%{release_version}/plugins/
mkdir -p $RPM_BUILD_ROOT%{_libdir}/grilo-%{release_version}/
mkdir -p $RPM_BUILD_ROOT%{_datadir}/grilo-%{release_version}/plugins/
%find_lang grilo
%ldconfig_scriptlets
%files -f grilo.lang
%doc NEWS AUTHORS
%{_bindir}/*-0.3
%{_libdir}/*-0.3.so.*
%dir %{_libdir}/grilo-0.3/
%{_libdir}/girepository-1.0/*-0.3.typelib
%dir %{_datadir}/grilo-0.3/plugins/
%license COPYING
%{_bindir}/*
%{_libdir}/*.so.*
%{_libdir}/grilo-0.3/
%{_libdir}/girepository-1.0/
%{_datadir}/grilo-0.3/
%license COPYING
%files devel
%{_includedir}/grilo-0.3/*.h
%{_includedir}/grilo-0.3/net/*.h
%{_includedir}/grilo-0.3/pls/*.h
%{_includedir}/grilo-0.3/
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/*.gir
%{_datadir}/vala/vapi/*
%{_datadir}/gir-1.0/
%{_datadir}/vala/
%{_libdir}/*.so
%files help
%doc README.md TODO
%{_mandir}/man1/*.gz
%doc AUTHORS NEWS README.md TODO
%{_mandir}/man1/*.1*
%{_datadir}/gtk-doc/html/grilo/
%changelog
* Tue Jan 23 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 0.3.16-1
- Update to 0.3.16
* Fri Nov 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.3.15-1
- Update to 0.3.15
* Fri May 20 2022 loong_C <loong_c@yeah.net> - 0.3.14-2
- fix spec changelog date
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.3.14-1
- Update to 0.3.14
* Mon Sep 13 2021 yangcheng<yangcheng87@huawei.com> - 0.3.13-2
- Type:CVE
- CVE:CVE-2021-39365
- SUG:NA
- DESC:fix CVE-2021-39365
* Tue Feb 2 2021 jinzhimin <jinzhimin2@huawei.com> - 0.3.13-1
- upgrade to 0.3.13
* Thu Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-3
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.9-3
- Type:bugfix
- Id:NA
- SUG:NA