Hello community,

here is the log from the commit of package scrot for openSUSE:Factory checked 
in at 2015-07-14 17:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scrot (Old)
 and      /work/SRC/openSUSE:Factory/.scrot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scrot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scrot/scrot.changes      2014-11-10 
17:28:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.scrot.new/scrot.changes 2015-07-14 
17:45:41.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 26 20:14:30 UTC 2015 - [email protected]
+
+- Change Description
+- Add sed, Fix paths and includes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scrot.spec ++++++
--- /var/tmp/diff_new_pack.qzgWWC/_old  2015-07-14 17:45:41.000000000 +0200
+++ /var/tmp/diff_new_pack.qzgWWC/_new  2015-07-14 17:45:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scrot
 #
-# Copyright (c) 2014 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
@@ -41,7 +41,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-A nice and straightforward screen capture utility.
+A nice and straightforward screen capture utility implementing
+the dynamic loaders of imlib2.
 
 %prep
 %setup -q
@@ -54,18 +55,23 @@
 %patch7 -p1
 %patch8 -p1
 
+# SED-FIX-FIX-OPENSUSE -- Fix paths
+sed -i -e 's|$(prefix)/doc/scrot|%{_defaultdocdir}/%{name}|' Makefile.in
+
+# SED-FIX-FIX-OPENSUSE -- Fix includes
+sed -i -e 's|/usr/X11R6/include|-I$(prefix)/include|' src/Makefile.in
+
 %build
 %configure
 make %{?_smp_mflags}
 
 %install
 %make_install
-rm -rf %{buildroot}%{_prefix}/doc
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README TODO
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog


Reply via email to