Compare commits
127 Commits
2.7.0-1mam
...
6.14.0-1ma
| Author | SHA1 | Date | |
|---|---|---|---|
| c5f91c5952 | |||
| 1dd3685f53 | |||
| bb12adb12a | |||
| cd9cb3924b | |||
| 8961de8299 | |||
| a73f501b13 | |||
| 5e7fca03ee | |||
| 937a0776c6 | |||
| 86744dfa58 | |||
| 190a80dcef | |||
| 50530b9abc | |||
| 174325751b | |||
| 9d06a20b57 | |||
| fdcc064c99 | |||
| 1f4626362c | |||
| 1010f583c9 | |||
| 43ed981aba | |||
| ff6ea4d7fc | |||
| 353338007d | |||
| 421da2ed31 | |||
| a5bb081d4b | |||
| 6cec3ff671 | |||
| b52f5e19c9 | |||
| 99393d394d | |||
| f2ce99ca48 | |||
| dbe222f8bc | |||
| 4e4d2694d8 | |||
| e692b825dd | |||
| 5ef91eca7e | |||
| 7e64161b3f | |||
| a81249d603 | |||
| 22c8721aef | |||
| 9e9d2e087f | |||
| 5d6b412949 | |||
| f169a87a9c | |||
| 2e35e54509 | |||
| 6c6fd5f6ea | |||
| aa85c240b1 | |||
| 2ebe82171b | |||
| d3e4909f58 | |||
| 1689263b45 | |||
| 35a44d6cd2 | |||
| dac14ca3ea | |||
| 9b6fd5e5ed | |||
| 2aef040ad6 | |||
| 3884a2c52b | |||
| b07cfde328 | |||
| 9adda70706 | |||
| 0969b5f05e | |||
| dd60ff6576 | |||
| b0d272de97 | |||
| 99c6fc7e0b | |||
| bb03cf4d2b | |||
| 469987b4bb | |||
| f9a2285809 | |||
| 7bafe96d56 | |||
| 066d0b9692 | |||
| 9c51bfae75 | |||
| e51207ad82 | |||
| 0daf57db13 | |||
| a610e5e209 | |||
| 29dc5e865b | |||
| 93f6a3b8f3 | |||
| 322739ddcc | |||
| 203423310c | |||
| 9d434f3804 | |||
| c9d967a2c0 | |||
| d4c76de4a4 | |||
| 398bf019b1 | |||
| c96906f929 | |||
| 5b21e37e5c | |||
| a95193b427 | |||
| 53be6b1dd1 | |||
| 8cc94bfd5f | |||
| cdde293fc9 | |||
| 858efca2a0 | |||
| e05cddcc9e | |||
| 9d8ea6d4f7 | |||
| 76275088a8 | |||
| 83842ae837 | |||
| 3236176288 | |||
| d13271aa8b | |||
| d1e8b53aeb | |||
| 5f22b88972 | |||
| 8abb0e9ebf | |||
| 8ad9eca9c0 | |||
| c462f498c4 | |||
| ce4c326032 | |||
| 16b94f3105 | |||
| 6f6943447a | |||
| c4badb3274 | |||
| 342f48e865 | |||
| 088d2aecbc | |||
| f89ec37b13 | |||
| 7098f322cd | |||
| 0e7f296ab5 | |||
| df3b84dbfb | |||
| 061b15c4cc | |||
| 6b1b9defd8 | |||
| 45230c577e | |||
| b0ed7adf0a | |||
| 2d485700ea | |||
| 8e44689fe8 | |||
| 3caf54ff5d | |||
| e1b7404628 | |||
| efd565c638 | |||
| 294cfbfa02 | |||
| abd405d298 | |||
| 957e6d7488 | |||
| b6c661d385 | |||
| e6fead6d8c | |||
| ecb5373ee6 | |||
| 2e284e287c | |||
| 92302a8713 | |||
| 30d9ed3ccf | |||
| 8c24fefb0d | |||
| 7a5baa0666 | |||
| 477d50b406 | |||
| 3397884dbb | |||
| 61b05d25f6 | |||
| c6f47ec0cb | |||
| 40a98c3640 | |||
| b7e1a6965d | |||
| 359270656d | |||
| 57a8d7d965 | |||
| a498dd8757 | |||
| beb7f6b319 |
11
calibre-5.10.1-slug-build-fix.patch
Normal file
11
calibre-5.10.1-slug-build-fix.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- calibre-5.10.1/setup/translations.py.orig 2021-02-10 10:29:11.518360983 +0100
|
||||
+++ calibre-5.10.1/setup/translations.py 2021-02-10 10:37:37.017022669 +0100
|
||||
@@ -159,7 +159,7 @@
|
||||
f.seek(0), f.truncate(), f.write('\n'.join(lines).encode('utf-8'))
|
||||
break
|
||||
else:
|
||||
- raise SystemExit(f'Failed to add file_filter for {slug=} to config file')
|
||||
+ raise SystemExit(f'Failed to add file_filter for slug= to config file')
|
||||
self.git('add .tx/config')
|
||||
self.upload_pot(resource=slug)
|
||||
self.git(['add', dest])
|
||||
12
calibre-5.16.0-python-3.7.patch
Normal file
12
calibre-5.16.0-python-3.7.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- calibre-5.16.0/src/calibre/utils/formatter.py.orig 2021-04-18 14:10:24.085338098 +0200
|
||||
+++ calibre-5.16.0/src/calibre/utils/formatter.py 2021-04-18 14:11:43.765791414 +0200
|
||||
@@ -888,7 +888,8 @@
|
||||
|
||||
def do_node_first_non_empty(self, prog):
|
||||
for expr in prog.expression_list:
|
||||
- if v := self.expr(expr):
|
||||
+ v = self.expr(expr)
|
||||
+ if v:
|
||||
if (self.break_reporter):
|
||||
self.break_reporter(prog.node_name, v, prog.line_number)
|
||||
return v
|
||||
30
calibre-5.22.1-python-zeroconf-0.36.7.patch
Normal file
30
calibre-5.22.1-python-zeroconf-0.36.7.patch
Normal file
@@ -0,0 +1,30 @@
|
||||
diff --color -Naru a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py
|
||||
--- a/src/calibre/devices/smart_device_app/driver.py 2021-08-08 08:32:03.104016444 +0200
|
||||
+++ b/src/calibre/devices/smart_device_app/driver.py 2021-08-08 08:33:30.699018403 +0200
|
||||
@@ -2040,13 +2040,6 @@
|
||||
# Function to monkeypatch zeroconf to remove the 15 character name length restriction.
|
||||
# Copied from https://github.com/jstasiak/python-zeroconf version 0.28.1
|
||||
|
||||
-
|
||||
-from zeroconf import (BadTypeInNameException, _HAS_A_TO_Z,
|
||||
- _HAS_ONLY_A_TO_Z_NUM_HYPHEN_UNDERSCORE,
|
||||
- _HAS_ASCII_CONTROL_CHARS,
|
||||
- _HAS_ONLY_A_TO_Z_NUM_HYPHEN)
|
||||
-
|
||||
-
|
||||
def service_type_name(type_: str, *, allow_underscores: bool = False) -> str:
|
||||
"""
|
||||
Validate a fully qualified service name, instance or subtype. [rfc6763]
|
||||
@@ -2087,6 +2080,12 @@
|
||||
:param type_: Type, SubType or service name to validate
|
||||
:return: fully qualified service name (eg: _http._tcp.local.)
|
||||
"""
|
||||
+
|
||||
+ from zeroconf import (BadTypeInNameException, _HAS_A_TO_Z,
|
||||
+ _HAS_ONLY_A_TO_Z_NUM_HYPHEN_UNDERSCORE,
|
||||
+ _HAS_ASCII_CONTROL_CHARS,
|
||||
+ _HAS_ONLY_A_TO_Z_NUM_HYPHEN)
|
||||
+
|
||||
if not (type_.endswith('._tcp.local.') or type_.endswith('._udp.local.')):
|
||||
raise BadTypeInNameException("Type '%s' must end with '._tcp.local.' or '._udp.local.'" % type_)
|
||||
|
||||
633
calibre.spec
633
calibre.spec
@@ -1,176 +1,559 @@
|
||||
Name: calibre
|
||||
Version: 2.7.0
|
||||
Version: 6.14.0
|
||||
Release: 1mamba
|
||||
Summary: A free and open source e-book library management application
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
URL: http://calibre-ebook.com
|
||||
Source: http://downloads.sourceforge.net/project/calibre/%{version}/calibre-%{version}.tar.xz
|
||||
#Source: http://calibre-ebook.googlecode.com/files/calibre-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://calibre-ebook.com
|
||||
Source: https://github.com/kovidgoyal/calibre.git/v%{version}/calibre-%{version}.tar.bz2
|
||||
Source1: calibre.desktop
|
||||
Patch0: calibre-0.8.33-libpoppler-0.20.patch
|
||||
Patch1: calibre-0.7.59-libpoppler-0.18.patch
|
||||
Patch2: calibre-0.7.59-libpng-1.5.patch
|
||||
Patch3: calibre-0.7.50-python-lxml.patch
|
||||
Patch4: calibre-5.10.1-slug-build-fix.patch
|
||||
Patch5: calibre-5.16.0-python-3.7.patch
|
||||
Patch6: calibre-5.22.1-python-zeroconf-0.36.7.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libchm-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libhunspell-devel
|
||||
BuildRequires: libhyphen-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libMagick-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpodofo-devel
|
||||
BuildRequires: libpoppler-devel
|
||||
BuildRequires: libpython27-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: BeautifulSoup
|
||||
BuildRequires: dnspython
|
||||
BuildRequires: libwmf
|
||||
BuildRequires: python-mechanize
|
||||
BuildRequires: python-cssutils
|
||||
BuildRequires: python-lxml
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: python-sip-devel
|
||||
BuildRequires: python-ordereddict
|
||||
BuildRequires: python-cssselect
|
||||
BuildRequires: libmtp-devel
|
||||
BuildRequires: python-dateutil
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpodofo-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libstemmer-devel
|
||||
BuildRequires: libuchardet-devel
|
||||
BuildRequires: libusb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libpodofo-devel >= 0.9.3
|
||||
Requires: python-lxml
|
||||
Requires: python-six
|
||||
Requires: python-apsw
|
||||
Requires: cssutils
|
||||
Requires: mechanize
|
||||
Requires: python27 >= %python27_version
|
||||
Requires: python-cssselect
|
||||
Requires: python-dateutil
|
||||
Requires: BeautifulSoup
|
||||
Requires: python-netifaces
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libwmf-devel
|
||||
BuildRequires: python-apsw-py310
|
||||
BuildRequires: python-beautifulsoup4-py310
|
||||
BuildRequires: python-css-parser-py310
|
||||
BuildRequires: python-dateutil-py310
|
||||
BuildRequires: python-html5lib-py310
|
||||
BuildRequires: python-html5-parser-py310
|
||||
BuildRequires: python-lxml-py310
|
||||
BuildRequires: python-mechanize-py310
|
||||
BuildRequires: python-msgpack-py310
|
||||
BuildRequires: python-regex-py310
|
||||
BuildRequires: python-sip-py310
|
||||
BuildRequires: python-six-py310
|
||||
BuildRequires: python-soupsieve-py310
|
||||
BuildRequires: python-webencodings-py310
|
||||
BuildRequires: PyQt6-py310
|
||||
BuildRequires: PyQt6-WebEngine-py310 >= 6.3.1
|
||||
BuildRequires: PyQt-builder-py310
|
||||
Requires: PyQt6-py310 >= 6.3.1
|
||||
Requires: PyQt6-WebEngine-py310 >= 6.3.1
|
||||
Requires: python310
|
||||
Requires: python-apsw-py310
|
||||
Requires: python-beautifulsoup4-py310
|
||||
Requires: python-css-parser-py310
|
||||
Requires: python-dateutil-py310
|
||||
Requires: python-html5lib-py310
|
||||
Requires: python-html5-parser-py310
|
||||
Requires: python-lxml-py310
|
||||
Requires: python-mechanize-py310
|
||||
Requires: python-msgpack-py310
|
||||
Requires: python-Pillow-py310
|
||||
Requires: python-regex-py310
|
||||
Requires: python-six-py310
|
||||
Requires: python-soupsieve-py310
|
||||
Requires: python-webencodings-py310
|
||||
Requires: liberation-fonts-ttf
|
||||
|
||||
%description
|
||||
calibre is a free and open source e-book library management application developed by users of e-books for users of e-books.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-n %{name}
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
#%patch3 -p1
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
#%patch5 -p1
|
||||
#%patch6 -p1
|
||||
# Use uppercase naming scheme, don't delete config files under fakeroot.
|
||||
sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \
|
||||
-e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
|
||||
-e "s/^Name=calibre/Name=Calibre/g" \
|
||||
-i src/calibre/linux.py
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python27} setup.py build
|
||||
#:<< _EOF
|
||||
%ifarch %{ix86}
|
||||
export QTWEBENGINE_DISABLE_SANDBOX=1
|
||||
%endif
|
||||
|
||||
CFLAGS="%{optflags}" %{__python310} setup.py bootstrap
|
||||
LANG='en_US.UTF-8' %{__python310} setup.py build
|
||||
LANG='en_US.UTF-8' %{__python310} setup.py gui
|
||||
%{__python310} setup.py liberation_fonts --path-to-liberation_fonts /usr/share/fonts/liberation --system-liberation_fonts
|
||||
LANG='en_US.UTF-8' %{__python310} setup.py resources
|
||||
LANG='en_US.UTF-8' %{__python310} setup.py rapydscript
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python27} setup.py install \
|
||||
# If this directory doesn't exist, zsh completion won't install.
|
||||
install -d %{buildroot}%{_datadir}/zsh/site-functions
|
||||
|
||||
%{__python310} setup.py install \
|
||||
--root=%{buildroot}/usr \
|
||||
--staging-libdir=%{buildroot}%{_libdir} \
|
||||
--libdir=%{_libdir}
|
||||
|
||||
mkdir %{buildroot}%{_datadir}/applications
|
||||
cp %SOURCE1 %{buildroot}%{_datadir}/applications/calibre.desktop
|
||||
install -D -m0644 %{buildroot}%{_datadir}/calibre/content_server/calibre.png \
|
||||
%{buildroot}%{_datadir}/pixmaps/calibre.png
|
||||
sed -i "s|bin/env python3$|bin/env python3.10|" %{buildroot}%{_bindir}/*
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/bash_completion.d/calibre
|
||||
%{_bindir}/calibre
|
||||
%{_bindir}/calibre-complete
|
||||
%{_bindir}/calibre-customize
|
||||
%{_bindir}/calibre-debug
|
||||
#%{_bindir}/calibre-mount-helper
|
||||
%{_bindir}/calibre-parallel
|
||||
%{_bindir}/calibre-server
|
||||
%{_bindir}/calibre-smtp
|
||||
%{_bindir}/calibre-uninstall
|
||||
%{_bindir}/calibre-*
|
||||
%{_bindir}/calibredb
|
||||
%{_bindir}/ebook-convert
|
||||
%{_bindir}/ebook-device
|
||||
%{_bindir}/ebook-edit
|
||||
%{_bindir}/ebook-meta
|
||||
%{_bindir}/ebook-polish
|
||||
#%{_bindir}/ebook-tweak
|
||||
%{_bindir}/ebook-viewer
|
||||
#%{_bindir}/epub-fix
|
||||
%{_bindir}/ebook-*
|
||||
%{_bindir}/fetch-ebook-metadata
|
||||
#%{_bindir}/librarything
|
||||
%{_bindir}/lrf2lrs
|
||||
%{_bindir}/lrfviewer
|
||||
%{_bindir}/lrs2lrf
|
||||
%{_bindir}/markdown-calibre
|
||||
#%{_bindir}/pdfmanipulate
|
||||
%{_bindir}/web2disk
|
||||
%{_datadir}/appdata/calibre-ebook-edit.appdata.xml
|
||||
%{_datadir}/appdata/calibre-ebook-viewer.appdata.xml
|
||||
%{_datadir}/appdata/calibre-gui.appdata.xml
|
||||
%ifarch %{ix86}
|
||||
%{_datadir}/bash-completion/completions/calibre
|
||||
%endif
|
||||
%{_datadir}/applications/calibre.desktop
|
||||
%{_datadir}/pixmaps/calibre.png
|
||||
%{_datadir}/applications/calibre-*.desktop
|
||||
%{_datadir}/metainfo/calibre-*.xml
|
||||
%{_datadir}/mime/packages/calibre-mimetypes.xml
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%dir %{_libdir}/calibre
|
||||
%dir %{_libdir}/calibre/calibre
|
||||
%{_libdir}/calibre/calibre/*.py
|
||||
%dir %{_libdir}/calibre/calibre/db
|
||||
%{_libdir}/calibre/calibre/db/*
|
||||
%dir %{_libdir}/calibre/calibre/customize
|
||||
%{_libdir}/calibre/calibre/customize/*.py
|
||||
%dir %{_libdir}/calibre/calibre/devices
|
||||
%{_libdir}/calibre/calibre/devices/*
|
||||
%dir %{_libdir}/calibre/calibre/ebooks
|
||||
%{_libdir}/calibre/calibre/ebooks/*
|
||||
%dir %{_libdir}/calibre/calibre/gui2
|
||||
%{_libdir}/calibre/calibre/gui2/*
|
||||
%dir %{_libdir}/calibre/calibre/library
|
||||
%{_libdir}/calibre/calibre/library/*
|
||||
%dir %{_libdir}/calibre/calibre/plugins
|
||||
%{_libdir}/calibre/calibre/plugins/*.so
|
||||
%dir %{_libdir}/calibre/calibre/spell
|
||||
%{_libdir}/calibre/calibre/spell/*.py
|
||||
#%dir %{_libdir}/calibre/calibre/trac
|
||||
#%{_libdir}/calibre/calibre/trac/*.py
|
||||
%dir %{_libdir}/calibre/calibre/translations
|
||||
%{_libdir}/calibre/calibre/translations/*.py
|
||||
%dir %{_libdir}/calibre/calibre/utils
|
||||
%{_libdir}/calibre/calibre/utils/*
|
||||
%dir %{_libdir}/calibre/calibre/web
|
||||
%{_libdir}/calibre/calibre/web/*
|
||||
%dir %{_libdir}/calibre/chardet
|
||||
%{_libdir}/calibre/chardet/*
|
||||
%dir %{_libdir}/calibre/cherrypy
|
||||
%{_libdir}/calibre/cherrypy/*
|
||||
%dir %{_libdir}/calibre/html5lib
|
||||
%{_libdir}/calibre/html5lib/*
|
||||
%dir %{_libdir}/calibre/odf
|
||||
%{_libdir}/calibre/odf/*.py
|
||||
#%dir %{_libdir}/calibre/qtcurve
|
||||
#%{_libdir}/calibre/qtcurve/*.py
|
||||
%dir %{_libdir}/calibre/regex
|
||||
%{_libdir}/calibre/regex/*.py
|
||||
%dir %{_libdir}/calibre/routes
|
||||
%{_libdir}/calibre/routes/*.py
|
||||
%{_libdir}/calibre/six.py
|
||||
%dir %{_libdir}/calibre/templite
|
||||
%{_libdir}/calibre/templite/*.py
|
||||
%dir %{_libdir}/calibre/tinycss/
|
||||
%{_libdir}/calibre/tinycss/*.py
|
||||
%dir %{_libdir}/calibre/tinycss/tests
|
||||
%{_libdir}/calibre/tinycss/tests/*.py
|
||||
%{_libdir}/calibre/*
|
||||
%dir %{_datadir}/calibre
|
||||
%{_datadir}/calibre/*
|
||||
%{_datadir}/zsh/site-functions/_calibre
|
||||
%{_datadir}/icons/hicolor/*/apps/calibre-*.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-*.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/gnome-mime-*.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/text-lrs.png
|
||||
%{python310_sitearch}/init_calibre.py
|
||||
|
||||
%changelog
|
||||
* Fri Mar 10 2023 Automatic Build System <autodist@mambasoft.it> 6.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 17 2023 Automatic Build System <autodist@mambasoft.it> 6.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 03 2023 Automatic Build System <autodist@mambasoft.it> 6.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 06 2023 Automatic Build System <autodist@mambasoft.it> 6.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 16 2022 Automatic Build System <autodist@mambasoft.it> 6.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 25 2022 Automatic Build System <autodist@mambasoft.it> 6.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 6.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 16 2022 Automatic Build System <autodist@mambasoft.it> 6.7.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 6.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 01 2022 Automatic Build System <autodist@mambasoft.it> 6.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 30 2022 Automatic Build System <autodist@mambasoft.it> 6.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 16 2022 Automatic Build System <autodist@mambasoft.it> 6.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 02 2022 Automatic Build System <autodist@mambasoft.it> 6.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 30 2022 Automatic Build System <autodist@mambasoft.it> 6.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 17 2022 Automatic Build System <autodist@mambasoft.it> 5.44.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.43.0-2mamba
|
||||
- fix shebangs for python 3.10; add more -py310 requirements
|
||||
|
||||
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 5.43.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.22.1-2mamba
|
||||
- added patch against python-zeroconf 0.36.7
|
||||
|
||||
* Sat Jun 26 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 25 2021 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 11 2021 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 04 2021 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 28 2021 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 21 2021 Automatic Build System <autodist@mambasoft.it> 5.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 30 2021 Automatic Build System <autodist@mambasoft.it> 5.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 19 2021 Automatic Build System <autodist@mambasoft.it> 5.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 18 2021 Automatic Build System <autodist@mambasoft.it> 5.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 27 2021 Automatic Build System <autodist@mambasoft.it> 5.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 13 2021 Automatic Build System <autodist@mambasoft.it> 5.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 5.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 21 2020 Automatic Build System <autodist@mambasoft.it> 4.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 31 2020 Automatic Build System <autodist@mambasoft.it> 4.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 17 2020 Automatic Build System <autodist@mambasoft.it> 4.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 03 2020 Automatic Build System <autodist@mambasoft.it> 4.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 19 2020 Automatic Build System <autodist@mambasoft.it> 4.19.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 4.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 23 2020 Automatic Build System <autodist@mambasoft.it> 4.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 4.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 4.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.0-3mamba
|
||||
- fix python3 build
|
||||
|
||||
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.13.0-2mamba
|
||||
- python3 rebuild
|
||||
|
||||
* Mon Mar 30 2020 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 06 2020 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 22 2020 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 21 2020 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 21 2020 Automatic Build System <autodist@mambasoft.it> 4.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 11 2020 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 23 2020 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 23 2020 Automatic Build System <autodist@mambasoft.it> 4.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 03 2020 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 27 2019 Automatic Build System <autodist@mambasoft.it> 4.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 23 2019 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 29 2019 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 22 2019 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 09 2019 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 20 2019 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-2mamba
|
||||
- require pyqtwebengine
|
||||
|
||||
* Tue Oct 08 2019 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 13 2019 Automatic Build System <autodist@mambasoft.it> 3.48.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 02 2019 Automatic Build System <autodist@mambasoft.it> 3.47.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 02 2019 Automatic Build System <autodist@mambasoft.it> 3.40.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 3.31.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 24 2018 Automatic Build System <autodist@mambasoft.it> 3.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 10 2018 Automatic Build System <autodist@mambasoft.it> 3.29.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 20 2018 Automatic Build System <autodist@mambasoft.it> 3.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 06 2018 Automatic Build System <autodist@mambasoft.it> 3.27.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 06 2018 Automatic Build System <autodist@mambasoft.it> 3.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 15 2018 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 15 2018 Automatic Build System <autodist@mambasoft.it> 3.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 01 2018 Automatic Build System <autodist@mambasoft.it> 3.25.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon May 28 2018 Automatic Build System <autodist@mambasoft.it> 3.24.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 26 2018 Automatic Build System <autodist@mambasoft.it> 3.24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 25 2018 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 04 2018 Automatic Build System <autodist@mambasoft.it> 3.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 20 2018 Automatic Build System <autodist@mambasoft.it> 3.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 06 2018 Automatic Build System <autodist@mambasoft.it> 3.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 23 2018 Automatic Build System <autodist@mambasoft.it> 3.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 09 2018 Automatic Build System <autodist@mambasoft.it> 3.19.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 23 2018 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 09 2018 Automatic Build System <autodist@mambasoft.it> 3.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 26 2018 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 05 2018 Automatic Build System <autodist@mambasoft.it> 3.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 11 2017 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 07 2017 Automatic Build System <autodist@mambasoft.it> 3.11.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 26 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.0-1mamba
|
||||
- update to 3.10.0
|
||||
|
||||
* Fri Dec 09 2016 Automatic Build System <autodist@mambasoft.it> 2.74.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 25 2016 Automatic Build System <autodist@mambasoft.it> 2.73.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 18 2016 Automatic Build System <autodist@mambasoft.it> 2.72.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 31 2016 Automatic Build System <autodist@mambasoft.it> 2.71.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 2.70.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 30 2016 Automatic Build System <autodist@mambasoft.it> 2.69.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 16 2016 Automatic Build System <autodist@mambasoft.it> 2.68.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 08 2016 Automatic Build System <autodist@mambasoft.it> 2.67.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 02 2016 Automatic Build System <autodist@mambasoft.it> 2.66.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 2.65.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 26 2016 Automatic Build System <autodist@mambasoft.it> 2.65.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 12 2016 Automatic Build System <autodist@mambasoft.it> 2.64.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 22 2016 Automatic Build System <autodist@mambasoft.it> 2.63.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 08 2016 Automatic Build System <autodist@mambasoft.it> 2.62.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 01 2016 Automatic Build System <autodist@mambasoft.it> 2.61.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 24 2016 Automatic Build System <autodist@mambasoft.it> 2.60.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 18 2016 Automatic Build System <autodist@mambasoft.it> 2.59.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 05 2016 Automatic Build System <autodist@mambasoft.it> 2.58.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 30 2016 Automatic Build System <autodist@mambasoft.it> 2.50.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 15 2016 Automatic Build System <autodist@mambasoft.it> 2.49.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 01 2016 Automatic Build System <autodist@mambasoft.it> 2.48.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 21 2015 Automatic Build System <autodist@mambasoft.it> 2.47.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 11 2015 Automatic Build System <autodist@mambasoft.it> 2.46.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 27 2015 Automatic Build System <autodist@mambasoft.it> 2.45.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 15 2015 Automatic Build System <autodist@mambasoft.it> 2.44.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 15 2015 Automatic Build System <autodist@mambasoft.it> 2.44.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 07 2015 Automatic Build System <autodist@mambasoft.it> 2.43.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 31 2015 Automatic Build System <autodist@mambasoft.it> 2.42.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 21 2015 Automatic Build System <autodist@mambasoft.it> 2.41.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.40.0-1mamba
|
||||
- update to 2.40.0
|
||||
|
||||
* Sun Aug 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.34.0-1mamba
|
||||
- update to 2.34.0
|
||||
|
||||
* Tue Aug 04 2015 Automatic Build System <autodist@mambasoft.it> 2.33.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 2.31.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 05 2015 Automatic Build System <autodist@mambasoft.it> 2.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 15 2015 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 02 2015 Automatic Build System <autodist@mambasoft.it> 2.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 24 2015 Automatic Build System <autodist@mambasoft.it> 2.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 18 2015 Automatic Build System <autodist@mambasoft.it> 2.25.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 12 2015 Automatic Build System <autodist@mambasoft.it> 2.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 04 2015 Automatic Build System <autodist@mambasoft.it> 2.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 22 2015 Automatic Build System <autodist@mambasoft.it> 2.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 02 2015 Automatic Build System <autodist@mambasoft.it> 2.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 2.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 2.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 28 2014 Automatic Build System <autodist@mambasoft.it> 2.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 21 2014 Automatic Build System <autodist@mambasoft.it> 2.11.0-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Nov 14 2014 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 07 2014 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 31 2014 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 24 2014 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
@@ -358,7 +741,7 @@ install -D -m0644 %{buildroot}%{_datadir}/calibre/content_server/calibre.png \
|
||||
* Sat Mar 12 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.7.49-1mamba
|
||||
- update to 0.7.39
|
||||
|
||||
* Thu Mar 09 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.7.38-1mamba
|
||||
* Wed Mar 09 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.7.38-1mamba
|
||||
- update to 0.7.38
|
||||
- added desktop file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user