Hello community,

here is the log from the commit of package dante for openSUSE:Factory
checked in at Mon Sep 19 21:08:09 CEST 2011.



--------
--- dante/dante.changes 2010-10-20 12:56:21.000000000 +0200
+++ /mounts/work_src_done/STABLE/dante/dante.changes    2011-06-15 
01:42:50.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Jun 14 23:28:49 UTC 2011 - [email protected]
+
+- verbose build
+- fix most rpmlint warnings
+
+- update to 1.3.0:
+  * resource requirements have been significantly reduced
+  * performance has also been improved
+  * several new features and bug fixes were made
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  dante-1.2.2.tar.bz2

New:
----
  dante-1.3.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dante.spec ++++++
--- /var/tmp/diff_new_pack.s0hXbX/_old  2011-09-19 21:08:04.000000000 +0200
+++ /var/tmp/diff_new_pack.s0hXbX/_new  2011-09-19 21:08:04.000000000 +0200
@@ -20,12 +20,17 @@
 
 Name:           dante
 BuildRequires:  pam-devel
+BuildRequires:  cyrus-sasl-devel
+%if 0%{?suse_version} == 0 || 0%{?suse_version} >= 1000
+BuildRequires:  krb5-devel
+%endif
 Summary:        A Free Socks v4 and v5 Client Implementation
-Version:        1.2.2
+Version:        1.3.0
 Release:        1
 License:        BSD3c(or similar)
 Url:            http://www.inet.no/dante/
-Source:         ftp://ftp.inet.no/pub/socks/dante-%{version}.tar.bz2
+# http://www.inet.no/dante/files/dante-%{version}.tar.gz
+Source:         dante-%{version}.tar.bz2
 Source1:        sockd.init
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Group:          Productivity/Networking/Security
@@ -50,8 +55,8 @@
 
 %package -n dante-server
 License:        BSD3c(or similar)
-Provides:       dantesrv
-Obsoletes:      dantesrv
+Provides:       dantesrv = %{version}
+Obsoletes:      dantesrv < %{version}
 Summary:        A Free Socks v4/v5 Server Implementation
 Group:          Productivity/Networking/Other
 Requires:       dante
@@ -72,9 +77,9 @@
 
 %package -n dante-devel
 License:        BSD3c(or similar)
-Provides:       dantedev
-Obsoletes:      dantedev
-Summary:        Include Files and Libraries mandatory for Development.
+Provides:       dantedev = %{version}
+Obsoletes:      dantedev < %{version}
+Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
 Requires:       dante
 
@@ -91,16 +96,16 @@
     Karl-Andre' Skevik <[email protected]>: Autoconf and porting.
 
 %prep
-%setup
+%setup -q
 %{?suse_update_config:%{suse_update_config -l -f}}
 
 %build
 DANTELIBC=`find /%{_lib}/ -maxdepth 1 -iname "libc.so.*"`
 echo >> acinclude.m4
-autoreconf --force --install
-CFLAGS="${RPM_OPT_FLAGS}"              \
+autoreconf --force --install --verbose
+CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing" \
 %configure     --disable-static --with-pic --enable-shared 
--with-libc=$DANTELIBC
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=${RPM_BUILD_ROOT}
@@ -127,6 +132,8 @@
 rm ${RPM_BUILD_ROOT}/usr/bin/socksify.old
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
+%__rm Makefile* SPECS/Makefile*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 

++++++ dante-1.2.2.tar.bz2 -> dante-1.3.0.tar.bz2 ++++++
++++ 89566 lines of diff (skipped)

++++++ sockd.init ++++++
--- /var/tmp/diff_new_pack.s0hXbX/_old  2011-09-19 21:08:05.000000000 +0200
+++ /var/tmp/diff_new_pack.s0hXbX/_new  2011-09-19 21:08:05.000000000 +0200
@@ -9,6 +9,7 @@
 # Required-Stop:  $network
 # Default-Start:  2 3 5
 # Default-Stop:
+# Short-Description: Dante socks server
 # Description:    This shell script takes care of starting and stopping the 
Dante socks server.
 ### END INIT INFO
 #


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to