Hello community,

here is the log from the commit of package framel for openSUSE:Factory checked 
in at 2020-10-23 12:22:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/framel (Old)
 and      /work/SRC/openSUSE:Factory/.framel.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "framel"

Fri Oct 23 12:22:53 2020 rev:2 rq:843552 version:8.40.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/framel/framel.changes    2020-09-17 
14:47:47.479735798 +0200
+++ /work/SRC/openSUSE:Factory/.framel.new.3463/framel.changes  2020-10-23 
12:24:44.628890233 +0200
@@ -1,0 +2,7 @@
+Fri Oct 23 07:18:52 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Add framel-fix-pkgconfig.patch -- Fix include and lib dir paths
+  in pkgconfig file when absolute paths to LIBDIR and INCLUDEDIR
+  are specified to cmake.
+
+-------------------------------------------------------------------

New:
----
  framel-fix-pkgconfig.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ framel.spec ++++++
--- /var/tmp/diff_new_pack.TCKcKc/_old  2020-10-23 12:24:45.224891942 +0200
+++ /var/tmp/diff_new_pack.TCKcKc/_new  2020-10-23 12:24:45.228891953 +0200
@@ -24,10 +24,12 @@
 License:        LGPL-2.1-or-later
 URL:            https://lappweb.in2p3.fr/virgo/FrameL/
 Source:         
http://software.igwn.org/lscsoft/source/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM framel-fix-pkgconfig.patch badshah...@gmail.com -- Fix 
include and lib dir paths in pkgconfig file
+Patch0:         framel-fix-pkgconfig.patch
 BuildRequires:  cmake >= 3.12
 BuildRequires:  gcc-c++
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-numpy-devel
+BuildRequires:  python3-setuptools
 
 %description
 A Common Data Frame Format for Interferometric Gravitational Wave Detector has
@@ -66,7 +68,7 @@
 This package provides the python3 module for frame library.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %cmake \

++++++ framel-fix-pkgconfig.patch ++++++
Index: framel-8.40.1/src/framel.pc.in
===================================================================
--- framel-8.40.1.orig/src/framel.pc.in
+++ framel-8.40.1/src/framel.pc.in
@@ -1,7 +1,7 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
 
 Name: @PROJECT_NAME@
 Description: @PROJECT_DESCRIPTION@

Reply via email to