Hello community,

here is the log from the commit of package libosmo-abis for openSUSE:Factory 
checked in at 2016-02-01 19:55:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libosmo-abis (Old)
 and      /work/SRC/openSUSE:Factory/.libosmo-abis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libosmo-abis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libosmo-abis/libosmo-abis.changes        
2016-01-01 19:51:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libosmo-abis.new/libosmo-abis.changes   
2016-02-01 19:55:36.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 22 19:08:57 UTC 2016 - jeng...@inai.de
+
+- Move to seprate location and ensure pkgconfig is used correctly
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libosmo-abis.spec ++++++
--- /var/tmp/diff_new_pack.SWKO1T/_old  2016-02-01 19:55:37.000000000 +0100
+++ /var/tmp/diff_new_pack.SWKO1T/_new  2016-02-01 19:55:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-abis
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -104,7 +104,7 @@
 %build
 echo "%version" >.tarball-version
 autoreconf -fiv
-%configure --enable-shared --disable-static
+%configure --enable-shared --disable-static --includedir="%_includedir/%name"
 make %{?_smp_mflags}
 
 %install
@@ -127,8 +127,9 @@
 %files -n libosmoabis-devel
 %defattr(-,root,root)
 %doc COPYING
-%dir %_includedir/osmocom
-%_includedir/osmocom/abis/
+%dir %_includedir/%name
+%dir %_includedir/%name/osmocom
+%_includedir/%name/osmocom/abis/
 %_libdir/libosmoabis.so
 %_libdir/pkgconfig/libosmoabis.pc
 
@@ -139,8 +140,9 @@
 %files -n libosmotrau-devel
 %defattr(-,root,root)
 %doc COPYING
-%dir %_includedir/osmocom
-%_includedir/osmocom/trau
+%dir %_includedir/%name
+%dir %_includedir/%name/osmocom
+%_includedir/%name/osmocom/trau
 %_libdir/libosmotrau.so
 %_libdir/pkgconfig/libosmotrau.pc
 


Reply via email to