Hello community,

here is the log from the commit of package unison for openSUSE:Factory checked 
in at 2015-10-19 22:52:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unison (Old)
 and      /work/SRC/openSUSE:Factory/.unison.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unison"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unison/unison.changes    2015-02-23 
13:19:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.unison.new/unison.changes       2015-10-20 
00:06:21.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Oct 10 09:40:28 UTC 2015 - o...@aepfle.de
+
+- Replace BuildRequires lablgtk2-devel with ocaml-lablgtk2-devel
+
+-------------------------------------------------------------------
+Fri Oct  9 18:44:33 UTC 2015 - tilman.vo...@web.de
+
+- include unison-fsmonitor binary in package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ unison.spec ++++++
--- /var/tmp/diff_new_pack.Xitjqj/_old  2015-10-20 00:06:21.000000000 +0200
+++ /var/tmp/diff_new_pack.Xitjqj/_new  2015-10-20 00:06:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unison
 #
-# 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
@@ -36,8 +36,8 @@
 Source2:        %{name}.desktop
 Source3:        %{name}.png
 BuildRequires:  gtk2-devel
-BuildRequires:  lablgtk2-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  ocaml-lablgtk2-devel
 BuildRequires:  update-desktop-files
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -69,7 +69,8 @@
 export NO_BRP_STRIP_DEBUG=true
 %endif
 install -m 755 -d %{buildroot}/%{_bindir}
-install -m 755 %name %{buildroot}%{_bindir}
+install -m 755 %{name} %{buildroot}%{_bindir}
+install -m 755 %{name}-fsmonitor %{buildroot}%{_bindir}
 install -m 755 -d %{buildroot}/%{_prefix}/share/pixmaps
 install -m 644 %{SOURCE3} %{buildroot}/%{_prefix}/share/pixmaps
 install -m 644 %{SOURCE1} unison-manual.html
@@ -81,5 +82,6 @@
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/unison.png
 %{_bindir}/%{name}
+%{_bindir}/%{name}-fsmonitor
 
 %changelog



Reply via email to