Add patch for missing function (icallangbind_quote_as_ical_r)
This commit is contained in:
parent
7d44c91161
commit
4bad4440aa
11
libical-2.0.0-funcnamefix.patch
Normal file
11
libical-2.0.0-funcnamefix.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -up libical-2.0.0/src/libical/icallangbind.h.funcnamefix libical-2.0.0/src/libical/icallangbind.h
|
||||
--- libical-2.0.0/src/libical/icallangbind.h.funcnamefix 2016-01-18 17:38:21.642590895 +0100
|
||||
+++ libical-2.0.0/src/libical/icallangbind.h 2016-01-18 17:38:32.424590438 +0100
|
||||
@@ -63,6 +63,6 @@ LIBICAL_ICAL_EXPORT int icallangbind_str
|
||||
|
||||
LIBICAL_ICAL_EXPORT const char *icallangbind_quote_as_ical(const char *str);
|
||||
|
||||
-LIBICAL_ICAL_EXPORT char *callangbind_quote_as_ical_r(const char *str);
|
||||
+LIBICAL_ICAL_EXPORT char *icallangbind_quote_as_ical_r(const char *str);
|
||||
|
||||
#endif
|
@ -1,11 +1,12 @@
|
||||
Summary: Reference implementation of the iCalendar data type and serialization format
|
||||
Name: libical
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2 or MPLv1.1
|
||||
URL: http://freeassociation.sourceforge.net/
|
||||
Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: libical-2.0.0-arm.patch
|
||||
Patch1: libical-2.0.0-funcnamefix.patch
|
||||
|
||||
BuildRequires: bison, byacc, flex
|
||||
BuildRequires: cmake
|
||||
@ -26,6 +27,7 @@ applications that use libical.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .arm
|
||||
%patch1 -p1 -b .funcnamefix
|
||||
|
||||
%build
|
||||
mkdir -p %{_target_platform}
|
||||
@ -68,6 +70,9 @@ make test ARGS="-V" -C %{_target_platform}
|
||||
%{_includedir}/libical/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-2
|
||||
- Add patch for missing function (icallangbind_quote_as_ical_r)
|
||||
|
||||
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 2.0.0-1
|
||||
- Update to 2.0.0
|
||||
- Remove patch for RH bug #1176204 (fixed upstream)
|
||||
|
Loading…
Reference in New Issue
Block a user