Hello community,

here is the log from the commit of package libatomic-ops-devel for 
openSUSE:Factory checked in at 2011-11-21 15:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libatomic-ops-devel (Old)
 and      /work/SRC/openSUSE:Factory/.libatomic-ops-devel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libatomic-ops-devel", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libatomic-ops-devel/libatomic-ops-devel.changes  
2011-09-23 02:07:50.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libatomic-ops-devel.new/libatomic-ops-devel.changes 
    2011-11-21 15:45:56.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Oct 18 23:37:21 UTC 2011 - [email protected]
+
+- update to current 7.2alpha6 version
+  * fixes armv7 builds
+  * obsoletes all our patches
+- run test cases, except when running in not thread safe qemu
+- cleanup spec file
+- add official URLs to home page and source
+- use original upstream tar ball
+- fix build for sle 11
+
+-------------------------------------------------------------------

Old:
----
  libatomic-ops-1.2-s390-fix.diff
  libatomic_ops-1.2-am.patch
  libatomic_ops-1.2-ppclwzfix.patch
  libatomic_ops-1.2.tar.bz2

New:
----
  libatomic_ops-7.2alpha6.tar.gz

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

Other differences:
------------------
++++++ libatomic-ops-devel.spec ++++++
--- /var/tmp/diff_new_pack.mYPX99/_old  2011-11-21 15:46:00.000000000 +0100
+++ /var/tmp/diff_new_pack.mYPX99/_new  2011-11-21 15:46:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libatomic-ops-devel (Version 1.2)
+# spec file for package libatomic-ops-devel
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,19 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           libatomic-ops-devel
 Summary:        A portable library for atomic memory operations
-Version:        1.2
-Release:        88
+Version:        7.2alpha6
+Release:        0
 License:        GPLv2+ ; MIT License (or similar)
 Group:          Development/Languages/C and C++
-Source:         libatomic_ops-%{version}.tar.bz2
-Patch:          libatomic-ops-1.2-s390-fix.diff
-Patch1:         libatomic_ops-1.2-ppclwzfix.patch
-Patch2:         libatomic_ops-1.2-am.patch
+Url:            http://www.hpl.hp.com/research/linux/atomic_ops/
+Source:         
http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,9 +35,6 @@
 
 %prep
 %setup -q -n libatomic_ops-%{version}
-%patch
-%patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fi
@@ -49,12 +43,14 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install
 # remove unnecessary documents
 rm -rf $RPM_BUILD_ROOT%{_datadir}/libatomic_ops
 
-%clean
-test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
+%check
+%if !0%{?qemu_user_space_build:1}
+make check
+%endif
 
 %files
 %defattr(-, root, root)

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

Reply via email to