Hello community,

here is the log from the commit of package devilspie for openSUSE:Factory
checked in at Fri Sep 9 13:34:44 CEST 2011.



--------
--- GNOME/devilspie/devilspie.changes   2011-06-05 22:23:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/devilspie/devilspie.changes    2011-09-09 
11:55:47.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep  9 09:52:50 UTC 2011 - [email protected]
+
+- build with --no-copy-dt-needed-entries
+  * no-copy-dt-needed-entries.patch
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  devilspie-no-copy-dt-needed-entries.patch

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

Other differences:
------------------
++++++ devilspie.spec ++++++
--- /var/tmp/diff_new_pack.qQPNjA/_old  2011-09-09 13:34:40.000000000 +0200
+++ /var/tmp/diff_new_pack.qQPNjA/_new  2011-09-09 13:34:40.000000000 +0200
@@ -21,16 +21,20 @@
 Name:           devilspie
 Summary:        Window-Matching Utility
 Version:        0.22
-Release:        13
+Release:        15
 License:        GPLv2+
 Group:          System/X11/Utilities
 Url:            http://www.burtonini.com/blog/computers/devilspie
 Source0:        %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM devilspie-no-disable-deprecated.patch bgo#636890 
[email protected] -- Accept usage of deprecated API. Not really the right fix 
for upstream, though. But certainly good enough for a package.
 Patch0:         devilspie-no-disable-deprecated.patch
+# feel free to improve following patch and please upstream it
+Patch1:         devilspie-no-copy-dt-needed-entries.patch
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  translation-update-upstream
+# added because of autoreconf -fi (GNOME_COMPILE_WARNINGS macro)
+BuildRequires:  gnome-common
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       %{name}-lang = %{version}
 
@@ -44,8 +48,11 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
 
 %build
+# autoreconf added because of no-copy-dt-needed-entries.patch
+autoreconf -fi
 %configure
 %__make %{?jobs:-j%jobs}
 

++++++ devilspie-no-copy-dt-needed-entries.patch ++++++
Index: devilspie-0.22/src/Makefile.am
===================================================================
--- devilspie-0.22.orig/src/Makefile.am
+++ devilspie-0.22/src/Makefile.am
@@ -43,4 +43,4 @@ AM_CPPFLAGS = \
 
 AM_CFLAGS = @WARN_CFLAGS@
 
-LDADD = ${WNCK_LIBS}
+LDADD = ${WNCK_LIBS} -lX11

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to