[libcroco] 0.6.5

Kalev Lember kalev at fedoraproject.org
Tue Mar 27 00:18:15 UTC 2012


commit 87f55c3e1923dff6a4989c2e89d3d381810874b6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 27 01:15:48 2012 +0300

    0.6.5
    
    ... and dropped unused configure options.

 .gitignore    |    1 +
 libcroco.spec |   10 ++++++----
 sources       |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d82ad38..338935f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libcroco-0.6.2.tar.bz2
 /libcroco-0.6.3.tar.xz
 /libcroco-0.6.4.tar.xz
+/libcroco-0.6.5.tar.xz
diff --git a/libcroco.spec b/libcroco.spec
index 5b4016e..2e4771b 100644
--- a/libcroco.spec
+++ b/libcroco.spec
@@ -1,6 +1,6 @@
 Name:             libcroco
 Summary:          A CSS2 parsing library
-Version:          0.6.4
+Version:          0.6.5
 Release:          1%{?dist}
 License:          LGPLv2
 Group:            System Environment/Libraries
@@ -31,7 +31,7 @@ files to allow you to develop with libcroco.
 %patch0 -p1 -b .multilib
 
 %build
-%configure --enable-seleng=yes --enable-layeng=yes --disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -46,13 +46,11 @@ make check
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root, -)
 %doc AUTHORS COPYING COPYING.LIB NEWS README 
 %{_bindir}/csslint-0.6
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-, root, root, -)
 %{_libdir}/*.so
 %{_includedir}/libcroco-0.6
 %{_bindir}/croco-0.6-config
@@ -60,6 +58,10 @@ make check
 %{_datadir}/gtk-doc/html/libcroco
 
 %changelog
+* Tue Mar 27 2012 Kalev Lember <kalevlember at gmail.com> - 0.6.5-1
+- Update to 0.6.5
+- Dropped unused configure options
+
 * Mon Feb  6 2012 Matthias Clasen <mclasen at redhat.com> - 0.6.4-1
 - Update to 0.6.4
 
diff --git a/sources b/sources
index 6d39e10..0b53658 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d49c20f1e9d9c85ac55429cd952af909  libcroco-0.6.4.tar.xz
+d4d6313dd1c347d8a22addb240300338  libcroco-0.6.5.tar.xz


More information about the scm-commits mailing list