SPECS: GConf2.spec, glib.spec, glib2.spec, glibmm.spec, gtkmm.spec...
witekfl
witekfl at pld-linux.org
Wed Jun 15 19:30:58 CEST 2005
Author: witekfl Date: Wed Jun 15 17:30:58 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- s/bcond_without static/bcond_without static_libs/
---- Files affected:
SPECS:
GConf2.spec (1.88 -> 1.89) , glib.spec (1.106 -> 1.107) , glib2.spec (1.105 -> 1.106) , glibmm.spec (1.27 -> 1.28) , gtkmm.spec (1.91 -> 1.92) , lib765.spec (1.14 -> 1.15) , libaal.spec (1.17 -> 1.18) , libao.spec (1.55 -> 1.56) , libart_lgpl.spec (1.30 -> 1.31) , libassetml.spec (1.6 -> 1.7) , libassuan.spec (1.16 -> 1.17) , libavc1394.spec (1.9 -> 1.10) , libax25.spec (1.22 -> 1.23) , libbonobo.spec (1.89 -> 1.90) , libbonobomm.spec (1.18 -> 1.19) , libbonoboui.spec (1.77 -> 1.78) , libbonobouimm.spec (1.19 -> 1.20) , libbtctl.spec (1.19 -> 1.20) , libburn.spec (1.3 -> 1.4) , libcapsinetwork.spec (1.14 -> 1.15) , libcdaudio.spec (1.9 -> 1.10) , libcddb.spec (1.10 -> 1.11) , libcdio.spec (1.17 -> 1.18) , libchipcard.spec (1.4 -> 1.5) , libsigc++.spec (1.62 -> 1.63) , openobex.spec (1.13 -> 1.14) , orbitcpp.spec (1.15 -> 1.16) , vcdimager.spec (1.29 -> 1.30) , libbinio.spec (1.6 -> 1.7) , libbio2jack.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/GConf2.spec
diff -u SPECS/GConf2.spec:1.88 SPECS/GConf2.spec:1.89
--- SPECS/GConf2.spec:1.88 Tue Jun 14 21:33:48 2005
+++ SPECS/GConf2.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static libraries
+%bcond_without static_libs # don't build static libraries
Summary: GNOME2 configuration database system
Summary(pl): System konfiguracyjnej bazy danych dla GNOME 2
Summary(pt_BR): Sistema de Configuraçăo do GNOME 2
@@ -97,7 +97,7 @@
%{__automake}
%configure \
--with-html-dir=%{_gtkdocdir} \
- %{!?with_static:--disable-static} \
+ %{!?with_static_libs:--disable-static} \
%ifarch ppc
--disable-gtk-doc
%else
@@ -149,7 +149,7 @@
%{_pkgconfigdir}/*.pc
%{_gtkdocdir}/gconf
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -161,6 +161,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.88 2005/06/14 19:33:48 witekfl
- renamed static_libs -> static
================================================================
Index: SPECS/glib.spec
diff -u SPECS/glib.spec:1.106 SPECS/glib.spec:1.107
--- SPECS/glib.spec:1.106 Tue Jun 14 21:33:48 2005
+++ SPECS/glib.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: Useful routines for 'C' programming
Summary(cs): Šikovná knihovna s funkcemi pro pomocné programy
Summary(da): Nyttige biblioteksfunktioner
@@ -108,7 +108,7 @@
%configure \
--enable-debug=%{?debug:yes}%{!?debug:minimum} \
--enable-threads \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -149,7 +149,7 @@
%{_infodir}/glib.info*
%{_mandir}/man1/glib-config.1.*
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -161,6 +161,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.107 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.106 2005/06/14 19:33:48 witekfl
- renamed static_libs -> static
================================================================
Index: SPECS/glib2.spec
diff -u SPECS/glib2.spec:1.105 SPECS/glib2.spec:1.106
--- SPECS/glib2.spec:1.105 Tue Jun 14 21:33:48 2005
+++ SPECS/glib2.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: Useful routines for 'C' programming
Summary(cs): Šikovná knihovna s funkcemi pro pomocné programy
Summary(da): Nyttige biblioteksfunktioner
@@ -154,7 +154,7 @@
--enable-static \
--enable-debug=%{?debug:yes} \
--enable-man \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -197,7 +197,7 @@
%{_aclocaldir}/*
%{_mandir}/man?/*
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -209,6 +209,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.106 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.105 2005/06/14 19:33:48 witekfl
- renamed static_libs -> static
================================================================
Index: SPECS/glibmm.spec
diff -u SPECS/glibmm.spec:1.27 SPECS/glibmm.spec:1.28
--- SPECS/glibmm.spec:1.27 Wed Jun 15 17:42:35 2005
+++ SPECS/glibmm.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: A C++ interface for glib library
Summary(pl): Interfejs C++ dla biblioteki glib
Name: glibmm
@@ -78,7 +78,7 @@
%configure \
--enable-fulldocs \
--enable-static \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -120,7 +120,7 @@
%{_gtkdocdir}/%{name}-2.4
%{_examplesdir}/%{name}-%{version}
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -132,6 +132,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.27 2005/06/15 15:42:35 witekfl
- added bcond_without static
================================================================
Index: SPECS/gtkmm.spec
diff -u SPECS/gtkmm.spec:1.91 SPECS/gtkmm.spec:1.92
--- SPECS/gtkmm.spec:1.91 Wed Jun 15 17:42:35 2005
+++ SPECS/gtkmm.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static libraries
+%bcond_without static_libs # don't build static libraries
%include /usr/lib/rpm/macros.perl
Summary: A C++ interface for the GTK+ (a GUI library for X)
Summary(pl): Wrapper C++ dla GTK+
@@ -175,7 +175,7 @@
%configure \
--enable-static=yes \
--enable-demos=no \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -220,7 +220,7 @@
%{_examplesdir}/%{name}-%{version}
%doc %{_datadir}/devhelp/books/gtkmm-2.4
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/libg[dt]kmm*.a
@@ -237,7 +237,7 @@
%{_pkgconfigdir}/atkmm*.pc
%{_includedir}/atkmm-1.6
-%if %{with static}
+%if %{with static_libs}
%files atk-static
%defattr(644,root,root,755)
%{_libdir}/libatkmm*.a
@@ -254,7 +254,7 @@
%{_pkgconfigdir}/pangomm*.pc
%{_includedir}/pangomm-1.4
-%if %{with static}
+%if %{with static_libs}
%files pango-static
%defattr(644,root,root,755)
%{_libdir}/libpangomm*.a
@@ -266,6 +266,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.92 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.91 2005/06/15 15:42:35 witekfl
- added bcond_without static
================================================================
Index: SPECS/lib765.spec
diff -u SPECS/lib765.spec:1.14 SPECS/lib765.spec:1.15
--- SPECS/lib765.spec:1.14 Tue Jun 14 21:33:48 2005
+++ SPECS/lib765.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: 765 FDC library
Summary(pl): Biblioteka FDC 765
Name: lib765
@@ -72,7 +72,7 @@
%{__autoheader}
%{__automake}
%configure \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -99,7 +99,7 @@
%{_libdir}/lib765.la
%{_includedir}/*.h
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -111,6 +111,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.14 2005/06/14 19:33:48 witekfl
- renamed static_libs -> static
================================================================
Index: SPECS/libaal.spec
diff -u SPECS/libaal.spec:1.17 SPECS/libaal.spec:1.18
--- SPECS/libaal.spec:1.17 Tue Jun 14 21:33:48 2005
+++ SPECS/libaal.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: Library for Reiser4 filesystem
Summary(pl): Bibloteka dla systemu plików Reiser4
Name: libaal
@@ -58,7 +58,7 @@
%{__automake}
%configure \
%{!?debug:--disable-debug} \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -86,7 +86,7 @@
%{_includedir}/*
%{_aclocaldir}/*.m4
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -98,6 +98,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.17 2005/06/14 19:33:48 witekfl
- renamed static_libs -> static
================================================================
Index: SPECS/libao.spec
diff -u SPECS/libao.spec:1.55 SPECS/libao.spec:1.56
--- SPECS/libao.spec:1.55 Wed Jun 15 08:01:14 2005
+++ SPECS/libao.spec Wed Jun 15 19:30:50 2005
@@ -5,7 +5,7 @@
%bcond_without arts # don't build aRts plugin
%bcond_without nas # don't build NAS plugin
%bcond_without polypaudio # don't build Polypaudio plugin
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
#
Summary: Cross Platform Audio Output Library
Summary(es): Biblioteca libao
@@ -186,7 +186,7 @@
%if %{without polypaudio}
--disable-polyp \
%endif
- --%{!?with_static:dis}%{?with_static:en}able-static
+ --%{!?with_static_libs:dis}%{?with_static_libs:en}able-static
%{__make}
@@ -223,7 +223,7 @@
%{_aclocaldir}/ao.m4
%{_pkgconfigdir}/*.pc
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -263,6 +263,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.56 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.55 2005/06/15 06:01:14 charles
- with OR without static
================================================================
Index: SPECS/libart_lgpl.spec
diff -u SPECS/libart_lgpl.spec:1.30 SPECS/libart_lgpl.spec:1.31
--- SPECS/libart_lgpl.spec:1.30 Tue Jun 14 21:49:46 2005
+++ SPECS/libart_lgpl.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: Library of graphics routines used by libgnomecanvas
Summary(pl): Biblioteka funkcji graficznych używanych przez libgnomecanvas
Name: libart_lgpl
@@ -61,7 +61,7 @@
%{__autoheader}
%{__automake}
%configure \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -90,7 +90,7 @@
%{_includedir}/libart-2.0
%{_pkgconfigdir}/*.pc
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -102,6 +102,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.30 2005/06/14 19:49:46 witekfl
- added bcond_without static
================================================================
Index: SPECS/libassetml.spec
diff -u SPECS/libassetml.spec:1.6 SPECS/libassetml.spec:1.7
--- SPECS/libassetml.spec:1.6 Tue Jun 14 21:59:03 2005
+++ SPECS/libassetml.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: Library assetml to share and reuse content like image and audio file
Summary(pl): Biblioteka assetml to współdzielenia zasobów typu obrazki i dźwięki
Name: libassetml
@@ -66,7 +66,7 @@
cp /usr/share/automake/config.sub .
%configure \
--enable-static \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -103,7 +103,7 @@
%{_pkgconfigdir}/libassetml.pc
%{_infodir}/*.info*
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -115,6 +115,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.6 2005/06/14 19:59:03 witekfl
- BR: tetex
- added bcond_without static
================================================================
Index: SPECS/libassuan.spec
diff -u SPECS/libassuan.spec:1.16 SPECS/libassuan.spec:1.17
--- SPECS/libassuan.spec:1.16 Tue Jun 14 22:02:53 2005
+++ SPECS/libassuan.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static #don't build static library
+%bcond_without static_libs #don't build static library
Summary: Assuan - an IPC library for non-persistent servers
Summary(pl): Assuan - biblioteka IPC dla serwerów nie działających ciągle
Name: libassuan
@@ -67,7 +67,7 @@
%{__autoheader}
%{__automake}
%configure \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -102,7 +102,7 @@
%{_aclocaldir}/*.m4
%{_infodir}/*.info*
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -114,6 +114,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.16 2005/06/14 20:02:53 witekfl
- added bcond_without static
================================================================
Index: SPECS/libavc1394.spec
diff -u SPECS/libavc1394.spec:1.9 SPECS/libavc1394.spec:1.10
--- SPECS/libavc1394.spec:1.9 Wed Jun 15 17:42:35 2005
+++ SPECS/libavc1394.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: Programming interface to the 1394 AV/C specification
Summary(pl): Interfejs programistyczny do specyfikacji 1394 AV/C
Name: libavc1394
@@ -72,7 +72,7 @@
%{__autoheader}
%{__automake}
%configure \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -101,7 +101,7 @@
%{_includedir}/libavc1394
%{_pkgconfigdir}/libavc1394.pc
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -113,6 +113,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.9 2005/06/15 15:42:35 witekfl
- added bcond_without static
================================================================
Index: SPECS/libax25.spec
diff -u SPECS/libax25.spec:1.22 SPECS/libax25.spec:1.23
--- SPECS/libax25.spec:1.22 Wed Jun 15 17:42:35 2005
+++ SPECS/libax25.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: ax25 libraries for hamradio applications
Summary(pl): Biblioteki ax25 dla aplikacji hamradio
Name: libax25
@@ -58,7 +58,7 @@
%{__autoconf}
%{__automake}
%configure \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
%install
@@ -91,7 +91,7 @@
%{_mandir}/man3/*
%{_includedir}/netax25/*
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/libax25*.a
@@ -103,6 +103,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.22 2005/06/15 15:42:35 witekfl
- added bcond_without static
================================================================
Index: SPECS/libbonobo.spec
diff -u SPECS/libbonobo.spec:1.89 SPECS/libbonobo.spec:1.90
--- SPECS/libbonobo.spec:1.89 Wed Jun 15 17:42:35 2005
+++ SPECS/libbonobo.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: Library for compound documents in GNOME
Summary(pl): Biblioteka do łączenia dokumentów w GNOME
Summary(pt_BR): Biblioteca para documentos compostos no GNOME
@@ -95,7 +95,7 @@
%configure \
--enable-gtk-doc \
--with-html-dir=%{_gtkdocdir} \
- %{!?with_static:--disable-static}
+ %{!?with_static_libs:--disable-static}
%{__make}
@@ -156,7 +156,7 @@
%{_gtkdocdir}/%{name}
%{_gtkdocdir}/bonobo-activation
-%if %{with static}
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/lib*.a
@@ -168,6 +168,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.90 2005/06/15 17:30:50 witekfl
+- s/bcond_without static/bcond_without static_libs/
+
Revision 1.89 2005/06/15 15:42:35 witekfl
- added bcond_without static
================================================================
Index: SPECS/libbonobomm.spec
diff -u SPECS/libbonobomm.spec:1.18 SPECS/libbonobomm.spec:1.19
--- SPECS/libbonobomm.spec:1.18 Wed Jun 15 17:42:35 2005
+++ SPECS/libbonobomm.spec Wed Jun 15 19:30:50 2005
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-%bcond_without static # don't build static library
+%bcond_without static_libs # don't build static library
Summary: A C++ interface for the libbonobo
Summary(pl): Interfejs C++ dla libbonobo
Name: libbonobomm
@@ -68,7 +68,7 @@
%{__automake}
%configure \
--enable-static \
- %{!?with_static:--disable-static}
<<Diff was trimmed, longer than 597 lines>>
---- CVS-web:
http://cvs.pld-linux.org/SPECS/GConf2.spec?r1=1.88&r2=1.89&f=u
http://cvs.pld-linux.org/SPECS/glib.spec?r1=1.106&r2=1.107&f=u
http://cvs.pld-linux.org/SPECS/glib2.spec?r1=1.105&r2=1.106&f=u
http://cvs.pld-linux.org/SPECS/glibmm.spec?r1=1.27&r2=1.28&f=u
http://cvs.pld-linux.org/SPECS/gtkmm.spec?r1=1.91&r2=1.92&f=u
http://cvs.pld-linux.org/SPECS/lib765.spec?r1=1.14&r2=1.15&f=u
http://cvs.pld-linux.org/SPECS/libaal.spec?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/SPECS/libao.spec?r1=1.55&r2=1.56&f=u
http://cvs.pld-linux.org/SPECS/libart_lgpl.spec?r1=1.30&r2=1.31&f=u
http://cvs.pld-linux.org/SPECS/libassetml.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/libassuan.spec?r1=1.16&r2=1.17&f=u
http://cvs.pld-linux.org/SPECS/libavc1394.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/SPECS/libax25.spec?r1=1.22&r2=1.23&f=u
http://cvs.pld-linux.org/SPECS/libbonobo.spec?r1=1.89&r2=1.90&f=u
http://cvs.pld-linux.org/SPECS/libbonobomm.spec?r1=1.18&r2=1.19&f=u
http://cvs.pld-linux.org/SPECS/libbonoboui.spec?r1=1.77&r2=1.78&f=u
http://cvs.pld-linux.org/SPECS/libbonobouimm.spec?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/SPECS/libbtctl.spec?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/SPECS/libburn.spec?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SPECS/libcapsinetwork.spec?r1=1.14&r2=1.15&f=u
http://cvs.pld-linux.org/SPECS/libcdaudio.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/SPECS/libcddb.spec?r1=1.10&r2=1.11&f=u
http://cvs.pld-linux.org/SPECS/libcdio.spec?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/SPECS/libchipcard.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/SPECS/libsigc++.spec?r1=1.62&r2=1.63&f=u
http://cvs.pld-linux.org/SPECS/openobex.spec?r1=1.13&r2=1.14&f=u
http://cvs.pld-linux.org/SPECS/orbitcpp.spec?r1=1.15&r2=1.16&f=u
http://cvs.pld-linux.org/SPECS/vcdimager.spec?r1=1.29&r2=1.30&f=u
http://cvs.pld-linux.org/SPECS/libbinio.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/libbio2jack.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list