Hello community,

here is the log from the commit of package yp-tools for openSUSE:Factory 
checked in at 2013-04-12 20:47:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yp-tools (Old)
 and      /work/SRC/openSUSE:Factory/.yp-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yp-tools", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yp-tools/yp-tools.changes        2012-02-20 
16:20:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yp-tools.new/yp-tools.changes   2013-04-12 
20:47:46.000000000 +0200
@@ -1,0 +2,16 @@
+Tue Apr  9 16:29:58 CEST 2013 - [email protected]
+
+- Update to version 2.14 (minor bugfix release)
+
+-------------------------------------------------------------------
+Mon Apr  8 17:00:45 CEST 2013 - [email protected]
+
+- Update to version 2.13 (autoconf meta data update)
+
+-------------------------------------------------------------------
+Fri Apr  5 08:50:08 UTC 2013 - [email protected]
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

Old:
----
  yp-tools-2.12.tar.bz2

New:
----
  yp-tools-2.14.tar.bz2

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

Other differences:
------------------
++++++ yp-tools.spec ++++++
--- /var/tmp/diff_new_pack.xjzstg/_old  2013-04-12 20:47:48.000000000 +0200
+++ /var/tmp/diff_new_pack.xjzstg/_new  2013-04-12 20:47:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yp-tools
 #
-# 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,71 +17,62 @@
 
 
 Name:           yp-tools
-Provides:       ypclient:/usr/bin/ypwhich
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Version:        2.12
+Version:        2.14
 Release:        0
 Summary:        Network Information Service (YP) client utilities
 License:        GPL-2.0
 Group:          Productivity/Networking/NIS
-Source:         yp-tools-%{version}.tar.bz2
+Source:         
http://www.linux-nis.org/download/yp-tools/yp-tools-%{version}.tar.bz2
+Url:            http://www.linux-nis.org/
 Source1:        match_printcap
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This packages contains some useful tools for accessing NIS maps or to
 test NIS configurations.
 
-
-
-Authors:
---------
-    Thorsten Kukuk <[email protected]>
-
 %prep
 %setup -q
 
 %build
-CFLAGS=$RPM_OPT_FLAGS ./configure --enable-call-passwd --enable-domainname 
--mandir=%{_mandir}
+CFLAGS="%{optflags}" ./configure --enable-call-passwd --enable-domainname 
--mandir=%{_mandir}
 make
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 # Not yet
-rm -f $RPM_BUILD_ROOT/usr/sbin/ypserv_test
-cp -a $RPM_BUILD_ROOT%{_mandir}/man8/domainname.8 
$RPM_BUILD_ROOT%{_mandir}/man8/nisdomainname.8
-cp -a $RPM_BUILD_ROOT%{_mandir}/man8/domainname.8 
$RPM_BUILD_ROOT%{_mandir}/man8/ypdomainname.8
-mkdir -p $RPM_BUILD_ROOT/usr/lib/yp
-install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/yp
-rm $RPM_BUILD_ROOT%{_bindir}/domainname 
$RPM_BUILD_ROOT/usr/share/man/man8/domainname.8
+rm -f %{buildroot}%{_sbindir}/ypserv_test
+cp -a %{buildroot}%{_mandir}/man8/domainname.8 
%{buildroot}%{_mandir}/man8/nisdomainname.8
+cp -a %{buildroot}%{_mandir}/man8/domainname.8 
%{buildroot}%{_mandir}/man8/ypdomainname.8
+mkdir -p %{buildroot}%{_prefix}/lib/yp
+install -m 755 %{SOURCE1} %{buildroot}%{_prefix}/lib/yp
+rm %{buildroot}%{_bindir}/domainname %{buildroot}%{_mandir}/man8/domainname.8
 #UsrMerge
-mkdir -p $RPM_BUILD_ROOT/bin
-ln -sf %{_bindir}/nisdomainname $RPM_BUILD_ROOT/bin
-ln -sf %{_bindir}/ypdomainname $RPM_BUILD_ROOT/bin
+mkdir -p %{buildroot}/bin
+ln -sf %{_bindir}/nisdomainname %{buildroot}/bin
+ln -sf %{_bindir}/ypdomainname %{buildroot}/bin
 #EndUsrMerge
 %{find_lang} %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
-%dir /var/yp
-%config(noreplace) /var/yp/nicknames
+%dir %{_localstatedir}/yp
+%config(noreplace) %{_localstatedir}/yp/nicknames
 #UsrMerge
 /bin/nisdomainname
 /bin/ypdomainname
 #EndUsrMerge
-%_bindir/nisdomainname
-%_bindir/ypcat
-%_bindir/ypchfn
-%_bindir/ypchsh
-%_bindir/ypdomainname
-%_bindir/ypmatch
-%_bindir/yppasswd
-%_bindir/ypwhich
-%dir /usr/lib/yp
-/usr/lib/yp/match_printcap
+%{_bindir}/nisdomainname
+%{_bindir}/ypcat
+%{_bindir}/ypchfn
+%{_bindir}/ypchsh
+%{_bindir}/ypdomainname
+%{_bindir}/ypmatch
+%{_bindir}/yppasswd
+%{_bindir}/ypwhich
+%dir %{_prefix}/lib/yp
+%{_prefix}/lib/yp/match_printcap
 %doc %{_mandir}/man1/ypcat.1.gz
 %doc %{_mandir}/man1/ypchfn.1.gz
 %doc %{_mandir}/man1/ypchsh.1.gz
@@ -94,8 +85,8 @@
 %doc %{_mandir}/man8/yptest.8.gz
 %doc %{_mandir}/man8/ypdomainname.8.gz
 %doc %{_mandir}/man8/nisdomainname.8.gz
-%_sbindir/yppoll
-%_sbindir/ypset
-%_sbindir/yptest
+%{_sbindir}/yppoll
+%{_sbindir}/ypset
+%{_sbindir}/yptest
 
 %changelog

++++++ yp-tools-2.12.tar.bz2 -> yp-tools-2.14.tar.bz2 ++++++
++++ 20226 lines of diff (skipped)

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

Reply via email to