Browse Source

cups-2.1.3-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10274 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
b9be72c15c
1 changed files with 6 additions and 3 deletions
  1. 6 3
      c/cups/cups-vl.spec

+ 6 - 3
c/cups/cups-vl.spec

@@ -8,7 +8,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 2.1.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: System Environment/Daemons
 
@@ -113,6 +113,7 @@ BuildRequires: aspell-devel
 BuildRequires: avahi-devel >= 0.6.20
 BuildRequires: dbus-devel >= 0.90
 BuildRequires: e2fsprogs-devel
+BuildRequires: gnutls-devel
 BuildRequires: krb5-devel
 BuildRequires: libacl-devel
 BuildRequires: libjpeg-devel
@@ -120,7 +121,6 @@ BuildRequires: libpng-devel
 BuildRequires: libtiff-devel
 BuildRequires: libusb1-devel
 BuildRequires: openldap-devel
-BuildRequires: openssl-devel
 BuildRequires: pam-devel
 BuildRequires: pkgconfig
 BuildRequires: poppler-utils
@@ -330,7 +330,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-protector-all -DLDAP_DEPRECATED=1"
 	--with-php=/usr/bin/php5-cgi \
 	--enable-avahi \
 	--enable-threads \
-	--enable-openssl \
+	--enable-gnutls \
 	--enable-webif \
 	--disable-slp \
 	localedir=%{_datadir}/locale
@@ -658,6 +658,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue May 10 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.3-2
+- rebuilt with gnutls.
+
 * Sat Feb  6 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.3-1
 - new upstream release.