[arch-commits] Commit in fanficfare/trunk (PKGBUILD changelog.txt)

Eli Schwartz eschwartz at archlinux.org
Fri Nov 22 02:16:01 UTC 2019


    Date: Friday, November 22, 2019 @ 02:16:01
  Author: eschwartz
Revision: 531541

upgpkg: fanficfare 3.13.0-1: upstream release

Modified:
  fanficfare/trunk/PKGBUILD
  fanficfare/trunk/changelog.txt

---------------+
 PKGBUILD      |    8 ++++----
 changelog.txt |   43 ++++++++++++++++++++++++++++++-------------
 2 files changed, 34 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-22 01:50:12 UTC (rev 531540)
+++ PKGBUILD	2019-11-22 02:16:01 UTC (rev 531541)
@@ -2,8 +2,8 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.12.0
-pkgrel=2
+pkgver=3.13.0
+pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
 url="https://github.com/JimmXinu/${_pkgname}"
@@ -13,8 +13,8 @@
          'python-html2text')
 optdepends=('python-pillow: support for converting/resizing story images and covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('a9af8f6474d1411f2e0e580a64311c9fd67c8d4453764c68f37c52f02f1433aa')
-b2sums=('ba01abde69c54422652b1288f14e528f264e0310a8a0beac0e03146d4bb0424fd3ba0b397f8c6b0125f4cb06e086726b5ee413ac6e252fe317ff7823d1ad32ba')
+sha256sums=('a6ca3dfc165c1fa7ec0f0847131cf888f4247f347dd75194f5bce747bb4223b7')
+b2sums=('af6d42f5adfb738be865e09d9f0a07de04fdaecb79b3bb2532b94fcf6221af7996021ce68ed8c38088c2f2f1a4de1d747d7a84f15c5c85da5926e931f727b1a6')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt	2019-11-22 01:50:12 UTC (rev 531540)
+++ changelog.txt	2019-11-22 02:16:01 UTC (rev 531541)
@@ -1,3 +1,33 @@
+Version 3.13.0 - 15 Nov 2019
+- Add some code to handle 24 hr clocks w/o changing adapters.
+- Don't escape # in URLs, causes problems with ficbook.net.
+- Bypass expired SSL cert by not using SSL. adapter_thehookupzonenet
+- Bypass expired SSL cert by not using SSL. adapter_spikeluvercom
+- Remove site twilightarchives.com - Closed as per web site.
+- Remove site lotrfanfiction.com - Closed as per web site.
+- Remove site www.13hours.org. Moved to AO3.
+- Add site specific chapterslashtotal and chapterstotal for
+  adapter_archiveofourownorg.
+- Fixes for adapter_webnovelcom site changes to JSON.
+- Add parentforums site specific metadata for base_xenforo, include partial
+  list in category.
+- Add user/pass to adapter_fictionhuntcom, required to see chapter text now.
+- Discard cookie cache on library change--might use different users/settings.
+- At least one efiction site said Completed: Completed instead of Yes.
+- Adding some html class attrs to epub output for ease of CSS.
+- Add --no-output CLI option. Closes #443
+- Save cookiejar between downloads during same calibre session, including BG
+  jobs.
+- Avoid post URLs in XenForo notification emails for QQ & AH too.
+- Avoid post URLs in XenForo notification emails better w/o catching post in
+  thread title. Probably.
+- Fix for 404 error on XF always_login. Closes #438
+- Fix for CLI update fail on one story causing all subsequent to also skip
+  update. Issue #438
+- Avoid post URLs in XenForo notification emails better.
+- Treat spacebattles /post/ URLs in emails the same as sufficientvelocity to
+  avoid extra URLs in thread notifications.
+
 Version 3.12.0 - 14 Oct 2019
 - Update Translations
 - Add defaults.ini CSS for ficbook.net to preserve line breaks.
@@ -11,16 +41,3 @@
   email URLs.
 - New Russian Site added: www.swi.org.ru - Thanks gunmetal313
 - Fix for wordcount in adapter_fanfiktionde when max_zalgo:1
-
-Version 3.11.0 - 04 Sep 2019
-- Update Translations
-- Add URL prefix for XF2 authorUrl if relative. Circa Aug 23, 2019 SV changed
-  the author URL FFF collects to a relative link and I didn't notice it until
-  now.
-- Add dedup_chapter_list option for buggy chapter lists. Optional in case
-  they're not buggy.
-- Add fetch_last_page for base_xenforo--SB doesn't send notice emails if user
-  not up-to-date now.
-- Fix for corner-case with deleting Rejects.
-- Fix for XF1 regression caused by XF2 threadmarks metadata code.
-- Add XF2 threadmarks_cover/status/desc/title options.



More information about the arch-commits mailing list