[libical-glib] update



commit 2002c4b330b57a9b4e3229e11586e49d696c1be1
Author: william7777 <will yu aol com>
Date:   Tue Jan 20 22:16:54 2015 -0500

    update

 libical-glib-1.0.0.tar.xz    |  Bin 0 -> 450632 bytes
 src/libical-glib/Makefile.am |    2 +-
 tests/array.py               |    2 +-
 tests/attach.py              |    2 +-
 tests/component.py           |    2 +-
 tests/comprehensive.py       |    2 +-
 tests/duration-type.py       |    2 +-
 tests/error.py               |    2 +-
 tests/parameter.py           |    2 +-
 tests/period-type.py         |    2 +-
 tests/property.py            |    2 +-
 tests/recurrence-type.py     |    2 +-
 tests/timezone.py            |    2 +-
 tests/value.py               |    2 +-
 14 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/libical-glib-1.0.0.tar.xz b/libical-glib-1.0.0.tar.xz
new file mode 100644
index 0000000..20bf990
Binary files /dev/null and b/libical-glib-1.0.0.tar.xz differ
diff --git a/src/libical-glib/Makefile.am b/src/libical-glib/Makefile.am
index bc85c1f..b1ca038 100644
--- a/src/libical-glib/Makefile.am
+++ b/src/libical-glib/Makefile.am
@@ -67,7 +67,7 @@ libical_glib_1_0_la_LIBADD = \
        $(GOBJECT2_LIBS) \
        $(NULL)
 
-libical_glib_1_0_la_LDFLAGS = -avoid-version $(NO_UNDEFINED) \
+libical_glib_1_0_la_LDFLAGS = $(NO_UNDEFINED) \
        $(CODE_COVERAGE_LDFLAGS) \
        $(NULL)
 
diff --git a/tests/array.py b/tests/array.py
index ec2b081..ae53593 100755
--- a/tests/array.py
+++ b/tests/array.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./array.py
 
 import sys
diff --git a/tests/attach.py b/tests/attach.py
index 3f6cfb6..12b8575 100755
--- a/tests/attach.py
+++ b/tests/attach.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./attach.py
 
 from gi.repository import ICalGLib
diff --git a/tests/component.py b/tests/component.py
index e0db4f6..2309025 100755
--- a/tests/component.py
+++ b/tests/component.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./component.py
 
 from gi.repository import ICalGLib
diff --git a/tests/comprehensive.py b/tests/comprehensive.py
index 9e17484..498a6d2 100755
--- a/tests/comprehensive.py
+++ b/tests/comprehensive.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./comprehensive.py
 
 from gi.repository import ICalGLib
diff --git a/tests/duration-type.py b/tests/duration-type.py
index bbfd590..1a7ee11 100755
--- a/tests/duration-type.py
+++ b/tests/duration-type.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./duration-type.py
 
 from gi.repository import ICalGLib
diff --git a/tests/error.py b/tests/error.py
index 4eb8946..088b7a9 100755
--- a/tests/error.py
+++ b/tests/error.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./error.py
 
 from gi.repository import ICalGLib
diff --git a/tests/parameter.py b/tests/parameter.py
index a6b0a63..8293a7c 100755
--- a/tests/parameter.py
+++ b/tests/parameter.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./parameter.py
 
 from gi.repository import ICalGLib
diff --git a/tests/period-type.py b/tests/period-type.py
index 9e151d4..55abe3e 100755
--- a/tests/period-type.py
+++ b/tests/period-type.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./period-type.py
 
 from gi.repository import ICalGLib
diff --git a/tests/property.py b/tests/property.py
index a801f6a..71091f1 100755
--- a/tests/property.py
+++ b/tests/property.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./property.py
 
 from gi.repository import ICalGLib
diff --git a/tests/recurrence-type.py b/tests/recurrence-type.py
index d6fa6e6..249abb7 100755
--- a/tests/recurrence-type.py
+++ b/tests/recurrence-type.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./recurrence-type.py
 
 from gi.repository import ICalGLib
diff --git a/tests/timezone.py b/tests/timezone.py
index 4fac33e..d2c1d64 100755
--- a/tests/timezone.py
+++ b/tests/timezone.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./timezone.py
 from gi.repository import ICalGLib
 
diff --git a/tests/value.py b/tests/value.py
index 2d89491..2d0283b 100755
--- a/tests/value.py
+++ b/tests/value.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 #GI_TYPELIB_PATH=$PREFIX/lib/girepository-1.0/ ./value.py
 
 from gi.repository import ICalGLib


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]