r24387 - in /desktop/experimental/libsoup2.4/debian: changelog libsoup2.4-1.symbols rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue May 25 19:38:44 UTC 2010


Author: slomo
Date: Tue May 25 19:38:40 2010
New Revision: 24387

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24387
Log:
  + debian/libsoup2.4-1.symbols,
    debian/rules:
    - Update for API additions.

Modified:
    desktop/experimental/libsoup2.4/debian/changelog
    desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols
    desktop/experimental/libsoup2.4/debian/rules

Modified: desktop/experimental/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/changelog?rev=24387&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/changelog [utf-8] (original)
+++ desktop/experimental/libsoup2.4/debian/changelog [utf-8] Tue May 25 19:38:40 2010
@@ -6,8 +6,11 @@
       debian/libsoup-gnome2.4-dev.install,
       debian/gir1.0-soup-2.4.install:
       - Add GObject-Introspection support.
-
- -- Sebastian Dröge <slomo at debian.org>  Tue, 25 May 2010 21:28:10 +0200
+    + debian/libsoup2.4-1.symbols,
+      debian/rules:
+      - Update for API additions.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 25 May 2010 21:38:03 +0200
 
 libsoup2.4 (2.30.1-1) unstable; urgency=low
 

Modified: desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols?rev=24387&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols [utf-8] (original)
+++ desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols [utf-8] Tue May 25 19:38:40 2010
@@ -95,10 +95,12 @@
  soup_auth_update at Base 2.4.0
  soup_buffer_copy at Base 2.4.0
  soup_buffer_free at Base 2.4.0
+ soup_buffer_get_data at Base 2.31.2
  soup_buffer_get_owner at Base 2.4.0
  soup_buffer_get_type at Base 2.4.0
  soup_buffer_new at Base 2.4.0
  soup_buffer_new_subbuffer at Base 2.4.0
+ soup_buffer_new_take at Base 2.31.2
  soup_buffer_new_with_owner at Base 2.4.0
  soup_byte_array_get_type at Base 2.4.0
  soup_char_attributes at Base 2.30.1
@@ -116,6 +118,7 @@
  soup_connection_connect_async at Base 2.4.0
  soup_connection_connect_sync at Base 2.4.0
  soup_connection_disconnect at Base 2.4.0
+ soup_connection_get_ever_used at Base 2.31.2
  soup_connection_get_proxy_uri at Base 2.27.4
  soup_connection_get_socket at Base 2.4.0
  soup_connection_get_state at Base 2.27.4
@@ -135,7 +138,14 @@
  soup_cookie_domain_matches at Base 2.29.90
  soup_cookie_equal at Base 2.26.1
  soup_cookie_free at Base 2.24.3
+ soup_cookie_get_domain at Base 2.31.2
+ soup_cookie_get_expires at Base 2.31.2
+ soup_cookie_get_http_only at Base 2.31.2
+ soup_cookie_get_name at Base 2.31.2
+ soup_cookie_get_path at Base 2.31.2
+ soup_cookie_get_secure at Base 2.31.2
  soup_cookie_get_type at Base 2.26.1
+ soup_cookie_get_value at Base 2.31.2
  soup_cookie_jar_accept_policy_get_type at Base 2.29.90
  soup_cookie_jar_add_cookie at Base 2.26.1
  soup_cookie_jar_all_cookies at Base 2.26.1
@@ -171,7 +181,15 @@
  soup_date_copy at Base 2.4.0
  soup_date_format_get_type at Base 2.4.0
  soup_date_free at Base 2.4.0
+ soup_date_get_day at Base 2.31.2
+ soup_date_get_hour at Base 2.31.2
+ soup_date_get_minute at Base 2.31.2
+ soup_date_get_month at Base 2.31.2
+ soup_date_get_offset at Base 2.31.2
+ soup_date_get_second at Base 2.31.2
  soup_date_get_type at Base 2.4.0
+ soup_date_get_utc at Base 2.31.2
+ soup_date_get_year at Base 2.31.2
  soup_date_is_past at Base 2.24.3
  soup_date_new at Base 2.4.0
  soup_date_new_from_now at Base 2.4.0
@@ -227,6 +245,7 @@
  soup_message_add_status_code_handler at Base 2.4.0
  soup_message_body_append at Base 2.4.0
  soup_message_body_append_buffer at Base 2.4.0
+ soup_message_body_append_take at Base 2.31.2
  soup_message_body_complete at Base 2.4.0
  soup_message_body_flatten at Base 2.4.0
  soup_message_body_free at Base 2.4.0
@@ -434,7 +453,15 @@
  soup_uri_encode at Base 2.4.0
  soup_uri_equal at Base 2.4.0
  soup_uri_free at Base 2.4.0
+ soup_uri_get_fragment at Base 2.31.2
+ soup_uri_get_host at Base 2.31.2
+ soup_uri_get_password at Base 2.31.2
+ soup_uri_get_path at Base 2.31.2
+ soup_uri_get_port at Base 2.31.2
+ soup_uri_get_query at Base 2.31.2
+ soup_uri_get_scheme at Base 2.31.2
  soup_uri_get_type at Base 2.4.0
+ soup_uri_get_user at Base 2.31.2
  soup_uri_host_equal at Base 2.27.4
  soup_uri_host_hash at Base 2.27.4
  soup_uri_new at Base 2.4.0

Modified: desktop/experimental/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/rules?rev=24387&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/rules [utf-8] (original)
+++ desktop/experimental/libsoup2.4/debian/rules [utf-8] Tue May 25 19:38:40 2010
@@ -3,7 +3,7 @@
 libsoup2.4-N := $(shell sed -nr 's/^Package:[[:space:]]*(libsoup2.4-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 libsoup-gnome2.4-N := $(shell sed -nr 's/^Package:[[:space:]]*(libsoup-gnome2.4-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
-SHVER := 2.30.1
+SHVER := 2.31.2
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk




More information about the pkg-gnome-commits mailing list