Accepting request 815865 from home:Dead_Mozay
Update to version 2.3.0 OBS-URL: https://build.opensuse.org/request/show/815865 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=27
This commit is contained in:
parent
048e7a2883
commit
3cdde9a795
6
_service
6
_service
@ -1,15 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="filename">foliate</param>
|
||||
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/2.2.1</param>
|
||||
<param name="revision">refs/tags/2.3.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="localonly" name="set_version"/>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">gz</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c267e2cbb7b4ca18312f9d39d1107003f88a893e411501930673f0f09067055e
|
||||
size 8110093
|
3
foliate-2.3.0.obscpio
Normal file
3
foliate-2.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6af47940f93b2992e51f5867b9494364e6bf4e5468002e4d2abefe68fc730955
|
||||
size 8347149
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 05:42:17 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 2.3.0:
|
||||
* OPDS catalogs:
|
||||
- Catalogs are now opened in the main library window (#403)
|
||||
- View current location
|
||||
- Go to catalog start page
|
||||
- Reload catalog
|
||||
- Add current feed to catalogs
|
||||
- HTTP authentication support (#421)
|
||||
* Other changes:
|
||||
- Fixed unique identifier extraction for
|
||||
FictionBook (.fb2, .fb2.zip) files (#462)
|
||||
- Fixed newlines being ignored when copying text (#463)
|
||||
- “Turn page on tap” is now disabled in
|
||||
non-paginated layouts (#464)
|
||||
- Opening a book from the library view now closes the
|
||||
library window (#446)
|
||||
- Language and publication dates in metadata are now parsed
|
||||
and formatted
|
||||
- Export annotations from the library view
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 09:44:58 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: foliate
|
||||
version: 2.2.1
|
||||
mtime: 1591527797
|
||||
commit: 24a0a02706cafba22fac038e28a068306cb917c5
|
||||
version: 2.3.0
|
||||
mtime: 1592502830
|
||||
commit: bb554bdb20cce98d8cae3dff9a93e78000f289ec
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global __requires_exclude typelib\\(Handy\\) = 1
|
||||
%define oname com.github.johnfactotum.Foliate
|
||||
Name: foliate
|
||||
Version: 2.2.1
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: A GTK eBook reader
|
||||
License: GPL-3.0-only
|
||||
@ -51,7 +51,6 @@ A GTK eBook viewer, built with GJS and Epub.js.
|
||||
|
||||
chmod a-x README.md COPYING
|
||||
find %{buildroot}/%{_datadir} -type f -executable -exec chmod -x "{}" +
|
||||
rm %{buildroot}/%{_datadir}/com.github.johnfactotum.Foliate/assets/.eslintrc.json
|
||||
|
||||
chmod a-x %{buildroot}/%{_datadir}/com.github.johnfactotum.Foliate/assets/KindleUnpack/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user