Hello community,

here is the log from the commit of package adjtimex for openSUSE:Factory 
checked in at 2014-06-05 10:49:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adjtimex (Old)
 and      /work/SRC/openSUSE:Factory/.adjtimex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adjtimex"

Changes:
--------
--- /work/SRC/openSUSE:Factory/adjtimex/adjtimex.changes        2014-05-16 
07:29:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.adjtimex.new/adjtimex.changes   2014-06-05 
10:49:34.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 28 16:45:26 CEST 2014 - sbra...@suse.cz
+
+- Simplify spec file.
+- Remove UsrMerge compatibility symlink.
+
+-------------------------------------------------------------------
@@ -9,0 +16,44 @@
+
+-------------------------------------------------------------------
+Tue Mar  6 21:18:56 UTC 2012 - rschweik...@suse.com
+
+- keep binaries in /usr tree (UsrMerge project)
+
+-------------------------------------------------------------------
+Tue Feb 21 13:46:25 UTC 2012 - pu...@suse.com
+
+- update to adjtimex-1.29
+
+-------------------------------------------------------------------
+Fri Jul  9 06:23:27 UTC 2010 - pu...@novell.com
+
+- update to adjtimex-1.28
+- drop adjtimex-1.20-nosyscall.diff (fixed upstream)
+
+-------------------------------------------------------------------
+Thu Apr 16 14:55:22 CEST 2009 - wer...@suse.de
+
+- Move /usr/sbin/adjtimex to /sbin/adjtimex to be able to check the
+  kernel time variables even without /usr mounted
+
+-------------------------------------------------------------------
+Mon Jan 10 14:45:12 CET 2005 - m...@suse.de
+
+- Update adjtimex to 1.20
+
+-------------------------------------------------------------------
+Mon Apr 14 15:12:27 CEST 2003 - ptho...@suse.de
+
+- Get rid of the syscall for adjtimex in selective cases and
+  just call the glibc wrapper. Fixes build on s390.
+
+-------------------------------------------------------------------
+Tue Nov 19 20:12:02 CET 2002 - m...@suse.de
+
+- Fix multistring assignment in adjtimex
+
+-------------------------------------------------------------------
+Tue Dec 18 16:50:34 CET 2001 - bja...@suse.de
+
+- add adjtimex
+

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

Other differences:
------------------
++++++ adjtimex.spec ++++++
--- /var/tmp/diff_new_pack.F3nU8r/_old  2014-06-05 10:49:36.000000000 +0200
+++ /var/tmp/diff_new_pack.F3nU8r/_new  2014-06-05 10:49:36.000000000 +0200
@@ -16,17 +16,13 @@
 #
 
 
-%define time_ver 1.7
-%define adjtimex_ver 1.29
-
 Name:           adjtimex
 Version:        1.29
 Release:        0
 Summary:        Kernel time variables configuration utility
 License:        GPL-2.0+
 Group:          System/Base
-
-Source:         
http://ftp.debian.org/debian/pool/main/a/adjtimex/adjtimex_%{adjtimex_ver}.orig.tar.gz
+Source:         
http://ftp.debian.org/debian/pool/main/a/adjtimex/%{name}_%{version}.orig.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       util-linux:/usr/sbin/adjtimex
 
@@ -48,19 +44,14 @@
 make %{?_smp_mflags}
 
 %install
-b="%buildroot"
-mkdir -p "$b/%_sbindir" "$b/%_mandir/man8" "$b/sbin"
-cp adjtimex "$b/%_sbindir/"
-cp adjtimex.8 "$b/%_mandir/man8/"
-
-#UsrMerge
-ln -s "%_sbindir/adjtimex" "$b/sbin/"
+install -d %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man8
+install adjtimex %{buildroot}%{_sbindir}/
+install -m0644 adjtimex.8 %{buildroot}%{_mandir}/man8/
 
 %files
 %defattr(-,root,root)
 %doc COPYING COPYRIGHT
-/sbin/adjtimex
-%_sbindir/adjtimex
-%_mandir/man8/adjtimex.8*
+%{_sbindir}/adjtimex
+%{_mandir}/man8/adjtimex.8*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to