Compare commits
37 Commits
6.17.0-1ma
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 72a47b15c4 | |||
| 46d751d8ae | |||
| 3eecdb713b | |||
| 1623b818c7 | |||
| 55ee1e0ef0 | |||
| c6965242b1 | |||
| 21855b5cc7 | |||
| be852b0278 | |||
| 31be8e54d6 | |||
| 6fa7d6bf3a | |||
| 2ad348fc7b | |||
| 5321018a67 | |||
| 9fb469af21 | |||
| a67733fabc | |||
| 5fbc17fea4 | |||
| 1c3a6ed170 | |||
| 3e6f04c153 | |||
| 90bad4d87b | |||
| abc21db51c | |||
| c2e2ec5154 | |||
| 07194a04bd | |||
| e7152fe7a6 | |||
| 178733f2e4 | |||
| 74f94feadc | |||
| 63b9e3ebb2 | |||
| 430c52021d | |||
| f5599a15fb | |||
| 5a15251755 | |||
| 05866e318f | |||
| b2c91f594b | |||
| a928a860df | |||
| b66d0262cc | |||
| c741ff6bc6 | |||
| cde3f969f2 | |||
| 7fce73818e | |||
| 6f3ae2ad82 | |||
| ac724def9b |
@@ -1,12 +0,0 @@
|
||||
diff -ru calibre.orig/src/calibre/ebooks/oeb/stylizer.py calibre/src/calibre/ebooks/oeb/stylizer.py
|
||||
--- calibre.orig/src/calibre/ebooks/oeb/stylizer.py 2011-03-18 19:22:30.000000000 +0100
|
||||
+++ calibre/src/calibre/ebooks/oeb/stylizer.py 2012-12-23 14:27:31.670272511 +0100
|
||||
@@ -16,7 +16,7 @@
|
||||
CSSValueList, CSSFontFaceRule, cssproperties
|
||||
from cssutils import profile as cssprofiles
|
||||
from lxml import etree
|
||||
-from lxml.cssselect import css_to_xpath, ExpressionError, SelectorSyntaxError
|
||||
+from cssselect import GenericTranslator
|
||||
from calibre.ebooks.oeb.base import XHTML, XHTML_NS, CSS_MIME, OEB_STYLES
|
||||
from calibre.ebooks.oeb.base import XPNSMAP, xpath, urlnormalize
|
||||
from calibre.ebooks.oeb.profile import PROFILES
|
||||
@@ -1,10 +0,0 @@
|
||||
--- calibre/src/calibre/ebooks/pdf/images.cpp.orig 2012-12-23 13:03:09.695517787 +0100
|
||||
+++ calibre/src/calibre/ebooks/pdf/images.cpp 2012-12-23 13:03:25.011366729 +0100
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "images.h"
|
||||
#include "utils.h"
|
||||
+#include <zlib.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
inline double round(double x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); }
|
||||
@@ -1,35 +0,0 @@
|
||||
diff -Nru calibre.orig/src/calibre/ebooks/pdf/images.cpp calibre/src/calibre/ebooks/pdf/images.cpp
|
||||
--- calibre.orig/src/calibre/ebooks/pdf/images.cpp 2011-04-30 17:48:24.000000000 +0200
|
||||
+++ calibre/src/calibre/ebooks/pdf/images.cpp 2012-12-23 12:57:00.432159785 +0100
|
||||
@@ -125,7 +125,7 @@
|
||||
|
||||
if (img->type == jpeg) {
|
||||
int c;
|
||||
- str = ((DCTStream *)str)->getRawStream();
|
||||
+ str = str->getNextStream();
|
||||
str->reset();
|
||||
|
||||
// copy the stream
|
||||
diff -Nru calibre.orig/src/calibre/ebooks/pdf/reflow.cpp calibre/src/calibre/ebooks/pdf/reflow.cpp
|
||||
--- calibre.orig/src/calibre/ebooks/pdf/reflow.cpp 2012-12-23 12:53:29.336535948 +0100
|
||||
+++ calibre/src/calibre/ebooks/pdf/reflow.cpp 2012-12-23 12:57:28.503882918 +0100
|
||||
@@ -625,7 +625,7 @@
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
-void XMLOutputDev::process_link(Link* link){
|
||||
+void XMLOutputDev::process_link(AnnotLink* link){
|
||||
double _x1, _y1, _x2, _y2;
|
||||
int x1, y1, x2, y2;
|
||||
|
||||
diff -Nru calibre.orig/src/calibre/ebooks/pdf/reflow.h calibre/src/calibre/ebooks/pdf/reflow.h
|
||||
--- calibre.orig/src/calibre/ebooks/pdf/reflow.h 2011-04-30 17:48:24.000000000 +0200
|
||||
+++ calibre/src/calibre/ebooks/pdf/reflow.h 2012-12-23 12:57:53.359637768 +0100
|
||||
@@ -244,6 +244,6 @@
|
||||
XMLImages *images;
|
||||
PDFDoc *doc;
|
||||
|
||||
- void process_link(Link* link);
|
||||
+ void process_link(AnnotLink* link);
|
||||
};
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
--- calibre/src/calibre/ebooks/pdf/reflow.cpp 2012-05-17 14:44:05.000000000 +0200
|
||||
+++ calibre/src/calibre/ebooks/pdf/reflow.cpp 2012-05-17 14:54:04.000000000 +0200
|
||||
@@ -648,7 +648,7 @@ void XMLOutputDev::process_link(AnnotLin
|
||||
|
||||
|
||||
void XMLOutputDev::endPage() {
|
||||
- Links *slinks = catalog->getPage(current_page->number())->getLinks(catalog);
|
||||
+ Links *slinks = catalog->getPage(current_page->number())->getLinks();
|
||||
for (int i = 0; i < slinks->getNumLinks(); i++)
|
||||
{
|
||||
this->process_link(slinks->getLink(i));
|
||||
@@ -879,7 +879,7 @@ vector<char>* Reflow::render_first_page(
|
||||
throw ReflowException("Failed to allocate SplashOutputDev");
|
||||
}
|
||||
try {
|
||||
- out->startDoc(doc->getXRef());
|
||||
+ out->startDoc(doc);
|
||||
out->startPage(1, NULL);
|
||||
|
||||
double pg_w, pg_h;
|
||||
@@ -1,11 +0,0 @@
|
||||
--- 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])
|
||||
@@ -1,12 +0,0 @@
|
||||
--- 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
|
||||
@@ -1,30 +0,0 @@
|
||||
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_)
|
||||
|
||||
249
calibre.spec
249
calibre.spec
@@ -1,5 +1,5 @@
|
||||
Name: calibre
|
||||
Version: 6.17.0
|
||||
Version: 8.14.0
|
||||
Release: 1mamba
|
||||
Summary: A free and open source e-book library management application
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@@ -7,18 +7,18 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
Source: https://github.com/kovidgoyal/calibre/releases/download/v%{version}/calibre-%{version}.tar.xz
|
||||
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: libQt6Core
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libavcodec-devel
|
||||
BuildRequires: libavformat-devel
|
||||
BuildRequires: libavutil-devel
|
||||
BuildRequires: libespeak-ng-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
@@ -27,52 +27,56 @@ BuildRequires: libhyphen-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libmtp-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpiper-phonemize-devel
|
||||
BuildRequires: libpodofo-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libstemmer-devel
|
||||
BuildRequires: libswresample-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
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpodofo-devel >= 0.10.1
|
||||
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
|
||||
#BuildRequires: mathjax
|
||||
BuildRequires: python-apsw-py3
|
||||
BuildRequires: python-beautifulsoup4-py3
|
||||
BuildRequires: python-css-parser-py3
|
||||
BuildRequires: python-dateutil-py3
|
||||
BuildRequires: python-html5lib-py3
|
||||
BuildRequires: python-html5-parser-py3
|
||||
BuildRequires: python-lxml-py3
|
||||
BuildRequires: python-mechanize-py3
|
||||
BuildRequires: python-msgpack-py3
|
||||
BuildRequires: python-regex-py3
|
||||
BuildRequires: python-sip-py3
|
||||
BuildRequires: python-six-py3
|
||||
BuildRequires: python-soupsieve-py3
|
||||
BuildRequires: python-webencodings-py3
|
||||
BuildRequires: PyQt6-py3
|
||||
BuildRequires: PyQt6-WebEngine-py3 >= 6.3.1
|
||||
BuildRequires: PyQt-builder-py3
|
||||
Requires: PyQt6-py3 >= 6.3.1
|
||||
Requires: PyQt6-WebEngine-py3 >= 6.3.1
|
||||
Requires: python3
|
||||
Requires: python-apsw-py3
|
||||
Requires: python-beautifulsoup4-py3
|
||||
Requires: python-css-parser-py3
|
||||
Requires: python-dateutil-py3
|
||||
Requires: python-html5lib-py3
|
||||
Requires: python-html5-parser-py3
|
||||
Requires: python-lxml-py3
|
||||
Requires: python-mechanize-py3
|
||||
Requires: python-msgpack-py3
|
||||
Requires: python-Pillow-py3
|
||||
Requires: python-regex-py3
|
||||
Requires: python-six-py3
|
||||
Requires: python-soupsieve-py3
|
||||
Requires: python-webencodings-py3
|
||||
Requires: python-xxhash-py3
|
||||
Requires: liberation-fonts-ttf
|
||||
|
||||
%description
|
||||
@@ -82,38 +86,44 @@ calibre is a free and open source e-book library management application develope
|
||||
%setup -q
|
||||
#-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
|
||||
|
||||
# Remove unneeded files
|
||||
rm -f resources/calibre-portable.*
|
||||
|
||||
%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
|
||||
export LANG='en_US.UTF-8'
|
||||
#CFLAGS="%{optflags}" %{__python3} setup.py bootstrap
|
||||
%{__python3} setup.py build
|
||||
%{__python3} setup.py iso639
|
||||
%{__python3} setup.py iso3166
|
||||
%{__python3} setup.py liberation_fonts --path-to-liberation_fonts %{_datadir}/fonts/liberation --system-liberation_fonts
|
||||
# MathJax 4 not supported
|
||||
#% {__python3} setup.py mathjax --system-mathjax --path-to-mathjax %{_datadir}/mathjax
|
||||
%{__python3} setup.py mathjax
|
||||
%{__python3} setup.py gui
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
# 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 \
|
||||
%{__python3} setup.py install \
|
||||
--staging-root=%{buildroot}/usr \
|
||||
--system-plugins-location=%{_datadir}/calibre/system-plugins \
|
||||
--staging-libdir=%{buildroot}%{_libdir} \
|
||||
--libdir=%{_libdir}
|
||||
|
||||
sed -i "s|bin/env python3$|bin/env python3.10|" %{buildroot}%{_bindir}/*
|
||||
#sed -i "s|bin/env python3$|bin/env python3.10|" %{buildroot}%{_bindir}/*
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -130,19 +140,136 @@ sed -i "s|bin/env python3$|bin/env python3.10|" %{buildroot}%{_bindir}/*
|
||||
%{_datadir}/applications/calibre-*.desktop
|
||||
%{_datadir}/metainfo/calibre-*.xml
|
||||
%{_datadir}/mime/packages/calibre-mimetypes.xml
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
%dir %{_libdir}/calibre
|
||||
%{_libdir}/calibre/*
|
||||
%dir %{_datadir}/calibre
|
||||
%{_datadir}/calibre/*
|
||||
%{_datadir}/zsh/site-functions/_calibre
|
||||
#%{_datadir}/bash-completion/completions/*
|
||||
#%{_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
|
||||
%{python3_sitearch}/init_calibre.py
|
||||
|
||||
%changelog
|
||||
* Fri Nov 07 2025 Automatic Build System <autodist@openmamba.org> 8.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 20 2025 Automatic Build System <autodist@openmamba.org> 8.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 04 2025 Automatic Build System <autodist@openmamba.org> 8.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 12 2025 Automatic Build System <autodist@openmamba.org> 8.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 22 2025 Automatic Build System <autodist@openmamba.org> 8.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 20 2025 Automatic Build System <autodist@openmamba.org> 8.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 18 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 8.4.0-1mamba
|
||||
- update to 8.4.0
|
||||
|
||||
* Fri Apr 04 2025 Automatic Build System <autodist@openmamba.org> 8.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 29 2025 Automatic Build System <autodist@openmamba.org> 8.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 21 2025 Automatic Build System <autodist@openmamba.org> 8.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 21 2025 Automatic Build System <autodist@openmamba.org> 8.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 14 2025 Automatic Build System <autodist@openmamba.org> 7.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 7.25.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 7.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 22 2024 Automatic Build System <autodist@openmamba.org> 7.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 29 2024 Automatic Build System <autodist@openmamba.org> 7.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 7.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 18 2024 Automatic Build System <autodist@openmamba.org> 7.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 27 2024 Automatic Build System <autodist@openmamba.org> 7.19.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 7.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 7.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 7.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 19 2024 Automatic Build System <autodist@openmamba.org> 7.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 7.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 28 2024 Automatic Build System <autodist@openmamba.org> 7.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 7.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 7.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 19 2024 Automatic Build System <autodist@openmamba.org> 7.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 06 2024 Automatic Build System <autodist@openmamba.org> 7.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 14 2024 Automatic Build System <autodist@openmamba.org> 7.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 7.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 09 2024 Automatic Build System <autodist@openmamba.org> 7.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 19 2024 Automatic Build System <autodist@openmamba.org> 7.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 05 2024 Automatic Build System <autodist@mambasoft.it> 7.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 15 2023 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 24 2023 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 18 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.0-2mamba
|
||||
- require python-xxhash-py3
|
||||
|
||||
* Fri Nov 17 2023 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 6.29.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 6.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user