[xmlrpc-c] updated to 1.31.0
by ensc
commit cd8280011f9855bcdb8cf1ff18079e7fd4ffce6f
Author: Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de>
Date: Sun Jul 1 14:16:54 2012 +0200
updated to 1.31.0
.gitignore | 1 +
lastver | 2 +-
sources | 2 +-
xmlrpc-c-30x-redirect.patch | 16 +++---
xmlrpc-c-cmake.patch | 137 ++++++++++++++++++++++++++++++-------------
xmlrpc-c.spec | 7 ++-
6 files changed, 113 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a893827..bce1b2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/xmlrpc-c-1.30.6.tar.xz
+/xmlrpc-c-1.31.0.tar.xz
diff --git a/lastver b/lastver
index ffcd151..a9a9a2a 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2328
+2365
diff --git a/sources b/sources
index 1c209cf..b0940d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-547b4240059d2e0988f84314a3cabf60 xmlrpc-c-1.30.6.tar.xz
+590e54981d832fbeb86f42313c47e022 xmlrpc-c-1.31.0.tar.xz
diff --git a/xmlrpc-c-30x-redirect.patch b/xmlrpc-c-30x-redirect.patch
index 1d3df7a..a2d4446 100644
--- a/xmlrpc-c-30x-redirect.patch
+++ b/xmlrpc-c-30x-redirect.patch
@@ -1,27 +1,27 @@
-From 07f7798d0b6c9b187dd6bfa567be74a224baf1fb Mon Sep 17 00:00:00 2001
+From 255ebf4b1204124123971a3bb27741cccbb51692 Mon Sep 17 00:00:00 2001
From: Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de>
Date: Thu, 29 Jul 2010 19:25:32 +0200
-Subject: [PATCH 5/5] allow 30x redirections
+Subject: [PATCH 5/8] allow 30x redirections
---
lib/curl_transport/curltransaction.c | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+ 1 file changed, 4 insertions(+)
diff --git a/lib/curl_transport/curltransaction.c b/lib/curl_transport/curltransaction.c
-index 3c75010..e1cfc64 100644
+index 0f76fc2..6292aee 100644
--- a/lib/curl_transport/curltransaction.c
+++ b/lib/curl_transport/curltransaction.c
-@@ -495,6 +495,10 @@ setupCurlSession(xmlrpc_env * const envP,
+@@ -600,6 +600,10 @@ setupCurlSession(xmlrpc_env * const envP,
curl_easy_setopt(curlSessionP, CURLOPT_POST, 1);
- curl_easy_setopt(curlSessionP, CURLOPT_URL, curlTransactionP->serverUrl);
+ curl_easy_setopt(curlSessionP, CURLOPT_URL, transP->serverUrl);
+ curl_easy_setopt(curlSessionP, CURLOPT_FOLLOWLOCATION, 1);
+ curl_easy_setopt(curlSessionP, CURLOPT_MAXREDIRS, (long)10);
+ curl_easy_setopt(curlSessionP, CURLOPT_POSTREDIR, CURL_REDIR_POST_ALL);
+
- XMLRPC_MEMBLOCK_APPEND(char, envP, callXmlP, "\0", 1);
+ XMLRPC_MEMBLOCK_APPEND(char, envP, transP->postDataP, "\0", 1);
if (!envP->fault_occurred) {
curl_easy_setopt(curlSessionP, CURLOPT_POSTFIELDS,
--
-1.7.1.1
+1.7.10.4
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index cbb712b..828137d 100644
--- a/xmlrpc-c-cmake.patch
+++ b/xmlrpc-c-cmake.patch
@@ -1,29 +1,29 @@
-From c86fa6d2bef36617385aebda3ee55da9a782b4d1 Mon Sep 17 00:00:00 2001
+From 26a4d5168bb69474c3cc304f90592d37bf0be8fe Mon Sep 17 00:00:00 2001
From: Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de>
Date: Sat, 5 Apr 2008 10:55:02 +0200
Subject: [PATCH 1/8] make -> cmake transition
cmake: updated
---
- CMakeLists.txt | 288 +++++++++++++++++++++++++++
+ CMakeLists.txt | 290 +++++++++++++++++++++++++++
cmake/try-attr.cc | 3 +
cmake/va-list-is-array.c | 9 +
- examples/CMakeLists.txt | 63 ++++++
+ examples/CMakeLists.txt | 68 +++++++
examples/config.h | 1 +
- examples/cpp/CMakeLists.txt | 34 +++
+ examples/cpp/CMakeLists.txt | 34 ++++
include/CMakeLists.txt | 3 +
include/xmlrpc-c/CMakeLists.txt | 74 +++++++
- include/xmlrpc-c/config.h.cmake | 34 +++
- lib/CMakeLists.txt | 12 +
+ include/xmlrpc-c/config.h.cmake | 34 ++++
+ lib/CMakeLists.txt | 12 ++
lib/abyss/CMakeLists.txt | 3 +
lib/abyss/src/CMakeLists.txt | 70 +++++++
- lib/abyss/src/xmlrpc_abyss.pc.cmake | 12 +
+ lib/abyss/src/xmlrpc_abyss.pc.cmake | 12 ++
lib/curl_transport/CMakeLists.txt | 20 ++
lib/expat/CMakeLists.txt | 9 +
lib/expat/gennmtab/CMakeLists.txt | 3 +
lib/expat/xmlparse/CMakeLists.txt | 7 +
- lib/expat/xmlparse/xmlrpc_xmlparse.pc.cmake | 12 +
- lib/expat/xmltok/CMakeLists.txt | 23 ++
+ lib/expat/xmlparse/xmlrpc_xmlparse.pc.cmake | 12 ++
+ lib/expat/xmltok/CMakeLists.txt | 23 +++
lib/expat/xmltok/xmlrpc_xmltok.pc.cmake | 9 +
lib/libutil/CMakeLists.txt | 26 +++
lib/libutil/xmlrpc_util.pc.cmake | 10 +
@@ -33,20 +33,21 @@ cmake: updated
src/CMakeLists.txt | 121 +++++++++++
src/cpp/CMakeLists.txt | 70 +++++++
src/cpp/test/CMakeLists.txt | 18 ++
- src/cpp/xmlrpc++.pc.cmake | 12 +
- src/cpp/xmlrpc_client++.pc.cmake | 12 +
- src/cpp/xmlrpc_cpp.pc.cmake | 12 +
- src/cpp/xmlrpc_packetsocket.pc.cmake | 12 +
- src/cpp/xmlrpc_server++.pc.cmake | 12 +
- src/cpp/xmlrpc_server_abyss++.pc.cmake | 12 +
- src/cpp/xmlrpc_server_cgi++.pc.cmake | 12 +
- src/cpp/xmlrpc_server_pstream++.pc.cmake | 12 +
- src/xmlrpc.pc.cmake | 12 +
- src/xmlrpc_client.pc.cmake | 12 +
- src/xmlrpc_server.pc.cmake | 12 +
- src/xmlrpc_server_abyss.pc.cmake | 12 +
- src/xmlrpc_server_cgi.pc.cmake | 12 +
- test/CMakeLists.txt | 39 ++++
+ src/cpp/xmlrpc++.pc.cmake | 12 ++
+ src/cpp/xmlrpc_client++.pc.cmake | 12 ++
+ src/cpp/xmlrpc_cpp.pc.cmake | 12 ++
+ src/cpp/xmlrpc_packetsocket.pc.cmake | 12 ++
+ src/cpp/xmlrpc_server++.pc.cmake | 12 ++
+ src/cpp/xmlrpc_server_abyss++.pc.cmake | 12 ++
+ src/cpp/xmlrpc_server_cgi++.pc.cmake | 12 ++
+ src/cpp/xmlrpc_server_pstream++.pc.cmake | 12 ++
+ src/xmlrpc.pc.cmake | 12 ++
+ src/xmlrpc_client.pc.cmake | 12 ++
+ src/xmlrpc_server.pc.cmake | 12 ++
+ src/xmlrpc_server_abyss.pc.cmake | 12 ++
+ src/xmlrpc_server_cgi.pc.cmake | 12 ++
+ test/CMakeLists.txt | 41 ++++
+ test/cpp/CMakeLists.txt | 34 ++++
tools/CMakeLists.txt | 22 ++
tools/binmode-rpc-kit/CMakeLists.txt | 1 +
tools/lib/CMakeLists.txt | 1 +
@@ -63,8 +64,8 @@ cmake: updated
transport_config.h.cmake | 16 ++
version.h.cmake | 5 +
xmlrpc-c-config | 105 ++++++++++
- xmlrpc_config.h.cmake | 177 ++++++++++++++++
- 59 files changed, 1587 insertions(+), 0 deletions(-)
+ xmlrpc_config.h.cmake | 183 +++++++++++++++++
+ 60 files changed, 1636 insertions(+)
create mode 100644 CMakeLists.txt
create mode 100644 cmake/try-attr.cc
create mode 100644 cmake/va-list-is-array.c
@@ -107,6 +108,7 @@ cmake: updated
create mode 100644 src/xmlrpc_server_abyss.pc.cmake
create mode 100644 src/xmlrpc_server_cgi.pc.cmake
create mode 100644 test/CMakeLists.txt
+ create mode 100644 test/cpp/CMakeLists.txt
create mode 100644 tools/CMakeLists.txt
create mode 100644 tools/binmode-rpc-kit/CMakeLists.txt
create mode 100644 tools/lib/CMakeLists.txt
@@ -127,10 +129,10 @@ cmake: updated
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
-index 0000000..f2f114c
+index 0000000..2876dea
--- /dev/null
+++ b/CMakeLists.txt
-@@ -0,0 +1,288 @@
+@@ -0,0 +1,290 @@
+## -*- cmake -*-
+project(xmlrpc-c)
+include(FindPkgConfig)
@@ -145,8 +147,8 @@ index 0000000..f2f114c
+
+
+set(XMLRPC_C_VERSION_MAJOR "1" CACHE STRING "Version (major) of xmlrpc-c")
-+set(XMLRPC_C_VERSION_MINOR "30" CACHE STRING "Version (minor) of xmlrpc-c")
-+set(XMLRPC_C_VERSION_POINT "6" CACHE STRING "Version (point) of xmlrpc-c")
++set(XMLRPC_C_VERSION_MINOR "31" CACHE STRING "Version (minor) of xmlrpc-c")
++set(XMLRPC_C_VERSION_POINT "0" CACHE STRING "Version (point) of xmlrpc-c")
+
+set(XMLRPC_C_VERSION
+ "${XMLRPC_C_VERSION_MAJOR}.${XMLRPC_C_VERSION_MINOR}.${XMLRPC_C_VERSION_POINT}"
@@ -209,6 +211,8 @@ index 0000000..f2f114c
+ set(tmp 0)
+ endif(WININET_CONFIG_EXECUTABLE)
+ endif(DEFINED MUST_BUILD_WININET_CLIENT)
++
++ set(MSVCRT yes)
+else(WIN32)
+ set(tmp 0)
+endif(WIN32)
@@ -445,10 +449,10 @@ index 0000000..1ad0bab
+int main() {}
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
new file mode 100644
-index 0000000..4011f11
+index 0000000..1535adf
--- /dev/null
+++ b/examples/CMakeLists.txt
-@@ -0,0 +1,63 @@
+@@ -0,0 +1,68 @@
+# -*- cmake -*-
+
+include_directories(${CMAKE_CURRENT_BINARY_DIR})
@@ -490,7 +494,9 @@ index 0000000..4011f11
+if(MUST_BUILD_CURL_CLIENT)
+ set(client_LIBS xmlrpc_client)
+
-+ ensc_add_example(interrupted_client c client)
++ if(NOT DEFINED MSVCRT)
++ ensc_add_example(interrupted_client c client)
++ endif(NOT DEFINED MSVCRT)
+endif(MUST_BUILD_CURL_CLIENT)
+
+if(ENABLE_CGI_SERVER)
@@ -503,12 +509,15 @@ index 0000000..4011f11
+ set(abyss_server_LIBS xmlrpc_server_abyss)
+
+ ensc_add_example(compound_value_server c abyss_server)
-+ ensc_add_example(interrupted_server c abyss_server)
+ ensc_add_example(xmlrpc_inetd_server c abyss_server)
+ ensc_add_example(xmlrpc_socket_server c abyss_server)
+ ensc_add_example(xmlrpc_loop_server c abyss_server)
+ ensc_add_example(xmlrpc_sample_add_server c abyss_server)
+ ensc_add_example(xmlrpc_server_validatee c abyss_server)
++
++ if(NOT DEFINED MSVCRT)
++ ensc_add_example(interrupted_server c abyss_server)
++ endif(NOT DEFINED MSVCRT)
+endif(ENABLE_ABYSS_SERVER)
+
+ensc_set_link_exe_flags(${example_TARGETS})
@@ -1033,7 +1042,7 @@ index 0000000..17535ab
+endif(MUST_BUILD_WININET_CLIENT)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644
-index 0000000..e3635d2
+index 0000000..f51e15b
--- /dev/null
+++ b/src/CMakeLists.txt
@@ -0,0 +1,121 @@
@@ -1097,7 +1106,7 @@ index 0000000..e3635d2
+ xmlrpc_data.c xmlrpc_datetime.c xmlrpc_string.c
+ xmlrpc_array.c xmlrpc_struct.c
+ xmlrpc_build.c xmlrpc_decompose.c xmlrpc_parse.c xmlrpc_serialize.c
-+ xmlrpc_base64.c xmlrpc_authcookie.c)
++ xmlrpc_authcookie.c)
+
+set_target_properties(xmlrpc
+ PROPERTIES
@@ -1494,10 +1503,10 @@ index 0000000..748b550
+Cflags: -I${includedir}
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
new file mode 100644
-index 0000000..fdc6869
+index 0000000..e712382
--- /dev/null
+++ b/test/CMakeLists.txt
-@@ -0,0 +1,39 @@
+@@ -0,0 +1,41 @@
+# -*- cmake -*-
+
+set(test_SOURCES
@@ -1537,6 +1546,48 @@ index 0000000..fdc6869
+
+enable_testing()
+add_test(runtests src-test)
++
++add_subdirectory(cpp)
+diff --git a/test/cpp/CMakeLists.txt b/test/cpp/CMakeLists.txt
+new file mode 100644
+index 0000000..15a7c3a
+--- /dev/null
++++ b/test/cpp/CMakeLists.txt
+@@ -0,0 +1,34 @@
++# -*- cmake -*-
++
++set(testcpp_SOURCES
++ test.cpp
++ base64.cpp
++ registry.cpp
++ server_abyss.cpp
++ server_pstream.cpp
++ tools.cpp
++ value.cpp
++ xml.cpp)
++
++if(MUST_BUILD_CLIENT)
++ list(APPEND testcpp_SOURCES testclient.cpp)
++ list(APPEND testcpp_LIBS xmlrpc_client++)
++else(MUST_BUILD_CLIENT)
++ list(APPEND testcpp_SOURCES testclient_dummy.c)
++endif(MUST_BUILD_CLIENT)
++
++if(DEFINED MSVCRT)
++ list(APPEND testcpp_SOURCES ${CMAKE_SOURCE_DIR}/Windows/socketpair.cpp)
++endif(DEFINED MSVCRT)
++
++add_executable(src-testcpp ${testcpp_SOURCES})
++target_link_libraries(src-testcpp
++ xmlrpc++
++ xmlrpc_server++
++ xmlrpc_server_abyss++
++ xmlrpc_server_pstream++
++ xmlrpc_cpp
++ util ${testcpp_LIBS})
++
++enable_testing()
++add_test(runtests src-testcpp)
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
new file mode 100644
index 0000000..cd2a6d7
@@ -1885,10 +1936,10 @@ index 0000000..50577fd
+exec pkg-config "$@" $comp
diff --git a/xmlrpc_config.h.cmake b/xmlrpc_config.h.cmake
new file mode 100644
-index 0000000..561afdc
+index 0000000..9eff724
--- /dev/null
+++ b/xmlrpc_config.h.cmake
-@@ -0,0 +1,177 @@
+@@ -0,0 +1,183 @@
+/* -*- c -*- */
+
+#ifndef H_XMLRPC_C_CONFIG_H
@@ -2065,7 +2116,13 @@ index 0000000..561afdc
+ #define XMLRPC_S_IRUSR S_IRUSR
+#endif
+
++#if MSVCRT
++ #define XMLRPC_CHDIR _chdir
++#else
++ #define XMLRPC_CHDIR chdir
++#endif
++
+#endif
--
-1.7.7.6
+1.7.10.4
diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec
index b1e310c..347d834 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -1,11 +1,11 @@
%global advanced_branch 1
-%global svnrev 2328
+%global svnrev 2365
%{!?release_func:%global release_func() %%{?prerelease:0.}%1%%{?prerelease:.%%prerelease}%%{?dist}}
Summary: A lightweight RPC library based on XML and HTTP
Name: xmlrpc-c
-Version: 1.30.6
+Version: 1.31.0
Release: %release_func 1800.svn%svnrev
# See COPYING for details.
# The Python 1.5.2 license used by a few files is just BSD.
@@ -236,6 +236,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Jul 1 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 1.31.0-1800.svn2365
+- updated to 1.31.0
+
* Wed Jun 6 2012 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de> - 1.30.6-1800.svn2328
- updated to 1.30.6
9Â years, 10Â months
[skychart] Enabled build on ppc and ppc64
by Mattia Verga
commit 74026758b99a7d4e8000d666846caae8be6c827f
Author: Mattia Verga <mattia.verga(a)tiscali.it>
Date: Sun Jul 1 13:37:14 2012 +0200
Enabled build on ppc and ppc64
skychart.spec | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/skychart.spec b/skychart.spec
index 71e5825..c211d69 100644
--- a/skychart.spec
+++ b/skychart.spec
@@ -2,7 +2,7 @@
Name: skychart
Version: 3.6
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Planetarium software for the advanced amateur astronomer
Group: Amusements/Graphics
@@ -23,9 +23,6 @@ Patch2: skychart-wgetdata.patch
# no lazarus on sparc(64)
ExcludeArch: s390 s390x sparc sparc64
-# https://bugzilla.redhat.com/show_bug.cgi?id=789723
-ExcludeArch: ppc ppc64
-
BuildRequires: fpc >= 2.4.4
BuildRequires: lazarus >= 0.9.30.4
BuildRequires: ImageMagick desktop-file-utils dos2unix gtk2-devel
@@ -143,6 +140,9 @@ fi
%changelog
+* Sun Jul 1 2012 Mattia Verga <mattia.verga(a)tiscali.it> - 3.6-4
+- Enabled build on ppc and ppc64
+
* Fri Apr 20 2012 Mattia Verga <mattia.verga(a)tiscali.it> - 3.6-3
- Rebuild with lazarus 0.9.30.4 fix bug #799711
- Correct patch
9Â years, 10Â months
[libsolv] rebuild
by Ales Kozumplik
commit b06f772133a154c68813ebbeca8885faebaee546
Author: Ales Kozumplik <ales(a)redhat.com>
Date: Sun Jul 1 12:58:27 2012 +0200
rebuild
.gitignore | 1 +
libsolv.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00fd1a1..0f133dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/libsolv-af1465a2.tar.xz
/libsolv-8cf7650.tar.xz
/libsolv-d39a42b.tar.xz
+/libsolv-1617994.tar.xz
diff --git a/libsolv.spec b/libsolv.spec
index 1cff134..84c31da 100644
--- a/libsolv.spec
+++ b/libsolv.spec
@@ -1,4 +1,4 @@
-%global gitrev d39a42b
+%global gitrev 1617994
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts Config::CONFIG["vendorarchdir"] ')}
%filter_provides_in %{perl_vendorarch}/.*\.so$
%filter_provides_in %{python_sitearch}/.*\.so$
@@ -7,7 +7,7 @@
Name: libsolv
Version: 0.0.0
-Release: 11.git%{gitrev}%{?dist}
+Release: 12.git%{gitrev}%{?dist}
License: BSD
Url: https://github.com/openSUSE/libsolv
# git clone https://github.com/openSUSE/libsolv.git
@@ -141,6 +141,10 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
%{python_sitearch}/*
%changelog
+* Sun Jul 1 2012 Aleš Kozumplik <akozumpl(a)redhat.com> - 0.0.0-12.git1617994%{?dist}
+- Rebase to upstream 1617994.
+- Support for RPM_ADD_WITH_HDRID.
+
* Thu Jun 7 2012 Aleš Kozumplik <akozumpl(a)redhat.com> - 0.0.0-11.gitd39a42b%{?dist}
- Rebase to upstream d39a42b.
- Fix the epochs.
diff --git a/sources b/sources
index e90d4ba..48e1e3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36208a65be0fb2f479c8818fdcffdd1e libsolv-d39a42b.tar.xz
+3bc93bd934b889fcd16053ba4c3c5e3c libsolv-1617994.tar.xz
9Â years, 10Â months
[libsolv/f17] rebuild
by Ales Kozumplik
commit 7cb04d3bd8bbeb0b7c5f6ee0a0e074c2102fa14e
Author: Ales Kozumplik <ales(a)redhat.com>
Date: Sun Jul 1 12:58:27 2012 +0200
rebuild
.gitignore | 1 +
libsolv.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a6bad1f..2bf54e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/libsolv-5702cc4.tar.xz
/libsolv-8cf7650.tar.xz
/libsolv-d39a42b.tar.xz
+/libsolv-1617994.tar.xz
diff --git a/libsolv.spec b/libsolv.spec
index 8e7be36..df753af 100644
--- a/libsolv.spec
+++ b/libsolv.spec
@@ -1,4 +1,4 @@
-%global gitrev d39a42b
+%global gitrev 1617994
%{!?ruby_vendorarch: %global ruby_vendorarch %(ruby -rrbconfig -e 'puts Config::CONFIG["vendorarchdir"] ')}
%filter_provides_in %{perl_vendorarch}/.*\.so$
%filter_provides_in %{python_sitearch}/.*\.so$
@@ -7,7 +7,7 @@
Name: libsolv
Version: 0.0.0
-Release: 11.git%{gitrev}%{?dist}
+Release: 12.git%{gitrev}%{?dist}
License: BSD
Url: https://github.com/openSUSE/libsolv
# git clone https://github.com/openSUSE/libsolv.git
@@ -141,6 +141,10 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
%{python_sitearch}/*
%changelog
+* Sun Jul 1 2012 Aleš Kozumplik <akozumpl(a)redhat.com> - 0.0.0-12.git1617994%{?dist}
+- Rebase to upstream 1617994.
+- Support for RPM_ADD_WITH_HDRID.
+
* Thu Jun 7 2012 Aleš Kozumplik <akozumpl(a)redhat.com> - 0.0.0-11.gitd39a42b%{?dist}
- Rebase to upstream d39a42b.
- Fix the epochs.
diff --git a/sources b/sources
index e90d4ba..48e1e3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36208a65be0fb2f479c8818fdcffdd1e libsolv-d39a42b.tar.xz
+3bc93bd934b889fcd16053ba4c3c5e3c libsolv-1617994.tar.xz
9Â years, 10Â months
[python-psutil] Update to 0.5.1
by Mohamed ElMorabity
commit e36584bfbaa6867e053129b51bcf47c4951a329b
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Jul 1 12:58:42 2012 +0200
Update to 0.5.1
.gitignore | 1 +
python-psutil.spec | 16 +++++++---------
sources | 2 +-
3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abf6568..6569a6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ psutil-0.1.3.tar.gz
/psutil-0.3.0.tar.gz
/psutil-0.4.0.tar.gz
/psutil-0.4.1.tar.gz
+/psutil-0.5.1.tar.gz
diff --git a/python-psutil.spec b/python-psutil.spec
index 220f7d3..dee42e4 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -8,8 +8,8 @@
}
Name: python-psutil
-Version: 0.4.1
-Release: 2%{?dist}
+Version: 0.5.1
+Release: 1%{?dist}
Summary: A process utilities module for Python
Group: Development/Languages
@@ -52,9 +52,6 @@ for file in psutil/*.py; do
rm $file.orig
done
-# Fix permissions
-chmod a-x docs/class_diagram.png
-
%if 0%{?with_python3}
rm -rf %{py3dir}
cp -a . %{py3dir}
@@ -86,8 +83,7 @@ popd
%files
-%defattr(-,root,root,-)
-%doc CREDITS HISTORY LICENSE README docs/
+%doc CREDITS HISTORY LICENSE README
%{python_sitearch}/%{short_name}/
%{python_sitearch}/*.egg-info
%{python_sitearch}/*.so
@@ -95,8 +91,7 @@ popd
%if 0%{?with_python3}
%files -n python3-psutil
-%defattr(-,root,root,-)
-%doc CREDITS HISTORY LICENSE README docs/
+%doc CREDITS HISTORY LICENSE README
%{python3_sitearch}/%{short_name}/
%{python3_sitearch}/*.egg-info
%{python3_sitearch}/*.so
@@ -104,6 +99,9 @@ popd
%changelog
+* Sun Jul 01 2012 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1
+
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
diff --git a/sources b/sources
index b124c10..ca47416 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9dbefbc6c71f5e50a17a70b18c1150b0 psutil-0.4.1.tar.gz
+0899da2bdfc6821a62877eba8b76deb9 psutil-0.5.1.tar.gz
9Â years, 10Â months
[weechat/f15] (6 commits) ...update to upstream 0.3.8
by Paul Komkoff
Summary of changes:
4a61d46... Update to 0.3.6 (*)
0f850bb... Merge branch 'master' into el6 (*)
df0427e... merge with master branch (*)
a11b843... changelog entries fixed in spec file (*)
31410fb... update to upstream 0.3.8 (*)
7546028... update to upstream 0.3.8 (*)
(*) This commit already existed in another branch; no separate mail sent
9Â years, 11Â months
[weechat/f16] (6 commits) ...update to upstream 0.3.8
by Paul Komkoff
Summary of changes:
4a61d46... Update to 0.3.6 (*)
0f850bb... Merge branch 'master' into el6 (*)
df0427e... merge with master branch (*)
a11b843... changelog entries fixed in spec file (*)
31410fb... update to upstream 0.3.8 (*)
7546028... update to upstream 0.3.8 (*)
(*) This commit already existed in another branch; no separate mail sent
9Â years, 11Â months