* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-07-07 12:43 Pacho Ramos (pacho)
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos (pacho) @ 2014-07-07 12:43 UTC (permalink / raw
To: gentoo-commits
pacho 14/07/07 12:43:45
Modified: ChangeLog
Added: taglib-1.9.1-r2.ebuild
Log:
Apply some upstream patches fixing important bugs like an accidental ABI breakage (#516342#c1 by CT)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.151 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.150&r2=1.151
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog 18 Jun 2014 19:58:34 -0000 1.150
+++ ChangeLog 7 Jul 2014 12:43:45 -0000 1.151
@@ -1,6 +1,16 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.150 2014/06/18 19:58:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.151 2014/07/07 12:43:45 pacho Exp $
+
+*taglib-1.9.1-r2 (07 Jul 2014)
+
+ 07 Jul 2014; Pacho Ramos <pacho@gentoo.org>
+ +files/taglib-1.9.1-abi-breakage.patch,
+ +files/taglib-1.9.1-bytevector-simpler.patch,
+ +files/taglib-1.9.1-missing-deletes.patch,
+ +files/taglib-1.9.1-order-big-endian.patch, +taglib-1.9.1-r2.ebuild:
+ Apply some upstream patches fixing important bugs like an accidental ABI
+ breakage (#516342#c1 by CT)
18 Jun 2014; Michał Górny <mgorny@gentoo.org> taglib-1.9.1-r1.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
1.1 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.1&content-type=text/plain
Index: taglib-1.9.1-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.1 2014/07/07 12:43:45 pacho Exp $
EAPI=5
inherit cmake-multilib
DESCRIPTION="A library for reading and editing audio meta data"
HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html"
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
test? ( >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}] )
"
RDEPEND="${RDEPEND}
abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20140508-r2
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
PATCHES=(
"${FILESDIR}"/${PN}-1.6.1-install-examples.patch
"${FILESDIR}"/${P}-missing-deletes.patch
"${FILESDIR}"/${P}-order-big-endian.patch
"${FILESDIR}"/${P}-abi-breakage.patch
"${FILESDIR}"/${P}-bytevector-simpler.patch
)
DOCS=( AUTHORS NEWS )
MULTILIB_CHOST_TOOLS=(
/usr/bin/taglib-config
)
multilib_src_configure() {
mycmakeargs=(
$(multilib_is_native_abi && cmake-utils_use_build examples)
$(cmake-utils_use_build test TESTS)
$(cmake-utils_use_with asf)
$(cmake-utils_use_with mp4)
)
cmake-utils_src_configure
}
multilib_src_test() {
# ctest does not work
emake -C "${BUILD_DIR}" check
}
pkg_postinst() {
if ! use asf; then
elog "You've chosen to disable the asf use flag, thus taglib won't include"
elog "support for Microsoft's 'advanced systems format' media container"
fi
if ! use mp4; then
elog "You've chosen to disable the mp4 use flag, thus taglib won't include"
elog "support for the MPEG-4 part 14 / MP4 media container"
fi
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-07-13 3:46 Thomas Alan Gall (tgall)
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Alan Gall (tgall) @ 2014-07-13 3:46 UTC (permalink / raw
To: gentoo-commits
tgall 14/07/13 03:46:50
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
stable arm64 bug #516342
(Portage version: 2.2.8-r1/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Revision Changes Path
1.3 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.2&r2=1.3
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- taglib-1.9.1-r2.ebuild 12 Jul 2014 12:25:12 -0000 1.2
+++ taglib-1.9.1-r2.ebuild 13 Jul 2014 03:46:49 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.2 2014/07/12 12:25:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.3 2014/07/13 03:46:49 tgall Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.153 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.152&r2=1.153
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog 12 Jul 2014 12:25:12 -0000 1.152
+++ ChangeLog 13 Jul 2014 03:46:50 -0000 1.153
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.152 2014/07/12 12:25:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.153 2014/07/13 03:46:50 tgall Exp $
+
+ 13 Jul 2014; <tgall@gentoo.org> taglib-1.9.1-r2.ebuild:
+ stable arm64 bug #516342
12 Jul 2014; Jeroen Roovers <jer@gentoo.org> taglib-1.9.1-r2.ebuild:
Stable for HPPA (bug #516342).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-07-22 10:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-22 10:49 UTC (permalink / raw
To: gentoo-commits
ago 14/07/22 10:49:01
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.3&r2=1.4
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- taglib-1.9.1-r2.ebuild 13 Jul 2014 03:46:49 -0000 1.3
+++ taglib-1.9.1-r2.ebuild 22 Jul 2014 10:49:01 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.3 2014/07/13 03:46:49 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.4 2014/07/22 10:49:01 ago Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.154 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.153&r2=1.154
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog 13 Jul 2014 03:46:50 -0000 1.153
+++ ChangeLog 22 Jul 2014 10:49:01 -0000 1.154
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.153 2014/07/13 03:46:50 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.154 2014/07/22 10:49:01 ago Exp $
+
+ 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
+ Stable for amd64, wrt bug #512912
13 Jul 2014; <tgall@gentoo.org> taglib-1.9.1-r2.ebuild:
stable arm64 bug #516342
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-07-23 15:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-23 15:20 UTC (permalink / raw
To: gentoo-commits
ago 14/07/23 15:20:17
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.4&r2=1.5
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- taglib-1.9.1-r2.ebuild 22 Jul 2014 10:49:01 -0000 1.4
+++ taglib-1.9.1-r2.ebuild 23 Jul 2014 15:20:17 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.4 2014/07/22 10:49:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.5 2014/07/23 15:20:17 ago Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.155 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.154&r2=1.155
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog 22 Jul 2014 10:49:01 -0000 1.154
+++ ChangeLog 23 Jul 2014 15:20:17 -0000 1.155
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.154 2014/07/22 10:49:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.155 2014/07/23 15:20:17 ago Exp $
+
+ 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
+ Stable for x86, wrt bug #512012
22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
Stable for amd64, wrt bug #512912
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-07-28 13:46 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-28 13:46 UTC (permalink / raw
To: gentoo-commits
ago 14/07/28 13:46:21
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.5&r2=1.6
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- taglib-1.9.1-r2.ebuild 23 Jul 2014 15:20:17 -0000 1.5
+++ taglib-1.9.1-r2.ebuild 28 Jul 2014 13:46:21 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.5 2014/07/23 15:20:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.6 2014/07/28 13:46:21 ago Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.156 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.155&r2=1.156
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog 23 Jul 2014 15:20:17 -0000 1.155
+++ ChangeLog 28 Jul 2014 13:46:21 -0000 1.156
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.155 2014/07/23 15:20:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.156 2014/07/28 13:46:21 ago Exp $
+
+ 28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
+ Stable for ppc, wrt bug #512012
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
Stable for x86, wrt bug #512012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-08-21 10:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-21 10:42 UTC (permalink / raw
To: gentoo-commits
ago 14/08/21 10:42:26
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.6&r2=1.7
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- taglib-1.9.1-r2.ebuild 28 Jul 2014 13:46:21 -0000 1.6
+++ taglib-1.9.1-r2.ebuild 21 Aug 2014 10:42:26 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.6 2014/07/28 13:46:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.7 2014/08/21 10:42:26 ago Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.157 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.156&r2=1.157
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog 28 Jul 2014 13:46:21 -0000 1.156
+++ ChangeLog 21 Aug 2014 10:42:26 -0000 1.157
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.156 2014/07/28 13:46:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.157 2014/08/21 10:42:26 ago Exp $
+
+ 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
+ Stable for ppc64, wrt bug #512012
28 Jul 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
Stable for ppc, wrt bug #512012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-08-23 15:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-23 15:31 UTC (permalink / raw
To: gentoo-commits
ago 14/08/23 15:31:38
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.7&r2=1.8
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- taglib-1.9.1-r2.ebuild 21 Aug 2014 10:42:26 -0000 1.7
+++ taglib-1.9.1-r2.ebuild 23 Aug 2014 15:31:38 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.7 2014/08/21 10:42:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.8 2014/08/23 15:31:38 ago Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.158 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.157&r2=1.158
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog 21 Aug 2014 10:42:26 -0000 1.157
+++ ChangeLog 23 Aug 2014 15:31:38 -0000 1.158
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.157 2014/08/21 10:42:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.158 2014/08/23 15:31:38 ago Exp $
+
+ 23 Aug 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
+ Stable for ia64, wrt bug #512012
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
Stable for ppc64, wrt bug #512012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-08-25 11:00 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-25 11:00 UTC (permalink / raw
To: gentoo-commits
ago 14/08/25 11:00:15
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.8&r2=1.9
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- taglib-1.9.1-r2.ebuild 23 Aug 2014 15:31:38 -0000 1.8
+++ taglib-1.9.1-r2.ebuild 25 Aug 2014 11:00:15 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.8 2014/08/23 15:31:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.9 2014/08/25 11:00:15 ago Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.160 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.159&r2=1.160
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog 24 Aug 2014 09:20:39 -0000 1.159
+++ ChangeLog 25 Aug 2014 11:00:15 -0000 1.160
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.159 2014/08/24 09:20:39 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.160 2014/08/25 11:00:15 ago Exp $
+
+ 25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
+ Stable for alpha, wrt bug #512012
24 Aug 2014; Michael Palimaka <kensington@gentoo.org>
-files/taglib-1.8-freebsd.patch,
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-08-27 9:02 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-27 9:02 UTC (permalink / raw
To: gentoo-commits
jer 14/08/27 09:02:19
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
Stable for SPARC (bug #520808).
(Portage version: 2.2.12/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.10 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.9&r2=1.10
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- taglib-1.9.1-r2.ebuild 25 Aug 2014 11:00:15 -0000 1.9
+++ taglib-1.9.1-r2.ebuild 27 Aug 2014 09:02:19 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.9 2014/08/25 11:00:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.10 2014/08/27 09:02:19 jer Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.161 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.161&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.161&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.160&r2=1.161
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog 25 Aug 2014 11:00:15 -0000 1.160
+++ ChangeLog 27 Aug 2014 09:02:19 -0000 1.161
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.160 2014/08/25 11:00:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.161 2014/08/27 09:02:19 jer Exp $
+
+ 27 Aug 2014; Jeroen Roovers <jer@gentoo.org> taglib-1.9.1-r2.ebuild:
+ Stable for SPARC (bug #520808).
25 Aug 2014; Agostino Sarubbo <ago@gentoo.org> taglib-1.9.1-r2.ebuild:
Stable for alpha, wrt bug #512012
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog
@ 2014-08-27 9:05 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-08-27 9:05 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/08/27 09:05:26
Modified: taglib-1.9.1-r2.ebuild ChangeLog
Log:
arm stable wrt #520808
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.11 media-libs/taglib/taglib-1.9.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild?r1=1.10&r2=1.11
Index: taglib-1.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- taglib-1.9.1-r2.ebuild 27 Aug 2014 09:02:19 -0000 1.10
+++ taglib-1.9.1-r2.ebuild 27 Aug 2014 09:05:26 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.10 2014/08/27 09:02:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.9.1-r2.ebuild,v 1.11 2014/08/27 09:05:26 ssuominen Exp $
EAPI=5
@@ -11,7 +11,7 @@
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
SLOT="0"
IUSE="+asf debug examples +mp4 test"
1.162 media-libs/taglib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.162&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.162&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.161&r2=1.162
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- ChangeLog 27 Aug 2014 09:02:19 -0000 1.161
+++ ChangeLog 27 Aug 2014 09:05:26 -0000 1.162
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/taglib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.161 2014/08/27 09:02:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.162 2014/08/27 09:05:26 ssuominen Exp $
+
+ 27 Aug 2014; Samuli Suominen <ssuominen@gentoo.org> taglib-1.9.1-r2.ebuild:
+ arm stable wrt #520808
27 Aug 2014; Jeroen Roovers <jer@gentoo.org> taglib-1.9.1-r2.ebuild:
Stable for SPARC (bug #520808).
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-08-27 9:05 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 10:49 [gentoo-commits] gentoo-x86 commit in media-libs/taglib: taglib-1.9.1-r2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-08-27 9:05 Samuli Suominen (ssuominen)
2014-08-27 9:02 Jeroen Roovers (jer)
2014-08-25 11:00 Agostino Sarubbo (ago)
2014-08-23 15:31 Agostino Sarubbo (ago)
2014-08-21 10:42 Agostino Sarubbo (ago)
2014-07-28 13:46 Agostino Sarubbo (ago)
2014-07-23 15:20 Agostino Sarubbo (ago)
2014-07-13 3:46 Thomas Alan Gall (tgall)
2014-07-07 12:43 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox