Hello community, here is the log from the commit of package xrootd for openSUSE:Factory checked in at 2013-03-05 15:20:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xrootd (Old) and /work/SRC/openSUSE:Factory/.xrootd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xrootd", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xrootd/xrootd.changes 2012-12-19 14:11:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xrootd.new/xrootd.changes 2013-03-05 15:20:43.000000000 +0100 @@ -1,0 +2,13 @@ +Mon Mar 4 09:50:32 UTC 2013 - [email protected] + +- license update: LGPL-3.0+ + See the LICENSE file (prior to September 2012 BSD - now, license is + LGPL-3.0+) + +------------------------------------------------------------------- +Sat Feb 23 10:10:00 UTC 2013 - [email protected] + +- update to version 3.3.0 + * Changelog: http://xrootd.cern.ch/cgi-bin/cgit.cgi/xrootd/tree/docs/ReleaseNotes.txt?id=v3.3.0 + +------------------------------------------------------------------- Old: ---- xrootd-3.2.7.tar.gz New: ---- xrootd-3.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xrootd.spec ++++++ --- /var/tmp/diff_new_pack.TJ5mZC/_old 2013-03-05 15:20:46.000000000 +0100 +++ /var/tmp/diff_new_pack.TJ5mZC/_new 2013-03-05 15:20:46.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xrootd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,10 +17,10 @@ Name: xrootd -Version: 3.2.7 +Version: 3.3.0 Release: 0 Summary: An eXtended Root Daemon (xrootd) -License: BSD-3-Clause +License: LGPL-3.0+ Group: System/Daemons Url: http://xrootd.org/ Source0: http://xrootd.slac.stanford.edu/download/v%{version}/xrootd-%{version}.tar.gz @@ -83,12 +83,74 @@ ln -sf %{_initrddir}/frm_xfrd $RPM_BUILD_ROOT%{_sbindir}/rcfrm_xfrd chmod -x $RPM_BUILD_ROOT%{_datadir}/%{name}/utils/XrdCmsNotify.pm +chmod -x $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/xrootd.functions + +# Perl module +mkdir -p $RPM_BUILD_ROOT%{perl_vendorarch}/auto/XrdClientAdmin +mv $RPM_BUILD_ROOT/%{_libdir}/XrdClientAdmin.pm \ + $RPM_BUILD_ROOT%{perl_vendorarch} +mv $RPM_BUILD_ROOT/%{_libdir}/XrdClientAdmin.so* \ + $RPM_BUILD_ROOT%{perl_vendorarch}/auto/XrdClientAdmin %fdupes $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT +%package cl +Summary: The new XRootD client +Group: Productivity/Clustering/Computing +Requires: %{name}-libs = %{version}-%{release} + +%description cl +The new XRootD client software. + +%files cl +%defattr(-,root,root,-) +%{_libdir}/libXrdCl.so.* +%{_bindir}/xrdcopy +%{_bindir}/xrdfs +%doc %{_mandir}/man1/xrdcopy.1.gz +%doc %{_mandir}/man1/xrdfs.1.gz + +%post cl -p /sbin/ldconfig +%postun cl -p /sbin/ldconfig + +%package cl-devel +Summary: Headers for compiling against xrootd-cl +Group: Development/Libraries/Other +Requires: %{name}-client = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} +Requires: %{name}-libs-devel = %{version}-%{release} + +%description cl-devel +Headers for compiling against xrootd-cl + +%files cl-devel +%defattr(-,root,root,-) +%{_includedir}/%{name}/XrdCl +%{_libdir}/libXrdCl.so + +%package -n perl-xrood-client-admin +Summary: XRootD client administration Perl module +Group: Development/Libraries/Other +Requires: %{name}-client = %{version}-%{release} +%if 0%{?suse_version} < 1140 +Requires: perl = %{perl_version} +%else +%{perl_requires} +%endif + +%description -n perl-xrood-client-admin +This package contains a swig generated xrootd client administration +Perl module. + +%files -n perl-xrood-client-admin +%defattr(-,root,root,-) +%{perl_vendorarch}/XrdClientAdmin.pm +%dir %{perl_vendorarch}/auto/XrdClientAdmin/ +%{perl_vendorarch}/auto/XrdClientAdmin/XrdClientAdmin.so + %package client Summary: XRootD client Group: Productivity/Clustering/Computing @@ -98,22 +160,25 @@ The XRootD client software. %files client %defattr(-,root,root,-) -%{_libdir}/libXrdClient*.so.* +%{_libdir}/libXrdClient.so.* %{_libdir}/libXrdPosix.so.* %{_libdir}/libXrdPosixPreload.so.* %{_libdir}/libXrdFfs.so.* -%{_libdir}/XrdClientAdmin.pm %{_bindir}/xprep %{_bindir}/xrd %{_bindir}/xrdcp +%{_bindir}/xrdcp-old %{_bindir}/xrdgsiproxy %{_bindir}/xrdstagetool +%{_bindir}/xrdadler32 %doc %{_mandir}/man1/xprep.1.gz %doc %{_mandir}/man1/xrd.1.gz %doc %{_mandir}/man1/xrdadler32.1.gz %doc %{_mandir}/man1/xrdcp.1.gz +%doc %{_mandir}/man1/xrdcp-old.1.gz %doc %{_mandir}/man1/xrdstagetool.1.gz %doc %{_mandir}/man1/xrdgsiproxy.1.gz + %post client -p /sbin/ldconfig %postun client -p /sbin/ldconfig @@ -134,7 +199,6 @@ %{_libdir}/libXrdFfs.so %{_includedir}/%{name}/XrdClient %{_includedir}/%{name}/XrdPosix -%{_includedir}/%{name}/XrdFfs %package fuse Summary: XRootD filesystem @@ -171,7 +235,6 @@ %{_bindir}/frm_xfrd %{_bindir}/mpxstats %{_bindir}/wait41 -%{_bindir}/xrdadler32 %{_bindir}/XrdCnsd %{_bindir}/xrdpwdadmin %{_bindir}/xrdsssadmin @@ -180,6 +243,7 @@ %{_libdir}/libXrdPss*.so.* %{_libdir}/libXrdOfs*.so.* %{_libdir}/libXrdServer.so.* +%{_libdir}/libXrdXrootd.so.* %doc %{_mandir}/man8/* %{_var}/adm/fillup-templates/sysconfig.%{name} %config(noreplace) %{_sysconfdir}/%{name}/xrootd-clustered.cfg @@ -189,16 +253,16 @@ %attr(-,daemon,daemon) %dir %{_var}/spool/%{name} %dir %{_datadir}/%{name} %{_datadir}/%{name}/utils -%{_initrddir}/%{name} %{_initrddir}/cmsd %{_initrddir}/frm_xfrd %{_initrddir}/frm_purged %{_initrddir}/xrootd -%{_sysconfdir}/%{name}/xrootd.functions +%config %{_sysconfdir}/%{name}/xrootd.functions %{_sbindir}/rcxrootd %{_sbindir}/rccmsd %{_sbindir}/rcfrm_xfrd %{_sbindir}/rcfrm_purged + %post server /sbin/ldconfig || exit 1 %{fillup_and_insserv -n xrootd xrootd} @@ -242,15 +306,12 @@ %{_libdir}/libXrdPss*.so %{_libdir}/libXrdOfs*.so %{_libdir}/libXrdServer.so +%{_libdir}/libXrdXrootd.so %{_includedir}/%{name}/XrdAcc -%{_includedir}/%{name}/XrdBwm %{_includedir}/%{name}/XrdCms -%{_includedir}/%{name}/XrdOfs %{_includedir}/%{name}/XrdOss -%{_includedir}/%{name}/XrdPss -%{_includedir}/%{name}/XrdFrc %{_includedir}/%{name}/XrdSfs -%{_includedir}/%{name}/XrdCks +%{_includedir}/%{name}/XrdXrootd %package libs Summary: XRootD core libraries @@ -263,7 +324,9 @@ %{_libdir}/libXrdSec*.so.* %{_libdir}/libXrdCrypto*.so.* %{_libdir}/libXrdUtils.so.* +%{_libdir}/libXrdCksCalc*.so.* %{_libdir}/libXrdMain.so.* +%{_libdir}/libXrdAppUtils.so.* %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig @@ -281,16 +344,42 @@ %{_libdir}/libXrdCrypto*.so %{_libdir}/libXrdUtils.so %{_libdir}/libXrdMain.so +%{_libdir}/libXrdCksCalc*.so +%{_libdir}/libXrdAppUtils.so %{_includedir}/%{name}/XrdVersion.hh +%{_includedir}/%{name}/XrdVersionPlugin.hh %{_includedir}/%{name}/XrdSec -%{_includedir}/%{name}/XrdSecsss -%{_includedir}/%{name}/XrdSecgsi -%{_includedir}/%{name}/XrdCrypto -%{_includedir}/%{name}/XrdSut %{_includedir}/%{name}/XrdNet %{_includedir}/%{name}/XrdOuc %{_includedir}/%{name}/XrdSys %{_includedir}/%{name}/Xrd %{_includedir}/%{name}/XProtocol +%{_includedir}/%{name}/XrdCks + +%package private-devel +Summary: Transitional package holding some private headers +Group: Development/Libraries/Other +Requires: %{name}-libs = %{version}-%{release} + +%description private-devel +Transitional package holding some private headers + +%files private-devel +%defattr(-,root,root,-) +%dir %{_includedir}/%{name}/private/ +%dir %{_includedir}/%{name}/private/Xrd/ +%{_includedir}/%{name}/private/Xrd/XrdPoll.hh +%dir %{_includedir}/%{name}/private/XrdClient/ +%{_includedir}/%{name}/private/XrdClient/XrdClientInputBuffer.hh +%{_includedir}/%{name}/private/XrdClient/XrdClientLogConnection.hh +%{_includedir}/%{name}/private/XrdClient/XrdClientMessage.hh +%{_includedir}/%{name}/private/XrdClient/XrdClientPhyConnection.hh +%{_includedir}/%{name}/private/XrdClient/XrdClientSock.hh +%dir %{_includedir}/%{name}/private/XrdOfs/ +%{_includedir}/%{name}/private/XrdOfs/XrdOfs.hh +%{_includedir}/%{name}/private/XrdOfs/XrdOfsEvr.hh +%{_includedir}/%{name}/private/XrdOfs/XrdOfsHandle.hh +%dir %{_includedir}/%{name}/private/XrdSys/ +%{_includedir}/%{name}/private/XrdSys/XrdSysPriv.hh %changelog ++++++ xrootd-3.2.7.tar.gz -> xrootd-3.3.0.tar.gz ++++++ ++++ 78169 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
