diff --git a/libcroco-0.6.12.tar.gz b/libcroco-0.6.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d53bc6956b981becab73af779b88845ccd19fa26 Binary files /dev/null and b/libcroco-0.6.12.tar.gz differ diff --git a/libcroco-0.6.12.tar.xz b/libcroco-0.6.12.tar.xz deleted file mode 100644 index bdc1f9903b4a5bef711738cc86a38100792af669..0000000000000000000000000000000000000000 Binary files a/libcroco-0.6.12.tar.xz and /dev/null differ diff --git a/libcroco.spec b/libcroco.spec index 880bc5f31f932f0620ad6bb07ca725d69e81caa6..2a94529e9f5503a353adc2c8723eb743fe277845 100644 --- a/libcroco.spec +++ b/libcroco.spec @@ -1,17 +1,17 @@ Name: libcroco Version: 0.6.12 -Release: 10 +Release: 11 Summary: A CSS parsing library License: LGPLv2 URL: https://github.com/GNOME/libcroco -Source0: https://github.com/GNOME/libcroco/archive/%{name}-%{version}.tar.xz +Source0: https://github.com/GNOME/libcroco/archive/%{name}-%{version}.tar.gz Patch0: libcroco-0.6.1-multilib.patch Patch6000: 0002-input-check-end-of-input-before-reading-a-byte.patch Patch6001: 0004-tknzr-support-only-max-long-rgb-values.patch Patch6002: CVE-2017-8834_CVE-2017-8871.patch -BuildRequires: git gcc glib2-devel libxml2-devel pkgconfig +BuildRequires: git gcc glib2-devel libxml2-devel pkgconfig gtk-doc %description Libcroco is a standalone css2 parsing and manipulation library. @@ -30,6 +30,7 @@ Files for %{name} development %prep %autosetup -n %{name}-%{version} -p1 -Sgit +sh autogen.sh %build %configure @@ -62,10 +63,15 @@ make test %files help %defattr(-,root,root) %doc README NEWS AUTHORS -%{_datadir}/gtk-doc/html/* %changelog +* Tue Dec 31 2019 hanxinke - 0.6.12-11 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update source package + * Sat Dec 21 2019 openEuler Buildteam - 0.6.12-10 - Fix CVE-2017-8834 CVE-2017-8871