Compare commits
57 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35cf0285df | ||
|
|
830e214a48 | ||
|
|
eb5df4e9bf | ||
|
|
ea1182a8db | ||
|
|
d8803a8fa5 | ||
|
|
707cf397f1 | ||
|
|
449f6d9f8c | ||
|
|
57ec0efc3d | ||
|
|
c3e6028335 | ||
|
|
fa966a40bc | ||
|
|
bdbad3fea3 | ||
|
|
f13acc0a04 | ||
|
|
facc883af8 | ||
|
|
d02984fbed | ||
|
|
e100cda1d3 | ||
|
|
35a9915dc3 | ||
|
|
02339d9c5a | ||
|
|
0fb0bec725 | ||
|
|
142e3ac8b4 | ||
|
|
8d76d0c7a9 | ||
|
|
1c62b1b349 | ||
|
|
6a3e33fde8 | ||
|
|
db4cac2200 | ||
|
|
849a77086a | ||
|
|
9651b43147 | ||
|
|
e311c8c788 | ||
|
|
8dcbb35c57 |
||
|
|
03666e438f | ||
|
|
47010fa9d2 | ||
|
|
f3288a7d89 | ||
|
|
08f8671f59 | ||
|
|
728f8d21d6 | ||
|
|
99ed20152f | ||
|
|
4b0401fa4e | ||
|
|
dfa335c5ce | ||
|
|
7a3eb14aed | ||
|
|
9a624a2533 | ||
|
|
0d75adf7ab | ||
|
|
f017c210df | ||
|
|
325faec2fb | ||
|
|
1afd5abe66 | ||
|
|
0f74982b96 | ||
|
|
ca282da45f | ||
|
|
7703e1b7c7 | ||
|
|
81b59bf46f | ||
|
|
9ba2db4c0a | ||
|
|
a8be3f05bd | ||
|
|
f0a10a94a0 | ||
|
|
db0cc9674a | ||
|
|
0b8f0cbce7 | ||
|
|
f445b46f8c | ||
|
|
808daf964d | ||
|
|
2c0a62c8ee | ||
|
|
21ec35927b | ||
|
|
94899a25e8 | ||
|
|
2426c70597 | ||
|
|
ae06105d47 |
9 changed files with 225 additions and 66 deletions
|
|
@ -1 +0,0 @@
|
|||
libXt-1.0.6.tar.bz2
|
||||
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
libXt-1.0.7.tar.bz2
|
||||
/libXt-1.0.9.tar.bz2
|
||||
/libXt-1.1.0.tar.bz2
|
||||
/libXt-1.1.1.tar.bz2
|
||||
/libXt-1.1.2.tar.bz2
|
||||
/libXt-1.1.3.tar.bz2
|
||||
/libXt-20130524.tar.bz2
|
||||
/libXt-1.1.4.tar.bz2
|
||||
/libXt-1.1.5.tar.bz2
|
||||
/libXt-20190424.tar.bz2
|
||||
/libXt-1.2.0.tar.bz2
|
||||
/libXt-1.2.1.tar.bz2
|
||||
/libXt-1.3.0.tar.xz
|
||||
/libXt-1.3.1.tar.xz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: libXt
|
||||
# $Id: Makefile,v 1.1 2005/08/26 21:37:48 mharris Exp $
|
||||
NAME := libXt
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attempt a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
commitid
Normal file
1
commitid
Normal file
|
|
@ -0,0 +1 @@
|
|||
ba4ec937680ee72f2fcd463752766340a4b3729d
|
||||
|
|
@ -1 +0,0 @@
|
|||
libXt-1_0_5-1_fc10:HEAD:libXt-1.0.5-1.fc10.src.rpm:1220557784
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- libXt-1.0.2/xt.pc.in.libsm-fix 2006-06-28 14:56:37.000000000 -0400
|
||||
+++ libXt-1.0.2/xt.pc.in 2006-06-28 14:56:51.000000000 -0400
|
||||
@@ -7,7 +7,7 @@
|
||||
Name: Xt
|
||||
Description: X Toolkit Library
|
||||
Version: @VERSION@
|
||||
-Requires: xproto x11 sm
|
||||
+Requires: xproto x11
|
||||
Requires.private: x11 sm
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lXt
|
||||
223
libXt.spec
223
libXt.spec
|
|
@ -1,48 +1,51 @@
|
|||
%global tarball libXt
|
||||
#global gitdate 20190424
|
||||
#global gitversion ba4ec9376
|
||||
|
||||
Summary: X.Org X11 libXt runtime library
|
||||
Name: libXt
|
||||
Version: 1.0.6
|
||||
Release: 3%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Version: 1.3.1
|
||||
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
License: MIT AND HPND-sell-variant AND SMLNJ AND MIT-open-group AND X11
|
||||
URL: https://www.x.org
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
%if 0%{?gitdate}
|
||||
Source0: %{tarball}-%{gitdate}.tar.xz
|
||||
Source1: make-git-snapshot.sh
|
||||
Source2: commitid
|
||||
%else
|
||||
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.xz
|
||||
%endif
|
||||
|
||||
Patch0: libXt-1.0.2-libsm-fix.patch
|
||||
Requires: libX11%{?_isa} >= 1.6
|
||||
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(sm)
|
||||
BUildRequires: libX11-devel >= 1.6
|
||||
|
||||
%description
|
||||
X.Org X11 libXt runtime library
|
||||
|
||||
%package devel
|
||||
Summary: X.Org X11 libXt development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
# needed by xt.pc
|
||||
Requires: xorg-x11-proto-devel
|
||||
Requires: libX11-devel
|
||||
Requires: libSM-devel
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
X.Org X11 libXt development package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .libsm-fix
|
||||
%autosetup -p1 -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||
|
||||
%build
|
||||
autoreconf -v --install --force
|
||||
# FIXME: Work around pointer aliasing warnings from compiler for now
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure --disable-static \
|
||||
--with-xfile-search-path="%{_sysconfdir}/X11/%%L/%%T/%%N%%C%%S:%{_sysconfdir}/X11/%%l/%%T/\%%N%%C%%S:%{_sysconfdir}/X11/%%T/%%N%%C%%S:%{_sysconfdir}/X11/%%L/%%T/%%N%%S:%{_sysconfdir}/X\11/%%l/%%T/%%N%%S:%{_sysconfdir}/X11/%%T/%%N%%S:%{_datadir}/X11/%%L/%%T/%%N%%C%%S:%{_datadir}/X1\1/%%l/%%T/%%N%%C%%S:%{_datadir}/X11/%%T/%%N%%C%%S:%{_datadir}/X11/%%L/%%T/%%N%%S:%{_datadir}/X11/%%\l/%%T/%%N%%S:%{_datadir}/X11/%%T/%%N%%S"
|
||||
|
||||
make %{?_smp_mflags}
|
||||
V=1 make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
|
@ -51,22 +54,22 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||
mkdir -p -m 0755 $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
# adding to installed docs in order to avoid using %%doc magic
|
||||
cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_post
|
||||
%ldconfig_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING ChangeLog
|
||||
%{_libdir}/libXt.so.6
|
||||
%{_libdir}/libXt.so.6.0.0
|
||||
%dir %{_datadir}/X11/app-defaults
|
||||
# not using %%doc because of side-effect (#1001246)
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/makestrs
|
||||
%{_docdir}/%{name}/*.xml
|
||||
%{_includedir}/X11/CallbackI.h
|
||||
%{_includedir}/X11/Composite.h
|
||||
%{_includedir}/X11/CompositeP.h
|
||||
|
|
@ -102,10 +105,168 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/X11/Xtos.h
|
||||
%{_libdir}/libXt.so
|
||||
%{_libdir}/pkgconfig/xt.pc
|
||||
%{_mandir}/man1/makestrs.1*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Nov 18 2024 José Expósito <jexposit@redhat.com> - 1.3.1-1
|
||||
- libXt 1.3.1
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Oct 05 2023 José Expósito <jexposit@redhat.com> - 1.3.0-1
|
||||
- libXt 1.3.0
|
||||
|
||||
* Wed Sep 06 2023 Benjamin Tissoires <benjamin.tissoires@redhat.com> - 1.2.1-6
|
||||
- SPDX migration
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Sep 21 2021 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.2.1-1
|
||||
- libXt 1.2.1
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Nov 5 12:26:39 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.0-3
|
||||
- Add BuildRequires for make
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Feb 06 2020 Adam Jackson <ajax@redhat.com> - 1.2.0-1
|
||||
- libXt 1.2.0
|
||||
- Work around a gcc10 issue
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-13.20190424gitba4ec9376
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-12.20190424gitba4ec9376
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Wed Apr 24 2019 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.1.5-11.20190424gitba4ec9376
|
||||
- Update to git snapshot to fix some covscan issues
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.1.5-8
|
||||
- Use ldconfig scriptlet macros
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri May 01 2015 Adam Jackson <ajax@redhat.com> 1.1.5-1
|
||||
- libXt 1.1.5
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri Dec 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 1.1.4-8
|
||||
- Fix duplicate documentation (#1001246) by not using %%doc
|
||||
- Turn on verbose build output via V=1 make
|
||||
- Remove %%defattr
|
||||
- Use %%?_isa in explicit package deps
|
||||
|
||||
* Wed Oct 02 2013 Adam Jackson <ajax@redhat.com> 1.1.4-7
|
||||
- Exclude docs from main package
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.4-5
|
||||
- libXt 1.1.4
|
||||
|
||||
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.3-5.20130524git1f4802b74
|
||||
- Require libX11 1.6RC2 for _XEatDataWords
|
||||
|
||||
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.3-4.20130524git1f4802b74
|
||||
- Update to git snapshot to fix CVEs listed below:
|
||||
- CVE-2013-2002
|
||||
- CVE-2013-2005
|
||||
|
||||
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.3-3
|
||||
- autoreconf for aarch64
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Jul 26 2012 Adam Jackson <ajax@redhat.com> 1.1.3-1
|
||||
- libXt 1.1.3
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Mar 15 2012 Adam Jackson <ajax@redhat.com> 1.1.2-2
|
||||
- libXt-1.1.2-git.patch: Bugfix from git.
|
||||
|
||||
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.1.2-1
|
||||
- libXt 1.1.2
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Mar 10 2011 Adam Jackson <ajax@redhat.com> 1.1.1-1
|
||||
- libXt 1.1.1
|
||||
|
||||
* Mon Mar 07 2011 Adam Jackson <ajax@redhat.com> 1.1.0-1
|
||||
- libXt 1.1.0
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Nov 08 2010 Adam Jackson <ajax@redhat.com> 1.0.9-1
|
||||
- libXt 1.0.9
|
||||
|
||||
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 1.0.7-1
|
||||
- libXt 1.0.7
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
17
make-git-snapshot.sh
Executable file
17
make-git-snapshot.sh
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIRNAME=libXt-$( date +%Y%m%d )
|
||||
|
||||
rm -rf $DIRNAME
|
||||
git clone git://git.freedesktop.org/git/xorg/lib/libXt $DIRNAME
|
||||
cd $DIRNAME
|
||||
if [ -z "$1" ]; then
|
||||
git log | head -1
|
||||
else
|
||||
git checkout $1
|
||||
fi
|
||||
git log | head -1 | awk '{ print $2 }' > ../commitid
|
||||
git repack -a -d
|
||||
cd ..
|
||||
tar jcf $DIRNAME.tar.bz2 $DIRNAME
|
||||
rm -rf $DIRNAME
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
953930ddf9fdaa1405732c7f01e9e599 libXt-1.0.6.tar.bz2
|
||||
SHA512 (libXt-1.3.1.tar.xz) = c220292f60b0f53134cf9364831a32bbaa9fa6bbb3a7143e917920957b7a48c616e946042747089f29ea9d8a18ecd64de620bcaf56d82462e7107de906f5db38
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue