|
@@ -12,13 +12,13 @@
|
|
|
Summary: Modern Version Control System
|
|
|
Summary(ja): モダンなバージョン管理システム
|
|
|
Name: subversion
|
|
|
-Version: 1.6.16
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 1.6.17
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: ASL 1.1
|
|
|
Group: Development/Tools
|
|
|
URL: http://subversion.apache.org/
|
|
|
|
|
|
-Packager: iwai
|
|
|
+Packager: iwaim
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
|
|
@@ -54,6 +54,9 @@ BuildRequires: ruby-devel >= 1.8.2
|
|
|
BuildRequires: perl >= 5.8.0
|
|
|
BuildRequires: sqlite3-devel
|
|
|
BuildRequires: krb5-devel
|
|
|
+BuildRequires: keyutils-libs-devel
|
|
|
+BuildRequires: dbus-devel
|
|
|
+BuildRequires: libgnome-keyring-devel
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
%define __perl_requires %{SOURCE3}
|
|
@@ -149,7 +152,10 @@ export CPPFLAGS="-DSVN_NEON_0_26 -DSVN_NEON_0_25"
|
|
|
--with-swig --with-neon=%{_prefix} \
|
|
|
--with-ruby-sitedir=%{rarchdir} \
|
|
|
--with-apxs=%{_bindir}/apxs \
|
|
|
- --disable-mod-activation --disable-static --disable-neon-version-check
|
|
|
+ --with-gnome-keyring \
|
|
|
+ --disable-mod-activation \
|
|
|
+ --disable-static \
|
|
|
+ --disable-neon-version-check
|
|
|
# 1.3.0 tarball ships with generated swig sources
|
|
|
make extraclean-swig-headers
|
|
|
make %{?_smp_mflags} all
|
|
@@ -267,6 +273,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Jun 3 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
|
|
|
+- new upstream release with security fix (CVE-2011-1752, 1783, 1921)
|
|
|
+- add configure option with-gnome-keyring
|
|
|
+- add BR: keyutils-libs-devel, dbus-devel, libgnome-keyring-devel
|
|
|
+- fix Packager name
|
|
|
+
|
|
|
* Sat Mar 26 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.16-2
|
|
|
- build with perl 5.12.3
|
|
|
- add Requires: perl(:MODULE_COMPAT_...)
|