Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2015-07-16 17:15:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tmux (Old)
 and      /work/SRC/openSUSE:Factory/.tmux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tmux"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tmux/tmux.changes        2015-05-15 
07:43:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2015-07-16 
17:15:38.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Jul  9 08:38:20 UTC 2015 - nemy...@gmx.ch
+
+- Revert remove patch tmux-socket-path.patch, deleted in previous commit.
+  use -p0 not -p1
+
+-------------------------------------------------------------------
+Tue Jul  7 10:46:57 UTC 2015 - nemy...@gmx.ch
+
+- Change Url from SourceForge to GitHub
+- Change Source0 to usem new GitHub Web URL
+- Add BuildRequires for automake
+- Remove patch tmux-socket-path.patch
+- Use sed instead of simple patch
+- Change Documentation, add COPYING
+- Use %{name} instead of tmux
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tmux.spec ++++++
--- /var/tmp/diff_new_pack.gAzj3B/_old  2015-07-16 17:15:39.000000000 +0200
+++ /var/tmp/diff_new_pack.gAzj3B/_new  2015-07-16 17:15:39.000000000 +0200
@@ -28,10 +28,11 @@
 Summary:        Terminal multiplexer
 License:        ISC and BSD-3-Clause and BSD-2-Clause
 Group:          System/Console
-Url:            http://tmux.sourceforge.net/
-Source:         
http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE tmux-socket-path.patch crrodrig...@opensuse.org -- Use 
/run/tmux instead of /tmp as the default socket path, this add some robustness 
against accidental deletion via systemd-tmpfiles-clean, tmpwatch, or similar
+Url:            https://tmux.github.io/
+Source0:        
https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE crrodrig...@opensuse.org -- Use /run/tmux instead of /tmp 
as the default socket path, this add some robustness against accidental 
deletion via systemd-tmpfiles-clean, tmpwatch, or similar
 Patch0:         tmux-socket-path.patch
+BuildRequires:  automake
 BuildRequires:  pkgconfig
 # TODO: if we want building on sle11 we would need to guard the next two lines 
with suse_version. but as the libevent there is too old skipping that for now.
 BuildRequires:  utempter-devel
@@ -61,10 +62,11 @@
 %prep
 %setup -q
 %if %{with systemd}
-%patch0 -p1
+%patch0
 %endif
 
 %build
+autoreconf -fi
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 %configure
 make %{?_smp_mflags}
@@ -82,11 +84,11 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES FAQ TODO examples/
-%{_mandir}/man1/tmux.1.*
-%{_bindir}/tmux
+%doc examples/ CHANGES COPYING FAQ TODO
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 %if %{with systemd}
-%{_tmpfilesdir}/tmux.conf
+%{_tmpfilesdir}/%{name}.conf
 %endif
 
 %changelog

++++++ tmux-2.0.tar.gz ++++++
++++ 20208 lines of diff (skipped)

++++++ tmux-socket-path.patch ++++++
--- /var/tmp/diff_new_pack.gAzj3B/_old  2015-07-16 17:15:39.000000000 +0200
+++ /var/tmp/diff_new_pack.gAzj3B/_new  2015-07-16 17:15:39.000000000 +0200
@@ -1,6 +1,6 @@
---- tmux-1.9a.orig/tmux.c
-+++ tmux-1.9a/tmux.c
-@@ -137,7 +137,7 @@ makesocketpath(const char *label)
+--- tmux.c.orig        2015-03-01 22:46:05.000000000 +0100
++++ tmux.c     2015-07-09 09:40:19.853421647 +0200
+@@ -138,7 +138,7 @@
        else if ((s = getenv("TMPDIR")) != NULL && *s != '\0')
                xsnprintf(base, sizeof base, "%s/tmux-%u", s, uid);
        else


Reply via email to