new release

f41
David Tardon 12 years ago
parent 5e35dd8af0
commit 27f028c6e5

1
.gitignore vendored

@ -1,2 +1,3 @@
/liblangtag-0.3.tar.bz2
/liblangtag-0.4.0.tar.bz2
/liblangtag-0.5.0.tar.bz2

@ -1,28 +0,0 @@
From 89108f5856b455640e288e2ce29d8c5904c12a3b Mon Sep 17 00:00:00 2001
From: Akira TAGOH <akira@tagoh.org>
Date: Sun, 25 Nov 2012 17:49:56 +0900
Subject: [PATCH] Fix build issues with MSVC
---
configure.ac | 12 +++++++++++-
data/Makefile.am | 9 ++++++++-
liblangtag/lt-ext-module.c | 6 +++++-
liblangtag/lt-macros.h | 11 +++++++++++
liblangtag/lt-messages.h | 7 +++++++
5 files changed, 42 insertions(+), 3 deletions(-)
diff --git a/liblangtag/lt-macros.h b/liblangtag/lt-macros.h
index a7dfcc2..6ff22c9 100644
--- a/liblangtag/lt-macros.h
+++ b/liblangtag/lt-macros.h
@@ -200,6 +202,7 @@
# define LT_BREAKPOINT() \
LT_STMT_START {__asm__ __volatile__ ("bpt");} LT_STMT_END
#else
+#include <signal.h>
# define LT_BREAKPOINT() \
LT_STMT_START {raise(SIGTRAP);} LT_STMT_END
#endif
--
1.8.0

@ -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@redhat.com> - 0.5.0-1
- new release
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
54e578c91b1b68e69c72be22adcb2195 liblangtag-0.4.0.tar.bz2
f4850a8ebc9aac0e8fbf7654cfad5182 liblangtag-0.5.0.tar.bz2

Loading…
Cancel
Save