Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516918 - net-im/bitlbee-3.2.2 version bump
Summary: net-im/bitlbee-3.2.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
: 517206 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-07-11 22:10 UTC by James Geboski (jgeboski)
Modified: 2014-10-10 08:51 UTC (History)
3 users (show)

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


Attachments
bitlbee-3.2.2.patch (bitlbee-3.2.2.patch,1.82 KB, patch)
2014-07-11 22:10 UTC, James Geboski (jgeboski)
Details | Diff
bitlbee-3.2.2-configure.patch (bitlbee-3.2.2-configure.patch,327 bytes, patch)
2014-07-11 22:10 UTC, James Geboski (jgeboski)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Geboski (jgeboski) 2014-07-11 22:10:29 UTC
Created attachment 380590 [details, diff]
bitlbee-3.2.2.patch

BitlBee has had a new bug fix release, bitlbee-3.2.2.

Changes since bitlbee-3.2.1:
  - Built-in protocols can now be used with libpurple
  - Updated OTR support to libotr-4.0.0
  - Fixed buddy request rejection accepting the buddy
  - Fixed pkg-config file fields
  - Fixed unicode characters displaying incorrectly in Twitter

bitlbee-3.2.2.ebuild changes (patch attached):
  - Added systemd USE flag to install systemd related files
  - Fix glib the dependency: >=glib-2.14 is required
  - Fix libotr the dependency: >=libotr-4 is required
  - Removed LDAP remnants as upsteam yanked support
  - Removed USE block on the built-in protocols and purple
  - Updated the configure patch: 3.2.2-configure.patch (attached)
Comment 1 James Geboski (jgeboski) 2014-07-11 22:10:57 UTC
Created attachment 380592 [details, diff]
bitlbee-3.2.2-configure.patch
Comment 2 Alex Xu (Hello71) 2014-07-17 13:49:21 UTC
*** Bug 517206 has been marked as a duplicate of this bug. ***
Comment 3 Manuel Rüger (RETIRED) gentoo-dev 2014-09-17 13:57:32 UTC
Please add this release, as we will unmask libotr-4 and deprecate libotr-3 soon.
Comment 4 Alex Alexander (RETIRED) gentoo-dev 2014-10-10 08:51:09 UTC
Bumped!

Thank you for the ebuild patch. A few notes:

Instead of completely removing the REQUIRED_USE limitation, I tweaked it to ensure at least one protocol or purple is enabled.
No need for a systemd USE flag, we just install the unit files.
Not sure why you moved glib to DEPEND :)

Cheers