Hello community,

here is the log from the commit of package libGLw for openSUSE:Factory checked 
in at 2012-06-10 20:17:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libGLw (Old)
 and      /work/SRC/openSUSE:Factory/.libGLw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libGLw", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libGLw/libGLw.changes    2012-06-05 
15:32:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libGLw.new/libGLw.changes       2012-06-10 
21:51:39.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jun  5 13:48:58 UTC 2012 - [email protected]
+
+- enable Motif support if %use_motif is set (currently done in
+  X11:XOrg, but likely planned also for openSUSE:Factory:NonFree
+  project)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libGLw.spec ++++++
--- /var/tmp/diff_new_pack.mhN0VO/_old  2012-06-10 21:51:40.000000000 +0200
+++ /var/tmp/diff_new_pack.mhN0VO/_new  2012-06-10 21:51:40.000000000 +0200
@@ -16,8 +16,15 @@
 #
 
 
+#%%define use_motif 0
+
 Name:           libGLw
+%if 0%{?use_motif} > 0
+%define lname  libGLwM1
+BuildRequires:  openmotif-devel
+%else
 %define lname  libGLw1
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(x11)
@@ -51,12 +58,20 @@
 Provides:       GLw1 = %version-%release
 Provides:       MesaGLw = %version-%release
 Obsoletes:      MesaGLw < %version-%release
+%if 0%{?use_motif} > 0
+Provides:       libGLw1 = %version-%release
+Obsoletes:      libGLw1 < %version-%release
+%endif
 
 %description -n %lname
 Xt/Motif OpenGL drawing area widget library shipped by the Mesa Project.
 
 %package devel
+%if 0%{?use_motif} > 0
+Requires:       libGLwM1 = %version
+%else
 Requires:       libGLw1 = %version
+%endif
 Requires:       pkgconfig(gl)
 Summary:        Libraries, includes and more to develop MesaGLw applications
 Group:          Development/Libraries/C and C++
@@ -76,7 +91,11 @@
 %setup -q -n glw-%{orgversion}
 
 %build
+%if 0%{?use_motif} > 0
+%configure --enable-motif
+%else
 %configure
+%endif
 make %{?_smp_mflags} OPT_FLAGS="$RPM_OPT_FLAGS"
 
 %install

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.mhN0VO/_old  2012-06-10 21:51:40.000000000 +0200
+++ /var/tmp/diff_new_pack.mhN0VO/_new  2012-06-10 21:51:40.000000000 +0200
@@ -2,3 +2,7 @@
 libGLw-devel
        requires -libGLw-<targettype>
        requires "libGLw1-<targettype> = <version>"
+libGLwM1
+libGLwM-devel
+       requires -libGLwM-<targettype>
+       requires "libGLwM1-<targettype> = <version>"

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

Reply via email to