]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
glib2: Update to 2.30.0.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 29 Sep 2011 17:37:26 +0000 (19:37 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 29 Sep 2011 17:37:26 +0000 (19:37 +0200)
Fixes #254

glib2/glib2.nm

index 08c056af71824e8bb027f93955f2de5d0bddf285..22c32a8b5c8d752e00ad7b3827a9023a4709feef 100644 (file)
@@ -4,7 +4,8 @@
 ###############################################################################
 
 name       = glib
-version    = 2.29.14
+version    = 2.30.0
+version_major = 2.30
 release    = 1
 
 groups     = System/Libraries
@@ -13,14 +14,14 @@ license    = LGPLv2+
 summary    = A library of handy utility functions.
 
 description
-       GLib is the low-level core library that forms the basis \
-       for projects such as GTK+ and GNOME. It provides data structure \
-       handling for C, portability wrappers, and interfaces for such runtime \
-       functionality as an event loop, threads, dynamic loading, and an \
+       GLib is the low-level core library that forms the basis
+       for projects such as GTK+ and GNOME. It provides data structure
+       handling for C, portability wrappers, and interfaces for such runtime
+       functionality as an event loop, threads, dynamic loading, and an
        object system.
 end
 
-source_dl  =
+source_dl  = http://ftp.gnome.org/pub/gnome/sources/glib/%{version_major}/
 sources    = %{thisapp}.tar.xz
 
 build