[paketler-commits] r70606 - 2009/stable/system/base/glib2

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
18 Haz 2009 Per 09:50:18 EEST


Author: ozan.caglayan
Date: Thu Jun 18 09:50:18 2009
New Revision: 70606

Modified:
   2009/stable/system/base/glib2/   (props changed)
   2009/stable/system/base/glib2/actions.py
   2009/stable/system/base/glib2/pspec.xml
Log:
Merge the following commits from devel/system/base/glib2:

rev. 68817, by ozan.caglayan on 2009-05-25
  Version bump, disable fam explicitly

rev. 68901, by ozan.caglayan on 2009-05-26
  Enable check

rev. 70605, by ozan.caglayan on 2009-06-18
  Version bump.

Modified: 2009/stable/system/base/glib2/actions.py
=================================================================
--- 2009/stable/system/base/glib2/actions.py	(original)
+++ 2009/stable/system/base/glib2/actions.py	Thu Jun 18 09:50:18 2009
@@ -14,7 +14,8 @@
 def setup():
     autotools.configure("--with-threads=posix \
                          --with-pcre=system \
-                         --disable-gtkdoc \
+                         --disable-gtk-doc \
+                         --disable-fam \
                          --disable-static")
 
     pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
@@ -23,6 +24,9 @@
 def build():
     autotools.make()
 
+def check():
+    autotools.make("check")
+
 def install():
     autotools.rawInstall("DESTDIR=%s" % get.installDIR())
 

Modified: 2009/stable/system/base/glib2/pspec.xml
=================================================================
--- 2009/stable/system/base/glib2/pspec.xml	(original)
+++ 2009/stable/system/base/glib2/pspec.xml	Thu Jun 18 09:50:18 2009
@@ -12,16 +12,16 @@
         <IsA>library</IsA>
         <Summary>A library of handy utility functions</Summary>
         <Description>glib2 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.</Description>
-        <Archive sha1sum="4a0eceb959daa81ee1c867bfc7df8e1459d408a2" type="tarbz2">mirrors://gnome/glib/2.20/glib-2.20.1.tar.bz2</Archive>
+        <Archive sha1sum="9cc9dc579f790d87dacc21413aec6600b9eccfce" type="tarbz2">mirrors://gnome/glib/2.20/glib-2.20.3.tar.bz2</Archive>
         <BuildDependencies>
-            <Dependency versionFrom="7.4">libpcre</Dependency>
+            <Dependency>libpcre</Dependency>
         </BuildDependencies>
     </Source>
 
     <Package>
         <Name>glib2</Name>
         <RuntimeDependencies>
-            <Dependency versionFrom="7.4">libpcre</Dependency>
+            <Dependency>libpcre</Dependency>
         </RuntimeDependencies>
         <Conflicts>
             <Package>glib1</Package>
@@ -40,6 +40,20 @@
     </Package>
 
     <History>
+        <Update release="35">
+            <Date>2009-06-18</Date>
+            <Version>2.20.3</Version>
+            <Comment>Version bump.</Comment>
+            <Name>Ozan Çağlayan</Name>
+            <Email>ozan at pardus.org.tr</Email>
+        </Update>
+        <Update release="34">
+            <Date>2009-05-25</Date>
+            <Version>2.20.2</Version>
+            <Comment>Version bump.</Comment>
+            <Name>Ozan Çağlayan</Name>
+            <Email>ozan at pardus.org.tr</Email>
+        </Update>
         <Update release="33">
             <Date>2009-04-13</Date>
             <Version>2.20.1</Version>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi