Browse Source

davfs2-1.5.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9913 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
31d9c9a57e
1 changed files with 8 additions and 5 deletions
  1. 8 5
      d/davfs2/davfs2-vl.spec

+ 8 - 5
d/davfs2/davfs2-vl.spec

@@ -1,13 +1,12 @@
 Name:           davfs2
-Version:        1.4.5
-Release:        3%{?_dist_release}
+Version:        1.5.2
+Release:        1%{?_dist_release}
 Summary:        A filesystem driver for WebDAV
 Summary(ja):    WebDAV 用のファイルシステムドライバ
 Group:          System Environment/Base
 License:        GPLv2+
 URL:            http://savannah.nongnu.org/projects/davfs2
 Source0:        http://download.savannah.gnu.org/releases/davfs2/davfs2-%{version}.tar.gz 
-Patch1:		davfs2-1.4.5-sys_stat_h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  gettext
@@ -26,11 +25,10 @@ as a disk drive.
 
 %prep
 %setup -q
-%patch1 -p1 -b .sys_stat_h
 
 %build
 # ad-hoc fix for building with neon 0.30.0
-sed -i -e 's/27 28 29/27 28 29 30/g' configure
+#sed -i -e 's/27 28 29/27 28 29 30/g' configure
 
 %configure
 make
@@ -99,6 +97,11 @@ exit 0
 %dir %attr(01775,root,%{groupname}) %{piddir}
 
 %changelog
+* Wed Dec 30 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.2-1
+- new upstream release.
+- built with gnutls-3.4.x.
+- removed patch0 (no longer needed).
+
 * Fri Dec 26 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.5-3
 - rebuilt on current VineSeed
 - fixed spec to built with neon 0.30