[liblangtag] new release

David Tardon dtardon at fedoraproject.org
Mon Apr 29 14:34:42 UTC 2013


commit 27f028c6e515df320df6174e8aeaa5df26f1ab6f
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Apr 29 16:30:29 2013 +0200

    new release

 .gitignore                            |    1 +
 0001-Fix-build-issues-with-MSVC.patch |   28 ----------------------------
 liblangtag.spec                       |    9 +++++----
 sources                               |    2 +-
 4 files changed, 7 insertions(+), 33 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a65688d..293fbd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /liblangtag-0.3.tar.bz2
 /liblangtag-0.4.0.tar.bz2
+/liblangtag-0.5.0.tar.bz2
diff --git a/liblangtag.spec b/liblangtag.spec
index 56b288b..5156602 100644
--- a/liblangtag.spec
+++ b/liblangtag.spec
@@ -1,13 +1,12 @@
 Name: liblangtag
-Version: 0.4.0
-Release: 3%{?dist}
+Version: 0.5.0
+Release: 1%{?dist}
 Summary: An interface library to access tags for identifying languages
 
 Group: System Environment/Libraries
 License: LGPLv3+
 URL: http://tagoh.bitbucket.org/liblangtag/
 Source0: https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
-Patch0: 0001-Fix-build-issues-with-MSVC.patch
 
 BuildRequires: gtk-doc
 BuildRequires: libtool
@@ -52,7 +51,6 @@ The %{name}-doc package contains documentation files for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -93,6 +91,9 @@ rm -f %{buildroot}/%{_libdir}/*.la %{buildroot}/%{_libdir}/%{name}/*.la
 
 
 %changelog
+* Mon Apr 29 2013 David Tardon <dtardon at redhat.com> - 0.5.0-1
+- new release
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 660a1a1..21d67dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54e578c91b1b68e69c72be22adcb2195  liblangtag-0.4.0.tar.bz2
+f4850a8ebc9aac0e8fbf7654cfad5182  liblangtag-0.5.0.tar.bz2


More information about the scm-commits mailing list