Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2015-08-05 06:52:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/weechat (Old)
 and      /work/SRC/openSUSE:Factory/.weechat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "weechat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2015-07-08 
06:59:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes     2015-08-05 
06:52:12.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Aug  4 13:28:23 UTC 2015 - tchva...@suse.com
+
+- Ensure we use system CA ca-bundle.pem file by hardcoding it
+- Remove patch:
+  * weechat-capath.patch
+
+-------------------------------------------------------------------

Old:
----
  weechat-capath.patch

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

Other differences:
------------------
++++++ weechat.spec ++++++
--- /var/tmp/diff_new_pack.zCT2Fr/_old  2015-08-05 06:52:13.000000000 +0200
+++ /var/tmp/diff_new_pack.zCT2Fr/_new  2015-08-05 06:52:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package weechat
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -25,9 +25,8 @@
 Url:            http://www.weechat.org
 Source:         http://www.weechat.org/files/src/%{name}-%{version}.tar.bz2
 Source1:        weechat.desktop
-# PATCH-FIX-UPSTREAM weechat-capath.patch 
https://savannah.nongnu.org/patch/index.php?8153 lnus...@suse.de -- use 
system's default certificate store
-Patch0:         weechat-capath.patch
 BuildRequires:  asciidoc
+BuildRequires:  ca-certificates
 BuildRequires:  cmake
 BuildRequires:  curl-devel
 BuildRequires:  docbook-xsl-stylesheets
@@ -50,6 +49,7 @@
 BuildRequires:  ruby-devel
 BuildRequires:  tcl-devel
 BuildRequires:  update-desktop-files
+Requires:       ca-certificates
 Requires:       hicolor-icon-theme
 Recommends:     %{name}-lang = %{version}
 # without scripts it is bit annoying
@@ -148,7 +148,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
@@ -165,7 +164,8 @@
     -DPYTHON_LIBRARY="%{_libdir}/libpython%{py_ver}.so" \
     -DENABLE_ENCHANT=ON \
     -DENABLE_DOC=ON \
-    -DENABLE_MAN=ON
+    -DENABLE_MAN=ON \
+    -DCA_FILE=%{_sysconfdir}/ssl/ca-bundle.pem
 make %{?_smp_mflags}
 
 %install


Reply via email to