Accepting request 143797 from home:dimstar:branches:GNOME:Factory
Update to 0.4.11 OBS-URL: https://build.opensuse.org/request/show/143797 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=92
This commit is contained in:
parent
7e267fcbd2
commit
3917a56edb
@ -1,15 +0,0 @@
|
||||
--- cmake/CMakeDetermineCSharpCompiler.cmake.old 2012-11-12 12:17:02.099397946 +0100
|
||||
+++ cmake/CMakeDetermineCSharpCompiler.cmake 2012-11-12 12:19:46.425382193 +0100
|
||||
@@ -92,7 +92,11 @@
|
||||
endif (CMAKE_CSharp_COMPILER)
|
||||
|
||||
# configure variables set in this file for fast reload later on
|
||||
+if(NOT CMAKE_PLATFORM_INFO_DIR) # pre-2.8.10
|
||||
+ set(CMAKE_PLATFORM_INFO_DIR ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY})
|
||||
+endif()
|
||||
+
|
||||
configure_file(${CMAKE_SOURCE_DIR}/cmake/CMakeCSharpCompiler.cmake.in
|
||||
- ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeCSharpCompiler.cmake IMMEDIATE @ONLY)
|
||||
+ ${CMAKE_PLATFORM_INFO_DIR}/CMakeCSharpCompiler.cmake IMMEDIATE @ONLY)
|
||||
set(CMAKE_CSharp_COMPILER_ENV_VAR "CSC")
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:023e3c1023c522333ac4c414e9cb6db05bc564d3e5d30570e2db07aac100c635
|
||||
size 378318
|
3
libproxy-0.4.11.tar.gz
Normal file
3
libproxy-0.4.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b
|
||||
size 93757
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 2 12:24:23 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.4.11:
|
||||
+ Build fixes with cmake 2.8.10+.
|
||||
+ Quick release without built binaries / files (bug#184).
|
||||
- Drop cmake-2.8.10-compat.diff: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 11:26:35 UTC 2012 - cgiboudeaux@gmx.com
|
||||
|
||||
|
@ -35,7 +35,7 @@ Name: libproxy-plugins
|
||||
Summary: Libproxy provides consistent proxy configuration to applications
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Version: 0.4.10
|
||||
Version: 0.4.11
|
||||
Release: 0
|
||||
# FIXME: verify if test suite works - 0.4.10 has weird behavior in some cases, where the internal server times out.
|
||||
%if 0%{?build_snapshot}
|
||||
@ -47,8 +47,6 @@ Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.gz
|
||||
# Script used for automatic snapshot updates
|
||||
Source98: update-from-svn.sh
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM cmake-2.8.10-compat.diff bnc#789219 cgiboudeaux@gmx.com -- Fix build with CMake >= 2.8.10, see http://mail.kde.org/pipermail/kde-buildsystem/2012-November/008948.html
|
||||
Patch0: cmake-2.8.10-compat.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
@ -312,7 +310,6 @@ about network configuration changes.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_sourcename}
|
||||
%patch0
|
||||
mkdir build
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 2 12:24:23 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.4.11:
|
||||
+ Build fixes with cmake 2.8.10+.
|
||||
+ Quick release without built binaries / files (bug#184).
|
||||
- Drop cmake-2.8.10-compat.diff: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 11:26:35 UTC 2012 - cgiboudeaux@gmx.com
|
||||
|
||||
|
@ -35,7 +35,7 @@ Name: libproxy
|
||||
Summary: Libproxy provides consistent proxy configuration to applications
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Version: 0.4.10
|
||||
Version: 0.4.11
|
||||
Release: 0
|
||||
# FIXME: verify if test suite works - 0.4.10 has weird behavior in some cases, where the internal server times out.
|
||||
%if 0%{?build_snapshot}
|
||||
@ -47,8 +47,6 @@ Source: http://libproxy.googlecode.com/files/%{_name}-%{version}.tar.gz
|
||||
# Script used for automatic snapshot updates
|
||||
Source98: update-from-svn.sh
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM cmake-2.8.10-compat.diff bnc#789219 cgiboudeaux@gmx.com -- Fix build with CMake >= 2.8.10, see http://mail.kde.org/pipermail/kde-buildsystem/2012-November/008948.html
|
||||
Patch0: cmake-2.8.10-compat.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
@ -312,7 +310,6 @@ about network configuration changes.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_sourcename}
|
||||
%patch0
|
||||
mkdir build
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user