forked from pool/libuna
Accepting request 855519 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/855519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuna?expand=0&rev=12
This commit is contained in:
commit
b904a21121
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9875ca8b5acea785572d12b8cb5ebcfe081d76500272ed18496d9410670b6c98
|
|
||||||
size 1872888
|
|
3
libuna-alpha-20201204.tar.gz
Normal file
3
libuna-alpha-20201204.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e054be66f86521f5930e1f764df73114035d585b9e32896261e02bbc3a34bb03
|
||||||
|
size 1898257
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 13 03:29:21 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- update to v0~20201204
|
||||||
|
* changes to handle high range surrogates
|
||||||
|
* added SCSU support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 01:43:50 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Mon Mar 25 01:43:50 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libuna
|
# spec file for package libuna
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
Name: libuna
|
Name: libuna
|
||||||
%define lname libuna1
|
%define lname libuna1
|
||||||
%define timestamp 20190102
|
%define timestamp 20201204
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to support Unicode and ASCII (byte string) conversions
|
Summary: Library to support Unicode and ASCII (byte string) conversions
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/libyal/libuna/wiki
|
URL: https://github.com/libyal/libuna/wiki
|
||||||
Source: https://github.com/libyal/libuna/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz
|
Source: https://github.com/libyal/libuna/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(libcdatetime)
|
BuildRequires: pkgconfig(libcdatetime)
|
||||||
@ -84,7 +84,8 @@ rm -f "%{buildroot}/%{_libdir}"/*.la
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog ABOUT-NLS
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog ABOUT-NLS
|
||||||
%{_libdir}/libuna.so.1*
|
%{_libdir}/libuna.so.1*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
|
Loading…
Reference in New Issue
Block a user