[libdom] Update to 0.1.1

Christopher Meng cicku at fedoraproject.org
Mon Nov 24 13:31:25 UTC 2014


commit baebc71f027589f6c84d89a233fc2bad87bed45c
Author: Christopher Meng <i at cicku.me>
Date:   Mon Nov 24 08:31:05 2014 -0500

    Update to 0.1.1

 .gitignore  |    1 +
 libdom.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c1885e..75267d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libdom-0.1.0-src.tar.gz
+/libdom-0.1.1-src.tar.gz
diff --git a/libdom.spec b/libdom.spec
index 98cda71..b7c792b 100644
--- a/libdom.spec
+++ b/libdom.spec
@@ -2,8 +2,8 @@
 %global build_vars OPTCFLAGS='%{optflags}' OPTLDFLAGS="%{?__global_ldflags}"
 
 Name:           libdom
-Version:        0.1.0
-Release:        2%{?dist}
+Version:        0.1.1
+Release:        1%{?dist}
 Summary:        C implementation of the W3C DOM
 License:        MIT
 URL:            http://www.netsurf-browser.org/projects/libdom/
@@ -26,7 +26,7 @@ part of the NetSurf project. For further details, see README.
 Summary:        Development files for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
-%description devel
+%descriptioni   devel
 This package contains libraries and header files for
 developing applications that use %{name}.
 
@@ -59,6 +59,9 @@ sed -i -e s at -Werror@@ Makefile
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Mon Sep 01 2014 Christopher Meng <rpm at cicku.me> - 0.1.1-1
+- Update to 0.1.1
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 59d43c8..b9e86e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-055878cf633a935031517e2e209062f6  libdom-0.1.0-src.tar.gz
+48b46a8220e1a83a419846039e006af8  libdom-0.1.1-src.tar.gz


More information about the scm-commits mailing list