|
@@ -1,7 +1,7 @@
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define name expat
|
|
%define name expat
|
|
%define version 2.0.1
|
|
%define version 2.0.1
|
|
-%define release 7%{?_dist_release}
|
|
|
|
|
|
+%define release 8%{?_dist_release}
|
|
|
|
|
|
Summary: Expat is an XML 1.0 parser written in C
|
|
Summary: Expat is an XML 1.0 parser written in C
|
|
Summary(ja): C で書かれた XML 1.0 パーサ
|
|
Summary(ja): C で書かれた XML 1.0 パーサ
|
|
@@ -12,13 +12,15 @@ License: MIT/X
|
|
Group: Applications/Text
|
|
Group: Applications/Text
|
|
URL: http://www.libexpat.org/
|
|
URL: http://www.libexpat.org/
|
|
Source: http://download.sourceforge.net/expat/%{name}-%{version}.tar.gz
|
|
Source: http://download.sourceforge.net/expat/%{name}-%{version}.tar.gz
|
|
-Patch100: expat-2.0.1_CVE-2009-3560.patch
|
|
|
|
|
|
+Patch100: expat-2.0.1-CVE-2009-3560-revised.patch
|
|
Patch110: expat-2.0.1_CVE-2009-3720.patch
|
|
Patch110: expat-2.0.1_CVE-2009-3720.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
Requires: lib%{name} = %{version}-%{release}
|
|
Requires: lib%{name} = %{version}-%{release}
|
|
BuildRequires: libtool
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
This is Expat, a C library for parsing XML, written by James Clark.
|
|
This is Expat, a C library for parsing XML, written by James Clark.
|
|
@@ -141,6 +143,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Apr 26 2011 IWAI, Masaharu <iwai@alib.jp> 2.0.1-8
|
|
|
|
+- update patch100 to regrassion fix (same as debian bug #561658)
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+
|
|
* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> - 2.0.1-7
|
|
* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> - 2.0.1-7
|
|
- rebuilt with rpm-4.8.1-3
|
|
- rebuilt with rpm-4.8.1-3
|
|
|
|
|