Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696690 - app-misc/recoll: version bump
Summary: app-misc/recoll: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: P Purkayastha
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 722268 729414
  Show dependency tree
 
Reported: 2019-10-05 10:52 UTC by Michał Górny
Modified: 2020-12-05 04:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for recoll-1.26.3 (recoll-1.26.3.ebuild,3.54 KB, text/plain)
2020-01-12 02:11 UTC, P Purkayastha
Details
Ebuild for recoll-1.27.0 (recoll-1.27.0.ebuild,3.54 KB, text/plain)
2020-05-12 09:18 UTC, P Purkayastha
Details
Ebuild for recoll-1.27.2 (recoll-1.27.2.ebuild,3.56 KB, text/plain)
2020-06-24 15:40 UTC, P Purkayastha
Details
Ebuild for recoll-1.27.2 (recoll-1.27.2.ebuild,3.55 KB, text/plain)
2020-06-25 13:49 UTC, P Purkayastha
Details
Ebuild for recoll-1.27.6 (recoll-1.27.6.ebuild,3.55 KB, text/plain)
2020-09-25 14:10 UTC, P Purkayastha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-10-05 10:52:26 UTC
According to Repology, the current upstream release is 1.25.22.  Please bump.
Comment 1 P Purkayastha 2019-10-26 12:04:33 UTC
Newest release is 1.26.1. I will look into it in a week or so.
Comment 2 P Purkayastha 2020-01-12 02:11:13 UTC
Created attachment 603082 [details]
Ebuild for recoll-1.26.3

Ebuild for recoll-1.26.3. There  is no difference from 1.25.19. I do not see any major new dependency or change to be taken care of.
Comment 3 P Purkayastha 2020-05-12 09:18:58 UTC
Created attachment 638400 [details]
Ebuild for recoll-1.27.0

Same as previous ebuild. No change needed, as far as I can see.
Comment 4 P Purkayastha 2020-06-24 15:40:02 UTC
Created attachment 646084 [details]
Ebuild for recoll-1.27.2

Diff between recoll-1.25.19 and recoll-1.27.2 . python_optimize is added to fix bug 729414

--- recoll-1.25.19.ebuild       2020-01-12 11:23:04.334254291 +0800
+++ recoll-1.27.2.ebuild        2020-06-24 23:38:20.802395282 +0800
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit eutils linux-info python-single-r1 qmake-utils
 
@@ -101,6 +101,7 @@
 
 src_install() {
        emake STRIP="$(type -P true)" DESTDIR="${D}" install
+       python_optimize
 
        # html docs should be placed in /usr/share/doc/${PN}/html
        use doc && dodoc -r "${ED}"/usr/share/recoll/doc/.
Comment 5 P Purkayastha 2020-06-25 13:49:00 UTC
Created attachment 646350 [details]
Ebuild for recoll-1.27.2

Removed python_3.5 from list. New diff.

--- recoll-1.25.19.ebuild       2020-01-12 11:23:04.334254291 +0800
+++ recoll-1.27.2.ebuild        2020-06-25 21:47:22.177493828 +0800
@@ -101,6 +101,7 @@
 
 src_install() {
        emake STRIP="$(type -P true)" DESTDIR="${D}" install
+       python_optimize
 
        # html docs should be placed in /usr/share/doc/${PN}/html
        use doc && dodoc -r "${ED}"/usr/share/recoll/doc/.
Comment 6 dE 2020-09-23 05:52:30 UTC
1.27.6 available now.
Comment 7 P Purkayastha 2020-09-25 14:10:41 UTC
Created attachment 662389 [details]
Ebuild for recoll-1.27.6

No changes from ebuild for recoll-1.27.2
Comment 8 Larry the Git Cow gentoo-dev 2020-12-05 04:55:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479df1b5e3788094b41b13d71857deae9351a8e9

commit 479df1b5e3788094b41b13d71857deae9351a8e9
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2020-12-05 04:54:41 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2020-12-05 04:54:41 +0000

    app-misc/recoll: Bump to 1.27.12
    
    Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
    Closes: https://bugs.gentoo.org/722268
    Closes: https://bugs.gentoo.org/729402
    Closes: https://bugs.gentoo.org/729414
    Closes: https://bugs.gentoo.org/696690
    Package-Manager: Portage-3.0.11, Repoman-3.0.2

 app-misc/recoll/Manifest              |   1 +
 app-misc/recoll/recoll-1.27.12.ebuild | 135 ++++++++++++++++++++++++++++++++++
 2 files changed, 136 insertions(+)