pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/at-spi2-core Update to 2.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28eedcbebe55
branches:  trunk
changeset: 609716:28eedcbebe55
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Mon Oct 08 20:23:48 2012 +0000

description:
Update to 2.6.0

* Fix some annotations.
* Exit, rather than crash, when unable to open an X display (BGO#660407).
* Fix various memory leaks (BGO#684033).
* Fix build with -fno-common.
* Add glib-2.0 to requires in at-spi2.pc (BGO#682595)
* Add atspi_action_get_localized_name (BGO#680598).
* Allow building from out of source directory (BGO#680281)

diffstat:

 devel/at-spi2-core/Makefile      |  7 +++----
 devel/at-spi2-core/buildlink3.mk |  4 ++--
 devel/at-spi2-core/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (48 lines):

diff -r c3d1601a8ee2 -r 28eedcbebe55 devel/at-spi2-core/Makefile
--- a/devel/at-spi2-core/Makefile       Mon Oct 08 20:20:06 2012 +0000
+++ b/devel/at-spi2-core/Makefile       Mon Oct 08 20:23:48 2012 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2012/09/15 10:04:05 obache Exp $
+# $NetBSD: Makefile,v 1.7 2012/10/08 20:23:48 prlw1 Exp $
 #
 
-DISTNAME=      at-spi2-core-2.5.4
-PKGREVISION=   1
+DISTNAME=      at-spi2-core-2.6.0
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/at-spi2-core/2.5/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/at-spi2-core/2.6/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
diff -r c3d1601a8ee2 -r 28eedcbebe55 devel/at-spi2-core/buildlink3.mk
--- a/devel/at-spi2-core/buildlink3.mk  Mon Oct 08 20:20:06 2012 +0000
+++ b/devel/at-spi2-core/buildlink3.mk  Mon Oct 08 20:23:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2012/09/15 10:04:05 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2012/10/08 20:23:48 prlw1 Exp $
 
 BUILDLINK_TREE+=       at-spi2-core
 
@@ -6,7 +6,7 @@
 AT_SPI2_CORE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.at-spi2-core+=   at-spi2-core>=2.3.2
-BUILDLINK_ABI_DEPENDS.at-spi2-core+=   at-spi2-core>=2.5.4nb1
+BUILDLINK_ABI_DEPENDS.at-spi2-core+=   at-spi2-core>=2.6.0
 BUILDLINK_PKGSRCDIR.at-spi2-core?=     ../../devel/at-spi2-core
 
 .include "../../devel/glib2/buildlink3.mk"
diff -r c3d1601a8ee2 -r 28eedcbebe55 devel/at-spi2-core/distinfo
--- a/devel/at-spi2-core/distinfo       Mon Oct 08 20:20:06 2012 +0000
+++ b/devel/at-spi2-core/distinfo       Mon Oct 08 20:23:48 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/07/28 18:00:57 prlw1 Exp $
+$NetBSD: distinfo,v 1.6 2012/10/08 20:23:48 prlw1 Exp $
 
-SHA1 (at-spi2-core-2.5.4.tar.xz) = 3b0a9db2d17899a0fb536493c38fab6da4b95757
-RMD160 (at-spi2-core-2.5.4.tar.xz) = f665572ddd47e740217323f679d759ce3d8832ad
-Size (at-spi2-core-2.5.4.tar.xz) = 442384 bytes
+SHA1 (at-spi2-core-2.6.0.tar.xz) = 36c271efedbdd4f3cc1f8be477affb8f56e08c3e
+RMD160 (at-spi2-core-2.6.0.tar.xz) = 515c3278823fa31be3a844ab156ec38379b14b3a
+Size (at-spi2-core-2.6.0.tar.xz) = 443552 bytes



Home | Main Index | Thread Index | Old Index