Hello community, here is the log from the commit of package frame for openSUSE:Factory checked in at 2017-09-12 19:54:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frame (Old) and /work/SRC/openSUSE:Factory/.frame.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frame" Tue Sep 12 19:54:14 2017 rev:3 rq:522901 version:2.5.0+bzr20160809 Changes: -------- --- /work/SRC/openSUSE:Factory/frame/frame.changes 2016-07-14 09:50:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.frame.new/frame.changes 2017-09-12 19:54:15.660643135 +0200 @@ -1,0 +2,8 @@ +Sun Sep 10 15:40:52 UTC 2017 - [email protected] + +- Update to version 2.5.0+bzr20160809: + * device: Don't use asserts to get properties on failures, to + avoid crashes (lp#1350523). +- Add baselibs.conf. + +------------------------------------------------------------------- Old: ---- frame_2.5.0daily13.06.05.orig.tar.gz New: ---- baselibs.conf frame_2.5.0daily13.06.05+16.10.20160809.orig.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frame.spec ++++++ --- /var/tmp/diff_new_pack.XauHPf/_old 2017-09-12 19:54:16.428535165 +0200 +++ /var/tmp/diff_new_pack.XauHPf/_new 2017-09-12 19:54:16.432534603 +0200 @@ -1,7 +1,7 @@ # # spec file for package frame # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -18,20 +18,22 @@ %define soname libframe %define sover 6 +%define _version 2.5.0daily13.06.05+16.10.20160809 Name: frame -Version: 2.5.0daily13.06.05 +Version: 2.5.0+bzr20160809 Release: 0 Summary: Touch frame library -License: LGPL-3.0 and GPL-3.0 +License: LGPL-3.0 AND GPL-3.0 Group: System/GUI/Other -Url: http://launchpad.net/frame -Source: http://archive.ubuntu.com/ubuntu/pool/main/f/%{name}/%{name}_%{version}.orig.tar.gz +Url: https://launchpad.net/frame +Source: https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz +Source1: baselibs.conf BuildRequires: asciidoc BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: xsltproc BuildRequires: pkgconfig(inputproto) >= 2.1.99.6 BuildRequires: pkgconfig(x11) @@ -66,14 +68,14 @@ This package includes the development files for frame. %prep -%setup -q +%setup -q -c %build -autoreconf -fi +NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static \ --disable-silent-rules -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install @@ -84,18 +86,15 @@ %postun -n %{soname}%{sover} -p /sbin/ldconfig %files -%defattr(-,root,root) %doc COPYING* README %{_bindir}/%{name}-test-x11 %{_mandir}/man?/%{name}-test-x11.?%{?ext_man} %files -n %{soname}%{sover} -%defattr(-,root,root) %doc COPYING* README %{_libdir}/%{soname}.so.%{sover}* %files devel -%defattr(-,root,root) %{_includedir}/oif/ %{_libdir}/%{soname}.so %{_libdir}/pkgconfig/%{name}*.pc ++++++ baselibs.conf ++++++ libframe6
