update to 3.0.4
This commit is contained in:
parent
0e5f2efcff
commit
6393b0790e
@ -1,11 +0,0 @@
|
|||||||
diff -up libical-3.0.3/src/libical-glib/tools/generator.c.covscan libical-3.0.3/src/libical-glib/tools/generator.c
|
|
||||||
--- libical-3.0.3/src/libical-glib/tools/generator.c.covscan 2018-07-19 15:53:11.291351554 +0200
|
|
||||||
+++ libical-3.0.3/src/libical-glib/tools/generator.c 2018-07-19 15:53:25.200351362 +0200
|
|
||||||
@@ -1142,7 +1142,6 @@ void generate_forward_declarations_heade
|
|
||||||
if (c == '$') {
|
|
||||||
if ((c = fgetc(in)) != '{' && c != '^') {
|
|
||||||
printf("The following char is not {");
|
|
||||||
- g_free (buffer);
|
|
||||||
fclose(in);
|
|
||||||
fclose(out);
|
|
||||||
return;
|
|
||||||
Binary file not shown.
BIN
libical-3.0.4.tar.gz
Normal file
BIN
libical-3.0.4.tar.gz
Normal file
Binary file not shown.
22
libical.spec
22
libical.spec
@ -1,19 +1,17 @@
|
|||||||
Name: libical
|
Name: libical
|
||||||
Version: 3.0.3
|
Version: 3.0.4
|
||||||
Release: 9
|
Release: 1
|
||||||
Summary: An Open Source implementation of the iCalendar protocols and protocol data formats.
|
Summary: An Open Source implementation of the iCalendar protocols and protocol data formats.
|
||||||
License: LGPLv2 or MPLv2.0
|
License: LGPLv2 or MPLv2.0
|
||||||
URL: https://libical.github.io/libical/
|
URL: https://libical.github.io/libical/
|
||||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch1: libical-3.0.3-covscan.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc-c++ cmake gtk-doc perl-interpreter vala pkgconfig
|
BuildRequires: gcc-c++ cmake gtk-doc perl-interpreter vala pkgconfig
|
||||||
BuildRequires: python3 python3-pip python3-gobject libxslt
|
BuildRequires: python3 python3-pip python3-gobject libxslt
|
||||||
BuildRequires: pkgconfig(icu-uc) pkgconfig(gobject-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(libxml-2.0) pkgconfig(icu-i18n)
|
BuildRequires: pkgconfig(icu-uc) pkgconfig(gobject-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(libxml-2.0) pkgconfig(icu-i18n)
|
||||||
Requires: tzdata
|
Requires: tzdata
|
||||||
Provides: libical-glib
|
Provides: libical-glib = %{version}-%{release}
|
||||||
Obsoletes: libical-glib
|
Obsoletes: libical-glib < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libical is an open source implementation of the IETF's iCalendar calendaring
|
Libical is an open source implementation of the IETF's iCalendar calendaring
|
||||||
@ -24,8 +22,10 @@ the component properties, parameters, and subcomponents.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Provides: libical-glib-doc, libical-glib-devel
|
Provides: libical-glib-doc = %{version}-%{release}
|
||||||
Obsoletes: libical-glib-doc, libical-glib-devel
|
Provides: libical-glib-devel = %{version}-%{release}
|
||||||
|
Obsoletes: libical-glib-doc < %{version}-%{release}
|
||||||
|
Obsoletes: libical-glib-devel < %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Contains libraries and header files for libical.
|
Contains libraries and header files for libical.
|
||||||
@ -74,6 +74,12 @@ make test ARGS="-V" -C %{_target_platform}
|
|||||||
%{_datadir}/gtk-doc/html/%{name}-glib
|
%{_datadir}/gtk-doc/html/%{name}-glib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.0.4-1
|
||||||
|
- Type:bugfix
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:updtae to 3.0.4
|
||||||
|
|
||||||
* Thu Dec 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.3-9
|
* Thu Dec 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.3-9
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user