Hello community,

here is the log from the commit of package silc-toolkit for openSUSE:Factory 
checked in at 2015-03-29 20:15:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/silc-toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.silc-toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "silc-toolkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/silc-toolkit/silc-toolkit.changes        
2012-07-18 17:47:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.silc-toolkit.new/silc-toolkit.changes   
2015-03-29 20:15:33.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Mar 24 23:57:01 UTC 2015 - [email protected]
+
+- Update to version 1.12
+  * This version adds support for associating the client or server entry
+    with the public key verification callback allowing application to
+    show more information about the entity whose public key it is
+    verifying.
+  * fixes some minor bugs.
+- Remove depreciated AUTHORS and %clean section
+- Update project and download Urls
+- Bump libsilc and libsilcclient so versions to 1_1-4
+- Some other little improvements
+- Add pam-devel build require; fix build on SLE11
+
+-------------------------------------------------------------------

Old:
----
  silc-toolkit-1.1.10.tar.bz2

New:
----
  silc-toolkit-1.1.12.tar.bz2

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

Other differences:
------------------
++++++ silc-toolkit.spec ++++++
--- /var/tmp/diff_new_pack.EpCuXh/_old  2015-03-29 20:15:34.000000000 +0200
+++ /var/tmp/diff_new_pack.EpCuXh/_new  2015-03-29 20:15:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package silc-toolkit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
+%define so_ver 1_1-4
 
 Name:           silc-toolkit
 # NOTE: This package compiles only library and not client nor server.
 Summary:        Secure Internet Live Conferencing Software Development Toolkit
-Version:        1.1.10
+Version:        1.1.12
 Release:        1
 License:        GPL-2.0 or BSD-3-Clause
 Group:          System/Libraries
-Url:            http://www.silcnet.org/software/developers/toolkit/
-Source:         
http://www.silcnet.org/download/toolkit/sources/%{name}-%{version}.tar.bz2
+Url:            http://www.silcnet.org/dev.html
+Source:         
http://sourceforge.net/projects/silc/files/silc/toolkit/sources/%{name}-%{version}.tar.bz2
 Patch1:         silc-buildroot.patch
 Patch2:         silc-tutorial-makefile.patch
 Patch3:         silc-ppc-return.patch
-BuildRequires:  dante-devel libtool nasm yasm
+BuildRequires:  dante-devel 
+BuildRequires:  libtool 
+BuildRequires:  nasm
+BuildRequires:  pam-devel
+BuildRequires:  yasm
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,25 +51,13 @@
 IRC, SILC is secure and has an entirely different network model 
 compared to IRC.
 
-
-
-Authors:
---------
-    Pekka Riikonen <[email protected]>
-    Jochen Eisinger <[email protected]>
-    Johnny Mnemonic <[email protected]>
-    Patrik Weiskircher <[email protected]>
-    Timo Sirainen <[email protected]>
-    Lubomir Sedlacik <[email protected]>
-
-%package -n libsilc-1_1-2
-License:        GPL-2.0 or BSD-3-Clause
+%package -n libsilc-%{so_ver}
 Group:          System/Libraries
 Summary:        Secure Internet Live Conferencing Software Development Toolkit
 # NOTE: library does not require modules, but any client software may use 
SILC_MODULESDIR:
 Requires:       %{name} >= %{version}
 
-%description -n libsilc-1_1-2
+%description -n libsilc-%{so_ver}
 SILC Toolkit is a software development toolkit which provides full SILC
 protocol implementation for application developers. The SILC Toolkit
 provides SILC Client Library, SILC Protocol Core Library, SILC Key
@@ -83,25 +74,13 @@
 that SILC is secure what IRC is not in any way.  The network model is
 also entirely different compared to IRC.
 
-
-
-Authors:
---------
-    Pekka Riikonen <[email protected]>
-    Jochen Eisinger <[email protected]>
-    Johnny Mnemonic <[email protected]>
-    Patrik Weiskircher <[email protected]>
-    Timo Sirainen <[email protected]>
-    Lubomir Sedlacik <[email protected]>
-
-%package -n libsilcclient-1_1-3
-License:        GPL-2.0 or BSD-3-Clause
+%package -n libsilcclient-%{so_ver}
 Group:          System/Libraries
 Summary:        Secure Internet Live Conferencing Software Development Toolkit
 # NOTE: library does not require modules, but any client software may use 
SILC_MODULESDIR:
 Requires:       %{name} >= %{version}
 
-%description -n libsilcclient-1_1-3
+%description -n libsilcclient-%{so_ver}
 SILC Toolkit is a software development toolkit which provides full SILC
 protocol implementation for application developers. The SILC Toolkit
 provides SILC Client Library, SILC Protocol Core Library, SILC Key
@@ -118,22 +97,12 @@
 that SILC is secure what IRC is not in any way.  The network model is
 also entirely different compared to IRC.
 
