]> git.pld-linux.org Git - packages/libsolv.git/commitdiff
- updated to 0.6.28 auto/th/libsolv-0.6.28-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Jul 2017 08:17:03 +0000 (10:17 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Jul 2017 08:17:03 +0000 (10:17 +0200)
- removed obsolete perl patch

libsolv.spec
perl.patch [deleted file]

index 215731f7cbc817ebfb631bf392a592ffaa7e1a19..7d4adee881bc4909fbeda9fc57753f7f527e14cd 100644 (file)
@@ -9,16 +9,15 @@
 Summary:       Package dependency solver
 Summary(pl.UTF-8):     Biblioteka do rozwiązywania zależności pakietów
 Name:          libsolv
-Version:       0.6.27
+Version:       0.6.28
 Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/openSUSE/libsolv/releases
 Source0:       https://github.com/openSUSE/libsolv/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 04803110f87fe3840e611f902f18d8dc
+# Source0-md5: 663e6d0b618ab88ce4c1e30b0e2cdfa1
 Patch0:                ruby.patch
 Patch1:                %{name}-python.patch
-Patch2:                perl.patch
 URL:           https://github.com/openSUSE/libsolv
 BuildRequires: bzip2-devel
 BuildRequires: cmake >= 2.4
@@ -175,7 +174,6 @@ Wiązania języka Tcl do bibliotek libsolv.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 # use system one
 %{__rm} cmake/modules/FindRuby.cmake
@@ -254,6 +252,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libsolvext.so
 %{_includedir}/solv
 %{_pkgconfigdir}/libsolv.pc
+%{_pkgconfigdir}/libsolvext.pc
 %{_datadir}/cmake/Modules/FindLibSolv.cmake
 %{_mandir}/man3/libsolv*.3*
 
diff --git a/perl.patch b/perl.patch
deleted file mode 100644 (file)
index b3bb29d..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From 75fa844d8c3658c01b286f5c72d87fce373cfe0b Mon Sep 17 00:00:00 2001
-From: Michael Schroeder <mls@suse.de>
-Date: Mon, 19 Jun 2017 11:09:43 +0200
-Subject: [PATCH] Add conditionals for swig perl bug workaround
-
-It was fixed in swig-2.0.5 and gets in the way with newer perl
-versions.
----
- bindings/solv.i | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/bindings/solv.i b/bindings/solv.i
-index 043c5491..354cde70 100644
---- a/bindings/solv.i
-+++ b/bindings/solv.i
-@@ -330,7 +330,8 @@ typedef struct {
- #if defined(SWIGPERL)
--/* work around a swig bug */
-+/* work around a swig bug for swig versions < 2.0.5 */
-+#if SWIG_VERSION < 0x020005
- %{
- #undef SWIG_CALLXS
- #ifdef PERL_OBJECT
-@@ -343,6 +344,7 @@ typedef struct {
- #  endif
- #endif
- %}
-+#endif
- %define perliter(class)
This page took 0.172819 seconds and 4 git commands to generate.