Hello community,

here is the log from the commit of package sawfish-pager for openSUSE:Factory 
checked in at 2014-09-03 18:23:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sawfish-pager (Old)
 and      /work/SRC/openSUSE:Factory/.sawfish-pager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sawfish-pager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sawfish-pager/sawfish-pager.changes      
2013-09-29 19:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sawfish-pager.new/sawfish-pager.changes 
2014-09-03 21:08:00.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Sep  2 07:23:03 UTC 2014 - tog...@opensuse.org
+
+- Updated to version 0.90.4
+  * Accept clicks on workspaces borders
+- Removed the following from BuildRequires
+  * obsoleted sawfish-lisp
+  * autoconf automake libtool
+
+- Remove 0001-Fix-Makefile.patch and replace it with 
+  Makefile-Overrides.patch
+
+ 
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-Makefile.patch
  sawfish-pager-0.90.3.tar.xz

New:
----
  Makefile-Overrides.patch
  sawfish-pager_0.90.4.tar.xz

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

Other differences:
------------------
++++++ sawfish-pager.spec ++++++
--- /var/tmp/diff_new_pack.MxzVWG/_old  2014-09-03 21:08:02.000000000 +0200
+++ /var/tmp/diff_new_pack.MxzVWG/_new  2014-09-03 21:08:02.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sawfish-pager
-Version:        0.90.3
+Version:        0.90.4
 Release:        0
 Summary:        Pager for Sawfish window manager
 License:        GPL-2.0
@@ -26,23 +26,20 @@
 %else
 Group:          System/GUI/Other
 %endif
-Source0:        
http://download.tuxfamily.org/sawfishpager/%name-%version.tar.xz
+Source0:        
http://download.tuxfamily.org/sawfishpager/%{name}_%{version}.tar.xz
 # PATCH-FIX-UPSTREAM sawfish-pager-makefilefix --tog...@opensuse.org
-Patch0:         0001-Fix-Makefile.patch
+Patch0:         Makefile-Overrides.patch
 Url:            http://sawfish.wikia.com/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  bc
 BuildRequires:  gmp-devel
-BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.12.0
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.12.0
 BuildRequires:  pkgconfig(librep)
 BuildRequires:  pkgconfig(rep-gtk)
 BuildRequires:  pkgconfig(sawfish) >= 1.9.1
-BuildRequires:  sawfish-lisp >= 1.9.1
+#BuildRequires:  sawfish-lisp >= 1.9.1
 
 %if 0%{?suse_version} == 1210
 BuildRequires:  xz
@@ -65,11 +62,11 @@
 Check README from this package documentation how to activate.
 
 %prep
-%setup -q
+%setup -q -n %{name}_%{version}
 %patch0 -p1
 
 %build
-autoreconf -fi
+#autoreconf -fi
 %configure
 make %{?_smp_mflags} 
 

++++++ Makefile-Overrides.patch ++++++
---
 Makefile.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- a/Makefile.in
+++ b/Makefile.in
@@ -23,10 +23,12 @@
 # along with sawfish-pager; see the file COPYING.   If not, write to
 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-override CFLAGS += @GTK_CFLAGS@ @IMAGE_LOADER_CFLAGS@ @SAWFISH_CFLAGS@ 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED
+override CFLAGS += @GTK_CFLAGS@ @IMAGE_LOADER_CFLAGS@ @SAWFISH_CFLAGS@
 LDFLAGS = -Wl,-rpath @SAWFISH_CLIENT_LIB_DIR@
 LDLIBS = @SAWFISH_CLIENT_LIB_DIR@/client.so @GTK_LIBS@ @SAWFISH_LIBS@ 
@IMAGE_LOADER_LIBS@
 
+
+
 all: sawfishpager pager.jlc
 
 %.jlc: %.jl
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to