This commit is contained in:
parent
dbf8993a1c
commit
48cfec5194
@ -1,27 +1,37 @@
|
||||
--- ./src/cite/lyxpipe.cpp 2007/02/06 08:26:20 1.1
|
||||
+++ ./src/cite/lyxpipe.cpp 2007/02/06 08:26:46
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "../core/tellico_config.h"
|
||||
--- Makefile.am
|
||||
+++ Makefile.am
|
||||
@@ -36,6 +36,7 @@
|
||||
@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
|
||||
|
||||
xdg_apps_DATA = tellico.desktop
|
||||
+xdg_mimedir = $(kde_datadir)/mime/packages
|
||||
xdg_mime_DATA = tellico.xml
|
||||
|
||||
mimedir = $(kde_mimedir)/application
|
||||
--- src/cite/lyxpipe.cpp
|
||||
+++ src/cite/lyxpipe.cpp
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <klocale.h>
|
||||
|
||||
#include <qfile.h>
|
||||
+#include <klocale.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
--- src/entryview.cpp 2007/02/06 08:36:01 1.1
|
||||
+++ src/entryview.cpp 2007/02/06 08:36:12
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "newstuff/manager.h"
|
||||
#include "document.h"
|
||||
--- src/entryview.cpp
|
||||
+++ src/entryview.cpp
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "latin1literal.h"
|
||||
#include "../core/drophandler.h"
|
||||
|
||||
+#include <klocale.h>
|
||||
#include <kstandarddirs.h>
|
||||
#include <krun.h>
|
||||
#include <kmessagebox.h>
|
||||
--- ./src/translators/audiofileimporter.cpp 2007/02/06 08:54:17 1.1
|
||||
+++ ./src/translators/audiofileimporter.cpp 2007/02/06 09:16:19
|
||||
@@ -220,10 +220,10 @@
|
||||
entry->setField(file, insertValue(entry->field(file), *it, trackNum));
|
||||
--- src/translators/audiofileimporter.cpp
|
||||
+++ src/translators/audiofileimporter.cpp
|
||||
@@ -244,10 +244,10 @@
|
||||
entry->setField(file, insertValue(entry->field(file), fileValue, trackNum));
|
||||
}
|
||||
} else {
|
||||
- myDebug() << *it << " contains no track number and track number cannot be determined, so the track is not imported." << endl;
|
||||
@ -33,7 +43,7 @@
|
||||
}
|
||||
if(!tag->comment().stripWhiteSpace().isEmpty()) {
|
||||
QString c = entry->field(comments);
|
||||
@@ -338,9 +338,9 @@
|
||||
@@ -366,9 +366,9 @@
|
||||
list += QString::null;
|
||||
}
|
||||
if(!list[pos_-1].isNull()) {
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9743dcd6d3d682f685fead38edb363fe813d14852b473a666ad1163a9566343a
|
||||
size 3913572
|
3
tellico-1.3.tar.bz2
Normal file
3
tellico-1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f627726e09e8d5709e6ab1f5ee71b04743476d9e8d3e6992e051ca2be2a47513
|
||||
size 4045029
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 10:09:06 CET 2008 - pgajdos@suse.cz
|
||||
|
||||
- updated to version 1.3:
|
||||
* Added board game collection, and data source for BoardGameGeek,
|
||||
using patch from Steve Beattie (requires ruby).
|
||||
* Added data source for using any GCstar plugin
|
||||
* Added importers for Griffith, Referencer and Delicious Library
|
||||
* Added importer for PDF files, using the exempi and poppler
|
||||
libraries (optional)
|
||||
* Added drag & drop for importing PDF, bibtex, and RIS files
|
||||
* Added DOI field and searching crossref.org, citebase.org, Bibsonomy,
|
||||
and arxiv.org
|
||||
* Added command for merging multiple entries, based on a patch
|
||||
from Cyril Dangerville
|
||||
* Updated CSV importer, IMDb fetcher, and Spanish Ministry of
|
||||
Culture script
|
||||
* Added option to save image files in a local directory relative
|
||||
to data file
|
||||
* Added option to save a link to an image file instead of copying it
|
||||
* Extended the DCOP interface to allow more scripting, including adding
|
||||
and modifying entries
|
||||
* Added Ukrainian translation, from Serhij Dubyk
|
||||
- created -lang package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 17:14:27 CEST 2007 - stbinner@suse.de
|
||||
|
||||
|
145
tellico.spec
145
tellico.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tellico (Version 1.2.14)
|
||||
# spec file for package tellico (Version 1.3)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -19,7 +19,7 @@ BuildRequires: libgcrypt-devel openssl-devel update-desktop-files
|
||||
BuildRequires: libjpeg-devel
|
||||
%endif
|
||||
Summary: A book collection manager
|
||||
Version: 1.2.14
|
||||
Version: 1.3
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Other
|
||||
@ -30,6 +30,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Prefix: /opt/kde3
|
||||
Url: http://www.periapsis.org/tellico/
|
||||
Patch: fix-compile.diff
|
||||
Requires: %{name}-lang = %{version}
|
||||
|
||||
%description
|
||||
Tellico is an KDE application for keeping track of your collections. It
|
||||
@ -38,6 +39,7 @@ coins, stamps, trading cards, comic books, and wines.
|
||||
|
||||
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
@ -53,28 +55,49 @@ do_make %{?jobs:-j %jobs}
|
||||
. /etc/opt/kde3/common_options
|
||||
make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
|
||||
%suse_update_desktop_file %name Office Database
|
||||
cd $RPM_BUILD_ROOT
|
||||
find . -type d -fprint $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
find . -type f -fprint $RPM_BUILD_DIR/file.list.%{name}.files.tmp
|
||||
sed '/\/man\//s/$/.gz/g' $RPM_BUILD_DIR/file.list.%{name}.files.tmp > $RPM_BUILD_DIR/file.list.%{name}.files
|
||||
find . -type l -fprint $RPM_BUILD_DIR/file.list.%{name}.libs
|
||||
sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' $RPM_BUILD_DIR/file.list.%{name}.dirs > $RPM_BUILD_DIR/file.list.%{name}
|
||||
sed 's,^\.,\%attr(-\,root\,root) ,' $RPM_BUILD_DIR/file.list.%{name}.files >> $RPM_BUILD_DIR/file.list.%{name}
|
||||
sed 's,^\.,\%attr(-\,root\,root) ,' $RPM_BUILD_DIR/file.list.%{name}.libs >> $RPM_BUILD_DIR/file.list.%{name}
|
||||
%find_lang %{name}
|
||||
kde_post_install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_DIR/file.list.%{name}
|
||||
rm -rf $RPM_BUILD_DIR/file.list.%{name}.libs
|
||||
rm -rf $RPM_BUILD_DIR/file.list.%{name}.files
|
||||
rm -rf $RPM_BUILD_DIR/file.list.%{name}.files.tmp
|
||||
rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
|
||||
%files -f ../file.list.%{name}
|
||||
%files
|
||||
%defattr(-,root,root,0755)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
/opt/kde3/bin/tellico
|
||||
/opt/kde3/share/applications/*
|
||||
/opt/kde3/share/apps/*
|
||||
/opt/kde3/share/config/*
|
||||
/opt/kde3/share/config.kcfg/*
|
||||
/opt/kde3/share/icons/*
|
||||
/opt/kde3/share/mimelnk/*
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* Wed Sep 26 2007 - stbinner@suse.de
|
||||
* Wed Feb 06 2008 pgajdos@suse.cz
|
||||
- updated to version 1.3:
|
||||
* Added board game collection, and data source for BoardGameGeek,
|
||||
using patch from Steve Beattie (requires ruby).
|
||||
* Added data source for using any GCstar plugin
|
||||
* Added importers for Griffith, Referencer and Delicious Library
|
||||
* Added importer for PDF files, using the exempi and poppler
|
||||
libraries (optional)
|
||||
* Added drag & drop for importing PDF, bibtex, and RIS files
|
||||
* Added DOI field and searching crossref.org, citebase.org, Bibsonomy,
|
||||
and arxiv.org
|
||||
* Added command for merging multiple entries, based on a patch
|
||||
from Cyril Dangerville
|
||||
* Updated CSV importer, IMDb fetcher, and Spanish Ministry of
|
||||
Culture script
|
||||
* Added option to save image files in a local directory relative
|
||||
to data file
|
||||
* Added option to save a link to an image file instead of copying it
|
||||
* Extended the DCOP interface to allow more scripting, including adding
|
||||
and modifying entries
|
||||
* Added Ukrainian translation, from Serhij Dubyk
|
||||
- created -lang package
|
||||
* Wed Sep 26 2007 stbinner@suse.de
|
||||
- update to version 1.2.14:
|
||||
* Improved entry updating to work with all collection types.
|
||||
* Added MARCXML to allowed SRU search formats.
|
||||
@ -88,13 +111,13 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Updated allocine.fr script to version 0.4
|
||||
* Updated Spanish Ministry of Culture search script
|
||||
* Fixed problem with settings not being saved on Fedora.
|
||||
* Sun Jul 29 2007 - stbinner@suse.de
|
||||
* Sun Jul 29 2007 stbinner@suse.de
|
||||
- update to version 1.2.13: bugfixes and
|
||||
* Added spell-checking for text fields.
|
||||
* Added importer for GCstar data files.
|
||||
* Added compatibility with yaz3.
|
||||
* Added Copac and National Library of Lithuania to z39.50 server list
|
||||
* Thu Jul 05 2007 - stbinner@suse.de
|
||||
* Thu Jul 05 2007 stbinner@suse.de
|
||||
- update to version 1.2.12:
|
||||
* Fixed potential recursion bug for dependent fields.
|
||||
* Fixed bug that didn't write image size options when printing.
|
||||
@ -110,13 +133,13 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Fixed Fields Dialog to show warnings when clicking Ok.
|
||||
* Changed Quick Filter to split words on whitespace.
|
||||
* Fixed bug with z39.50 search freezing intermittently.
|
||||
* Fri Jun 08 2007 - stbinner@suse.de
|
||||
* Fri Jun 08 2007 stbinner@suse.de
|
||||
- move kde_post_install
|
||||
* Fri Jun 01 2007 - dmueller@suse.de
|
||||
* Fri Jun 01 2007 dmueller@suse.de
|
||||
- fix build for older distributions
|
||||
* Sat May 12 2007 - dmueller@suse.de
|
||||
* Sat May 12 2007 dmueller@suse.de
|
||||
- build against yaz 3.0.2
|
||||
* Wed May 09 2007 - stbinner@suse.de
|
||||
* Wed May 09 2007 stbinner@suse.de
|
||||
- update to version 1.2.11:
|
||||
* Improved save time by caching image info on load.
|
||||
* Fixed crashing bug for OpenOffice.org connection.
|
||||
@ -124,7 +147,7 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Fixed sorting for Dependent fields to match on subfields.
|
||||
* Updated IMDb search.
|
||||
* Fixed CDDB lookup for OpenBSD, patch from Marc Espie.
|
||||
* Tue Apr 10 2007 - stbinner@suse.de
|
||||
* Tue Apr 10 2007 stbinner@suse.de
|
||||
- update to version 1.2.10:
|
||||
* Fixed crashing bug when undoing collection import.
|
||||
* Fixed hanging bug when stopping a z39.50 search.
|
||||
@ -137,7 +160,7 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Fixed searching to properly replace all HTML entities.
|
||||
* Added Blu-ray and HD DVD to video media.
|
||||
* Improved collection merging.
|
||||
* Mon Mar 05 2007 - stbinner@suse.de
|
||||
* Mon Mar 05 2007 stbinner@suse.de
|
||||
- update to version 1.2.9:
|
||||
* Updated IMDb search.
|
||||
* Fixed sorting for entries with rating = 10.
|
||||
@ -145,9 +168,9 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Fixed bug with adding spaces following a comma in the editor.
|
||||
* Changed MODS import to allow any result with typeOfResult = text.
|
||||
* Fixed several bugs with i18n issues.
|
||||
* Tue Feb 06 2007 - stbinner@suse.de
|
||||
* Tue Feb 06 2007 stbinner@suse.de
|
||||
- fix build on < 10.1
|
||||
* Mon Feb 05 2007 - stbinner@suse.de
|
||||
* Mon Feb 05 2007 stbinner@suse.de
|
||||
- update to version 1.2.8:
|
||||
* Fixed bug with secondary and tertiary sorting.
|
||||
* Fixed bug with some z39.50 search results not showing up.
|
||||
@ -161,7 +184,7 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Updated audio file importer to take disc number into account for
|
||||
mp3, ogg, and flac files.
|
||||
* Changed IMDB rating to allow float values.
|
||||
* Mon Dec 11 2006 - stbinner@suse.de
|
||||
* Mon Dec 11 2006 stbinner@suse.de
|
||||
- update to version 1.2.7:
|
||||
* Fixed bug that could cause images to be lost when loading from
|
||||
data file.
|
||||
@ -172,7 +195,7 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Changed file listing import to match on URL only.
|
||||
* Improved performance when copying or deleting multiple entries
|
||||
at once.
|
||||
* Mon Dec 04 2006 - stbinner@suse.de
|
||||
* Mon Dec 04 2006 stbinner@suse.de
|
||||
- update to version 1.2.6:
|
||||
* Fixed intermittent crashing bug when doing updates.
|
||||
* Improved update matching for some types of entries.
|
||||
@ -183,26 +206,26 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Fixed crashing bug for some Amazon and Yahoo searches.
|
||||
* Updated yahoo audio search webservice url.
|
||||
* Updated allocine script.
|
||||
* Sun Oct 15 2006 - stbinner@suse.de
|
||||
* Sun Oct 15 2006 stbinner@suse.de
|
||||
- update to version 1.2.4:
|
||||
* improved performance on loading and unloading collection files
|
||||
* fixed bug with Internet search dialog showing data sources for
|
||||
all types
|
||||
* fixed bug with overwriting images when updating entries
|
||||
* Updated allocine.fr script
|
||||
* Thu Oct 05 2006 - wstephenson@suse.de
|
||||
* Thu Oct 05 2006 wstephenson@suse.de
|
||||
- Fix off by one bug in file listing importer (#207685)
|
||||
* Tue Sep 26 2006 - stbinner@suse.de
|
||||
* Tue Sep 26 2006 stbinner@suse.de
|
||||
- update to version 1.2.3:
|
||||
* Fixed the HTML export to properly copy included files and use
|
||||
relative links.
|
||||
* Added a button to the Internet search to fetch additional
|
||||
results for some data sources (Amazon, IMDb, z39.50).
|
||||
* Fri Sep 08 2006 - stbinner@suse.de
|
||||
* Fri Sep 08 2006 stbinner@suse.de
|
||||
- update to version 1.2.2:
|
||||
* Fixed a bug that caused the wrong temporary directory to be
|
||||
used for images, which could hide or lose them
|
||||
* Thu Sep 07 2006 - stbinner@suse.de
|
||||
* Thu Sep 07 2006 stbinner@suse.de
|
||||
- update to version 1.2.1:
|
||||
* Fixed CDDB bug that read everything as Pink Floyd :).
|
||||
* Improved image cache performance a bit more, and fixed another
|
||||
@ -215,7 +238,7 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Fixed CDDB cache importer to use UTF-8, as done in libkcddb.
|
||||
* Changed bibtex exporter to add braces or quotations around
|
||||
\url{...} values.
|
||||
* Fri Sep 01 2006 - stbinner@suse.de
|
||||
* Fri Sep 01 2006 stbinner@suse.de
|
||||
- update to version 1.2:
|
||||
* Added dialog for downloading new entry templates from
|
||||
kde-files.org
|
||||
@ -233,19 +256,19 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Data sources can be set to overwrite existing data when
|
||||
updating entries.
|
||||
* Added parser for unmodified CueCat bar code scanner
|
||||
* Thu Jun 15 2006 - dmueller@suse.de
|
||||
* Thu Jun 15 2006 dmueller@suse.de
|
||||
- build parallel
|
||||
* Thu Jun 01 2006 - stbinner@suse.de
|
||||
* Thu Jun 01 2006 stbinner@suse.de
|
||||
- fix build for < 10.0
|
||||
* Tue May 30 2006 - adrian@suse.de
|
||||
* Tue May 30 2006 adrian@suse.de
|
||||
- fix build for < 10.1
|
||||
* Fri May 12 2006 - stbinner@suse.de
|
||||
* Fri May 12 2006 stbinner@suse.de
|
||||
- Update to version 1.1.6
|
||||
* Fixed bug that prevented images from being saved in certain
|
||||
situations.
|
||||
* Fixed bug that caused a crash when importing some RIS files.
|
||||
* Added french documentation, from Regis Boudin.
|
||||
* Thu Apr 20 2006 - stbinner@suse.de
|
||||
* Thu Apr 20 2006 stbinner@suse.de
|
||||
- Update to version 1.1.5
|
||||
* Fixed bug with writing too many temporary image files.
|
||||
* Fixed bug in multiple ISBN search for z39.50.
|
||||
@ -260,7 +283,7 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Updated Spanish translation.
|
||||
* Changed CD-Text support to Linux-only, since it doesn't
|
||||
actually work on other platforms.
|
||||
* Tue Apr 04 2006 - stbinner@suse.de
|
||||
* Tue Apr 04 2006 stbinner@suse.de
|
||||
- Update to version 1.1.4
|
||||
* Fixed bug that prevented XSLT files with spaces or other
|
||||
non-encoded characters from being opened.
|
||||
@ -275,7 +298,7 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
* Fixed image fetching for IBS.
|
||||
* Fixed compilation for OpenOffice.org SDK 2.0.2.
|
||||
* Updated French translation.
|
||||
* Tue Mar 28 2006 - stbinner@suse.de
|
||||
* Tue Mar 28 2006 stbinner@suse.de
|
||||
- Update to version 1.1.3
|
||||
* Fixed bug that prevented the comic book template from showing
|
||||
up in config options or importers.
|
||||
@ -287,44 +310,44 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
files.
|
||||
* Fixed bug with empty groups showing up after deleting entries.
|
||||
* Updated ru translation.
|
||||
* Sun Feb 19 2006 - stbinner@suse.de
|
||||
* Sun Feb 19 2006 stbinner@suse.de
|
||||
- Update to version 1.1.1
|
||||
* Thu Feb 09 2006 - stbinner@suse.de
|
||||
* Thu Feb 09 2006 stbinner@suse.de
|
||||
- Update to version 1.1
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Dec 01 2005 - stbinner@suse.de
|
||||
* Thu Dec 01 2005 stbinner@suse.de
|
||||
- Update to version 1.0.3
|
||||
* Wed Oct 19 2005 - kukuk@suse.de
|
||||
* Wed Oct 19 2005 kukuk@suse.de
|
||||
- Remove unsermake
|
||||
- Update to version 1.0.2
|
||||
* Tue Oct 18 2005 - stbinner@suse.de
|
||||
* Tue Oct 18 2005 stbinner@suse.de
|
||||
- remove extra qualification for gcc 4.1 compilation
|
||||
* Wed Jul 20 2005 - kukuk@suse.de
|
||||
* Wed Jul 20 2005 kukuk@suse.de
|
||||
- Update to version 0.13.8
|
||||
* Wed May 25 2005 - adrian@suse.de
|
||||
* Wed May 25 2005 adrian@suse.de
|
||||
- update to version 0.13.6
|
||||
* Tue Apr 19 2005 - adrian@suse.de
|
||||
* Tue Apr 19 2005 adrian@suse.de
|
||||
- fix build
|
||||
* Mon Feb 28 2005 - adrian@suse.de
|
||||
* Mon Feb 28 2005 adrian@suse.de
|
||||
- update to version 0.13.4
|
||||
* bugfixes and translation updates
|
||||
* Thu Feb 17 2005 - adrian@suse.de
|
||||
* Thu Feb 17 2005 adrian@suse.de
|
||||
- desktop file got moved to xdg dir
|
||||
* Mon Jan 03 2005 - coolo@suse.de
|
||||
* Mon Jan 03 2005 coolo@suse.de
|
||||
- fix build
|
||||
* Tue Dec 21 2004 - kukuk@suse.de
|
||||
* Tue Dec 21 2004 kukuk@suse.de
|
||||
- Update to 0.13.1
|
||||
* Wed Dec 08 2004 - ro@suse.de
|
||||
* Wed Dec 08 2004 ro@suse.de
|
||||
- hack to build on x86_64
|
||||
* Mon Dec 06 2004 - kukuk@suse.de
|
||||
* Mon Dec 06 2004 kukuk@suse.de
|
||||
- Update to version 0.13
|
||||
- Add yaz support
|
||||
* Tue Nov 16 2004 - adrian@suse.de
|
||||
* Tue Nov 16 2004 adrian@suse.de
|
||||
- rename package from bookcase to tellico
|
||||
- update to version 0.12
|
||||
- add packages to nfb to support audio CDs
|
||||
* Mon Sep 06 2004 - kukuk@suse.de
|
||||
* Mon Sep 06 2004 kukuk@suse.de
|
||||
- Update to version 0.11
|
||||
* Sun Jun 13 2004 - kukuk@suse.de
|
||||
* Sun Jun 13 2004 kukuk@suse.de
|
||||
- Initial version
|
||||
|
Loading…
Reference in New Issue
Block a user