[libwbxml] 0.11.1 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jun 4 13:25:10 UTC 2012


commit ba5b21302d3423ca3a96678efb5517f4c2365f81
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jun 4 15:24:31 2012 +0200

    0.11.1 bump

 .gitignore    |    1 +
 libwbxml.spec |   18 +++++++-----------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1a3dd2..5b00d69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libwbxml-0.10.8.tar.bz2
 /libwbxml-0.10.9.tar.bz2
 /libwbxml-0.11.0.tar.bz2
+/libwbxml-0.11.1.tar.bz2
diff --git a/libwbxml.spec b/libwbxml.spec
index b75117e..0cc957d 100644
--- a/libwbxml.spec
+++ b/libwbxml.spec
@@ -1,10 +1,9 @@
 Name:           libwbxml
-Version:        0.11.0
-Release:        2%{?dist}
+Version:        0.11.1
+Release:        1%{?dist}
 Summary:        Library and tools to parse, encode and handle WBXML documents
 Group:          System Environment/Libraries
-# Library is LGPLv2+, xml2wbxml_tool is GPLv2+
-License:        LGPLv2+ and GPLv2+
+License:        LGPLv2+
 URL:            https://libwbxml.opensync.org/
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  cmake, expat-devel, perl
@@ -30,13 +29,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-# Fixed in upstream <https://libwbxml.opensync.org/ticket/77>
-# no line terminator, add one
-for F in BUGS THANKS; do
-    sed -e '$a\' "$F" > "${F}.new"
-    touch -r "$F"{,.new}
-    mv "$F"{.new,}
-done
 
 %build
 # Upstream does not support in-source-directory building
@@ -69,6 +61,10 @@ ctest
 %{_libdir}/pkgconfig/libwbxml2.pc
 
 %changelog
+* Mon Jun 04 2012 Petr Pisar <ppisar at redhat.com> - 0.11.1-1
+- 0.11.1 bump
+- The license is LGPLv2+ only for all the code
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 1281cf1..80fd32b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11bc55b9d8fa697c34f6619691e9d5ca  libwbxml-0.11.0.tar.bz2
+16a357e148a1279ac6078377e5059282  libwbxml-0.11.1.tar.bz2


More information about the scm-commits mailing list