-
-
-Authors:
---------
-    Pekka Riikonen <[email protected]>
-    Jochen Eisinger <[email protected]>
-    Johnny Mnemonic <[email protected]>
-    Patrik Weiskircher <[email protected]>
-    Timo Sirainen <[email protected]>
-    Lubomir Sedlacik <[email protected]>
-
 %package devel
-License:        GPL-2.0 or BSD-3-Clause
 Group:          System/Libraries
 Summary:        Secure Internet Live Conferencing Software Development Toolkit
-Requires:       libsilc-1_1-2 = %{version} libsilcclient-1_1-3 = %{version} 
dante-devel
+Requires:       libsilc-%{so_ver} = %{version} 
+Requires:       libsilcclient-%{so_ver} = %{version}
+Requires:       dante-devel
 
 %description devel
 SILC Toolkit is a software development toolkit which provides full SILC
@@ -152,17 +121,6 @@
 that SILC is secure what IRC is not in any way.  The network model is
 also entirely different compared to IRC.
 
-
-
-Authors:
---------
-    Pekka Riikonen <[email protected]>
-    Jochen Eisinger <[email protected]>
-    Johnny Mnemonic <[email protected]>
-    Patrik Weiskircher <[email protected]>
-    Timo Sirainen <[email protected]>
-    Lubomir Sedlacik <[email protected]>
-
 %prep
 %setup -q
 %patch1
@@ -174,68 +132,54 @@
 # If it compiles OK, do not use --with-gmp. See INSTALL for more.
 %configure\
        --includedir=%{_includedir}/silc\
-%if %suse_version > 1010
        --docdir=%{_docdir}/%{name}\
-%endif
        --with-simdir=%{_libdir}/silc/modules\
        --with-socks4 --disable-static --with-pic --without-libtoolfix
-%if %suse_version > 1010
 make %{?jobs:-j%jobs}
-%else
-make %{?jobs:-j%jobs} docdir=%{_docdir}/%{name}
-%endif
 
 %install
-%if %suse_version > 1010
 %makeinstall
-%else
-%makeinstall docdir=$RPM_BUILD_ROOT%{_docdir}/%{name}
-%endif
 rm 
$RPM_BUILD_ROOT%{_docdir}/%{name}/{INSTALL,README.MACOSX,README.SYMBIAN,README.WIN32}
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/silc
 cp doc/silcalgs.conf $RPM_BUILD_ROOT%{_sysconfdir}/silc/
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post -n libsilc-1_1-2 -p /sbin/ldconfig
+%post -n libsilc-%{so_ver} -p /sbin/ldconfig
 
-%postun -n libsilc-1_1-2 -p /sbin/ldconfig
+%postun -n libsilc-%{so_ver} -p /sbin/ldconfig
 
-%post -n libsilcclient-1_1-3 -p /sbin/ldconfig
+%post -n libsilcclient-%{so_ver} -p /sbin/ldconfig
 
-%postun -n libsilcclient-1_1-3 -p /sbin/ldconfig
+%postun -n libsilcclient-%{so_ver} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc %dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/BSD
-%doc %{_docdir}/%{name}/ChangeLog
-%doc %{_docdir}/%{name}/COPYING
-%doc %{_docdir}/%{name}/CREDITS
-%doc %{_docdir}/%{name}/FAQ
-%doc %{_docdir}/%{name}/GPL
-%doc %{_docdir}/%{name}/README
-%doc %{_docdir}/%{name}/TODO
+%dir %{_docdir}/%{name}
+%{_docdir}/%{name}/BSD
+%{_docdir}/%{name}/ChangeLog
+%{_docdir}/%{name}/COPYING
+%{_docdir}/%{name}/CREDITS
+%{_docdir}/%{name}/FAQ
+%{_docdir}/%{name}/GPL
+%{_docdir}/%{name}/README
+%{_docdir}/%{name}/TODO
 %{_libdir}/silc
 %{_sysconfdir}/silc
 
-%files -n libsilc-1_1-2
+%files -n libsilc-%{so_ver}
 %defattr(-,root,root)
-%{_libdir}/libsilc-1.1.so.2*
+%{_libdir}/libsilc-1.1.so.4*
 
-%files -n libsilcclient-1_1-3
+%files -n libsilcclient-%{so_ver}
 %defattr(-,root,root)
-%{_libdir}/libsilcclient-1.1.so.3*
+%{_libdir}/libsilcclient-1.1.so.4*
 
 %files devel
 %defattr(-,root,root)
-%doc %{_docdir}/%{name}/CodingStyle
-%doc %{_docdir}/%{name}/README.CVS
-%doc %{_docdir}/%{name}/*.txt
-%doc %{_docdir}/%{name}/toolkit
-%doc %{_docdir}/%{name}/tutorial
+%{_docdir}/%{name}/CodingStyle
+%{_docdir}/%{name}/*.txt
+%{_docdir}/%{name}/toolkit
+%{_docdir}/%{name}/tutorial
 %{_includedir}/silc
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc

++++++ silc-toolkit-1.1.10.tar.bz2 -> silc-toolkit-1.1.12.tar.bz2 ++++++
++++ 193730 lines of diff (skipped)

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

Reply via email to