Hello community,

here is the log from the commit of package quassel for openSUSE:Factory checked 
in at 2019-01-10 15:21:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quassel (Old)
 and      /work/SRC/openSUSE:Factory/.quassel.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quassel"

Thu Jan 10 15:21:05 2019 rev:49 rq:663656 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/quassel/quassel.changes  2018-11-26 
10:28:18.729168326 +0100
+++ /work/SRC/openSUSE:Factory/.quassel.new.28833/quassel.changes       
2019-01-10 15:21:21.978453174 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 12:44:23 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Add ldap dependency so the feature is compiled too
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ quassel.spec ++++++
--- /var/tmp/diff_new_pack.IDiUeL/_old  2019-01-10 15:21:22.554452577 +0100
+++ /var/tmp/diff_new_pack.IDiUeL/_new  2019-01-10 15:21:22.554452577 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quassel
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -16,11 +16,11 @@
 #
 
 
+%define realver 0.13.0
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-%define realver 0.13.0
 Name:           quassel
 Version:        0.13.0
 Release:        0
@@ -47,6 +47,7 @@
 BuildRequires:  knotifyconfig-devel
 BuildRequires:  ktextwidgets-devel
 BuildRequires:  kxmlgui-devel
+BuildRequires:  openldap2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  snorenotify-qt5-devel >= 0.7
 BuildRequires:  cmake(Qt5LinguistTools)
@@ -186,8 +187,8 @@
 
 # rewrite env shebang on scripts to normal shebang
 sed -i '1{
-    s,^#!/usr/bin/env  *bash *$,#!/bin/bash,
-    s,^#!/usr/bin/env  *\([^ ]*\) *$,#!/usr/bin/\1,
+    s,^#!%{_bindir}/env  *bash *$,#!/bin/bash,
+    s,^#!%{_bindir}/env  *\([^ ]*\) *$,#!%{_bindir}/\1,
 }' %{buildroot}%{_datadir}/%{name}/scripts/*
 
 %pre core


Reply via email to