[libwbxml/f16] 0.11.1 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jun 4 13:28:57 UTC 2012


commit f77c2e417a24f51f1009bbf7daba548de7a3b790
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 |   15 ++++++---------
 sources       |    2 +-
 3 files changed, 8 insertions(+), 10 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 df17584..8392af2 100644
--- a/libwbxml.spec
+++ b/libwbxml.spec
@@ -1,10 +1,9 @@
 Name:           libwbxml
-Version:        0.11.0
+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,12 +29,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-# 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
@@ -68,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
+
 * Tue Aug 23 2011 Petr Pisar <ppisar at redhat.com> - 0.11.0-1
 - 0.11.0 bump: This version breaks API
 - Add GPLv2+ to license tag because of xml2wbxml_tool
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