Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unison for openSUSE:Factory checked 
in at 2021-04-29 22:46:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unison (Old)
 and      /work/SRC/openSUSE:Factory/.unison.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unison"

Thu Apr 29 22:46:05 2021 rev:40 rq:889212 version:2.51.4_rc2

Changes:
--------
--- /work/SRC/openSUSE:Factory/unison/unison.changes    2020-03-09 
18:34:04.610016629 +0100
+++ /work/SRC/openSUSE:Factory/.unison.new.1947/unison.changes  2021-04-29 
22:52:42.970077293 +0200
@@ -1,0 +2,11 @@
+Fri Apr  9 09:09:09 UTC 2021 - o...@aepfle.de
+
+- Update to version 2.51.4_rc2
+  remove Compatibility-with-OCaml-4.08.patch
+  remove Compile-without-unsafe-string.patch
+  remove Fix-for-lablgtk-2.18.6.patch
+  remove Fix-warnings-raised-by-OCaml-4.08.1.patch
+- Remove ocaml_native_compiler conditional
+  build native target unconditionally
+
+-------------------------------------------------------------------

Old:
----
  Compatibility-with-OCaml-4.08.patch
  Compile-without-unsafe-string.patch
  Fix-for-lablgtk-2.18.6.patch
  Fix-warnings-raised-by-OCaml-4.08.1.patch
  unison-2.51.2.tar.xz

New:
----
  unison-2.51.4_rc2.tar.xz

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

Other differences:
------------------
++++++ unison.spec ++++++
--- /var/tmp/diff_new_pack.KkxB2n/_old  2021-04-29 22:52:44.214071754 +0200
+++ /var/tmp/diff_new_pack.KkxB2n/_new  2021-04-29 22:52:44.218071735 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unison
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,28 +17,28 @@
 
 
 Name:           unison
-Version:        2.51.2
+Version:        2.51.4_rc2
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        File synchronization tool
 License:        GPL-3.0+
 Group:          Productivity/Networking/Other
-Url:            https://github.com/bcpierce00/unison
+BuildRoot:      %_tmppath/%name-%version-build
+URL:            https://github.com/bcpierce00/unison
 Source0:        %{name}-%{version}.tar.xz
 
#https://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html
 Source1:        unison-2.48.4-manual.html
 Source2:        %{name}.desktop
 Source3:        %{name}.png
-Patch0:         Compatibility-with-OCaml-4.08.patch
-Patch1:         Fix-for-lablgtk-2.18.6.patch
-Patch2:         Fix-warnings-raised-by-OCaml-4.08.1.patch
-Patch3:         Compile-without-unsafe-string.patch
-BuildRequires:  gtk2-devel
-BuildRequires:  ncurses-devel
-BuildRequires:  ocaml(ocaml_base_version) >= 4.07
 BuildRequires:  ocaml-lablgtk2-devel > 2.18.5
-BuildRequires:  ocaml-rpm-macros >= 20200220
+BuildRequires:  ocaml-rpm-macros >= 20210409
+BuildRequires:  ocamlfind(findlib)
+BuildRequires:  ocamlfind(ppx_bin_prot)
+BuildRequires:  pkgconfig(gdk-2.0)
+BuildRequires:  pkgconfig(ncursesw)
+%if 0%{?suse_version} > 0
 BuildRequires:  update-desktop-files
+%endif
 
 %description
 Unison is a file synchronization tool for Unix and Windows. It allows
@@ -48,32 +48,27 @@
 replica to the other.
 
 %prep
-%autosetup -p1
+%setup -q
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
-%if 0%{?ocaml_native_compiler}
-NATIVE=true
-%else
-NATIVE=false
-%endif
-make UISTYLE=gtk2 NATIVE=$NATIVE THREADS=true
+make UISTYLE=gtk2 NATIVE=true
 
 %install
-install -m 755 -d %{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 755 -D %{name} %{buildroot}%{_bindir}/%{name}
+install -m 755 -D %{name}-fsmonitor %{buildroot}%{_bindir}/%{name}-fsmonitor
+install -m 644 -D %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 install -m 644 %{SOURCE1} unison-manual.html
+%if %{defined suse_update_desktop_file}
 %suse_update_desktop_file -i %name Utility SyncUtility
+%else
+install -m 644 -D %{SOURCE2} 
%{buildroot}/%{_datadir}/applications/%{name}.desktop
+%endif
 
 %files
-%doc BUGS.txt CONTRIB COPYING NEWS README ROADMAP.txt unison-manual.html
+%defattr(-,root,root,-)
+%doc BUGS.txt CONTRIB COPYING NEWS README unison-manual.html
 %{_datadir}/applications/*
-%{_datadir}/pixmaps/unison.png
+%{_datadir}/pixmaps/*
 %{_bindir}/%{name}
 %{_bindir}/%{name}-fsmonitor
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KkxB2n/_old  2021-04-29 22:52:44.250071593 +0200
+++ /var/tmp/diff_new_pack.KkxB2n/_new  2021-04-29 22:52:44.250071593 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">unison</param>
-    <param name="revision">0176188107aa9fb82657ed9fcd92081f5a61c76a</param>
+    <param name="revision">2e12fc4f41b39ca9a5e501d7df5c2c33a75d3b95</param>
     <param name="scm">git</param>
     <param name="subdir">src</param>
     <param name="submodules">disable</param>

Reply via email to