From bfd70ff1b8267edb70a7216b8e7cfc501297d6240e85eb7f7fd68331c9221a92 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 6 Sep 2011 13:36:21 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/libssh2_org revision 16.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=9873d46484f0d1b02f59387e408a63bc --- libssh2_org.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh2_org.spec b/libssh2_org.spec index f2b3c28..9c40a1b 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -20,7 +20,7 @@ Summary: A library implementing the SSH2 protocol Name: libssh2_org Version: 1.2.9 -Release: 1 +Release: 3 License: BSD3c Url: http://www.libssh2.org/ %define pkg_name libssh2 From aca8bbe8bcad2ffd9fb02892a0702b6f8ecf7dca83e2400b1ece9a05fa2ca815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 30 Sep 2011 17:41:48 +0000 Subject: [PATCH 2/3] Accepting request 85819 from home:elvigia:branches:devel:libraries:c_c++ - Workaround qemu-arm problems. OBS-URL: https://build.opensuse.org/request/show/85819 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=27 --- libssh2_org.changes | 5 +++++ libssh2_org.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libssh2_org.changes b/libssh2_org.changes index 75f3884..0d1fe9a 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 30 17:36:36 UTC 2011 - crrodriguez@opensuse.org + +- Workaround qemu-arm problems. + ------------------------------------------------------------------- Tue Sep 6 04:42:00 UTC 2011 - crrodriguez@opensuse.org diff --git a/libssh2_org.spec b/libssh2_org.spec index 9c40a1b..5f20442 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -82,7 +82,9 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/*.la %check +%if !%qemu_user_space_build make check +%endif %clean rm -rf %{buildroot} From 1d726d074ae52331aaab0f69141ec1ecf9cdeab17ca0832bbdfdcd2f6bf4fc8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 30 Sep 2011 19:59:17 +0000 Subject: [PATCH 3/3] Accepting request 85830 from home:elvigia:branches:devel:libraries:c_c++ Broken macro usage OBS-URL: https://build.opensuse.org/request/show/85830 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=28 --- libssh2_org.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libssh2_org.spec b/libssh2_org.spec index 5f20442..2414bde 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -82,7 +82,7 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/*.la %check -%if !%qemu_user_space_build +%if ! 0%{?qemu_user_space_build} make check %endif