]> git.pld-linux.org Git - packages/libatomic_ops.git/commitdiff
- updated to 7.2 auto/th/libatomic_ops-7_2-1 auto/ti/libatomic_ops-7_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 May 2012 07:46:24 +0000 (07:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete ppc patch

Changed files:
    libatomic_ops-ppc.patch -> 1.2
    libatomic_ops.spec -> 1.3

libatomic_ops-ppc.patch [deleted file]
libatomic_ops.spec

diff --git a/libatomic_ops-ppc.patch b/libatomic_ops-ppc.patch
deleted file mode 100644 (file)
index bcebcd7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libatomic_ops-1.2.orig/src/atomic_ops/sysdeps/gcc/powerpc.h        2007-05-29 19:29:52.000000000 +0200
-+++ libatomic_ops-1.2/src/atomic_ops/sysdeps/gcc/powerpc.h     2007-05-29 19:30:48.000000000 +0200
-@@ -72,7 +72,7 @@
-   /* registers.  I always got "impossible constraint" when I  */
-   /* tried the "y" constraint.                                        */
-   __asm__ __volatile__ (
--    "lwz %0,%1\n"
-+    "lwz%U1%X1 %0,%1\n"
-     "cmpw cr7,%0,%0\n"
-     "bne- cr7,1f\n"
-     "1: isync\n"
index 97dc5064815e016d353c9d1aa76bd68d61b32415..0c7f440f23319b3049b91d0be0bad27d05ef3405 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Atomic operations implementation
 Summary(pl.UTF-8):     Implementacja operacji atomowych
 Name:          libatomic_ops
-Version:       1.2
-Release:       2
+Version:       7.2
+Release:       1
 License:       MIT-like (libatomic_ops), GPL v2+ (libatomic_ops_gpl)
 Group:         Development/Libraries
 Source0:       http://www.hpl.hp.com/research/linux/atomic_ops/download/%{name}-%{version}.tar.gz
-# Source0-md5: 1b65e48271c81e3fa2d7a9a69bab7504
-Patch0:                %{name}-ppc.patch
+# Source0-md5: 890acdc83a7cd10e2e9536062d3741c8
 URL:           http://www.hpl.hp.com/research/linux/atomic_ops/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,7 +27,6 @@ narzutem.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -45,8 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS INSTALL README doc/{LICENSING.txt,README.txt,README_malloc.txt,README_stack.txt}
+%doc AUTHORS ChangeLog README doc/{LICENSING.txt,README.txt,README_malloc.txt,README_stack.txt}
 %{_libdir}/libatomic_ops.a
 %{_libdir}/libatomic_ops_gpl.a
 %{_includedir}/atomic_ops*.h
 %{_includedir}/atomic_ops
+%{_pkgconfigdir}/atomic_ops.pc
This page took 0.100555 seconds and 4 git commands to generate.