Ana Guerrero 2024-12-06 13:25:12 +00:00 committed by Git OBS Bridge
commit e8e4baac06
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 22 09:03:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add setuptools buildrequires (needed for python 3.13)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 24 10:50:09 UTC 2023 - Sebastian Wagner <sebix@sebix.at> Mon Apr 24 10:50:09 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
@ -149,7 +154,7 @@ Wed Jan 25 15:39:22 UTC 2017 - i@marguerite.su
* The base64decode function in base64.c allows attackers to * The base64decode function in base64.c allows attackers to
obtaiin sensitive info from process memory or cause a denial obtaiin sensitive info from process memory or cause a denial
of service (buffer over-read) via split encoded Apple Property of service (buffer over-read) via split encoded Apple Property
List data. List data.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 21 22:40:00 UTC 2014 - m.szulecki@libimobiledevice.org Tue Oct 21 22:40:00 UTC 2014 - m.szulecki@libimobiledevice.org
@ -266,14 +271,14 @@ Sun Mar 20 18:17:36 CEST 2011 - opensuse@sukimashita.com
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 8 21:18:28 UTC 2010 - cristian.rodriguez@opensuse.org Wed Dec 8 21:18:28 UTC 2010 - cristian.rodriguez@opensuse.org
- Fix both -devel package dependencies and broken pkgconfig file - Fix both -devel package dependencies and broken pkgconfig file
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 27 11:20:20 CEST 2010 - opensuse@sukimashita.com Tue Apr 27 11:20:20 CEST 2010 - opensuse@sukimashita.com
- Update to version 1.3 - Update to version 1.3
* Endianness, alignment and type-punning fixes * Endianness, alignment and type-punning fixes
* Fix armel floating point endianess * Fix armel floating point endianess
* Allow compiling with mingw on Windows * Allow compiling with mingw on Windows
* Minor bugfixes * Minor bugfixes

View File

@ -1,7 +1,7 @@
# #
# spec file for package libplist # spec file for package libplist
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -33,6 +33,7 @@ BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python3-Cython >= 0.17 BuildRequires: python3-Cython >= 0.17
BuildRequires: python3-setuptools
BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(python3)
%description %description