pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-glib2 Updated devel/p5-glib2 to 1.242



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a3f81322c27
branches:  trunk
changeset: 598302:1a3f81322c27
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jan 22 18:43:12 2012 +0000

description:
Updated devel/p5-glib2 to 1.242

Overview of changes in Glib 1.242
=================================

* Glib::GenPod: fix typo in default pspec values
  (https://bugzilla.gnome.org/show_bug.cgi?id=665331)
* Glib::GenPod: delete a duplicate key in %basic_types
  (https://bugzilla.gnome.org/show_bug.cgi?id=665332)
* Change the FSF's address in all GPL license notices (RT#72664)

Overview of changes in Glib 1.241
=================================

* Register the boxed type Glib::GString, based almost completely on a patch by
  Emmanuel Rodriguez (https://bugzilla.gnome.org/show_bug.cgi?id=663881).
* Fix linking against perl < 5.9.4 on some platforms; Do not use
  SvREFCNT_inc_simple_void_NN as that was introduced in perl 5.9.4, which came
  after the 5.8.0 we require.

Overview of changes in Glib 1.240
=================================

 Since 1.22x (the previous stable series)
 ----------------------------------------
  * Add Glib::Param::GType support.
  * Add Glib::Log->set_default_handler() and
    Glib::Log::default_handler().
  * Add Glib::ParamSpec->override() and get_redirect_target().
  * Add Glib::Param->get_default_value().
  * Support the fundamental type Glib::GType.
  * Correctly handle variables with "magic" attached, like tied
    variables.
  * Don't copy boxed objects when passing from Perl to C.

 Since 1.233
 -----------
  * Nada.

Overview of changes in Glib 1.233
=================================

* Change the way we handle objects with floating references again, to be more
  compatible.

Overview of changes in Glib 1.232
=================================

* In the documentation generated by Glib::GenPod, show default values for
  properties.
* Correctly handle objects which have floating references.
* When checking whether a variable is a reference, correctly account for "get
  magic", which occurs for example for tied variables.  Add gperl_sv_is_ref for
  other bindings to use.

Overview of changes in Glib 1.231
=================================

* Add Glib::Log->set_default_handler() and Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Make Glib::ParamSpec->value_validate() copy boxed objects if necessary.
* Support the fundamental type Glib::GType.
* Correctly store and look up custom signal marshallers.
* Fix fetching default values for unichar properties of custom subclasses.
* Fix subclassing with {pspec, get, set}-style properties.
* Allow the Glib::Object "magic" to coexist with other extensions' "magic".
* Make Glib::GenPod create docs for child and style properties.
* Improve the documentation in a few places.
* Fix a few build and test failures.

Overview of changes in Glib 1.230
=================================

* Don't copy boxed objects when passing from Perl to C.  This mainly affects
  Perl subclasses which have signal handlers that involve boxed objects and use
  signal_chain_from_overridden() to call parent signal handlers.  With this
  change, the parent's handlers will now operator on the same object that the
  Perl code sees, and changes consequently propagate properly.
* Correctly handle variables with "set" magic attached in the default
  SET_PROPERTY implementation for custom Perl subclasses.
* Add Glib::Param::GType support.
* Make Glib::Flags::bool() and as_arrayref() callable as methods.
* Allow undef for default_value in Glib::ParamSpec->string.
* Improve the documentation in a few places.
* Add gperl_hv_take_sv, a wrapper for hv_store, to our C API.
* Fix some build and test failures.

diffstat:

 devel/p5-glib2/Makefile |  5 +++--
 devel/p5-glib2/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 1037feaab35c -r 1a3f81322c27 devel/p5-glib2/Makefile
--- a/devel/p5-glib2/Makefile   Sun Jan 22 18:38:34 2012 +0000
+++ b/devel/p5-glib2/Makefile   Sun Jan 22 18:43:12 2012 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2011/08/16 08:36:10 adam Exp $
+# $NetBSD: Makefile,v 1.37 2012/01/22 18:43:12 abs Exp $
 
-DISTNAME=      Glib-1.224
+# Not updated to 1.250 as that is an unstable/development version
+DISTNAME=      Glib-1.242
 PKGNAME=       p5-${DISTNAME:S/Glib/glib2/}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
diff -r 1037feaab35c -r 1a3f81322c27 devel/p5-glib2/distinfo
--- a/devel/p5-glib2/distinfo   Sun Jan 22 18:38:34 2012 +0000
+++ b/devel/p5-glib2/distinfo   Sun Jan 22 18:43:12 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2011/08/16 08:36:10 adam Exp $
+$NetBSD: distinfo,v 1.16 2012/01/22 18:43:12 abs Exp $
 
-SHA1 (Glib-1.224.tar.gz) = 3c6e3be47d62df4fc1557c82029e679fe538de75
-RMD160 (Glib-1.224.tar.gz) = 60c27d7c604768aaf8b3a48566022258e0d7a160
-Size (Glib-1.224.tar.gz) = 270713 bytes
+SHA1 (Glib-1.242.tar.gz) = 5662e92eff16e3ba1980081e87b4ecdef88593f1
+RMD160 (Glib-1.242.tar.gz) = c8d5e09b39b02b3df362e8ad26485c2eb09782cf
+Size (Glib-1.242.tar.gz) = 275868 bytes



Home | Main Index | Thread Index | Old Index