SPECS: xsensors.spec (NEW) - new by Piotr Grymkowski carnage2 at ...

2006-11-13 Thread megabajt
Author: megabajt Date: Mon Nov 13 18:24:48 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new by Piotr Grymkowski carnage2 at go2.pl

 Files affected:
SPECS:
   xsensors.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/xsensors.spec
diff -u /dev/null SPECS/xsensors.spec:1.1
--- /dev/null   Mon Nov 13 19:24:48 2006
+++ SPECS/xsensors.spec Mon Nov 13 19:24:43 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:   Display all related information from motherboard sensors
+Summary(pl):   Program, który wyświetla informacje z czujników płyty głównej
+Name:  xsensors
+Version:   0.50
+Release:   1
+License:   GPL
+Group: X11/Applications
+Source0:   http://www.linuxhardware.org/xsensors/%{name}-%{version}.tar.gz
+# Source0-md5: 3c80057bf8cc2d2f9803a496e7bc6e78
+URL:   http://www.linuxhardware.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel = 2:2.6.0
+BuildRequires: libtool
+BuildRequires: lm_sensors-devel = 2.9.1
+BuildRequires: pkgconfig
+Requires:  lm_sensors = 2.9.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Xsensors is a GTK+2 program designed to display all the related
+information from motherboard sensors.
+
+%description -l pl
+Jest to program napisany przy użyciu GTK+2 służący do wyświetlania
+informacji na temat stanu płyty głownej.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_bindir}/xsensors
+%dir %{_pixmapsdir}/xsensors
+%{_pixmapsdir}/xsensors/*.xpm
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team [EMAIL PROTECTED]
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/13 18:24:43  megabajt
+- new by Piotr Grymkowski carnage2 at go2.pl
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-wavelan-plugin.spec - up to 0.5.3 by Piotr Grymkowski...

2006-11-13 Thread megabajt
Author: megabajt Date: Mon Nov 13 19:00:54 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.5.3 by Piotr Grymkowski carnage2 at go2.pl

 Files affected:
SPECS:
   xfce4-wavelan-plugin.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/xfce4-wavelan-plugin.spec
diff -u SPECS/xfce4-wavelan-plugin.spec:1.7 SPECS/xfce4-wavelan-plugin.spec:1.8
--- SPECS/xfce4-wavelan-plugin.spec:1.7 Wed Mar  9 10:09:51 2005
+++ SPECS/xfce4-wavelan-plugin.spec Mon Nov 13 20:00:49 2006
@@ -2,16 +2,21 @@
 Summary:   A wavelan plugin for the Xfce panel
 Summary(pl):   Wtyczka sieci radiowych dla panelu Xfce
 Name:  xfce4-wavelan-plugin
-Version:   0.4.1
-Release:   2
+Version:   0.5.3
+Release:   1
 License:   GPL
 Group: X11/Applications
-Source0:   
http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-# Source0-md5: 0467e03696e88c4a8c81873e907a3972
-URL:   http://xfce-goodies.berlios.de/
+Source0:   
http://goodies.xfce.org/releases/xfce4-wavelan-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5: 7fb068184b08d6b5bd7bc6d7e4369971
+URL:   
http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: perl-XML-Parser
+BuildRequires: perl-modules
 BuildRequires: pkgconfig
-BuildRequires: xfce4-panel-devel = 4.0.0
-Requires:  xfce4-panel = 4.0.0
+BuildRequires: xfce4-panel-devel = 4.3.90.2
+Requires:  xfce4-panel = 4.3.90.2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,6 +31,11 @@
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
--disable-static
 
@@ -39,13 +49,16 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*
+%{_datadir}/xfce4/panel-plugins/*.desktop
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -53,6 +66,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/11/13 19:00:49  megabajt
+- up to 0.5.3 by Piotr Grymkowski carnage2 at go2.pl
+
 Revision 1.7  2005/03/09 09:09:51  havner
 - rel up for rebuild with xfce 4.2
 
@@ -70,4 +86,3 @@
 
 Revision 1.2  2004/07/13 18:32:39  qboosh
 - cosmetics, Log fix
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/xfce4-wavelan-plugin.spec?r1=1.7r2=1.8f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ERRORS: xfce4-diskperf-plugin-2.0.tar.bz2

2006-11-14 Thread megabajt
FATAL: 
http://goodies.xfce.org/releases/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.0.tar.bz2
 md5 mismatch, needed e47c87e98de21b8c8b75680f7c1b491d, got 
be819b14db68369f541a02f9a27e9dc5

Files fetched: 0



-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ERRORS: xfce4-diskperf-plugin-2.0.tar.bz2

2006-11-14 Thread megabajt
FATAL: 
http://goodies.xfce.org/releases/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.0.tar.bz2
 md5 mismatch, needed e47c87e98de21b8c8b75680f7c1b491d, got 
be819b14db68369f541a02f9a27e9dc5

Files fetched: 0



-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xfce4-diskperf-plugin-2.0.tar.bz2

2006-11-14 Thread megabajt

Files fetched: 1

STORED: 
http://goodies.xfce.org/releases/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.0.tar.bz2
be819b14db68369f541a02f9a27e9dc5  xfce4-diskperf-plugin-2.0.tar.bz2
Size: 109199 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-diskperf-plugin.spec - up to 2.0 by Piotr Grymkowski ...

2006-11-14 Thread megabajt
Author: megabajt Date: Tue Nov 14 16:34:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.0 by Piotr Grymkowski carnage2 at go2.pl

 Files affected:
SPECS:
   xfce4-diskperf-plugin.spec (1.11 - 1.12) 

 Diffs:


Index: SPECS/xfce4-diskperf-plugin.spec
diff -u SPECS/xfce4-diskperf-plugin.spec:1.11 
SPECS/xfce4-diskperf-plugin.spec:1.12
--- SPECS/xfce4-diskperf-plugin.spec:1.11   Mon Jun  6 23:53:46 2005
+++ SPECS/xfce4-diskperf-plugin.specTue Nov 14 17:34:45 2006
@@ -2,19 +2,21 @@
 Summary:   Disk performance Xfce panel plugin
 Summary(pl):   Wtyczka wydajności dysku dla panelu Xfce
 Name:  xfce4-diskperf-plugin
-Version:   1.5
-Release:   3
+Version:   2.0
+Release:   0.1
 License:   BSD-like (see COPYING)
 Group: X11/Applications
-Source0:   
http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-# Source0-md5: cb1b2637166b8a4355b3df85e593640f
-URL:   http://xfce-goodies.berlios.de/
+Source0:   
http://goodies.xfce.org/releases/xfce4-diskperf-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5: e47c87e98de21b8c8b75680f7c1b491d
+URL:   
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
+BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libxfce4util-devel = 3.99
-BuildRequires: libxfcegui4-devel = 3.99
+BuildRequires: libtool
+BuildRequires: libxfce4util-devel = 4.3.90.1
+BuildRequires: libxfcegui4-devel = 4.3.90.1
 BuildRequires: pkgconfig
-BuildRequires: xfce4-panel-devel = 3.99
-Requires:  xfce4-panel = 3.99
+BuildRequires: xfce4-panel-devel = 4.3.90.1
+Requires:  xfce4-panel = 4.3.90.1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,6 +38,11 @@
 
 %build
 cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
--disable-static
 
@@ -55,7 +62,8 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*
+%{_datadir}/xfce4/panel-plugins/*.desktop
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -63,6 +71,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2006/11/14 16:34:45  megabajt
+- up to 2.0 by Piotr Grymkowski carnage2 at go2.pl
+
 Revision 1.11  2005/06/06 21:53:46  zbyniu
 - BR: automake
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/xfce4-diskperf-plugin.spec?r1=1.11r2=1.12f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: xfce4-diskperf-plugin-libtool.patch (NEW) - use libtool t...

2006-11-14 Thread megabajt
Author: megabajt Date: Tue Nov 14 16:52:38 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- use libtool to linking

 Files affected:
SOURCES:
   xfce4-diskperf-plugin-libtool.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/xfce4-diskperf-plugin-libtool.patch
diff -u /dev/null SOURCES/xfce4-diskperf-plugin-libtool.patch:1.1
--- /dev/null   Tue Nov 14 17:52:38 2006
+++ SOURCES/xfce4-diskperf-plugin-libtool.patch Tue Nov 14 17:52:31 2006
@@ -0,0 +1,11 @@
+diff -urN xfce4-diskperf-plugin-2.0/configure.ac 
xfce4-diskperf-plugin-2.0.new/configure.ac
+--- xfce4-diskperf-plugin-2.0/configure.ac 2006-11-14 17:13:53.0 
+0100
 xfce4-diskperf-plugin-2.0.new/configure.ac 2006-11-14 17:13:32.0 
+0100
+@@ -24,6 +24,7 @@
+ dnl Check for basic programs
+ AC_PROG_CC
+ AC_PROG_INSTALL
++AC_PROG_LIBTOOL
+ AC_PROG_INTLTOOL
+ 
+ dnl Check for standard header files

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: xfce4-diskperf-plugin-bug1842.patch (NEW) - fix 1842 bug ...

2006-11-14 Thread megabajt
Author: megabajt Date: Tue Nov 14 16:54:32 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix 1842 bug (http://bugzilla.xfce.org/show_bug.cgi?id=1842)

 Files affected:
SOURCES:
   xfce4-diskperf-plugin-bug1842.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/xfce4-diskperf-plugin-bug1842.patch
diff -u /dev/null SOURCES/xfce4-diskperf-plugin-bug1842.patch:1.1
--- /dev/null   Tue Nov 14 17:54:32 2006
+++ SOURCES/xfce4-diskperf-plugin-bug1842.patch Tue Nov 14 17:54:27 2006
@@ -0,0 +1,53 @@
+diff -Nur xfce4-diskperf-plugin-2.0/panel-plugin/main.c 
xfce4-diskperf-plugin-2.0.new/panel-plugin/main.c
+--- xfce4-diskperf-plugin-2.0/panel-plugin/main.c  2005-10-11 
22:18:15.0 +0300
 xfce4-diskperf-plugin-2.0.new/panel-plugin/main.c  2006-10-07 
10:15:34.0 +0300
+@@ -141,6 +141,8 @@
+ 
+   /**/
+ 
++static int timerNeedsUpdate = 0;
++
+ static int DisplayPerf (struct diskperf_t *p_poPlugin)
+  /* Get the last disk perfomance data, compute the statistics and update
+ the panel-docked monitor bars */
+@@ -273,6 +275,12 @@
+ 
+ DisplayPerf (poPlugin);
+ 
++if (timerNeedsUpdate) {
++g_source_remove (poPlugin-iTimerId);
++poPlugin-iTimerId = 0;
++timerNeedsUpdate = 0;
++}
++
+ if (!poPlugin-iTimerId)
+ poPlugin-iTimerId = g_timeout_add (poConf-iPeriod_ms,
+   (GSourceFunc) SetTimer, poPlugin);
+@@ -773,6 +781,7 @@
+ struct param_t *poConf = (poPlugin-oConf.oParam);
+ float   r;
+ 
++timerNeedsUpdate = 1;
+ TRACE (SetPeriod()\n);
+ r = gtk_spin_button_get_value (GTK_SPIN_BUTTON (p_wSc));
+ poConf-iPeriod_ms = (r * 1000) + 0.5;/* rounded */
+@@ -1096,8 +1105,6 @@
+ {
+ diskperf_t *diskperf = diskperf_create_control (plugin);
+ 
+-diskperf_read_config (plugin, diskperf);
+-
+ g_signal_connect (plugin, free-data, G_CALLBACK (diskperf_free), 
+   diskperf);
+ 
+@@ -1120,7 +1127,9 @@
+ gtk_container_add (GTK_CONTAINER (plugin), diskperf-oMonitor.wEventBox);
+ 
+ CreateMonitorBars (diskperf, xfce_panel_plugin_get_orientation (plugin));
+-
++
++diskperf_read_config (plugin, diskperf);
++DevPerfInit();
+ SetTimer (diskperf);
+ }
+ 

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-diskperf-plugin.spec - added libtool patch - resolve ...

2006-11-14 Thread megabajt
Author: megabajt Date: Tue Nov 14 16:58:05 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added libtool patch
- resolve 1842 Xfce bug (bug1842 patch)
- rel. 1

 Files affected:
SPECS:
   xfce4-diskperf-plugin.spec (1.12 - 1.13) 

 Diffs:


Index: SPECS/xfce4-diskperf-plugin.spec
diff -u SPECS/xfce4-diskperf-plugin.spec:1.12 
SPECS/xfce4-diskperf-plugin.spec:1.13
--- SPECS/xfce4-diskperf-plugin.spec:1.12   Tue Nov 14 17:34:45 2006
+++ SPECS/xfce4-diskperf-plugin.specTue Nov 14 17:58:00 2006
@@ -3,11 +3,13 @@
 Summary(pl):   Wtyczka wydajności dysku dla panelu Xfce
 Name:  xfce4-diskperf-plugin
 Version:   2.0
-Release:   0.1
+Release:   1
 License:   BSD-like (see COPYING)
 Group: X11/Applications
 Source0:   
http://goodies.xfce.org/releases/xfce4-diskperf-plugin/%{name}-%{version}.tar.bz2
 # Source0-md5: e47c87e98de21b8c8b75680f7c1b491d
+Patch0:%{name}-libtool.patch
+Patch1:%{name}-bug1842.patch
 URL:   
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
 BuildRequires: autoconf
 BuildRequires: automake
@@ -35,6 +37,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -71,6 +75,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2006/11/14 16:58:00  megabajt
+- added libtool patch
+- resolve 1842 Xfce bug (bug1842 patch)
+- rel. 1
+
 Revision 1.12  2006/11/14 16:34:45  megabajt
 - up to 2.0 by Piotr Grymkowski carnage2 at go2.pl
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/xfce4-diskperf-plugin.spec?r1=1.12r2=1.13f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-diskperf-plugin.spec - updated md5

2006-11-14 Thread megabajt
Author: megabajt Date: Tue Nov 14 18:03:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated md5

 Files affected:
SPECS:
   xfce4-diskperf-plugin.spec (1.13 - 1.14) 

 Diffs:


Index: SPECS/xfce4-diskperf-plugin.spec
diff -u SPECS/xfce4-diskperf-plugin.spec:1.13 
SPECS/xfce4-diskperf-plugin.spec:1.14
--- SPECS/xfce4-diskperf-plugin.spec:1.13   Tue Nov 14 17:58:00 2006
+++ SPECS/xfce4-diskperf-plugin.specTue Nov 14 19:03:28 2006
@@ -7,7 +7,7 @@
 License:   BSD-like (see COPYING)
 Group: X11/Applications
 Source0:   
http://goodies.xfce.org/releases/xfce4-diskperf-plugin/%{name}-%{version}.tar.bz2
-# Source0-md5: e47c87e98de21b8c8b75680f7c1b491d
+# Source0-md5: be819b14db68369f541a02f9a27e9dc5
 Patch0:%{name}-libtool.patch
 Patch1:%{name}-bug1842.patch
 URL:   
http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin
@@ -75,6 +75,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.14  2006/11/14 18:03:28  megabajt
+- updated md5
+
 Revision 1.13  2006/11/14 16:58:00  megabajt
 - added libtool patch
 - resolve 1842 Xfce bug (bug1842 patch)


 CVS-web:

http://cvs.pld-linux.org/SPECS/xfce4-diskperf-plugin.spec?r1=1.13r2=1.14f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-utils-2.16.2.tar.bz2

2006-11-15 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/gnome-utils/2.16/gnome-utils-2.16.2.tar.bz2
4e70e667a78fc5bee4a4b8f2f3ae8440  gnome-utils-2.16.2.tar.bz2
Size: 3369888 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: eel-2.16.1.tar.bz2

2006-11-15 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/gnome/sources/eel/2.16/eel-2.16.1.tar.bz2
d1773bbc17830e2ec9284dbbf7d02224  eel-2.16.1.tar.bz2
Size: 673658 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gnome-utils.spec - up to 2.16.2

2006-11-15 Thread megabajt
Author: megabajt Date: Wed Nov 15 18:24:30 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.2

 Files affected:
SPECS:
   gnome-utils.spec (1.146 - 1.147) 

 Diffs:


Index: SPECS/gnome-utils.spec
diff -u SPECS/gnome-utils.spec:1.146 SPECS/gnome-utils.spec:1.147
--- SPECS/gnome-utils.spec:1.146Tue Oct  3 19:31:46 2006
+++ SPECS/gnome-utils.spec  Wed Nov 15 19:24:24 2006
@@ -6,16 +6,16 @@
 Summary(uk):   őÔÉĚŚÔÉ GNOME, ÔÁËŚ ŃË ĐĎŰŐË ĆÁĘĚŚ× ÔÁ ËÁĚŘËŐĚŃÔĎŇ
 Summary(zh_CN):GNOMEÓŚÓĂłĚĐňźŻ
 Name:  gnome-utils
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 Epoch: 1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-utils/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: fa07bc6c19468d2a5e7b8713a7ffe9eb
+# Source0-md5: 4e70e667a78fc5bee4a4b8f2f3ae8440
 Patch0:%{name}-desktop.patch
 URL:   http://www.gnome.org/
-BuildRequires: GConf2-devel = 2.14.0
+BuildRequires: GConf2-devel = 2.16.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
@@ -23,23 +23,23 @@
 BuildRequires: gnome-common = 2.12.0
 BuildRequires: gnome-desktop-devel = 2.16.1
 BuildRequires: gnome-panel-devel = 2.16.1
-BuildRequires: gnome-vfs2-devel = 2.16.1
+BuildRequires: gnome-vfs2-devel = 2.16.2
 BuildRequires: hal-devel = 0.5.7.1
 BuildRequires: intltool = 0.35
 BuildRequires: libglade2-devel = 1:2.6.0
 BuildRequires: libgtop-devel = 2.14.4
 BuildRequires: libgnomeprintui-devel = 2.12.1
-BuildRequires: libgnomeui-devel = 2.16.0
+BuildRequires: libgnomeui-devel = 2.16.1
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
 BuildRequires: rpmbuild(macros) = 1.311
 BuildRequires: scrollkeeper = 0.3.11
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): scrollkeeper
-Requires:  gnome-vfs2 = 2.16.1
-Requires:  libgnomeui = 2.16.0
+Requires:  gnome-vfs2 = 2.16.2
+Requires:  libgnomeui = 2.16.1
 Obsoletes: gnome
 Obsoletes: gnome-admin
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -122,8 +122,8 @@
 Summary:   Graphical directory tree analyzer
 Summary(pl):   Graficzny analizator drzew katalogów
 Group: X11/Applications
-Requires(post,preun):  GConf2 = 2.14.0
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,preun):  GConf2 = 2.16.0
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 Obsoletes: baobab
@@ -138,8 +138,8 @@
 Summary:   Online dictionary
 Summary(pl):   Słownik online
 Group: X11/Applications
-Requires(post,preun):  GConf2 = 2.14.0
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,preun):  GConf2 = 2.16.0
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 Provides:  gnome-utils-dict
@@ -159,7 +159,7 @@
 Summary:   GNOME floppy formatter
 Summary(pl):   Formater dyskietek dla GNOME
 Group: X11/Applications
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
@@ -175,7 +175,7 @@
 Summary:   System log viewer for GNOME
 Summary(pl):   Przeglądarka logów systemowych dla GNOME
 Group: X11/Applications
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 Conflicts: gnome-utils = 0:2.10.0-1
@@ -190,7 +190,7 @@
 Summary:   GNOME search tool
 Summary(pl):   Narzędzie wyszukujące dla GNOME
 Group: X11/Applications
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 Conflicts: gnome-utils = 0:2.10.0-1
@@ -205,7 +205,7 @@
 Summary:   Screenshot utility
 Summary(pl):   Narzędzie do robienia zrzutów ekranu
 Group: X11/Applications
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 Conflicts: gnome-utils = 0:2.10.0-1
@@ -352,6 +352,7 @@
 %{_mandir}/man1/baobab*
 %dir %{_omf_dest_dir}/baobab
 %{_omf_dest_dir}/baobab/baobab-C.omf
+%lang(fr) %{_omf_dest_dir}/baobab/baobab-fr.omf
 %lang(sv) %{_omf_dest_dir}/baobab/baobab-sv.omf
 %{_sysconfdir}/gconf/schemas/baobab.schemas
 
@@ -436,6 +437,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.147  2006/11/15 18:24:24  megabajt
+- up

SPECS: eel.spec - up to 2.16.1

2006-11-15 Thread megabajt
Author: megabajt Date: Wed Nov 15 18:58:34 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.1

 Files affected:
SPECS:
   eel.spec (1.90 - 1.91) 

 Diffs:


Index: SPECS/eel.spec
diff -u SPECS/eel.spec:1.90 SPECS/eel.spec:1.91
--- SPECS/eel.spec:1.90 Fri Oct  6 00:01:56 2006
+++ SPECS/eel.spec  Wed Nov 15 19:58:29 2006
@@ -3,36 +3,36 @@
 Summary(pl):   Biblioteka rozszerzeń Eazel
 Summary(ko):   Eazel ČŽŔĺ śóŔ̺ꡯ¸Ž
 Name:  eel
-Version:   2.16.0
+Version:   2.16.1
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/eel/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: 7403a91bd27979f7513b9e9325e1d890
+# Source0-md5: d1773bbc17830e2ec9284dbbf7d02224
 URL:   http://nautilus.eazel.com/
-BuildRequires: GConf2-devel = 2.14.0
+BuildRequires: GConf2-devel = 2.16.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: fam-devel
 BuildRequires: freetype-devel = 2.1.4
-BuildRequires: gail-devel = 1.9.2
+BuildRequires: gail-devel = 1.9.3
 BuildRequires: gettext-devel
-BuildRequires: gnome-desktop-devel = 2.15.92
-BuildRequires: gnome-menus-devel = 2.15.91
-BuildRequires: gnome-vfs2-devel = 2.16.0
-BuildRequires: gtk+2-devel = 2:2.10.2
-BuildRequires: intltool = 0.35
+BuildRequires: gnome-desktop-devel = 2.16.1
+BuildRequires: gnome-menus-devel = 2.16.0
+BuildRequires: gnome-vfs2-devel = 2.16.2
+BuildRequires: gtk+2-devel = 2:2.10.6
+BuildRequires: intltool = 0.35.0
 BuildRequires: libart_lgpl-devel = 2.3.17
 BuildRequires: libglade2-devel = 1:2.6.0
-BuildRequires: libgnomeui-devel = 2.16.0
+BuildRequires: libgnomeui-devel = 2.16.1
 BuildRequires: libpng-devel = 1.2.12
 BuildRequires: librsvg-devel = 1:2.16.0
 BuildRequires: libtool
-BuildRequires: libxml2-devel = 1:2.6.26
+BuildRequires: libxml2-devel = 1:2.6.27
 BuildRequires: perl-base
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) = 1.197
-Requires:  libgnomeui = 2.16.0
+Requires:  libgnomeui = 2.16.1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,11 +47,11 @@
 Summary(pl):   Biblioteki i nagłówki potrzebne do programowania z użyciem Eel
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  gail-devel = 1.9.2
-Requires:  gnome-desktop-devel = 2.15.92
-Requires:  gnome-menus-devel = 2.15.91
-Requires:  gnome-vfs2-devel = 2.16.0
-Requires:  libgnomeui-devel = 2.16.0
+Requires:  gail-devel = 1.9.3
+Requires:  gnome-desktop-devel = 2.16.1
+Requires:  gnome-menus-devel = 2.16.0
+Requires:  gnome-vfs2-devel = 2.16.2
+Requires:  libgnomeui-devel = 2.16.1
 
 %description devel
 This package provides the necessary development libraries and include
@@ -123,6 +123,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.91  2006/11/15 18:58:29  megabajt
+- up to 2.16.1
+
 Revision 1.90  2006/10/05 22:01:56  grzegol
 - package ug lang files (languages added in glibc-2.5)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/eel.spec?r1=1.90r2=1.91f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xfce4-xkb-plugin-0.4.1.tar.gz

2006-11-17 Thread megabajt

Files fetched: 1

STORED: 
http://goodies.xfce.org/releases/xfce4-xkb-plugin/xfce4-xkb-plugin-0.4.1.tar.gz
b74327c8b61898d7ecf6e431fd209d34  xfce4-xkb-plugin-0.4.1.tar.gz
Size: 400233 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-xkb-plugin.spec - up to 0.4.1

2006-11-17 Thread megabajt
Author: megabajt Date: Fri Nov 17 18:51:30 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.4.1

 Files affected:
SPECS:
   xfce4-xkb-plugin.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/xfce4-xkb-plugin.spec
diff -u SPECS/xfce4-xkb-plugin.spec:1.3 SPECS/xfce4-xkb-plugin.spec:1.4
--- SPECS/xfce4-xkb-plugin.spec:1.3 Sat Nov 27 20:13:03 2004
+++ SPECS/xfce4-xkb-plugin.spec Fri Nov 17 19:51:25 2006
@@ -2,17 +2,19 @@
 Summary:   Displays and switched the current keyboard layout
 Summary(pl):   Wyświetlanie i przełączanie bieżącego układu klawiatury
 Name:  xfce4-xkb-plugin
-Version:   0.3.2
-Release:   2
+Version:   0.4.1
+Release:   1
 License:   BSD-like
 Group: X11/Applications
-Source0:   
http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-# Source0-md5: b233819d685ab3b7f4a47c2da9fb6936
-URL:   http://xfce-goodies.berlios.de/
+Source0:   
http://goodies.xfce.org/releases/xfce4-xkb-plugin/%{name}-%{version}.tar.gz
+# Source0-md5: b74327c8b61898d7ecf6e431fd209d34
+URL:   http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
+BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: xfce4-panel-devel = 4.0
-Requires:  xfce4-panel = 4.0
+BuildRequires: xfce4-dev-tools = 4.3.90.1
+BuildRequires: xfce4-panel-devel = 4.3.90.1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,7 +31,11 @@
 %setup -q
 
 %build
-cp -f %{_datadir}/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
--disable-static
 
@@ -43,13 +49,16 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-xkb-plugin
+%{_datadir}/xfce4/panel-plugins/xkb-plugin.desktop
 %{_datadir}/xfce4/xkb
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -58,6 +67,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/11/17 18:51:25  megabajt
+- up to 0.4.1
+
 Revision 1.3  2004/11/27 19:13:03  havner
 - rel up for rebuild with xfce4
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xfce4-xkb-plugin.spec?r1=1.3r2=1.4f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-xmms-plugin.spec - up to 0.4.2

2006-11-17 Thread megabajt
Author: megabajt Date: Fri Nov 17 19:23:09 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.4.2

 Files affected:
SPECS:
   xfce4-xmms-plugin.spec (1.12 - 1.13) 

 Diffs:


Index: SPECS/xfce4-xmms-plugin.spec
diff -u SPECS/xfce4-xmms-plugin.spec:1.12 SPECS/xfce4-xmms-plugin.spec:1.13
--- SPECS/xfce4-xmms-plugin.spec:1.12   Tue Jun  7 13:22:26 2005
+++ SPECS/xfce4-xmms-plugin.specFri Nov 17 20:23:04 2006
@@ -2,21 +2,20 @@
 Summary:   XMMS Control plugin
 Summary(pl):   Wtyczka do kontroli XMMS-a
 Name:  xfce4-xmms-plugin
-Version:   0.3.1
+Version:   0.4.2
 Release:   1
 License:   BSD-like (see COPYING)
 Group: X11/Applications
-Source0:   
http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
-# Source0-md5: 0dac8795b192383c13b1d5cd072b754a
-URL:   http://xfce-goodies.berlios.de/
+Source0:   
http://goodies.xfce.org/releases/xfce4-xmms-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5: d621fa744d534c17590848dc34884824
+URL:   http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin
+BuildRequires: autoconf = 2.50
 BuildRequires: automake
-BuildRequires: pango = 1:1.8.0
+BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: xfce4-panel-devel = 3.99.2
-BuildRequires: xmms
+BuildRequires: xfce4-dev-tools = 4.3.90.2
+BuildRequires: xfce4-panel-devel = 4.3.90.2
 BuildRequires: xmms-devel
-Requires:  pango = 1:1.8.0
-Requires:  xfce4-panel = 3.99.2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,7 +28,11 @@
 %setup -q
 
 %build
-#cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
--disable-static
 
@@ -51,8 +54,9 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
-%{_datadir}/xfce4/xmms-plugin
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-xmms-plugin
+%{_datadir}/xfce4/panel-plugins/xfce4-xmms-plugin.desktop
+%{_datadir}/xfce4/xfce4-xmms-plugin
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -60,6 +64,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2006/11/17 19:23:04  megabajt
+- up to 0.4.2
+
 Revision 1.12  2005/06/07 11:22:26  koorek
 - updated to 0.3.1
 - BR/R pango = 1.8.0


 CVS-web:
http://cvs.pld-linux.org/SPECS/xfce4-xmms-plugin.spec?r1=1.12r2=1.13f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gtk-engines-2.8.2.tar.bz2

2006-11-17 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.8/gtk-engines-2.8.2.tar.bz2
0c5b0254b57910b1ebcda47ac6a3b1ba  gtk-engines-2.8.2.tar.bz2
Size: 461623 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gtk2-engines.spec - up to 2.8.2

2006-11-17 Thread megabajt
Author: megabajt Date: Fri Nov 17 19:59:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.8.2

 Files affected:
SPECS:
   gtk2-engines.spec (1.49 - 1.50) 

 Diffs:


Index: SPECS/gtk2-engines.spec
diff -u SPECS/gtk2-engines.spec:1.49 SPECS/gtk2-engines.spec:1.50
--- SPECS/gtk2-engines.spec:1.49Tue Oct  3 19:11:27 2006
+++ SPECS/gtk2-engines.spec Fri Nov 17 20:59:53 2006
@@ -2,20 +2,20 @@
 Summary:   Default GTK+2 theme engines
 Summary(pl):   Motywy do GTK+2
 Name:  gtk2-engines
-Version:   2.8.1
+Version:   2.8.2
 Release:   1
 Epoch: 1
 License:   GPL
 Group: Themes/GTK+
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.8/gtk-engines-%{version}.tar.bz2
-# Source0-md5: 3929925b308c7d8d20f539bf4cc8b820
+# Source0-md5: 0c5b0254b57910b1ebcda47ac6a3b1ba
 URL:   http://gtk.themes.org/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gtk+2-devel = 2:2.10.5
+BuildRequires: gtk+2-devel = 2:2.10.6
 BuildRequires: libtool
 BuildRequires: pkgconfig
-Requires:  gtk+2 = 2:2.10.5
+Requires:  gtk+2 = 2:2.10.6
 Provides:  gnome-themes-Clearlooks
 Provides:  gnome-themes-ThinIce
 Provides:  gtk2-theme-engine-Clearlooks
@@ -85,6 +85,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.50  2006/11/17 19:59:53  megabajt
+- up to 2.8.2
+
 Revision 1.49  2006/10/03 17:11:27  grzegol
 - 2.8.1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gtk2-engines.spec?r1=1.49r2=1.50f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xfce4-weather-plugin-0.5.99.1.tar.bz2

2006-11-17 Thread megabajt

Files fetched: 1

STORED: 
http://goodies.xfce.org/releases/xfce4-weather-plugin/xfce4-weather-plugin-0.5.99.1.tar.bz2
dfc5b89a173b7da6fabe56bf73d41321  xfce4-weather-plugin-0.5.99.1.tar.bz2
Size: 577433 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-weather-plugin.spec - up to 0.5.99.1 - proper license...

2006-11-17 Thread megabajt
Author: megabajt Date: Fri Nov 17 20:37:42 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.5.99.1
- proper license (GPL)

 Files affected:
SPECS:
   xfce4-weather-plugin.spec (1.10 - 1.11) 

 Diffs:


Index: SPECS/xfce4-weather-plugin.spec
diff -u SPECS/xfce4-weather-plugin.spec:1.10 
SPECS/xfce4-weather-plugin.spec:1.11
--- SPECS/xfce4-weather-plugin.spec:1.10Wed Jun  8 16:54:49 2005
+++ SPECS/xfce4-weather-plugin.spec Fri Nov 17 21:37:37 2006
@@ -3,21 +3,23 @@
 Summary:   A weather plugin for the Xfce panel
 Summary(pl):   Wtyczka panelu Xfce pokazująca pogodę
 Name:  xfce4-weather-plugin
-Version:   0.4.9
+Version:   0.5.99.1
 Release:   1
-License:   BSD
+License:   GPL
 Group: X11/Applications
-Source0:   
http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.gz
-# Source0-md5: 1d5ba253c8eae5a9ad5e3d7002a0dae0
-URL:   http://xfce-goodies.berlios.de/
+Source0:   
http://goodies.xfce.org/releases/xfce4-weather-plugin/%{name}-%{version}.tar.bz2
+# Source0-md5: dfc5b89a173b7da6fabe56bf73d41321
+URL:   
http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: libtool
-BuildRequires: libxml2-devel = 2.0
+BuildRequires: libxml2-devel = 1:2.6.27
 BuildRequires: pkgconfig
-BuildRequires: xfce4-panel-devel = 4.1.90
-Requires:  xfce4-panel = 4.1.90
+BuildRequires: xfce4-dev-tools = 4.3.99.1
+BuildRequires: xfce4-panel-devel = 4.3.99.1
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,7 +33,7 @@
 
 %build
 %{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/m4
+%{__aclocal}
 %{__autoheader}
 %{__automake}
 %{__autoconf}
@@ -47,16 +49,24 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
 
-%find_lang %{_name}
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{_name}.lang
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-weather-plugin
+%{_datadir}/xfce4/panel-plugins/weather.desktop
 %{_datadir}/xfce4/weather
+%{_iconsdir}/hicolor/*/*/xfce4-weather.png
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -64,6 +74,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2006/11/17 20:37:37  megabajt
+- up to 0.5.99.1
+- proper license (GPL)
+
 Revision 1.10  2005/06/08 14:54:49  zbyniu
 - BR: gettext-devel
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xfce4-weather-plugin.spec?r1=1.10r2=1.11f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfce4-weather-plugin.spec - removed unnecessary _name defin...

2006-11-17 Thread megabajt
Author: megabajt Date: Fri Nov 17 20:48:58 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed unnecessary _name definition

 Files affected:
SPECS:
   xfce4-weather-plugin.spec (1.11 - 1.12) 

 Diffs:


Index: SPECS/xfce4-weather-plugin.spec
diff -u SPECS/xfce4-weather-plugin.spec:1.11 
SPECS/xfce4-weather-plugin.spec:1.12
--- SPECS/xfce4-weather-plugin.spec:1.11Fri Nov 17 21:37:37 2006
+++ SPECS/xfce4-weather-plugin.spec Fri Nov 17 21:48:52 2006
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-%define_name   xfce4-weather
 Summary:   A weather plugin for the Xfce panel
 Summary(pl):   Wtyczka panelu Xfce pokazująca pogodę
 Name:  xfce4-weather-plugin
@@ -74,6 +73,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2006/11/17 20:48:52  megabajt
+- removed unnecessary _name definition
+
 Revision 1.11  2006/11/17 20:37:37  megabajt
 - up to 0.5.99.1
 - proper license (GPL)


 CVS-web:
http://cvs.pld-linux.org/SPECS/xfce4-weather-plugin.spec?r1=1.11r2=1.12f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: zenity-2.16.2.tar.bz2

2006-11-18 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/gnome/sources/zenity/2.16/zenity-2.16.2.tar.bz2
7b99b47e32472f0ba9570a362f2fa52c  zenity-2.16.2.tar.bz2
Size: 1492458 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: zenity.spec - 2.16.2

2006-11-18 Thread megabajt
Author: megabajt Date: Sat Nov 18 12:19:53 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.16.2

 Files affected:
SPECS:
   zenity.spec (1.39 - 1.40) 

 Diffs:


Index: SPECS/zenity.spec
diff -u SPECS/zenity.spec:1.39 SPECS/zenity.spec:1.40
--- SPECS/zenity.spec:1.39  Fri Oct  6 00:19:13 2006
+++ SPECS/zenity.spec   Sat Nov 18 13:19:47 2006
@@ -2,21 +2,21 @@
 Summary:   The GNOME port of dialog
 Summary(pl):   Port dialog dla GNOME
 Name:  zenity
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 License:   LGPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/zenity/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: fd8748d1456a8dd74f9f1513b9aaea7d
+# Source0-md5: 7b99b47e32472f0ba9570a362f2fa52c
 URL:   http://freshmeat.net/projects/zenity/
-BuildRequires: GConf2-devel = 2.14.0
+BuildRequires: GConf2-devel = 2.16.0
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.12.4
 BuildRequires: gnome-common = 2.12.0
 BuildRequires: gnome-doc-utils = 0.8.0
-BuildRequires: intltool = 0.35
+BuildRequires: intltool = 0.35.0
 BuildRequires: libglade2-devel = 1:2.6.0
 BuildRequires: libgnomecanvas-devel = 2.14.0
 BuildRequires: perl-base
@@ -82,6 +82,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.40  2006/11/18 12:19:47  megabajt
+- 2.16.2
+
 Revision 1.39  2006/10/05 22:19:13  grzegol
 - package ug lang files (languages added in glibc-2.5)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/zenity.spec?r1=1.39r2=1.40f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: eog.spec - 2.16.2

2006-11-18 Thread megabajt
Author: megabajt Date: Sat Nov 18 12:41:26 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.16.2

 Files affected:
SPECS:
   eog.spec (1.94 - 1.95) 

 Diffs:


Index: SPECS/eog.spec
diff -u SPECS/eog.spec:1.94 SPECS/eog.spec:1.95
--- SPECS/eog.spec:1.94 Tue Nov  7 23:23:36 2006
+++ SPECS/eog.spec  Sat Nov 18 13:41:21 2006
@@ -3,12 +3,12 @@
 Summary(pl):   Oko GNOME - przeglądarka obrazków
 Summary(pt_BR):Visualizador de imagem Eye of GNOME
 Name:  eog
-Version:   2.16.1.1
+Version:   2.16.2
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/eog/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: 336e411374580edf848576dad901a6e3
+# Source0-md5: e2457242d14a2bee9eee7c907ef27e8c
 Patch0:%{name}-libtool.patch
 Patch1:%{name}-desktop.patch
 URL:   http://www.gnome.org/
@@ -18,14 +18,14 @@
 BuildRequires: gettext-devel
 BuildRequires: gnome-common = 2.12.0
 BuildRequires: gnome-desktop-devel = 2.16.1
-BuildRequires: gnome-vfs2-devel = 2.16.1
+BuildRequires: gnome-vfs2-devel = 2.16.2
 BuildRequires: intltool = 0.35
 BuildRequires: lcms-devel
 BuildRequires: libart_lgpl-devel = 2.3.17
 BuildRequires: libexif-devel = 1:0.6.13
 BuildRequires: libglade2-devel = 1:2.6.0
 BuildRequires: libgnomeprintui-devel = 2.12.1
-BuildRequires: libgnomeui-devel = 2.16.0
+BuildRequires: libgnomeui-devel = 2.16.1
 BuildRequires: libjpeg-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig = 0.9.0
@@ -34,7 +34,7 @@
 Requires(post,preun):  GConf2
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): scrollkeeper
-Requires:  libgnomeui = 2.16.0
+Requires:  libgnomeui = 2.16.1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -105,6 +105,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.95  2006/11/18 12:41:21  megabajt
+- 2.16.2
+
 Revision 1.94  2006/11/07 22:23:36  glen
 - do not list %{_desktopdir}/* -- dangerous, could list directories 
unexpectedly
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/eog.spec?r1=1.94r2=1.95f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: eog-2.16.2.tar.bz2

2006-11-18 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/gnome/sources/eog/2.16/eog-2.16.2.tar.bz2
e2457242d14a2bee9eee7c907ef27e8c  eog-2.16.2.tar.bz2
Size: 1052499 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: audacious-1.2.2.tgz

2006-11-19 Thread megabajt

Files fetched: 1

STORED: http://audacious-media-player.org/release/audacious-1.2.2.tgz
e774afbda04220e6e1b0a9bff350522e  audacious-1.2.2.tgz
Size: 1708499 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: audacious-plugins-1.2.2.tgz

2006-11-19 Thread megabajt

Files fetched: 1

STORED: http://audacious-media-player.org/release/audacious-plugins-1.2.2.tgz
2e296f48ebc52bd02c1a19af2705f7c6  audacious-plugins-1.2.2.tgz
Size: 2178529 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: audacious-desktop.patch - updated for 1.2.2

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 14:29:20 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 1.2.2

 Files affected:
SOURCES:
   audacious-desktop.patch (1.3 - 1.4) 

 Diffs:


Index: SOURCES/audacious-desktop.patch
diff -u SOURCES/audacious-desktop.patch:1.3 SOURCES/audacious-desktop.patch:1.4
--- SOURCES/audacious-desktop.patch:1.3 Thu Feb  9 23:15:44 2006
+++ SOURCES/audacious-desktop.patch Sun Nov 19 15:29:15 2006
@@ -1,6 +1,6 @@
-diff -aurN audacious-0.2.orig/audacious/audacious.desktop.in 
audacious-0.2/audacious/audacious.desktop.in
 audacious-0.2.orig/audacious/audacious.desktop.in  2006-01-03 
22:05:01.0 +0100
-+++ audacious-0.2/audacious/audacious.desktop.in   2006-02-09 
17:07:53.848956736 +0100
+diff -urN audacious-1.2.2/audacious/audacious.desktop.in 
audacious-1.2.2.new/audacious/audacious.desktop.in
+--- audacious-1.2.2/audacious/audacious.desktop.in 2006-11-16 
20:46:06.0 +0100
 audacious-1.2.2.new/audacious/audacious.desktop.in 2006-11-19 
13:55:33.0 +0100
 @@ -2,10 +2,11 @@
  Name=Audacious
  Comment=Play music
@@ -9,7 +9,7 @@
  Exec=audacious
 -Icon=audacious.png
 +Icon=audacious
- 
MimeType=audio/x-scpls;audio/x-mpegurl;audio/mpegurl;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg;
+ 
MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/mpegurl;audio/prs.sid;audio/x-flac;audio/x-it;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-s3m;audio/x-scpls;audio/x-stm;audio/x-wav;audio/x-xm;application/ogg;audio/x-vorbis+ogg
 -Categories=Application;GTK;AudioVideo;Player;
 +Categories=GTK;Audio;Player;
  Terminal=false


 CVS-web:
http://cvs.pld-linux.org/SOURCES/audacious-desktop.patch?r1=1.3r2=1.4f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: audacious-home_etc.patch - updated for 1.2.2

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 14:31:36 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 1.2.2

 Files affected:
SOURCES:
   audacious-home_etc.patch (1.2 - 1.3) 

 Diffs:


Index: SOURCES/audacious-home_etc.patch
diff -u SOURCES/audacious-home_etc.patch:1.2 
SOURCES/audacious-home_etc.patch:1.3
--- SOURCES/audacious-home_etc.patch:1.2Fri Dec 16 12:38:02 2005
+++ SOURCES/audacious-home_etc.patchSun Nov 19 15:31:31 2006
@@ -1,15 +1,7 @@
-diff -aurN audacious-0.1.2.orig/audacious/main.c 
audacious-0.1.2/audacious/main.c
 audacious-0.1.2.orig/audacious/main.c  2005-12-04 18:29:14.0 
+0100
-+++ audacious-0.1.2/audacious/main.c   2005-12-16 12:31:16.0 +0100
-@@ -77,7 +77,6 @@
- #include pixmaps.h
- #include images/audacious_player.xpm
- 
--
- /* Translatable string for beep.desktop's comment field */
- const gchar *desktop_comment = N_(Audacious);
- 
-@@ -408,7 +407,7 @@
+diff -urN audacious-1.2.2/audacious/main.c audacious-1.2.2.new/audacious/main.c
+--- audacious-1.2.2/audacious/main.c   2006-11-12 10:55:56.0 +0100
 audacious-1.2.2.new/audacious/main.c   2006-11-19 12:57:09.0 
+0100
+@@ -476,7 +476,7 @@
  static void
  bmp_init_paths(void)
  {
@@ -18,22 +10,20 @@
  
  bmp_paths[BMP_PATH_USER_PLUGIN_DIR] = 
USER_PATH(BMP_USER_PLUGIN_DIR_BASENAME);
  bmp_paths[BMP_PATH_USER_SKIN_DIR] = USER_PATH(BMP_SKIN_DIR_BASENAME);
-diff -aurN audacious-0.1.2.orig/audacious/Makefile.am 
audacious-0.1.2/audacious/Makefile.am
 audacious-0.1.2.orig/audacious/Makefile.am 2005-11-16 05:21:50.0 
+0100
-+++ audacious-0.1.2/audacious/Makefile.am  2005-12-16 12:30:08.0 
+0100
-@@ -10,7 +10,8 @@
+diff -urN audacious-1.2.2/audacious/Makefile 
audacious-1.2.2.new/audacious/Makefile
+--- audacious-1.2.2/audacious/Makefile 2006-10-30 23:03:15.0 +0100
 audacious-1.2.2.new/audacious/Makefile 2006-11-19 12:58:09.0 
+0100
+@@ -16,6 +16,7 @@
+   $(CHARDET_LIBS) \
$(GTK_LIBS)  \
$(LIBGLADE_LIBS) \
-   $(LTLIBINTL) \
--  $(top_builddir)/libaudacious/libaudacious.la
-+  $(top_builddir)/libaudacious/libaudacious.la \
-+  -lhome_etc
++  -lhome_etc \
+   ./widgets/libwidgets.a
  
- audacious_CFLAGS = \
-   $(X_CFLAGS)\
-diff -aurN audacious-0.1.2.orig/libaudacious/configdb.h 
audacious-0.1.2/libaudacious/configdb.h
 audacious-0.1.2.orig/libaudacious/configdb.h   2005-10-24 
12:06:47.0 +0200
-+++ audacious-0.1.2/libaudacious/configdb.h2005-12-16 12:30:48.0 
+0100
+ CFLAGS += \
+diff -urN audacious-1.2.2/libaudacious/configdb.h 
audacious-1.2.2.new/libaudacious/configdb.h
+--- audacious-1.2.2/libaudacious/configdb.h2005-10-24 12:06:47.0 
+0200
 audacious-1.2.2.new/libaudacious/configdb.h2006-11-19 
12:54:41.0 +0100
 @@ -2,7 +2,7 @@
  #define CONFIGDB_H
  
@@ -43,9 +33,9 @@
  
  typedef struct _ConfigDb ConfigDb;
  
-diff -aurN audacious-0.1.2.orig/libaudacious/configdb_rcfile.c 
audacious-0.1.2/libaudacious/configdb_rcfile.c
 audacious-0.1.2.orig/libaudacious/configdb_rcfile.c2005-10-24 
12:06:47.0 +0200
-+++ audacious-0.1.2/libaudacious/configdb_rcfile.c 2005-12-16 
12:30:08.0 +0100
+diff -urN audacious-1.2.2/libaudacious/configdb_rcfile.c 
audacious-1.2.2.new/libaudacious/configdb_rcfile.c
+--- audacious-1.2.2/libaudacious/configdb_rcfile.c 2006-08-03 
01:00:13.0 +0200
 audacious-1.2.2.new/libaudacious/configdb_rcfile.c 2006-11-19 
12:54:18.0 +0100
 @@ -40,7 +40,7 @@
  ConfigDb *db;
  
@@ -55,16 +45,28 @@
  config, NULL);
  db-file = bmp_rcfile_open(db-filename);
  if (!db-file)
-diff -aurN audacious-0.1.2.orig/libaudacious/Makefile.am 
audacious-0.1.2/libaudacious/Makefile.am
 audacious-0.1.2.orig/libaudacious/Makefile.am  2005-10-24 
12:06:47.0 +0200
-+++ audacious-0.1.2/libaudacious/Makefile.am   2005-12-16 12:30:08.0 
+0100
+diff -urN audacious-1.2.2/libaudacious/configdb_xmlfile.c 
audacious-1.2.2.new/libaudacious/configdb_xmlfile.c
+--- audacious-1.2.2/libaudacious/configdb_xmlfile.c2006-08-03 
01:00:13.0 +0200
 audacious-1.2.2.new/libaudacious/configdb_xmlfile.c2006-11-19 
12:54:58.0 +0100
+@@ -38,7 +38,7 @@
+ GError *err = NULL;
+ 
+ db = g_new(ConfigDb, 1);
+-db-filename = g_build_filename(g_get_home_dir(), BMP_RCPATH, 
++db-filename = g_build_filename(_HEdir, BMP_RCPATH, 
+ preferences.xml, NULL);
+ bmp_xml_document_load(db-file, db-filename, err);
+ if (!db-file)
+diff -urN audacious-1.2.2/libaudacious/Makefile 
audacious-1.2.2.new/libaudacious/Makefile
+--- audacious-1.2.2/libaudacious/Makefile  2006-11-06 09:15:43.0 
+0100
 audacious

SOURCES: audacious.png (REMOVED) - already in official tarball

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 14:34:34 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- already in official tarball

 Files affected:
SOURCES:
   audacious.png (1.1 - NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: audacious.spec - updated to 1.2.2 - now all plugins in auda...

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 14:37:45 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.2.2
- now all plugins in audacious-plugins.spec
- removed static subpackage

 Files affected:
SPECS:
   audacious.spec (1.14 - 1.15) 

 Diffs:


Index: SPECS/audacious.spec
diff -u SPECS/audacious.spec:1.14 SPECS/audacious.spec:1.15
--- SPECS/audacious.spec:1.14   Mon Aug  7 17:30:39 2006
+++ SPECS/audacious.specSun Nov 19 15:37:40 2006
@@ -2,49 +2,33 @@
 #
 # Conditional build:
 %bcond_withgconf   # build without gconf support
-%bcond_withgnome_vfs   # build without GNOME VFS support
 #
 Summary:   Sound player with the WinAmp GUI, for Unix-based systems for 
GTK+2
 Summary(pl):   Odtwarzacz dźwięku z interfejsem WinAmpa dla GTK+2
 Name:  audacious
-Version:   1.1.1
-Release:   0.1
-Epoch: 0
+Version:   1.2.2
+Release:   1
 License:   GPL
-Group: Applications/Sound
+Group: X11/Applications/Sound
 Source0:   http://audacious-media-player.org/release/%{name}-%{version}.tgz
-# Source0-md5: e9108f71725cf8336f7b965424c285f8
+# Source0-md5: e774afbda04220e6e1b0a9bff350522e
 Source1:   mp3license
-Source2:   %{name}.png
 Patch0:%{name}-desktop.patch
-#Patch1: %{name}-home_etc.patch
+Patch1:%{name}-home_etc.patch
 URL:   http://audacious-media-player.org/
 %{?with_gconf:BuildRequires:   GConf2-devel = 2.6.0}
-BuildRequires: OpenGL-GLU-devel
-BuildRequires: SDL-devel = 1.2.5
-BuildRequires: autoconf
+BuildRequires: autoconf = 2.59
 BuildRequires: automake
-BuildRequires: esound-devel = 0.2.8
-BuildRequires: flac-devel = 1.1.2
-%{?with_gnome_vfs:BuildRequires:   gnome-vfs2-devel = 2.6.0}
 BuildRequires: gtk+2-devel = 2:2.6.0
+BuildRequires: gettext-devel
 BuildRequires: home-etc-devel
-BuildRequires: id3lib-devel
-BuildRequires: jack-audio-connection-kit-devel
-BuildRequires: libbinio-devel = 1.4
 BuildRequires: libglade2-devel = 2.3.1
-BuildRequires: libmodplug-devel
-BuildRequires: libmpcdec-devel
-BuildRequires: libsamplerate-devel
-BuildRequires: libsidplay-devel
-BuildRequires: libsndfile-devel
-BuildRequires: libvisual-devel = 0.2.0
-BuildRequires: libvorbis-devel = 1:1.0
-BuildRequires: lirc-devel
 BuildRequires: pkgconfig
-BuildRequires: taglib-devel
-Requires:  %{name}-libs = %{epoch}:%{version}-%{release}
+BuildRequires: rpmbuild(macros) = 1.198
+Requires:  %{name}-libs = %{version}-%{release}
 Requires:  audacious-output-plugin
+Requires(post,postun): desktop-file-utils
+Obsoletes: audacious-static
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -70,8 +54,8 @@
 Summary:   Header files for Audacious media player
 Summary(pl):   Pliki nagłówkowe odtwarzacza multimedialnego Audacious
 Group: X11/Development/Libraries
-Requires:  %{name}-libs = %{epoch}:%{version}-%{release}
-Requires:  gtk+2-devel = 2:2.4.0
+Requires:  %{name}-libs = %{version}-%{release}
+Requires:  gtk+2-devel = 2:2.6.0
 Requires:  home-etc-devel
 
 %description devel
@@ -81,427 +65,27 @@
 Pliki nagłówkowe potrzebne do kompilowania wtyczek odtwarzacza
 multimedialnego Audacious.
 
-%package static
-Summary:   Audacious media player static library
-Summary(pl):   Statyczna biblioteka odtwarzacza multimedialnego Audacious
-Group: X11/Applications/Sound
-Requires:  %{name}-devel = %{epoch}:%{version}-%{release}
-
-%description static
-Static version of Audacious media player library.
-
-%description static -l pl
-Statyczna wersja biblioteki odtwarzacza multimedialnego Audacious.
-
-%package effect-ladspa
-Summary:   Audacious media player - LADSPA plugin
-Summary(pl):   Wtyczka LADSPA odtwarzacza multimedialnego Audacious
-Group: X11/Applications/Sound
-Requires:  %{name} = %{epoch}:%{version}-%{release}
-
-%description effect-ladspa
-LADSPA plugin for Audacious media player.
-
-%description effect-ladspa -l pl
-Wtyczka LADSPA dla odtwarzacza multimedialnego Audacious.
-
-%package effect-audiocompress
-Summary:   Audacious media player - audiocompress plugin
-Summary(pl):   Wtyczka audiocompress odtwarzacza multimedialnego Audacious
-Group: X11/Applications/Sound
-Requires:  %{name} = %{epoch}:%{version}-%{release}
-
-%description effect-audiocompress
-audiocompress plugin for Audacious media player.
-
-%description effect-audiocompress -l pl
-Wtyczka audiocompress dla odtwarzacza multimedialnego Audacious.
-
-%package effect-stereo
-Summary:   Audacious media player - stereo plugin
-Summary(pl):   Wtyczka stereo odtwarzacza multimedialnego Audacious
-Group: X11/Applications/Sound
-Requires:  %{name} = %{epoch}:%{version}-%{release}
-
-%description effect-stereo
-stereo plugin for Audacious media player.
-
-%description effect-stereo -l pl

SPECS: audacious-plugins.spec (NEW) - new

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 14:43:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   audacious-plugins.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/audacious-plugins.spec
diff -u /dev/null SPECS/audacious-plugins.spec:1.1
--- /dev/null   Sun Nov 19 15:43:19 2006
+++ SPECS/audacious-plugins.specSun Nov 19 15:43:13 2006
@@ -0,0 +1,771 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_withgconf   # build without gconf support
+%bcond_withgnome_vfs   # build without GNOME VFS support
+#
+Summary:   Plugins for Audacious media player (metapackage)
+Summary(pl):   Wtyczki dla odtwarzacza multimedialnego Audacious (metapakiet)
+Name:  audacious-plugins
+Version:   1.2.2
+Release:   1
+License:   GPL
+Group: X11/Applications/Sound
+Source0:   http://audacious-media-player.org/release/%{name}-%{version}.tgz
+# Source0-md5: 2e296f48ebc52bd02c1a19af2705f7c6
+Source1:   mp3license
+URL:   http://audacious-media-player.org/
+%{?with_gconf:BuildRequires:   GConf2-devel = 2.6.0}
+BuildRequires: SDL-devel = 1.2.5
+BuildRequires: artsc-devel = 0.9.5
+BuildRequires: audacious-devel = %{version}
+BuildRequires: curl-devel = 7.9.7
+BuildRequires: esound-devel = 0.2.8
+BuildRequires: flac-devel = 1.1.2
+BuildRequires: fluidsynth-devel = 1.0.6
+%{?with_gnome_vfs:BuildRequires:   gnome-vfs2-devel = 2.6.0}
+BuildRequires: jack-audio-connection-kit-devel
+BuildRequires: libbinio-devel = 1.4
+BuildRequires: libglade2-devel = 2.3.1
+BuildRequires: libmodplug-devel
+BuildRequires: libmpcdec-devel
+BuildRequires: libnotify-devel
+BuildRequires: libsamplerate-devel
+BuildRequires: libsidplay-devel
+BuildRequires: libsndfile-devel = 0.19
+BuildRequires: libvorbis-devel = 1:1.0
+BuildRequires: lirc-devel
+BuildRequires: pkgconfig
+BuildRequires: pulseaudio-devel = 0.9.3
+BuildRequires: taglib-devel = 1.4
+Requires:  audacious-container-m3u = %{version}-%{release}
+Requires:  audacious-container-pls = %{version}-%{release}
+Requires:  audacious-container-xspf = %{version}-%{release}
+Requires:  audacious-effect-audiocompress = %{version}-%{release}
+Requires:  audacious-effect-ladspa = %{version}-%{release}
+Requires:  audacious-effect-stereo = %{version}-%{release}
+Requires:  audacious-effect-voice_removal = %{version}-%{release}
+Requires:  audacious-general-audioscrobbler = %{version}-%{release}
+Requires:  audacious-general-lirc = %{version}-%{release}
+Requires:  audacious-general-notify = %{version}-%{release}
+Requires:  audacious-general-song-change = %{version}-%{release}
+Requires:  audacious-input-aac = %{version}-%{release}
+Requires:  audacious-input-adplug = %{version}-%{release}
+Requires:  audacious-input-alac = %{version}-%{release}
+Requires:  audacious-input-amidi = %{version}-%{release}
+Requires:  audacious-input-cdaudio = %{version}-%{release}
+Requires:  audacious-input-console = %{version}-%{release}
+Requires:  audacious-input-cuesheet = %{version}-%{release}
+Requires:  audacious-input-flac = %{version}-%{release}
+Requires:  audacious-input-modplug = %{version}-%{release}
+Requires:  audacious-input-mpc = %{version}-%{release}
+Requires:  audacious-input-mpg123 = %{version}-%{release}
+Requires:  audacious-input-sexypsf = %{version}-%{release}
+Requires:  audacious-input-sid = %{version}-%{release}
+Requires:  audacious-input-timidity = %{version}-%{release}
+Requires:  audacious-input-tonegen = %{version}-%{release}
+Requires:  audacious-input-vorbis = %{version}-%{release}
+Requires:  audacious-input-wav = %{version}-%{release}
+Requires:  audacious-input-wma = %{version}-%{release}
+Requires:  audacious-output-alsa = %{version}-%{release}
+Requires:  audacious-output-arts = %{version}-%{release}
+Requires:  audacious-output-disk = %{version}-%{release}
+Requires:  audacious-output-esd = %{version}-%{release}
+Requires:  audacious-output-jack = %{version}-%{release}
+Requires:  audacious-output-oss = %{version}-%{release}
+Requires:  audacious-output-pulse_audio = %{version}-%{release}
+Requires:  audacious-visualization-blur-scope = %{version}-%{release}
+Requires:  audacious-visualization-paranormal = %{version}-%{release}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Plugins for Audacious media player (metapackage).
+
+%description -l pl
+Wtyczki dla odtwarzacza multimedialnego Audacious (metapakiet).
+
+%package -n audacious-container-m3u
+Summary:   Audacious media player - M3U plugin
+Summary(pl):   Wtyczka M3U odtwarzacza multimedialnego Audacious
+Group: X11/Applications/Sound
+Requires:  audacious = %{version}
+
+%description -n audacious-container-m3u

SOURCES: audacious-input-mpc-kill_beep.patch (REMOVED) - already i...

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 14:52:43 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- already in official audacious-plugins release

 Files affected:
SOURCES:
   audacious-input-mpc-kill_beep.patch (1.1 - NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: audacious-input-mpc.spec (REMOVED) - already in official au...

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 14:52:42 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- already in official audacious-plugins release

 Files affected:
SPECS:
   audacious-input-mpc.spec (1.4 - NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: audacious-general-audioscrobbler-scrobbler.patch (REMOVED...

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 14:59:40 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- already in official audacious-plugins release

 Files affected:
SOURCES:
   audacious-general-audioscrobbler-scrobbler.patch (1.1 - NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: audacious-general-audioscrobbler.spec (REMOVED) - already i...

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 15:00:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- already in official audacious-plugins release

 Files affected:
SPECS:
   audacious-general-audioscrobbler.spec (1.1 - NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: audacious-plugins.spec - fluidsynth-devel exists only on %{...

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 15:36:49 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fluidsynth-devel exists only on %{ix86} and %{x8664}

 Files affected:
SPECS:
   audacious-plugins.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/audacious-plugins.spec
diff -u SPECS/audacious-plugins.spec:1.1 SPECS/audacious-plugins.spec:1.2
--- SPECS/audacious-plugins.spec:1.1Sun Nov 19 15:43:13 2006
+++ SPECS/audacious-plugins.specSun Nov 19 16:36:44 2006
@@ -22,7 +22,9 @@
 BuildRequires: curl-devel = 7.9.7
 BuildRequires: esound-devel = 0.2.8
 BuildRequires: flac-devel = 1.1.2
+%ifarch %{ix86} %{x8664}
 BuildRequires: fluidsynth-devel = 1.0.6
+%endif
 %{?with_gnome_vfs:BuildRequires:   gnome-vfs2-devel = 2.6.0}
 BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: libbinio-devel = 1.4
@@ -664,7 +666,11 @@
 %defattr(644,root,root,755)
 %dir %{_libdir}/amidi-plug
 %dir %{_libdir}/amidi-plug/audacious
-%attr(755,root,root) %{_libdir}/amidi-plug/audacious/ap-*.so
+%attr(755,root,root) %{_libdir}/amidi-plug/audacious/ap-alsa.so
+%attr(755,root,root) %{_libdir}/amidi-plug/audacious/ap-dummy.so
+%ifarch %{ix86} %{x8664}
+%attr(755,root,root) %{_libdir}/amidi-plug/audacious/ap-fluidsynth.so
+%endif
 %attr(755,root,root) %{_libdir}/audacious/Input/libamidi-plug.so
 
 %files -n audacious-input-cdaudio
@@ -766,6 +772,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/19 15:36:44  megabajt
+- fluidsynth-devel exists only on %{ix86} and %{x8664}
+
 Revision 1.1  2006/11/19 14:43:13  megabajt
 - new
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/audacious-plugins.spec?r1=1.1r2=1.2f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: dbus.spec - 1.0.1

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 16:00:56 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.0.1

 Files affected:
SPECS:
   dbus.spec (1.147 - 1.148) 

 Diffs:


Index: SPECS/dbus.spec
diff -u SPECS/dbus.spec:1.147 SPECS/dbus.spec:1.148
--- SPECS/dbus.spec:1.147   Sun Nov 12 19:13:02 2006
+++ SPECS/dbus.spec Sun Nov 19 17:00:51 2006
@@ -5,12 +5,12 @@
 Summary:   D-BUS message bus
 Summary(pl):   Magistrala przesyłania komunikatów D-BUS
 Name:  dbus
-Version:   1.0.0
+Version:   1.0.1
 Release:   1
 License:   AFL v2.1 or GPL v2
 Group: Libraries
 Source0:   
http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
-# Source0-md5: 8261b2abac8281007fd3176930017302
+# Source0-md5: 52c70d18fe0b398f5de3b8a18a589960
 Source1:   messagebus.init
 Source2:   %{name}-daemon-1-profile.d-sh
 Source3:   %{name}-sysconfig
@@ -220,6 +220,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.148  2006/11/19 16:00:51  megabajt
+- 1.0.1
+
 Revision 1.147  2006/11/12 18:13:02  rotom
 - updated to 1.0.0
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dbus.spec?r1=1.147r2=1.148f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: dbus-1.0.1.tar.gz

2006-11-19 Thread megabajt

Files fetched: 1

STORED: http://dbus.freedesktop.org/releases/dbus/dbus-1.0.1.tar.gz
52c70d18fe0b398f5de3b8a18a589960  dbus-1.0.1.tar.gz
Size: 1406595 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: audacious-plugins.spec - libnotify = 0.4.2 is required (th...

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 16:55:31 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- libnotify = 0.4.2 is required (thanks to kamil.listy at klecza.pl )

 Files affected:
SPECS:
   audacious-plugins.spec (1.2 - 1.3) 

 Diffs:


Index: SPECS/audacious-plugins.spec
diff -u SPECS/audacious-plugins.spec:1.2 SPECS/audacious-plugins.spec:1.3
--- SPECS/audacious-plugins.spec:1.2Sun Nov 19 16:36:44 2006
+++ SPECS/audacious-plugins.specSun Nov 19 17:55:25 2006
@@ -31,7 +31,7 @@
 BuildRequires: libglade2-devel = 2.3.1
 BuildRequires: libmodplug-devel
 BuildRequires: libmpcdec-devel
-BuildRequires: libnotify-devel
+BuildRequires: libnotify-devel = 0.4.2
 BuildRequires: libsamplerate-devel
 BuildRequires: libsidplay-devel
 BuildRequires: libsndfile-devel = 0.19
@@ -772,6 +772,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/19 16:55:25  megabajt
+- libnotify = 0.4.2 is required (thanks to kamil.listy at klecza.pl )
+
 Revision 1.2  2006/11/19 15:36:44  megabajt
 - fluidsynth-devel exists only on %{ix86} and %{x8664}
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/audacious-plugins.spec?r1=1.2r2=1.3f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: anyremote-link.patch (NEW) - fix linking with -lbluetooth

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 17:37:37 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix linking with -lbluetooth

 Files affected:
SOURCES:
   anyremote-link.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/anyremote-link.patch
diff -u /dev/null SOURCES/anyremote-link.patch:1.1
--- /dev/null   Sun Nov 19 18:37:37 2006
+++ SOURCES/anyremote-link.patchSun Nov 19 18:37:32 2006
@@ -0,0 +1,9 @@
+diff -urN anyremote-2.0/src/Makefile.am anyremote-2.0.new/src/Makefile.am
+--- anyremote-2.0/src/Makefile.am  2006-11-03 17:58:20.0 +0100
 anyremote-2.0.new/src/Makefile.am  2006-11-19 18:32:58.0 +0100
+@@ -1,3 +1,4 @@
+ bin_PROGRAMS = anyremote
+ anyremote_SOURCES = atsend.c btio.c  main.c parse.c atsend.h common.h  btio.h 
common.h parse.h
+-anyremote_LDFLAGS = @LDFLAGS@ -lbluetooth
++anyremote_LDFLAGS = @LDFLAGS@
++anyremote_LDADD = -lbluetooth

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: anyremote.spec - added link patch

2006-11-19 Thread megabajt
Author: megabajt Date: Sun Nov 19 17:38:05 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added link patch

 Files affected:
SPECS:
   anyremote.spec (1.6 - 1.7) 

 Diffs:


Index: SPECS/anyremote.spec
diff -u SPECS/anyremote.spec:1.6 SPECS/anyremote.spec:1.7
--- SPECS/anyremote.spec:1.6Sun Nov 19 18:03:38 2006
+++ SPECS/anyremote.specSun Nov 19 18:38:00 2006
@@ -13,6 +13,7 @@
 Source0:   http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
 # Source0-md5: 444c217871471672f3263554f46c0c58
 Patch0:%{name}-in.patch
+Patch1:%{name}-link.patch
 URL:   http://anyremote.sourceforge.net
 BuildRequires: autoconf
 BuildRequires: automake
@@ -60,6 +61,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -89,6 +91,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2006/11/19 17:38:00  megabajt
+- added link patch
+
 Revision 1.6  2006/11/19 17:03:38  shadzik
 - try to fix build on th
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/anyremote.spec?r1=1.6r2=1.7f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gtkmm.spec - up to 2.10.4

2006-11-22 Thread megabajt
Author: megabajt Date: Wed Nov 22 10:10:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.10.4

 Files affected:
SPECS:
   gtkmm.spec (1.109 - 1.110) 

 Diffs:


Index: SPECS/gtkmm.spec
diff -u SPECS/gtkmm.spec:1.109 SPECS/gtkmm.spec:1.110
--- SPECS/gtkmm.spec:1.109  Sat Sep 23 00:09:50 2006
+++ SPECS/gtkmm.specWed Nov 22 11:10:46 2006
@@ -8,22 +8,22 @@
 Summary:   A C++ interface for the GTK+ (a GUI library for X)
 Summary(pl):   Wrapper C++ dla GTK+
 Name:  gtkmm
-Version:   2.10.2
+Version:   2.10.4
 Release:   1
 License:   LGPL
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.10/%{name}-%{version}.tar.bz2
-# Source0-md5: b29ec706e544002d312cbefa0a65c446
+# Source0-md5: 113ab0c8c5af31cd981e1b5625c515b4
 URL:   http://gtkmm.sourceforge.net/
-BuildRequires: atk-devel = 1.12.2
+BuildRequires: atk-devel = 1:1.12.3
 BuildRequires: autoconf = 2.59
 BuildRequires: automake = 1:1.9
 BuildRequires: cairomm-devel = 1.2.2
-BuildRequires: glibmm-devel = 2.12.1
-BuildRequires: gtk+2-devel = 2:2.10.3
+BuildRequires: glibmm-devel = 2.12.3
+BuildRequires: gtk+2-devel = 2:2.10.6
 BuildRequires: libstdc++-devel = 5:3.3.1
 BuildRequires: libtool = 2:1.4d-3
-BuildRequires: pango-devel = 1:1.14.4
+BuildRequires: pango-devel = 1:1.14.7
 BuildRequires: perl-base = 1:5.6.0
 BuildRequires: pkgconfig
 BuildRequires: rpm-perlprov = 3.0.3-16
@@ -31,7 +31,7 @@
 Requires:  %{name}-pango = %{version}-%{release}
 Requires:  cairomm = 1.2.2
 Requires:  cpp
-Requires:  gtk+2 = 2:2.10.3
+Requires:  gtk+2 = 2:2.10.6
 Obsoletes: Gtk--
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -55,7 +55,7 @@
 Requires:  %{name} = %{version}-%{release}
 Requires:  %{name}-atk-devel = %{version}-%{release}
 Requires:  %{name}-pango-devel = %{version}-%{release}
-Requires:  gtk+2-devel = 2:2.10.3
+Requires:  gtk+2-devel = 2:2.10.6
 
 %description devel
 Header files and development documentation for GTK-- library.
@@ -91,8 +91,8 @@
 Summary:   A C++ interface for atk library
 Summary(pl):   Interfejs C++ dla biblioteki atk
 Group: X11/Development/Libraries
-Requires:  atk = 1.12.2
-Requires:  glibmm = 2.12.1
+Requires:  atk = 1:1.12.3
+Requires:  glibmm = 2.12.3
 
 %description atk
 A C++ interface for atk library.
@@ -105,8 +105,8 @@
 Summary(pl):   Interfejs C++ dla biblioteki atk - pliki nagłówkowe
 Group: X11/Development/Libraries
 Requires:  %{name}-atk = %{version}-%{release}
-Requires:  atk-devel = 1.12.2
-Requires:  glibmm-devel = 2.12.1
+Requires:  atk-devel = 1:1.12.3
+Requires:  glibmm-devel = 2.12.3
 
 %description atk-devel
 A C++ interface for atk library - header files.
@@ -131,8 +131,8 @@
 Summary(pl):   Interfejs C++ dla biblioteki pango
 Group: X11/Development/Libraries
 Requires:  cairomm = 1.2.2
-Requires:  glibmm = 2.12.1
-Requires:  pango = 1:1.14.4
+Requires:  glibmm = 2.12.3
+Requires:  pango = 1:1.14.7
 
 %description pango
 A C++ interface for pango library.
@@ -146,8 +146,8 @@
 Group: X11/Development/Libraries
 Requires:  %{name}-pango = %{version}-%{release}
 Requires:  cairomm-devel = 1.2.2
-Requires:  glibmm-devel = 2.12.1
-Requires:  pango-devel = 1:1.14.4
+Requires:  glibmm-devel = 2.12.3
+Requires:  pango-devel = 1:1.14.7
 
 %description pango-devel
 A C++ interface for pango library - header files.
@@ -271,6 +271,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.110  2006/11/22 10:10:46  megabajt
+- up to 2.10.4
+
 Revision 1.109  2006/09/22 22:09:50  grzegol
 - 2.10.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gtkmm.spec?r1=1.109r2=1.110f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gtkmm-2.10.4.tar.bz2

2006-11-22 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.10/gtkmm-2.10.4.tar.bz2
113ab0c8c5af31cd981e1b5625c515b4  gtkmm-2.10.4.tar.bz2
Size: 7230555 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: pango.spec - up to 1.14.8

2006-11-22 Thread megabajt
Author: megabajt Date: Wed Nov 22 10:24:29 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.14.8

 Files affected:
SPECS:
   pango.spec (1.160 - 1.161) 

 Diffs:


Index: SPECS/pango.spec
diff -u SPECS/pango.spec:1.160 SPECS/pango.spec:1.161
--- SPECS/pango.spec:1.160  Sat Oct 14 23:01:27 2006
+++ SPECS/pango.specWed Nov 22 11:24:21 2006
@@ -12,13 +12,13 @@
 Summary(pl):   System renderowania międzynarodowego tekstu
 Summary(pt_BR):Sistema para layout e renderizaçăo de texto 
internacionalizado
 Name:  pango
-Version:   1.14.7
+Version:   1.14.8
 Release:   1
 Epoch: 1
 License:   LGPL
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/pango/1.14/%{name}-%{version}.tar.bz2
-# Source0-md5: ae2e7d06917e745e3d249df4aabc42c1
+# Source0-md5: ed0add14bcfe8a6939ea6a5996aa8032
 Patch0:%{name}-xfonts.patch
 Patch1:%{name}-arch_confdir.patch
 URL:   http://www.pango.org/
@@ -236,6 +236,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.161  2006/11/22 10:24:21  megabajt
+- up to 1.14.8
+
 Revision 1.160  2006/10/14 21:01:27  grzegol
 - 1.14.7
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/pango.spec?r1=1.160r2=1.161f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: pango-1.14.8.tar.bz2

2006-11-22 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/gnome/sources/pango/1.14/pango-1.14.8.tar.bz2
ed0add14bcfe8a6939ea6a5996aa8032  pango-1.14.8.tar.bz2
Size: 1290867 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-games-2.16.2.tar.bz2

2006-11-22 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/gnome-games/2.16/gnome-games-2.16.2.tar.bz2
e69465370ce5d8aad617f341bc35a58e  gnome-games-2.16.2.tar.bz2
Size: 5257581 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gnome-games.spec - up to 2.16.2

2006-11-22 Thread megabajt
Author: megabajt Date: Wed Nov 22 21:34:14 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.2

 Files affected:
SPECS:
   gnome-games.spec (1.178 - 1.179) 

 Diffs:


Index: SPECS/gnome-games.spec
diff -u SPECS/gnome-games.spec:1.178 SPECS/gnome-games.spec:1.179
--- SPECS/gnome-games.spec:1.178Tue Oct  3 22:28:25 2006
+++ SPECS/gnome-games.spec  Wed Nov 22 22:34:08 2006
@@ -7,30 +7,30 @@
 Summary(uk):   śÇŇÉ ĐŚÄ GNOME
 Summary(wa):   Djeus po GNOME
 Name:  gnome-games
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 Epoch: 1
 License:   LGPL
 Group: X11/Applications/Games
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-games/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: 4377f69dffe1bca3a153936354112ec9
+# Source0-md5: e69465370ce5d8aad617f341bc35a58e
 Patch0:%{name}-schemas.patch
 Patch1:%{name}-include.patch
 Patch2:%{name}-desktop.patch
 URL:   http://www.gnome.org/
-BuildRequires: GConf2-devel = 2.14.0
+BuildRequires: GConf2-devel = 2.16.0
 BuildRequires: autoconf = 2.53
 BuildRequires: automake
-BuildRequires: avahi-glib-devel = 0.6.14
+BuildRequires: avahi-glib-devel = 0.6.15
 BuildRequires: esound-devel
 BuildRequires: gnome-common = 2.12.0
-BuildRequires: gnome-vfs2-devel = 2.16.1
+BuildRequires: gnome-vfs2-devel = 2.16.2
 BuildRequires: gob2 = 2.0.14
 BuildRequires: guile-devel = 5:1.8.0
-BuildRequires: gtk+2-devel = 2:2.10.5
-BuildRequires: intltool = 0.35
+BuildRequires: gtk+2-devel = 2:2.10.6
+BuildRequires: intltool = 0.35.0
 BuildRequires: libglade2-devel = 1:2.6.0
-BuildRequires: libgnomeui-devel = 2.16.0
+BuildRequires: libgnomeui-devel = 2.16.1
 BuildRequires: libltdl-devel
 BuildRequires: librsvg-devel = 1:2.16.0
 BuildRequires: libstdc++-devel
@@ -39,7 +39,7 @@
 BuildRequires: rpmbuild(macros) = 1.311
 BuildRequires: scrollkeeper = 0.3.8
 Requires(post,preun):  GConf2
-Requires:  gnome-vfs2 = 2.16.1
+Requires:  gnome-vfs2 = 2.16.2
 Requires:  hicolor-icon-theme
 Requires:  libgnomeui = 2.16.0
 Requires:  librsvg = 1:2.16.0
@@ -80,8 +80,8 @@
 Summary:   GNOME's version of blackjack
 Summary(pl):   Blackjack dla GNOME
 Group: X11/Applications/Games
-Requires(post,preun):  GConf2 = 2.14.0
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,preun):  GConf2 = 2.16.0
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 
@@ -95,8 +95,8 @@
 Summary:   GNOME Ataxx
 Summary(pl):   Ataxx dla GNOME
 Group: X11/Applications/Games
-Requires(post,preun):  GConf2 = 2.14.0
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,preun):  GConf2 = 2.16.0
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 
@@ -110,9 +110,9 @@
 Summary:   Five or more game
 Summary(pl):   Gra Pięć albo więcej
 Group: X11/Applications/Games
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post):coreutils
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 
@@ -127,8 +127,8 @@
 Summary:   Four-in-a-row game
 Summary(pl):   Gra Cztery w rzędzie
 Group: X11/Applications/Games
-Requires(post,preun):  GConf2 = 2.14.0
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,preun):  GConf2 = 2.16.0
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 
@@ -142,9 +142,9 @@
 Summary:   GNOME Nibbles
 Summary(pl):   Nibbles dla GNOME
 Group: X11/Applications/Games
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post):coreutils
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 
@@ -158,9 +158,9 @@
 Summary:   GNOME Robots
 Summary(pl):   Robots dla GNOME
 Group: X11/Applications/Games
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post):coreutils
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 
@@ -174,9 +174,9 @@
 Summary:   GNOME Tetris
 Summary(pl):   Tetris dla GNOME
 Group: X11/Applications/Games
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post):coreutils
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post

SPECS: epiphany.spec - up to 2.16.2

2006-11-23 Thread megabajt
Author: megabajt Date: Thu Nov 23 10:49:27 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.2

 Files affected:
SPECS:
   epiphany.spec (1.127 - 1.128) 

 Diffs:


Index: SPECS/epiphany.spec
diff -u SPECS/epiphany.spec:1.127 SPECS/epiphany.spec:1.128
--- SPECS/epiphany.spec:1.127   Tue Nov  7 23:23:36 2006
+++ SPECS/epiphany.spec Thu Nov 23 11:49:22 2006
@@ -4,18 +4,18 @@
 Summary(es):   Epiphany - navigador Web de GNOME basado en gecko
 Summary(pl):   Epiphany - przeglądarka WWW dla GNOME
 Name:  epiphany
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 License:   GPL v2
 Group: X11/Applications/Networking
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/epiphany/%{basever}/%{name}-%{version}.tar.bz2
-# Source0-md5: 25fecb147b1c68cc71d2af2bac727724
+# Source0-md5: 6d4ca4c3c1fb52b432ad3f5006866b6b
 Patch0:%{name}-first-tab.patch
 Patch1:%{name}-desktop.patch
 Patch2:%{name}-pld-homepage.patch
 Patch3:%{name}-configure.patch
 URL:   http://www.gnome.org/projects/epiphany/
-BuildRequires: GConf2-devel = 2.14.0
+BuildRequires: GConf2-devel = 2.16.0
 BuildRequires: ORBit2-devel = 1:2.14.3
 BuildRequires: autoconf = 2.59
 BuildRequires: automake = 1.8
@@ -23,32 +23,32 @@
 BuildRequires: gnome-common = 2.12.0
 BuildRequires: gnome-desktop-devel = 2.16.1
 BuildRequires: gnome-doc-utils = 0.8.0
-BuildRequires: gnome-vfs2-devel = 2.16.1
+BuildRequires: gnome-vfs2-devel = 2.16.2
 BuildRequires: gtk+2-devel = 2:2.10.6
 BuildRequires: gtk-doc = 1.7
-BuildRequires: intltool = 0.35
+BuildRequires: intltool = 0.35.0
 BuildRequires: iso-codes = 0.53
 BuildRequires: libglade2-devel = 1:2.6.0
 BuildRequires: libgnomeprintui-devel = 2.12.1
-BuildRequires: libgnomeui-devel = 2.16.0
+BuildRequires: libgnomeui-devel = 2.16.1
 BuildRequires: libtool
 BuildRequires: libxslt-devel = 1.1.17
 BuildRequires: mozilla-firefox-devel = 1.5.0.7
 BuildRequires: pkgconfig
-BuildRequires: python-gnome-devel = 2.16.0
+BuildRequires: python-gnome-devel = 2.16.2
 BuildRequires: python-pygtk-devel = 2.10.3
 BuildRequires: rpmbuild(macros) = 1.311
 BuildRequires: scrollkeeper
 BuildRequires: startup-notification-devel = 0.8
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post,postun): desktop-file-utils
-Requires(post,postun): gtk+2 = 2.10.6
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
 Requires:  dbus = 0.91
 Requires:  gnome-icon-theme = 2.16.0.1
 Requires:  gtk+2 = 2:2.10.6
-Requires:  libgnomeui = 2.16.0
+Requires:  libgnomeui = 2.16.1
 %requires_eq   mozilla-firefox
 Obsoletes: python-epiphany
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -193,6 +193,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.128  2006/11/23 10:49:22  megabajt
+- up to 2.16.2
+
 Revision 1.127  2006/11/07 22:23:36  glen
 - do not list %{_desktopdir}/* -- dangerous, could list directories 
unexpectedly
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/epiphany.spec?r1=1.127r2=1.128f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: epiphany-2.16.2.tar.bz2

2006-11-23 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/epiphany/2.16/epiphany-2.16.2.tar.bz2
6d4ca4c3c1fb52b432ad3f5006866b6b  epiphany-2.16.2.tar.bz2
Size: 4229155 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gnome-desktop.spec - up to 2.16.2

2006-11-23 Thread megabajt
Author: megabajt Date: Thu Nov 23 11:14:21 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.2

 Files affected:
SPECS:
   gnome-desktop.spec (1.103 - 1.104) 

 Diffs:


Index: SPECS/gnome-desktop.spec
diff -u SPECS/gnome-desktop.spec:1.103 SPECS/gnome-desktop.spec:1.104
--- SPECS/gnome-desktop.spec:1.103  Fri Oct  6 00:08:06 2006
+++ SPECS/gnome-desktop.specThu Nov 23 12:14:16 2006
@@ -2,12 +2,12 @@
 Summary:   The core programs for the GNOME GUI desktop environment
 Summary(pl):   Podstawowe programy środowiska graficznego GNOME
 Name:  gnome-desktop
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 License:   LGPL
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: e92edb17cd75faca45a4fe2d6806bdd8
+# Source0-md5: 9137ba2cd5113446d02b1f2cee67069c
 Source1:   pld-logo.svg
 Patch0:%{name}-crystalsvg.patch
 Patch1:%{name}-desktop.patch
@@ -17,11 +17,11 @@
 BuildRequires: automake
 BuildRequires: gnome-common = 2.12.0
 BuildRequires: gnome-doc-utils = 0.8.0
-BuildRequires: gnome-vfs2-devel = 2.16.1
-BuildRequires: gtk+2-devel = 2:2.10.5
+BuildRequires: gnome-vfs2-devel = 2.16.2
+BuildRequires: gtk+2-devel = 2:2.10.6
 BuildRequires: gtk-doc = 1.7
 BuildRequires: intltool
-BuildRequires: libgnomeui-devel = 2.16.0
+BuildRequires: libgnomeui-devel = 2.16.1
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) = 1.311
@@ -55,7 +55,7 @@
 Summary:   gnome-desktop library
 Summary(pl):   Biblioteka gnome-desktop
 Group: Development/Libraries
-Requires:  libgnomeui = 2.16.0
+Requires:  libgnomeui = 2.16.1
 
 %description libs
 This package contains gnome-desktop library.
@@ -68,7 +68,7 @@
 Summary(pl):   Pliki nagłówkowe bibliotek GNOME desktop
 Group: X11/Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
-Requires:  libgnomeui-devel = 2.16.0
+Requires:  libgnomeui-devel = 2.16.1
 Requires:  startup-notification-devel = 0.8
 
 %description devel
@@ -185,6 +185,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.104  2006/11/23 11:14:16  megabajt
+- up to 2.16.2
+
 Revision 1.103  2006/10/05 22:08:06  grzegol
 - package tk, ug, yo lang files (languages added in glibc-2.5)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-desktop.spec?r1=1.103r2=1.104f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-desktop-2.16.2.tar.bz2

2006-11-23 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/2.16/gnome-desktop-2.16.2.tar.bz2
9137ba2cd5113446d02b1f2cee67069c  gnome-desktop-2.16.2.tar.bz2
Size: 1230891 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: xfprint-lpr.patch, xfprint-locale-names.patch - updated f...

2006-11-24 Thread megabajt
Author: megabajt Date: Fri Nov 24 15:43:00 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 4.3.99.2

 Files affected:
SOURCES:
   xfprint-lpr.patch (1.1 - 1.2) , xfprint-locale-names.patch (1.7 - 1.8) 

 Diffs:


Index: SOURCES/xfprint-lpr.patch
diff -u SOURCES/xfprint-lpr.patch:1.1 SOURCES/xfprint-lpr.patch:1.2
--- SOURCES/xfprint-lpr.patch:1.1   Sun Nov 28 03:01:07 2004
+++ SOURCES/xfprint-lpr.patch   Fri Nov 24 16:42:54 2006
@@ -1,7 +1,7 @@
-diff -urN xfprint-4.1.99.1.orig/configure.ac xfprint-4.1.99.1/configure.ac
 xfprint-4.1.99.1.orig/configure.ac 2004-11-06 15:43:03.0 +0100
-+++ xfprint-4.1.99.1/configure.ac  2004-11-28 02:49:06.415269360 +0100
-@@ -106,7 +106,7 @@
+diff -urN xfprint-4.3.99.2/configure.in xfprint-4.3.99.2.new/configure.in
+--- xfprint-4.3.99.2/configure.in  2006-11-05 12:16:04.0 +0100
 xfprint-4.3.99.2.new/configure.in  2006-11-23 22:46:48.0 +0100
+@@ -130,7 +130,7 @@
  AC_HELP_STRING([--enable-bsdlpr], [Enable BSD-LPR support in xfprint]),
  [], [enable_bsdlpr=yes])
  if test x$enable_bsdlpr = xyes; then


Index: SOURCES/xfprint-locale-names.patch
diff -u SOURCES/xfprint-locale-names.patch:1.7 
SOURCES/xfprint-locale-names.patch:1.8
--- SOURCES/xfprint-locale-names.patch:1.7  Sun Nov 13 02:21:20 2005
+++ SOURCES/xfprint-locale-names.patch  Fri Nov 24 16:42:55 2006
@@ -1,11 +1,12 @@
 xfprint-4.2.3/configure.ac.orig2005-11-05 18:14:50.0 +0100
-+++ xfprint-4.2.3/configure.ac 2005-11-13 01:41:39.0 +0100
-@@ -48,7 +48,7 @@
+diff -urN xfprint-4.3.99.2/configure.in xfprint-4.3.99.2.new/configure.in
+--- xfprint-4.3.99.2/configure.in  2006-11-05 12:16:04.0 +0100
 xfprint-4.3.99.2.new/configure.in  2006-11-23 22:45:01.0 +0100
+@@ -76,7 +76,7 @@
+ AC_SUBST([PRINTCAP_PATH])
+ 
  dnl Check for i18n support
- BM_I18N([xfprint], [af ar az be bg bn_IN ca cs de el en_GB es es_MX et
-   eu fa fi fr gu he hi hu it ja ko ku lt mr ms nl ro
--  ru sk sl sv ta tr pa pl pt_BR pt_PT sk uk vi zh_CN
-+  ru sk sl sv ta tr pa pl pt_BR pt sk uk vi zh_CN
-   zh_TW])
+-XDT_I18N([ar az be bg bn_IN ca cs de dz el en_GB es es_MX et eu fa fi fr gl 
gu he hi hu it ja ka ko lt mr ms nl ro ru sk sv ta tr pa pl pt_BR pt_PT uk vi 
zh_CN zh_TW])
++XDT_I18N([ar az be bg bn_IN ca cs de dz el en_GB es es_MX et eu fa fi fr gl 
gu he hi hu it ja ka ko lt mr ms nl ro ru sk sv ta tr pa pl pt_BR pt uk vi 
zh_CN zh_TW])
  
  dnl Check for gmodule = 2.2.0
+ XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.6.0])


 CVS-web:
http://cvs.pld-linux.org/SOURCES/xfprint-lpr.patch?r1=1.1r2=1.2f=u

http://cvs.pld-linux.org/SOURCES/xfprint-locale-names.patch?r1=1.7r2=1.8f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfprint.spec - updated to 4.3.99.2 (Xfce 4.4RC2) - added de...

2006-11-24 Thread megabajt
Author: megabajt Date: Fri Nov 24 15:44:52 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 4.3.99.2 (Xfce 4.4RC2)
- added devel subpackage

 Files affected:
SPECS:
   xfprint.spec (1.34 - 1.35) 

 Diffs:


Index: SPECS/xfprint.spec
diff -u SPECS/xfprint.spec:1.34 SPECS/xfprint.spec:1.35
--- SPECS/xfprint.spec:1.34 Tue Nov  7 23:31:36 2006
+++ SPECS/xfprint.spec  Fri Nov 24 16:44:46 2006
@@ -2,33 +2,31 @@
 Summary:   Print dialog and printer manager for Xfce
 Summary(pl):   Okno dialogowe wydruku i zarządca drukarek dla Xfce
 Name:  xfprint
-Version:   4.2.3
+Version:   4.3.99.2
 Release:   1
-License:   BSD
+License:   GPL
 Group: X11/Applications
-Source0:   
http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz
-# Source0-md5: 64c983a6d7778cbd5d6c93ee1dbbd3f9
+Source0:   
http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
+# Source0-md5: c2eb9dee0002e875b91e73557f7354a1
 Patch0:%{name}-locale-names.patch
 Patch1:%{name}-lpr.patch
 URL:   http://www.xfce.org/
 BuildRequires: a2ps-devel
-BuildRequires: autoconf
+BuildRequires: autoconf = 2.50
 BuildRequires: automake
 BuildRequires: cups-devel
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel = 2.2.0
+BuildRequires: gtk+2-devel = 2:2.10.6
 BuildRequires: intltool
 BuildRequires: libtool
-BuildRequires: libxfce4mcs-devel = 4.2.0
-BuildRequires: libxfcegui4-devel = 4.2.0
+BuildRequires: libxfce4mcs-devel = %{version}
+BuildRequires: libxfcegui4-devel = %{version}
 BuildRequires: openssl-devel = 0.9.7d
 BuildRequires: pkgconfig = 1:0.9.0
-BuildRequires: xfce-mcs-manager-devel = 4.2.0
-BuildRequires: xfce4-dev-tools
+BuildRequires: xfce-mcs-manager-devel = %{version}
+BuildRequires: xfce4-dev-tools = %{version}
 Requires:  %{name}-print-backend = %{version}-%{release}
 Requires:  a2ps
-Requires:  glib2 = 2.2.0
-Requires:  libxfcegui4 = 4.2.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -63,12 +61,24 @@
 Provides:  %{name}-print-backend = %{version}-%{release}
 
 %description bsdlpr
-This package contains plugin for xfprint allowing to use old bsd
-style printing system through lpr program.
+This package contains plugin for xfprint allowing to use old bsd style
+printing system through lpr program.
 
 %description bsdlpr -l pl
-Paczka ta zawiera wtyczkę dla xfprint, która umożliwia drukowanie
-w stylu bsd poprzez program lpr.
+Paczka ta zawiera wtyczkę dla xfprint, która umożliwia drukowanie w
+stylu bsd poprzez program lpr.
+
+%package devel
+Summary:   Headers files for the xfprint library
+Summary(pl):   Pliki nagłówkowe biblioteki xfprint
+Group: X11/Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description devel
+Header files for the xfprint library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki xfprint.
 
 %prep
 %setup -q
@@ -78,10 +88,10 @@
 mv -f po/{pt_PT,pt}.po
 
 %build
-glib-gettextize --copy --force
-intltoolize --copy --force
+%{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -112,14 +122,14 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog README
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/libxfprint.so.*.*.*
 %attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
-%{_iconsdir}/hicolor/*/*/*
+%dir %{_libdir}/xfce4/xfprint-plugins
 %{_desktopdir}/*.desktop
 %{_datadir}/xfce4/doc/C/*
 %lang(fr) %{_datadir}/xfce4/doc/fr/*
-%lang(he) %{_datadir}/xfce4/doc/he/*
 
 %files cups
 %defattr(644,root,root,755)
@@ -129,12 +139,23 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/xfce4/xfprint-plugins/bsdlpr_plugin.so
 
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libxfprint.so
+%{_includedir}/xfce4/libxfprint
+%{_libdir}/libxfprint.la
+%{_pkgconfigdir}/xfprint-1.0.pc
+
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
 * %{date} PLD Team [EMAIL PROTECTED]
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.35  2006/11/24 15:44:46  megabajt
+- updated to 4.3.99.2 (Xfce 4.4RC2)
+- added devel subpackage
+
 Revision 1.34  2006/11/07 22:31:36  glen
 - do not list %{_desktopdir}/* -- dangerous, could list directories 
unexpectedly
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xfprint.spec?r1=1.34r2=1.35f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xfprint-4.3.99.2.tar.bz2

2006-11-24 Thread megabajt

Files fetched: 1

STORED: http://www.xfce.org/archive/xfce-4.3.99.2/src/xfprint-4.3.99.2.tar.bz2
c2eb9dee0002e875b91e73557f7354a1  xfprint-4.3.99.2.tar.bz2
Size: 828048 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: cairo.spec - release 2 (rebuild with P: *.la)

2006-11-25 Thread megabajt
Author: megabajt Date: Sat Nov 25 10:40:42 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   cairo.spec (1.56 - 1.57) 

 Diffs:


Index: SPECS/cairo.spec
diff -u SPECS/cairo.spec:1.56 SPECS/cairo.spec:1.57
--- SPECS/cairo.spec:1.56   Fri Nov  3 06:29:08 2006
+++ SPECS/cairo.specSat Nov 25 11:40:36 2006
@@ -10,7 +10,7 @@
 Summary(pl):   Cairo - wieloplatformowa biblioteka graficzna 2D
 Name:  cairo
 Version:   1.2.6
-Release:   1
+Release:   2
 License:   LGPL v2.1 or MPL v1.1
 Group: Libraries
 Source0:   http://cairographics.org/releases/%{name}-%{version}.tar.gz
@@ -175,6 +175,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.57  2006/11/25 10:40:36  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.56  2006/11/03 05:29:08  wrobell
 - ver. 1.2.6
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cairo.spec?r1=1.56r2=1.57f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: atk.spec, cairomm.spec, pango.spec, gtk+2.spec - release 2 ...

2006-11-25 Thread megabajt
Author: megabajt Date: Sat Nov 25 19:24:18 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   atk.spec (1.100 - 1.101) , cairomm.spec (1.10 - 1.11) , pango.spec (1.161 
- 1.162) , gtk+2.spec (1.233 - 1.234) 

 Diffs:


Index: SPECS/atk.spec
diff -u SPECS/atk.spec:1.100 SPECS/atk.spec:1.101
--- SPECS/atk.spec:1.100Thu Oct  5 23:59:44 2006
+++ SPECS/atk.spec  Sat Nov 25 20:24:13 2006
@@ -9,7 +9,7 @@
 Summary(pt_BR):Interfaces para suporte a acessibilidade
 Name:  atk
 Version:   1.12.3
-Release:   1
+Release:   2
 Epoch: 1
 License:   LGPL v2+
 Group: X11/Libraries
@@ -166,6 +166,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.101  2006/11/25 19:24:13  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.100  2006/10/05 21:59:44  grzegol
 - package as, tk, ug lang files (languages added in glibc-2.5)
 


Index: SPECS/cairomm.spec
diff -u SPECS/cairomm.spec:1.10 SPECS/cairomm.spec:1.11
--- SPECS/cairomm.spec:1.10 Tue Aug 22 11:51:18 2006
+++ SPECS/cairomm.spec  Sat Nov 25 20:24:13 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Interfejs C++ do cairo
 Name:  cairomm
 Version:   1.2.2
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Libraries
 Source0:   http://cairographics.org/releases/%{name}-%{version}.tar.gz
@@ -97,6 +97,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2006/11/25 19:24:13  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.10  2006/08/22 09:51:18  qboosh
 - updated to 1.2.2
 


Index: SPECS/pango.spec
diff -u SPECS/pango.spec:1.161 SPECS/pango.spec:1.162
--- SPECS/pango.spec:1.161  Wed Nov 22 11:24:21 2006
+++ SPECS/pango.specSat Nov 25 20:24:13 2006
@@ -13,7 +13,7 @@
 Summary(pt_BR):Sistema para layout e renderizaçăo de texto 
internacionalizado
 Name:  pango
 Version:   1.14.8
-Release:   1
+Release:   2
 Epoch: 1
 License:   LGPL
 Group: X11/Libraries
@@ -236,6 +236,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.162  2006/11/25 19:24:13  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.161  2006/11/22 10:24:21  megabajt
 - up to 1.14.8
 


Index: SPECS/gtk+2.spec
diff -u SPECS/gtk+2.spec:1.233 SPECS/gtk+2.spec:1.234
--- SPECS/gtk+2.spec:1.233  Wed Nov  1 21:09:45 2006
+++ SPECS/gtk+2.specSat Nov 25 20:24:13 2006
@@ -16,7 +16,7 @@
 Summary(tr):   Gimp ToolKit arayüz kitaplýđý
 Name:  gtk+2
 Version:   2.10.6
-Release:   1
+Release:   2
 Epoch: 2
 License:   LGPL
 Group: X11/Libraries
@@ -321,6 +321,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.234  2006/11/25 19:24:13  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.233  2006/11/01 20:09:45  patrys
 - add experimental menu patch (disabled by default)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/atk.spec?r1=1.100r2=1.101f=u
http://cvs.pld-linux.org/SPECS/cairomm.spec?r1=1.10r2=1.11f=u
http://cvs.pld-linux.org/SPECS/pango.spec?r1=1.161r2=1.162f=u
http://cvs.pld-linux.org/SPECS/gtk+2.spec?r1=1.233r2=1.234f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libwnck.spec - up to 2.16.2

2006-11-26 Thread megabajt
Author: megabajt Date: Sun Nov 26 16:19:53 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.2

 Files affected:
SPECS:
   libwnck.spec (1.68 - 1.69) 

 Diffs:


Index: SPECS/libwnck.spec
diff -u SPECS/libwnck.spec:1.68 SPECS/libwnck.spec:1.69
--- SPECS/libwnck.spec:1.68 Sun Oct 15 03:32:50 2006
+++ SPECS/libwnck.spec  Sun Nov 26 17:19:47 2006
@@ -6,17 +6,17 @@
 Summary:   General Window Manager interfacing for GNOME utilities
 Summary(pl):   Interfejs General Window Manager dla narzędzi GNOME
 Name:  libwnck
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 License:   LGPL
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/libwnck/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: 3b9d6d58ba8552bb354f87af23a058a8
+# Source0-md5: 0d707031760d019b7b1bf5347e4d6c1a
 Patch0:%{name}-compiz.patch
 Patch1:%{name}-link.patch
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gtk+2-devel = 2:2.10.5
+BuildRequires: gtk+2-devel = 2:2.10.6
 %{?with_apidocs:BuildRequires: gtk-doc = 1.7}
 BuildRequires: gtk-doc-automake
 BuildRequires: intltool = 0.35.0
@@ -24,7 +24,7 @@
 BuildRequires: pkgconfig
 BuildRequires: startup-notification-devel = 0.8
 BuildRequires: xorg-lib-libXres-devel
-Requires:  gtk+2 = 2:2.10.5
+Requires:  gtk+2 = 2:2.10.6
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,7 +40,7 @@
 Summary(pl):   Pliki nagłówkowe i dokumentacja dla libwnck
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  gtk+2-devel = 2:2.10.5
+Requires:  gtk+2-devel = 2:2.10.6
 Requires:  gtk-doc-common
 Requires:  startup-notification-devel = 0.8
 Requires:  xorg-lib-libXres-devel
@@ -134,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.69  2006/11/26 16:19:47  megabajt
+- up to 2.16.2
+
 Revision 1.68  2006/10/15 01:32:50  qboosh
 - added link patch to kill unused -lSM -lICE
 - BR+R libXres-devel


 CVS-web:
http://cvs.pld-linux.org/SPECS/libwnck.spec?r1=1.68r2=1.69f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libwnck-2.16.2.tar.bz2

2006-11-26 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/libwnck/2.16/libwnck-2.16.2.tar.bz2
0d707031760d019b7b1bf5347e4d6c1a  libwnck-2.16.2.tar.bz2
Size: 467230 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: startup-notification.spec - release 5 (rebuild with P: *.la)

2006-11-26 Thread megabajt
Author: megabajt Date: Sun Nov 26 16:24:39 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 5 (rebuild with P: *.la)

 Files affected:
SPECS:
   startup-notification.spec (1.20 - 1.21) 

 Diffs:


Index: SPECS/startup-notification.spec
diff -u SPECS/startup-notification.spec:1.20 
SPECS/startup-notification.spec:1.21
--- SPECS/startup-notification.spec:1.20Sun Mar  5 20:54:41 2006
+++ SPECS/startup-notification.spec Sun Nov 26 17:24:34 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Biblioteka Startup Notification
 Name:  startup-notification
 Version:   0.8
-Release:   4
+Release:   5
 Group: Libraries
 License:   LGPL
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/startup-notification/0.8/%{name}-%{version}.tar.bz2
@@ -99,6 +99,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.21  2006/11/26 16:24:34  megabajt
+- release 5 (rebuild with P: *.la)
+
 Revision 1.20  2006/03/05 19:54:41  qboosh
 - added link patch to avoid unnecessary libSM dependency
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/startup-notification.spec?r1=1.20r2=1.21f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libgpg-error.spec - release 2 (rebuild with P: *.la)

2006-11-26 Thread megabajt
Author: megabajt Date: Sun Nov 26 16:38:10 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   libgpg-error.spec (1.21 - 1.22) 

 Diffs:


Index: SPECS/libgpg-error.spec
diff -u SPECS/libgpg-error.spec:1.21 SPECS/libgpg-error.spec:1.22
--- SPECS/libgpg-error.spec:1.21Fri Sep 15 20:14:13 2006
+++ SPECS/libgpg-error.spec Sun Nov 26 17:38:05 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Biblioteka libgpg-error
 Name:  libgpg-error
 Version:   1.4
-Release:   1
+Release:   2
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
@@ -131,6 +131,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2006/11/26 16:38:05  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.21  2006/09/15 18:14:13  qboosh
 - updated to 1.4
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libgpg-error.spec?r1=1.21r2=1.22f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libgcrypt.spec - release 2 (rebuild with P: *.la)

2006-11-26 Thread megabajt
Author: megabajt Date: Sun Nov 26 16:57:04 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   libgcrypt.spec (1.50 - 1.51) 

 Diffs:


Index: SPECS/libgcrypt.spec
diff -u SPECS/libgcrypt.spec:1.50 SPECS/libgcrypt.spec:1.51
--- SPECS/libgcrypt.spec:1.50   Fri Nov 24 15:00:32 2006
+++ SPECS/libgcrypt.specSun Nov 26 17:56:58 2006
@@ -9,7 +9,7 @@
 Summary(pt_BR):libgcrypt é uma biblioteca de criptografia de uso geral 
baseada no GnuPG
 Name:  libgcrypt
 Version:   1.2.3
-Release:   1
+Release:   2
 License:   LGPL
 Group: Libraries
 # devel versions:
@@ -153,6 +153,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.51  2006/11/26 16:56:58  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.50  2006/11/24 14:00:32  qboosh
 - gcc epoch
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libgcrypt.spec?r1=1.50r2=1.51f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: lzo.spec - release 2 (rebuild with P: *.la)

2006-11-26 Thread megabajt
Author: megabajt Date: Sun Nov 26 17:03:40 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   lzo.spec (1.34 - 1.35) 

 Diffs:


Index: SPECS/lzo.spec
diff -u SPECS/lzo.spec:1.34 SPECS/lzo.spec:1.35
--- SPECS/lzo.spec:1.34 Wed Nov 15 21:25:56 2006
+++ SPECS/lzo.spec  Sun Nov 26 18:03:35 2006
@@ -3,7 +3,7 @@
 Summary(pl):   LZO - biblioteka kompresji danych w czasie rzeczywistym
 Name:  lzo
 Version:   2.02
-Release:   1
+Release:   2
 License:   GPL
 Group: Libraries
 Source0:   
http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz
@@ -134,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.35  2006/11/26 17:03:35  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.34  2006/11/15 20:25:56  qboosh
 - am epoch
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/lzo.spec?r1=1.34r2=1.35f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: opencdk.spec - release 2 (rebuild with P: *.la)

2006-11-26 Thread megabajt
Author: megabajt Date: Sun Nov 26 17:11:01 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   opencdk.spec (1.21 - 1.22) 

 Diffs:


Index: SPECS/opencdk.spec
diff -u SPECS/opencdk.spec:1.21 SPECS/opencdk.spec:1.22
--- SPECS/opencdk.spec:1.21 Thu Oct 26 14:31:20 2006
+++ SPECS/opencdk.spec  Sun Nov 26 18:10:56 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Open Crypto Development Kit
 Name:  opencdk
 Version:   0.5.11
-Release:   1
+Release:   2
 License:   GPL
 Group: Libraries
 Source0:   
ftp://ftp.gnutls.org/pub/gnutls/opencdk/%{name}-%{version}.tar.gz
@@ -100,6 +100,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2006/11/26 17:10:56  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.21  2006/10/26 12:31:20  qboosh
 - updated to 0.5.11
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/opencdk.spec?r1=1.21r2=1.22f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: popt-gettext0.11.patch - updated for 1.10.7

2006-11-27 Thread megabajt
Author: megabajt Date: Mon Nov 27 17:11:10 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 1.10.7

 Files affected:
SOURCES:
   popt-gettext0.11.patch (1.11 - 1.12) 

 Diffs:


Index: SOURCES/popt-gettext0.11.patch
diff -u SOURCES/popt-gettext0.11.patch:1.11 SOURCES/popt-gettext0.11.patch:1.12
--- SOURCES/popt-gettext0.11.patch:1.11 Tue Feb 28 20:02:55 2006
+++ SOURCES/popt-gettext0.11.patch  Mon Nov 27 18:11:05 2006
@@ -1,16 +1,18 @@
 popt-1.10.2/configure.ac.orig  2005-05-30 08:37:00.0 +0200
-+++ popt-1.10.2/configure.ac   2005-07-23 12:57:57.741102776 +0200
-@@ -5,7 +5,7 @@
- AM_INIT_AUTOMAKE(popt, 1.10.2)
- AM_CONFIG_HEADER(config.h)
+diff -urN popt-1.10.7/configure.ac popt-1.10.7.new/configure.ac
+--- popt-1.10.7/configure.ac   2006-04-09 20:19:27.0 +0200
 popt-1.10.7.new/configure.ac   2006-11-27 17:21:57.0 +0100
+@@ -13,7 +13,7 @@
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 0)
  
 -ALL_LINGUAS=cs da de es eu_ES fi fr gl hu id is it ja ko no pl pt pt_BR ro 
ru sk sl sr sv tr uk wa zh zh_CN zh_TW
-+ALL_LINGUAS=cs da de es  fi fr gl hu id is it ja ko nb pl pt pt_BR ro ru sk 
sl sr sv tr uk wa zh zh_CN zh_TW
++ALL_LINGUAS=cs da de es fi fr gl hu id is it ja ko nb pl pt pt_BR ro ru sk 
sl sr sv tr uk wa zh zh_CN zh_TW
  
  AC_ISC_POSIX
  
 popt-1.10.5/po/es.po.orig  2006-02-22 01:30:46.0 +0100
-+++ popt-1.10.5/po/es.po   2006-02-28 19:25:43.916671750 +0100
+diff -urN popt-1.10.7/po/es.po popt-1.10.7.new/po/es.po
+--- popt-1.10.7/po/es.po   2006-10-15 16:30:20.0 +0200
 popt-1.10.7.new/po/es.po   2006-11-27 17:18:21.0 +0100
 @@ -2,18 +2,17 @@
  # Copyright (C) YEAR Free Software Foundation, Inc.
  # FIRST AUTHOR [EMAIL PROTECTED], YEAR.
@@ -20,9 +22,9 @@
  msgstr 
  Project-Id-Version: popt 1.6.3\n
  Report-Msgid-Bugs-To: \n
- POT-Creation-Date: 2006-02-21 20:03-0500\n
+ POT-Creation-Date: 2006-08-05 13:40-0400\n
 -PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-+PO-Revision-Date: 2006-02-21 20:03-0500\n
++PO-Revision-Date: 2006-08-05 13:40-0400\n
  Last-Translator: Leandro Lucarella [EMAIL PROTECTED]\n
 -Language-Team: LANGUAGE [EMAIL PROTECTED]\n
 +Language-Team: Spanish\n


 CVS-web:
http://cvs.pld-linux.org/SOURCES/popt-gettext0.11.patch?r1=1.11r2=1.12f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: popt.spec - updated to 1.10.7 - updated gettext0.11 and pl....

2006-11-27 Thread megabajt
Author: megabajt Date: Mon Nov 27 17:12:16 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.10.7
- updated gettext0.11 and pl.po patches

 Files affected:
SPECS:
   popt.spec (1.81 - 1.82) 

 Diffs:


Index: SPECS/popt.spec
diff -u SPECS/popt.spec:1.81 SPECS/popt.spec:1.82
--- SPECS/popt.spec:1.81Sun Nov 26 19:34:30 2006
+++ SPECS/popt.spec Mon Nov 27 18:12:11 2006
@@ -11,13 +11,12 @@
 Summary(tr):   Komut satýrý parametrelerini ayrýţtýrýmak için C arţivi
 Summary(uk):   âŚÂĚŚĎÔĹËÁ C ÄĚŃ ŇĎÚÂĎŇŐ ĐÁŇÁÍĹÔŇŚ× ËĎÍÁÎÄÎϧ ÓÔŇŚŢËÉ
 Name:  popt
-Version:   1.10.6
-Release:   2
+Version:   1.10.7
+Release:   1
 License:   X Consortium (MIT-like)
 Group: Libraries
-#Source0:  ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
-Source0:   ftp://jbj.org/pub/rpm-4.4.x/rpm-4.4.6.tar.gz
-# Source0-md5: baa6f371446c65b4080d1cd1f194a7ae
+Source0:   ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
+# Source0-md5: 912f67c5995608109355ed0beb5125fa
 Patch0:%{name}-gettext0.11.patch
 Patch1:%{name}-pl.po.patch
 Patch2:%{name}-libdir64.patch
@@ -140,9 +139,7 @@
 ÓËĚÁÄ popt-devel.
 
 %prep
-#%setup -q
-%setup -q -n rpm-4.4.6
-cd popt
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -151,7 +148,6 @@
 mv -f po/{no,nb}.po
 
 %build
-cd popt
 %{__gettextize}
 %{__libtoolize}
 %{__autoheader}
@@ -167,7 +163,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/%{_lib}
 
-%{__make} -C popt install \
+%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
 mv -f $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* $RPM_BUILD_ROOT/%{_lib}
@@ -185,8 +181,7 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-#%doc CHANGES COPYING README
-%doc popt/{CHANGES,COPYING,README}
+%doc CHANGES COPYING README
 %attr(755,root,root) /%{_lib}/libpopt.so.*.*.*
 
 %files devel
@@ -208,6 +203,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.82  2006/11/27 17:12:11  megabajt
+- updated to 1.10.7
+- updated gettext0.11 and pl.po patches
+
 Revision 1.81  2006/11/26 18:34:30  arekm
 - rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/popt.spec?r1=1.81r2=1.82f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: popt-1.10.7.tar.gz

2006-11-27 Thread megabajt

Files fetched: 1

STORED: ftp://jbj.org/pub/rpm-4.4.x/popt-1.10.7.tar.gz
912f67c5995608109355ed0beb5125fa  popt-1.10.7.tar.gz
Size: 728283 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: popt-pl.po.patch - updated for 1.10.7

2006-11-27 Thread megabajt
Author: megabajt Date: Mon Nov 27 17:12:45 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 1.10.7

 Files affected:
SOURCES:
   popt-pl.po.patch (1.9 - 1.10) 

 Diffs:


Index: SOURCES/popt-pl.po.patch
diff -u SOURCES/popt-pl.po.patch:1.9 SOURCES/popt-pl.po.patch:1.10
--- SOURCES/popt-pl.po.patch:1.9Tue Feb 28 20:02:55 2006
+++ SOURCES/popt-pl.po.patchMon Nov 27 18:12:39 2006
@@ -1,5 +1,6 @@
 popt-1.10.5/po/pl.po.orig  2005-02-14 00:00:35.0 +0100
-+++ popt-1.10.5/po/pl.po   2005-02-18 10:46:37.0 +0100
+diff -urN popt-1.10.7/po/pl.po popt-1.10.7.new/po/pl.po
+--- popt-1.10.7/po/pl.po   2006-10-15 16:30:20.0 +0200
 popt-1.10.7.new/po/pl.po   2006-11-27 17:32:43.0 +0100
 @@ -1,14 +1,14 @@
  # Polish translation for popt.
 -# Copyright (C) YEAR Free Software Foundation, Inc.
@@ -12,7 +13,7 @@
 -Project-Id-Version: popt 1.9-20030515\n
 +Project-Id-Version: popt 1.10.5\n
  Report-Msgid-Bugs-To: \n
- POT-Creation-Date: 2006-02-21 20:03-0500\n
+ POT-Creation-Date: 2006-08-05 13:40-0400\n
 -PO-Revision-Date: 2003-06-08 20:32+0200\n
 -Last-Translator: Jakub Bogusz [EMAIL PROTECTED]\n
 +PO-Revision-Date: 2006-02-28 19:30+0100\n


 CVS-web:
http://cvs.pld-linux.org/SOURCES/popt-pl.po.patch?r1=1.9r2=1.10f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gtkmm-2.10.5.tar.bz2

2006-11-27 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.10/gtkmm-2.10.5.tar.bz2
0f5255675d13391ca2f3fa4943733a07  gtkmm-2.10.5.tar.bz2
Size: 7304653 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gtkmm.spec - up to 2.10.5

2006-11-27 Thread megabajt
Author: megabajt Date: Mon Nov 27 22:10:28 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.10.5

 Files affected:
SPECS:
   gtkmm.spec (1.110 - 1.111) 

 Diffs:


Index: SPECS/gtkmm.spec
diff -u SPECS/gtkmm.spec:1.110 SPECS/gtkmm.spec:1.111
--- SPECS/gtkmm.spec:1.110  Wed Nov 22 11:10:46 2006
+++ SPECS/gtkmm.specMon Nov 27 23:10:23 2006
@@ -8,12 +8,12 @@
 Summary:   A C++ interface for the GTK+ (a GUI library for X)
 Summary(pl):   Wrapper C++ dla GTK+
 Name:  gtkmm
-Version:   2.10.4
+Version:   2.10.5
 Release:   1
 License:   LGPL
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.10/%{name}-%{version}.tar.bz2
-# Source0-md5: 113ab0c8c5af31cd981e1b5625c515b4
+# Source0-md5: 0f5255675d13391ca2f3fa4943733a07
 URL:   http://gtkmm.sourceforge.net/
 BuildRequires: atk-devel = 1:1.12.3
 BuildRequires: autoconf = 2.59
@@ -271,6 +271,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.111  2006/11/27 22:10:23  megabajt
+- up to 2.10.5
+
 Revision 1.110  2006/11/22 10:10:46  megabajt
 - up to 2.10.4
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gtkmm.spec?r1=1.110r2=1.111f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: xfmedia.spec - updated to 0.9.2 - removed dbus_use_newapi, ...

2006-11-27 Thread megabajt
Author: megabajt Date: Mon Nov 27 23:25:31 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.9.2
- removed dbus_use_newapi, trayicon-volume-scroll, link patches (applied 
upstream)

 Files affected:
SPECS:
   xfmedia.spec (1.17 - 1.18) 

 Diffs:


Index: SPECS/xfmedia.spec
diff -u SPECS/xfmedia.spec:1.17 SPECS/xfmedia.spec:1.18
--- SPECS/xfmedia.spec:1.17 Sat Sep 23 22:01:06 2006
+++ SPECS/xfmedia.spec  Tue Nov 28 00:25:26 2006
@@ -6,32 +6,31 @@
 Summary:   Xfmedia - lightweight media player based on the xine engine
 Summary(pl):   Xfmedia - lekki odtwarzacz multimedialny oparty na silniku xine
 Name:  xfmedia
-Version:   0.9.1
-Release:   3
+Version:   0.9.2
+Release:   1
 License:   GPL v2
 Group: X11/Applications/Multimedia
 Source0:   
http://spuriousinterrupt.org/projects/xfmedia/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 5ab3d25703d16ab4074dc63e677d0367
+# Source0-md5: 6eb8bd1f67201f829e0f45e733c02bd5
 Patch0:%{name}-desktop.patch
-Patch1:%{name}-dbus_use_newapi.patch
-Patch2:%{name}-trayicon-volume-scroll.patch
-Patch3:%{name}-link.patch
 URL:   http://spuriousinterrupt.org/projects/xfmedia/index.php
 BuildRequires: autoconf = 2.50
 BuildRequires: automake = 1:1.8
-%{?with_dbus:BuildRequires:dbus-devel = 0.60}
-BuildRequires: gtk+2-devel = 2:2.4.0
+%{?with_dbus:BuildRequires:dbus-glib-devel = 0.31}
+BuildRequires: gtk+2-devel = 2:2.6.0
 BuildRequires: libexo-devel = 0.3.0
 BuildRequires: libtool
 BuildRequires: libxfce4util-devel = 4.2.0
 BuildRequires: libxfcegui4-devel = 4.2.0
 BuildRequires: rpmbuild(macros) = 1.311
-BuildRequires: xfce4-dev-tools = %{version}
+BuildRequires: startup-notification-devel = 0.5
+BuildRequires: taglib-devel
+BuildRequires: xfce4-dev-tools = 4.3.90.2
 BuildRequires: xine-lib-devel
+BuildRequires: xorg-lib-libXScrnSaver-devel
+Requires(post,postun): gtk+2 = 2:2.6.0
 Requires(post,postun): hicolor-icon-theme
-Requires:  gtk+2 = 2:2.4.0
 Requires:  libexo = 0.3.0
-Requires:  libxfcegui4 = 4.2.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -73,9 +72,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
-%patch2 -p0
-%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -85,7 +81,9 @@
 %{__automake}
 %configure \
--disable-static \
-   %{!?with_dbus: --disable-dbus} \
+   --%{?with_dbus:en}%{!?with_dbus:dis}able-dbus \
+   --enable-startup-notification \
+   --with-taglib \
--x-includes=%{_includedir}/xorg \
--x-libraries=%{_prefix}/lib/X11
 
@@ -97,6 +95,8 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfmedia/plugins/xfmedia-infopipe.la
+
 %find_lang %{name}
 
 %clean
@@ -132,7 +132,7 @@
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/%{name}
-%{_pkgconfigdir}/*
+%{_pkgconfigdir}/*.pc
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -140,6 +140,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.18  2006/11/27 23:25:26  megabajt
+- updated to 0.9.2
+- removed dbus_use_newapi, trayicon-volume-scroll, link patches (applied 
upstream)
+
 Revision 1.17  2006/09/23 20:01:06  koorek
 - missing BR
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xfmedia.spec?r1=1.17r2=1.18f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libgnome.spec - release 2 (rebuild with P: *.la)

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 10:41:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   libgnome.spec (1.98 - 1.99) 

 Diffs:


Index: SPECS/libgnome.spec
diff -u SPECS/libgnome.spec:1.98 SPECS/libgnome.spec:1.99
--- SPECS/libgnome.spec:1.98Mon Sep  4 19:17:14 2006
+++ SPECS/libgnome.spec Tue Nov 28 11:40:54 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Podstawowa biblioteka GNOME
 Name:  libgnome
 Version:   2.16.0
-Release:   1
+Release:   2
 License:   LGPL
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/libgnome/2.16/%{name}-%{version}.tar.bz2
@@ -207,6 +207,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.99  2006/11/28 10:40:54  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.98  2006/09/04 17:17:14  grzegol
 - 2.16.0
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libgnome.spec?r1=1.98r2=1.99f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gnome-keyring.spec - release 2 (rebuild with P: *.la)

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 13:33:09 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   gnome-keyring.spec (1.37 - 1.38) 

 Diffs:


Index: SPECS/gnome-keyring.spec
diff -u SPECS/gnome-keyring.spec:1.37 SPECS/gnome-keyring.spec:1.38
--- SPECS/gnome-keyring.spec:1.37   Mon Sep  4 19:42:38 2006
+++ SPECS/gnome-keyring.specTue Nov 28 14:33:04 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Przechowywanie haseł i innych tajnych danych użytkowników
 Name:  gnome-keyring
 Version:   0.6.0
-Release:   1
+Release:   2
 License:   LGPL v2+/GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/0.6/%{name}-%{version}.tar.bz2
@@ -144,6 +144,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38  2006/11/28 13:33:04  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.37  2006/09/04 17:42:38  grzegol
 - 0.6.0
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-keyring.spec?r1=1.37r2=1.38f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libgnomecanvas.spec - release 5 (rebuild with P: *.la)

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 14:36:42 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 5 (rebuild with P: *.la)

 Files affected:
SPECS:
   libgnomecanvas.spec (1.73 - 1.74) 

 Diffs:


Index: SPECS/libgnomecanvas.spec
diff -u SPECS/libgnomecanvas.spec:1.73 SPECS/libgnomecanvas.spec:1.74
--- SPECS/libgnomecanvas.spec:1.73  Wed Jul 12 20:04:48 2006
+++ SPECS/libgnomecanvas.spec   Tue Nov 28 15:36:37 2006
@@ -8,7 +8,7 @@
 Summary(pl):   Widget GnomeCanvas
 Name:  libgnomecanvas
 Version:   2.14.0
-Release:   4
+Release:   5
 License:   LGPL
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.14/%{name}-%{version}.tar.bz2
@@ -76,7 +76,6 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-LDFLAGS=%{rpmldflags} -Wl,--as-needed
 %configure \
%{?with_apidocs:--enable-gtk-doc} \
--with-html-dir=%{_gtkdocdir}
@@ -125,6 +124,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.74  2006/11/28 14:36:37  megabajt
+- release 5 (rebuild with P: *.la)
+
 Revision 1.73  2006/07/12 18:04:48  freetz
 - rel.4, updated deps --as-needed support
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libgnomecanvas.spec?r1=1.73r2=1.74f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libbonoboui.spec - release 2 (rebuild with P: *.la)

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 14:40:08 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   libbonoboui.spec (1.89 - 1.90) 

 Diffs:


Index: SPECS/libbonoboui.spec
diff -u SPECS/libbonoboui.spec:1.89 SPECS/libbonoboui.spec:1.90
--- SPECS/libbonoboui.spec:1.89 Mon Sep  4 19:36:34 2006
+++ SPECS/libbonoboui.spec  Tue Nov 28 15:40:03 2006
@@ -7,7 +7,7 @@
 Summary(pl):   Komponenty interfejsu użytkownika do Bonobo
 Name:  libbonoboui
 Version:   2.16.0
-Release:   1
+Release:   2
 License:   LGPL
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/%{name}/2.16/%{name}-%{version}.tar.bz2
@@ -180,6 +180,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.90  2006/11/28 14:40:03  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.89  2006/09/04 17:36:34  grzegol
 - 2.16.0
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libbonoboui.spec?r1=1.89r2=1.90f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-menus-2.16.1.tar.bz2

2006-11-28 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/gnome-menus/2.16/gnome-menus-2.16.1.tar.bz2
a5c467abe68003d23ec09a795ebfd29f  gnome-menus-2.16.1.tar.bz2
Size: 416053 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gail.spec - release 2 (rebuild with P: *.la)

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 16:58:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   gail.spec (1.80 - 1.81) 

 Diffs:


Index: SPECS/gail.spec
diff -u SPECS/gail.spec:1.80 SPECS/gail.spec:1.81
--- SPECS/gail.spec:1.80Fri Oct  6 00:04:18 2006
+++ SPECS/gail.spec Tue Nov 28 17:58:14 2006
@@ -7,7 +7,7 @@
 Summary(pl):   Implementacja ułatwiania pracy niepełnosprawnym dla GTK+ i GNOME
 Name:  gail
 Version:   1.9.3
-Release:   1
+Release:   2
 License:   LGPL
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gail/1.9/%{name}-%{version}.tar.bz2
@@ -140,6 +140,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.81  2006/11/28 16:58:14  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.80  2006/10/05 22:04:18  grzegol
 - package as, tk lang files (languages added in glibc-2.5)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gail.spec?r1=1.80r2=1.81f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: glade3.spec - fix pl

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 18:12:44 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix pl

 Files affected:
SPECS:
   glade3.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/glade3.spec
diff -u SPECS/glade3.spec:1.7 SPECS/glade3.spec:1.8
--- SPECS/glade3.spec:1.7   Fri Sep 29 23:47:19 2006
+++ SPECS/glade3.spec   Tue Nov 28 19:12:39 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:   User interface builder for GTK+ and GNOME
-Summary(pl):   Budowniczy interfejsów dla GTK+ and GNOME
+Summary(pl):   Budowniczy interfejsów dla GTK+ i GNOME
 Name:  glade3
 Version:   3.0.2
 Release:   1
@@ -154,6 +154,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/11/28 18:12:39  megabajt
+- fix pl
+
 Revision 1.7  2006/09/29 21:47:19  grzegol
 - 3.0.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/glade3.spec?r1=1.7r2=1.8f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: libglade2.spec - release 3 (rebuild with P: *.la)

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 18:22:47 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 3 (rebuild with P: *.la)

 Files affected:
SPECS:
   libglade2.spec (1.52 - 1.53) 

 Diffs:


Index: SPECS/libglade2.spec
diff -u SPECS/libglade2.spec:1.52 SPECS/libglade2.spec:1.53
--- SPECS/libglade2.spec:1.52   Sun Nov 19 22:34:39 2006
+++ SPECS/libglade2.specTue Nov 28 19:22:42 2006
@@ -9,7 +9,7 @@
 Summary(pt_BR):Esta biblioteca permite carregar arquivos da interface 
glade
 Name:  libglade2
 Version:   2.6.0
-Release:   2
+Release:   3
 Epoch: 1
 License:   LGPL
 Group: X11/Libraries
@@ -114,7 +114,6 @@
 %{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
-LDFLAGS=%{rpmldflags} -Wl,--as-needed
 %configure \
--enable-gtk-doc \
--with-html-path=%{_gtkdocdir}
@@ -163,6 +162,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.53  2006/11/28 18:22:42  megabajt
+- release 3 (rebuild with P: *.la)
+
 Revision 1.52  2006/11/19 21:34:39  qboosh
 - /usr/share/xml dir moved to FHS (2.3-16)
 - release 2


 CVS-web:
http://cvs.pld-linux.org/SPECS/libglade2.spec?r1=1.52r2=1.53f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gnome-menus.spec - up to 2.16.1

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 18:51:01 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.1

 Files affected:
SPECS:
   gnome-menus.spec (1.44 - 1.45) 

 Diffs:


Index: SPECS/gnome-menus.spec
diff -u SPECS/gnome-menus.spec:1.44 SPECS/gnome-menus.spec:1.45
--- SPECS/gnome-menus.spec:1.44 Sat Nov  4 16:38:22 2006
+++ SPECS/gnome-menus.spec  Tue Nov 28 19:50:56 2006
@@ -2,21 +2,21 @@
 Summary:   Implementation of the draft Desktop Menu Specification
 Summary(pl):   Implementacja specyfikacji menu systemów biurkowych
 Name:  gnome-menus
-Version:   2.16.0
-Release:   2
+Version:   2.16.1
+Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-menus/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: 864eb1f1e33371adaece77fbf299df1f
+# Source0-md5: a5c467abe68003d23ec09a795ebfd29f
 Patch0:%{name}-PLD.patch
 Patch1:%{name}-nokde.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel = 1:2.12.3
+BuildRequires: glib2-devel = 1:2.12.4
 BuildRequires: gnome-common
-BuildRequires: gnome-vfs2-devel = 2.16.0
+BuildRequires: gnome-vfs2-devel = 2.16.3
 BuildRequires: intltool = 0.35.0
 BuildRequires: libtool
 BuildRequires: pkgconfig
@@ -84,8 +84,8 @@
 Summary(pl):   Pliki nagłówkowe biblioteki gnome-menus
 Group: Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
-Requires:  glib2-devel = 1:2.12.3
-Requires:  gnome-vfs2-devel = 2.16.0
+Requires:  glib2-devel = 1:2.12.4
+Requires:  gnome-vfs2-devel = 2.16.3
 
 %description devel
 Headers for gnome-menus library.
@@ -180,6 +180,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.45  2006/11/28 18:50:56  megabajt
+- up to 2.16.1
+
 Revision 1.44  2006/11/04 15:38:22  megabajt
 - release 2 to rebuild with python 2.5
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-menus.spec?r1=1.44r2=1.45f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: control-center-2.16.2.tar.bz2

2006-11-28 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/control-center/2.16/control-center-2.16.2.tar.bz2
fc6e2f5de89f4482758395d941ec6ae1  control-center-2.16.2.tar.bz2
Size: 2022817 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: audacious-plugins-1.2.5.tgz

2006-11-28 Thread megabajt

Files fetched: 1

STORED: http://audacious-media-player.org/release/audacious-plugins-1.2.5.tgz
21d75a35024e81f7c5811baf5c8212e0  audacious-plugins-1.2.5.tgz
Size: 2339867 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: control-center.spec - up to 2.16.2

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 22:00:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.2

 Files affected:
SPECS:
   control-center.spec (1.200 - 1.201) 

 Diffs:


Index: SPECS/control-center.spec
diff -u SPECS/control-center.spec:1.200 SPECS/control-center.spec:1.201
--- SPECS/control-center.spec:1.200 Tue Oct  3 13:50:41 2006
+++ SPECS/control-center.spec   Tue Nov 28 23:00:14 2006
@@ -6,13 +6,13 @@
 Summary(uk):   ăĹÎÔŇ ËĹŇŐ×ÁÎÎŃ GNOME
 Summary(ru):   ăĹÎÔŇ ŐĐŇÁ×ĚĹÎÉŃ GNOME
 Name:  control-center
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 Epoch: 1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/control-center/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: be0e16ef4e42677ebeb0b580d0c9cf3f
+# Source0-md5: fc6e2f5de89f4482758395d941ec6ae1
 Patch0:%{name}-randr.patch
 Patch1:%{name}-wm_properties-dir.patch
 Patch2:%{name}-additional-metacity-keybinding.patch
@@ -22,7 +22,7 @@
 Patch6:%{name}-Makefile.patch
 Patch7:%{name}-compiz-support.patch
 URL:   http://www.gnome.org/
-BuildRequires: GConf2-devel = 2.14.0
+BuildRequires: GConf2-devel = 2.16.0
 BuildRequires: ORBit2-devel = 1:2.14.3
 BuildRequires: alsa-lib-devel = 1.0.12
 BuildRequires: audiofile = 1:0.2.6
@@ -34,16 +34,16 @@
 BuildRequires: evolution-data-server-devel = 1.8.1
 BuildRequires: flex
 BuildRequires: gettext-devel
-BuildRequires: gnome-desktop-devel = 2.16.1
+BuildRequires: gnome-desktop-devel = 2.16.2
 BuildRequires: gnome-doc-utils = 0.8.0
-BuildRequires: gnome-menus-devel = 2.16.0
-BuildRequires: gnome-vfs2-devel = 2.16.1
+BuildRequires: gnome-menus-devel = 2.16.1
+BuildRequires: gnome-vfs2-devel = 2.16.3
 BuildRequires: gstreamer-plugins-base-devel = 0.10.10
-BuildRequires: gtk+2-devel = 2:2.10.5
-BuildRequires: intltool = 0.35
+BuildRequires: gtk+2-devel = 2:2.10.6
+BuildRequires: intltool = 0.35.0
 BuildRequires: libglade2-devel = 1:2.6.0
-BuildRequires: libgnomeui-devel = 2.16.0
-BuildRequires: libxml2-devel = 1:2.6.26
+BuildRequires: libgnomeui-devel = 2.16.1
+BuildRequires: libxml2-devel = 1:2.6.27
 BuildRequires: libxklavier-devel = 3.0
 BuildRequires: libtool
 BuildRequires: metacity-devel = 2:2.16.3
@@ -52,13 +52,13 @@
 BuildRequires: scrollkeeper
 BuildRequires: xorg-lib-libxkbfile-devel
 BuildRequires: xorg-lib-libXxf86misc-devel
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post,postun): desktop-file-utils
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,postun): gtk+2 = 2:2.10.6
 Requires(post,postun): scrollkeeper
 Requires:  %{name}-libs = %{epoch}:%{version}-%{release}
 Requires:  desktop-file-utils
-Requires:  gnome-vfs2 = 2.16.1
+Requires:  gnome-vfs2 = 2.16.3
 Requires:  gstreamer-audio-effects-base = 0.10.10
 Requires:  libxklavier = 3.0
 Obsoletes: acme
@@ -101,7 +101,7 @@
 Summary:   GNOME Control Center gnome-window-settings library
 Summary(pl):   Biblioteka Control Center gnome-window-settings
 Group: Development/Libraries
-Requires:  libgnomeui = 2.16.0
+Requires:  libgnomeui = 2.16.1
 
 %description libs
 This package contains gnome-window-settings library.
@@ -257,6 +257,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.201  2006/11/28 22:00:14  megabajt
+- up to 2.16.2
+
 Revision 1.200  2006/10/03 11:50:41  grzegol
 - 2.16.1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/control-center.spec?r1=1.200r2=1.201f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: audacious-plugins.spec - updated to 1.2.5 by Kamil kamil.l...

2006-11-28 Thread megabajt
Author: megabajt Date: Tue Nov 28 23:14:54 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.2.5 by Kamil kamil.listy at klecza.pl
- temporarily removed notify plugin (audacious-plugins-ugly.spec will provide 
it)

 Files affected:
SPECS:
   audacious-plugins.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/audacious-plugins.spec
diff -u SPECS/audacious-plugins.spec:1.5 SPECS/audacious-plugins.spec:1.6
--- SPECS/audacious-plugins.spec:1.5Tue Nov 21 12:12:54 2006
+++ SPECS/audacious-plugins.specWed Nov 29 00:14:49 2006
@@ -4,21 +4,22 @@
 %bcond_withgconf   # build with gconf support
 %bcond_withgnomevfs# build with GNOME VFS support
 #
+%defineaudver  1.2.2
 Summary:   Plugins for Audacious media player (metapackage)
 Summary(pl):   Wtyczki dla odtwarzacza multimedialnego Audacious (metapakiet)
 Name:  audacious-plugins
-Version:   1.2.2
+Version:   1.2.5
 Release:   1
 License:   GPL
 Group: X11/Applications/Sound
 Source0:   http://audacious-media-player.org/release/%{name}-%{version}.tgz
-# Source0-md5: 2e296f48ebc52bd02c1a19af2705f7c6
+# Source0-md5: 21d75a35024e81f7c5811baf5c8212e0
 Source1:   mp3license
 URL:   http://audacious-media-player.org/
 %{?with_gconf:BuildRequires:   GConf2-devel = 2.6.0}
 BuildRequires: SDL-devel = 1.2.5
 BuildRequires: artsc-devel = 0.9.5
-BuildRequires: audacious-devel = %{version}
+BuildRequires: audacious-devel = %{audver}
 BuildRequires: curl-devel = 7.9.7
 BuildRequires: esound-devel = 0.2.8
 BuildRequires: flac-devel = 1.1.2
@@ -29,7 +30,6 @@
 BuildRequires: libglade2-devel = 2.3.1
 BuildRequires: libmodplug-devel
 BuildRequires: libmpcdec-devel
-BuildRequires: libnotify-devel = 0.4.2
 BuildRequires: libsamplerate-devel
 BuildRequires: libsidplay-devel
 BuildRequires: libsndfile-devel = 0.19
@@ -38,16 +38,18 @@
 BuildRequires: pkgconfig
 BuildRequires: pulseaudio-devel = 0.9.3
 BuildRequires: taglib-devel = 1.4
+BuildRequires: wavpack-devel = 4.31
 Requires:  audacious-container-m3u = %{version}-%{release}
 Requires:  audacious-container-pls = %{version}-%{release}
 Requires:  audacious-container-xspf = %{version}-%{release}
 Requires:  audacious-effect-audiocompress = %{version}-%{release}
+Requires:  audacious-effect-echo = %{version}-%{release}
 Requires:  audacious-effect-ladspa = %{version}-%{release}
 Requires:  audacious-effect-stereo = %{version}-%{release}
 Requires:  audacious-effect-voice_removal = %{version}-%{release}
+Requires:  audacious-general-alarm = %{version}-%{release}
 Requires:  audacious-general-audioscrobbler = %{version}-%{release}
 Requires:  audacious-general-lirc = %{version}-%{release}
-Requires:  audacious-general-notify = %{version}-%{release}
 Requires:  audacious-general-song-change = %{version}-%{release}
 Requires:  audacious-input-aac = %{version}-%{release}
 Requires:  audacious-input-adplug = %{version}-%{release}
@@ -66,16 +68,19 @@
 Requires:  audacious-input-tonegen = %{version}-%{release}
 Requires:  audacious-input-vorbis = %{version}-%{release}
 Requires:  audacious-input-wav = %{version}-%{release}
+Requires:  audacious-input-wavpack = %{version}-%{release}
 Requires:  audacious-input-wma = %{version}-%{release}
 Requires:  audacious-output-alsa = %{version}-%{release}
 Requires:  audacious-output-arts = %{version}-%{release}
 Requires:  audacious-output-disk = %{version}-%{release}
 Requires:  audacious-output-esd = %{version}-%{release}
 Requires:  audacious-output-jack = %{version}-%{release}
+Requires:  audacious-output-null = %{version}-%{release}
 Requires:  audacious-output-oss = %{version}-%{release}
 Requires:  audacious-output-pulse_audio = %{version}-%{release}
 Requires:  audacious-visualization-blur-scope = %{version}-%{release}
 Requires:  audacious-visualization-paranormal = %{version}-%{release}
+Requires:  audacious-visualization-spectrum = %{version}-%{release}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -88,7 +93,7 @@
 Summary:   Audacious media player - M3U plugin
 Summary(pl):   Wtyczka M3U odtwarzacza multimedialnego Audacious
 Group: X11/Applications/Sound
-Requires:  audacious = %{version}
+Requires:  audacious = %{audver}
 
 %description -n audacious-container-m3u
 This plugin adds support for playlists in M3U format.
@@ -100,7 +105,7 @@
 Summary:   Audacious media player - PLS plugin
 Summary(pl):   Wtyczka PLS odtwarzacza multimedialnego Audacious
 Group: X11/Applications/Sound
-Requires:  audacious = %{version}
+Requires:  audacious = %{audver}
 
 %description -n audacious-container-pls
 This plugin adds support for playlists in PLS format.
@@ -112,7 +117,7 @@
 Summary

SPECS: libcroco.spec - release 3 (rebuild with P: *.la)

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 10:57:16 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 3 (rebuild with P: *.la)

 Files affected:
SPECS:
   libcroco.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/libcroco.spec
diff -u SPECS/libcroco.spec:1.18 SPECS/libcroco.spec:1.19
--- SPECS/libcroco.spec:1.18Wed Jul 12 18:46:03 2006
+++ SPECS/libcroco.spec Wed Nov 29 11:57:11 2006
@@ -9,7 +9,7 @@
 Summary(pl):   Biblioteka analizująca CSS2
 Name:  libcroco
 Version:   %{_mver}.1
-Release:   2
+Release:   3
 License:   LGPL
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/libcroco/%{_mver}/%{name}-%{version}.tar.bz2
@@ -69,7 +69,6 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-LDFLAGS=%{rpmldflags} -Wl,--as-needed
 %configure \
%{!?with_static_libs:--disable-static}
 %{__make}
@@ -119,6 +118,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/11/29 10:57:11  megabajt
+- release 3 (rebuild with P: *.la)
+
 Revision 1.18  2006/07/12 16:46:03  freetz
 - rel.2, --as-needed support, updated deps
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libcroco.spec?r1=1.18r2=1.19f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: eel-2.16.3.tar.bz2

2006-11-29 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/gnome/sources/eel/2.16/eel-2.16.3.tar.bz2
8a5fa25a9c1fb7cb58ea9fae9d27f8f7  eel-2.16.3.tar.bz2
Size: 673029 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: eel.spec - up to 2.16.3

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 11:18:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.3

 Files affected:
SPECS:
   eel.spec (1.91 - 1.92) 

 Diffs:


Index: SPECS/eel.spec
diff -u SPECS/eel.spec:1.91 SPECS/eel.spec:1.92
--- SPECS/eel.spec:1.91 Wed Nov 15 19:58:29 2006
+++ SPECS/eel.spec  Wed Nov 29 12:18:46 2006
@@ -3,12 +3,12 @@
 Summary(pl):   Biblioteka rozszerzeń Eazel
 Summary(ko):   Eazel ČŽŔĺ śóŔ̺ꡯ¸Ž
 Name:  eel
-Version:   2.16.1
+Version:   2.16.3
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/eel/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: d1773bbc17830e2ec9284dbbf7d02224
+# Source0-md5: 8a5fa25a9c1fb7cb58ea9fae9d27f8f7
 URL:   http://nautilus.eazel.com/
 BuildRequires: GConf2-devel = 2.16.0
 BuildRequires: autoconf
@@ -17,16 +17,16 @@
 BuildRequires: freetype-devel = 2.1.4
 BuildRequires: gail-devel = 1.9.3
 BuildRequires: gettext-devel
-BuildRequires: gnome-desktop-devel = 2.16.1
-BuildRequires: gnome-menus-devel = 2.16.0
-BuildRequires: gnome-vfs2-devel = 2.16.2
+BuildRequires: gnome-desktop-devel = 2.16.2
+BuildRequires: gnome-menus-devel = 2.16.1
+BuildRequires: gnome-vfs2-devel = 2.16.3
 BuildRequires: gtk+2-devel = 2:2.10.6
 BuildRequires: intltool = 0.35.0
 BuildRequires: libart_lgpl-devel = 2.3.17
 BuildRequires: libglade2-devel = 1:2.6.0
 BuildRequires: libgnomeui-devel = 2.16.1
 BuildRequires: libpng-devel = 1.2.12
-BuildRequires: librsvg-devel = 1:2.16.0
+BuildRequires: librsvg-devel = 1:2.16.1
 BuildRequires: libtool
 BuildRequires: libxml2-devel = 1:2.6.27
 BuildRequires: perl-base
@@ -48,9 +48,9 @@
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  gail-devel = 1.9.3
-Requires:  gnome-desktop-devel = 2.16.1
-Requires:  gnome-menus-devel = 2.16.0
-Requires:  gnome-vfs2-devel = 2.16.2
+Requires:  gnome-desktop-devel = 2.16.2
+Requires:  gnome-menus-devel = 2.16.1
+Requires:  gnome-vfs2-devel = 2.16.3
 Requires:  libgnomeui-devel = 2.16.1
 
 %description devel
@@ -123,6 +123,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.92  2006/11/29 11:18:46  megabajt
+- up to 2.16.3
+
 Revision 1.91  2006/11/15 18:58:29  megabajt
 - up to 2.16.1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/eel.spec?r1=1.91r2=1.92f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: nautilus-2.16.3.tar.bz2

2006-11-29 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/nautilus-2.16.3.tar.bz2
05a0fe98d524ca5287da21845ab8490c  nautilus-2.16.3.tar.bz2
Size: 4268274 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: nautilus.spec - up to 2.16.3

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 12:15:01 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.3

 Files affected:
SPECS:
   nautilus.spec (1.180 - 1.181) 

 Diffs:


Index: SPECS/nautilus.spec
diff -u SPECS/nautilus.spec:1.180 SPECS/nautilus.spec:1.181
--- SPECS/nautilus.spec:1.180   Tue Nov  7 23:29:01 2006
+++ SPECS/nautilus.spec Wed Nov 29 13:14:56 2006
@@ -7,12 +7,12 @@
 Summary(pl):   Nautilus - powłoka GNOME i zarządca plików
 Summary(pt_BR):Nautilus é um gerenciador de arquivos para o GNOME
 Name:  nautilus
-Version:   2.16.1
+Version:   2.16.3
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: bac53a70c9517cda421f440721e095c9
+# Source0-md5: 05a0fe98d524ca5287da21845ab8490c
 Source1:   %{name}.PLD.readme
 Patch0:%{name}-includes.patch
 Patch1:%{name}-desktop.patch
@@ -20,33 +20,33 @@
 Patch3:%{name}-copy_label.patch
 Patch4:%{name}-dnd-user-owned.patch
 URL:   http://nautilus.eazel.com/
-BuildRequires: GConf2-devel = 2.14.0
+BuildRequires: GConf2-devel = 2.16.0
 BuildRequires: ORBit2-devel = 1:2.14.3
 BuildRequires: autoconf = 2.54
 BuildRequires: automake
-%{?with_beagle:BuildRequires:  beagle-devel = 0.2.10}
+%{?with_beagle:BuildRequires:  beagle-devel = 0.2.13}
 BuildRequires: docbook-utils = 0.6.11
-BuildRequires: eel-devel = 2.16.0
+BuildRequires: eel-devel = 2.16.3
 BuildRequires: esound-devel = 1:0.2.36
 BuildRequires: freetype-devel = 2.1.4
 BuildRequires: gettext-devel
-BuildRequires: gnome-desktop-devel = 2.16.1
-BuildRequires: gnome-vfs2-devel = 2.16.1
+BuildRequires: gnome-desktop-devel = 2.16.2
+BuildRequires: gnome-vfs2-devel = 2.16.3
 BuildRequires: intltool = 0.35.0
 BuildRequires: libart_lgpl-devel = 2.3.17
 BuildRequires: libexif-devel = 1:0.6.13
-BuildRequires: libgnomeui-devel = 2.16.0
-BuildRequires: librsvg-devel = 1:2.16.0
+BuildRequires: libgnomeui-devel = 2.16.1
+BuildRequires: librsvg-devel = 1:2.16.1
 BuildRequires: libtool
-BuildRequires: libxml2-devel = 1:2.6.26
+BuildRequires: libxml2-devel = 1:2.6.27
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) = 1.311
 BuildRequires: startup-notification-devel = 0.8
-Requires(post,preun):  GConf2 = 2.14.0
+Requires(post,preun):  GConf2 = 2.16.0
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): shared-mime-info
 Requires:  gnome-icon-theme = 2.16.0.1
-Requires:  gnome-vfs2 = 2.16.1
+Requires:  gnome-vfs2 = 2.16.3
 Requires:  %{name}-libs = %{version}-%{release}
 Obsoletes: gstreamer-player-nautilus
 Obsoletes: nautilus-gtkhtml
@@ -71,8 +71,8 @@
 Summary:   Nautilus libraries
 Summary(pl):   Biblioteki Nautilusa
 Group: X11/Libraries
-Requires:  eel = 2.16.0
-Requires:  gnome-vfs2-libs = 2.16.1
+Requires:  eel = 2.16.3
+Requires:  gnome-vfs2-libs = 2.16.3
 
 %description libs
 Nautilus libraries.
@@ -86,9 +86,9 @@
 Summary(pt_BR):Bibliotecas e arquivos para desenvolvimento com o 
nautilus
 Group: X11/Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
-Requires:  eel-devel = 2.16.0
-Requires:  gnome-vfs2-devel = 2.16.1
-Requires:  librsvg-devel = 1:2.16.0
+Requires:  eel-devel = 2.16.3
+Requires:  gnome-vfs2-devel = 2.16.3
+Requires:  librsvg-devel = 1:2.16.1
 
 %description devel
 This package provides the necessary development libraries and include
@@ -197,6 +197,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.181  2006/11/29 12:14:56  megabajt
+- up to 2.16.3
+
 Revision 1.180  2006/11/07 22:29:01  glen
 - do not list %{_desktopdir}/* -- dangerous, could list directories 
unexpectedly
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/nautilus.spec?r1=1.180r2=1.181f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: f-spot.spec - added %update_icon_cache macro

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 14:35:20 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added %update_icon_cache macro

 Files affected:
SPECS:
   f-spot.spec (1.43 - 1.44) 

 Diffs:


Index: SPECS/f-spot.spec
diff -u SPECS/f-spot.spec:1.43 SPECS/f-spot.spec:1.44
--- SPECS/f-spot.spec:1.43  Wed Nov 29 10:54:37 2006
+++ SPECS/f-spot.spec   Wed Nov 29 15:35:14 2006
@@ -31,9 +31,11 @@
 BuildRequires: libtool
 BuildRequires: mono-csharp = 1.1.16.1
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) = 1.197
+BuildRequires: rpmbuild(macros) = 1.311
 BuildRequires: sqlite-devel = 2.8.6
 Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -93,9 +95,11 @@
 
 %post
 %update_desktop_database_post
+%update_icon_cache hicolor
 
 %postun
 %update_desktop_database_postun
+%update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -122,6 +126,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.44  2006/11/29 14:35:14  megabajt
+- added %update_icon_cache macro
+
 Revision 1.43  2006/11/29 09:54:37  deejay1
 - up to 0.3.0
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/f-spot.spec?r1=1.43r2=1.44f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: audacious-plugins-ugly-1.2.0.tgz

2006-11-29 Thread megabajt

Files fetched: 1

STORED: 
http://audacious-media-player.org/release/audacious-plugins-ugly-1.2.0.tgz
4219302976744ec180136b0697daaf4d  audacious-plugins-ugly-1.2.0.tgz
Size: 471737 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: audacious-plugins-ugly.spec (NEW) - new, only two plugins w...

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 16:43:38 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new, only two plugins works for me (notify and iris)
- release 0.1

 Files affected:
SPECS:
   audacious-plugins-ugly.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/audacious-plugins-ugly.spec
diff -u /dev/null SPECS/audacious-plugins-ugly.spec:1.1
--- /dev/null   Wed Nov 29 17:43:38 2006
+++ SPECS/audacious-plugins-ugly.spec   Wed Nov 29 17:43:33 2006
@@ -0,0 +1,126 @@
+# $Revision$, $Date$
+%defineaudver  1.2.2
+Summary:   Ugly plugins for Audacious media player (metapackage)
+Summary(pl):   Niedopracowane wtyczki dla odtwarzacza multimedialnego 
Audacious (metapakiet)
+Name:  audacious-plugins-ugly
+Version:   1.2.0
+Release:   0.1
+License:   GPL
+Group: X11/Applications/Sound
+Source0:   http://audacious-media-player.org/release/%{name}-%{version}.tgz
+# Source0-md5: 4219302976744ec180136b0697daaf4d
+URL:   http://audacious-media-player.org/
+BuildRequires: audacious-devel = %{audver}
+BuildRequires: libnotify-devel = 0.4.2
+BuildRequires: taglib-devel = 1.4
+BuildRequires: xorg-lib-libXxf86vm-devel
+Requires:  audacious-general-notify = 1:%{version}-%{release}
+Requires:  audacious-input-mplayer = %{version}-%{release}
+Requires:  audacious-input-sap = %{version}-%{release}
+Requires:  audacious-visualization-iris = %{version}-%{release}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ugly plugins for Audacious media player (metapackage).
+
+%description -l pl
+Niedopracowane wtyczki dla odtwarzacza multimedialnego Audacious
+(metapakiet).
+
+%package -n audacious-general-notify
+Summary:Audacious media player - notify plugin
+Summary(pl):Wtyczka notify odtwarzacza multimedialnego Audacious
+Group:  X11/Applications/Sound
+Epoch:  1
+Requires:   audacious = %{audver}
+
+%description -n audacious-general-notify
+notify plugin for Audacious media player.
+
+%description -n audacious-general-notify -l pl
+Wtyczka notify dla odtwarzacza multimedialnego Audacious.
+
+%package -n audacious-input-mplayer
+Summary:   Audacious media player - mplayer input plugin
+Summary(pl):   Wtyczka wejściowa mplayer odtwarzacza multimedialnego Audacious
+Group: X11/Applications/Sound
+Requires:  audacious = %{audver}
+
+%description -n audacious-input-mplayer
+mplayer input plugin for Audacious media player.
+
+%description -n audacious-input-mplayer -l pl
+Wtyczka wejściowa mplayer dla odtwarzacza multimedialnego Audacious.
+
+%package -n audacious-input-sap
+Summary:   Audacious media player - sap input plugin
+Summary(pl):   Wtyczka wejściowa sap odtwarzacza multimedialnego Audacious
+Group: X11/Applications/Sound
+Requires:  audacious = %{audver}
+
+%description -n audacious-input-sap
+sap input plugin for Audacious media player.
+
+%description -n audacious-input-sap -l pl
+Wtyczka wejściowa sap dla odtwarzacza multimedialnego Audacious.
+
+%package -n audacious-visualization-iris
+Summary:   Audacious media player - IRIS visualization plugin
+Summary(pl):   Wtyczka graficzna IRIS odtwarzacza multimedialnego Audacious
+Group: X11/Applications/Sound
+Requires:  audacious = %{audver}
+
+%description -n audacious-visualization-iris
+IRIS visualization plugin for Audacious media player.
+
+%description -n audacious-visualization-iris -l pl
+Wtyczka graficzna IRIS dla odtwarzacza multimedialnego Audacious.
+
+%prep
+%setup -q
+
+%build
+%configure \
+   --enable-mplayer \
+   --enable-sap
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%files -n audacious-general-notify
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/General/libnotify.so
+
+%files -n audacious-input-mplayer
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/Input/libmplayer.so
+
+%files -n audacious-input-sap
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/Input/libsapplug.so
+
+%files -n audacious-visualization-iris
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/audacious/Visualization/libiris.so
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team [EMAIL PROTECTED]
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/29 16:43:33  megabajt
+- new, only two plugins works for me (notify and iris)
+- release 0.1
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gnome-mime-data.spec - up to 2.4.3

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 20:21:14 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.4.3

 Files affected:
SPECS:
   gnome-mime-data.spec (1.47 - 1.48) 

 Diffs:


Index: SPECS/gnome-mime-data.spec
diff -u SPECS/gnome-mime-data.spec:1.47 SPECS/gnome-mime-data.spec:1.48
--- SPECS/gnome-mime-data.spec:1.47 Wed Mar  1 00:37:25 2006
+++ SPECS/gnome-mime-data.spec  Wed Nov 29 21:21:05 2006
@@ -3,12 +3,12 @@
 Summary(pl):   Biblioteki wirtualnego systemu plików dla GNOME2
 Summary(pt_BR):Arquivos de dados tipo MIME para o desktop GNOME
 Name:  gnome-mime-data
-Version:   2.4.2
+Version:   2.4.3
 Release:   1
 License:   LGPL
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 37242776b08625fa10c73c18b790e552
+# Source0-md5: 2abe573a6e84b71c58a661d4bafa9bd6
 URL:   http://www.gnome.org/
 Patch0:%{name}-duplicate-keys.patch
 BuildRequires: autoconf
@@ -60,15 +60,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man5
 
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_mandir}/man5
 install man/gnome-vfs-mime.5 $RPM_BUILD_ROOT%{_mandir}/man5/gnome-vfs-mime.5
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
-
 %find_lang %{name}
 
 %clean
@@ -92,6 +90,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.48  2006/11/29 20:21:05  megabajt
+- up to 2.4.3
+
 Revision 1.47  2006/02/28 23:37:25  glen
 - adapterized (killed trailing spaces/tabs)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-mime-data.spec?r1=1.47r2=1.48f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-mime-data-2.4.3.tar.bz2

2006-11-29 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-mime-data/2.4/gnome-mime-data-2.4.3.tar.bz2
2abe573a6e84b71c58a661d4bafa9bd6  gnome-mime-data-2.4.3.tar.bz2
Size: 563654 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gnome-power-manager.spec - up to 2.16.2

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 21:07:03 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.16.2

 Files affected:
SPECS:
   gnome-power-manager.spec (1.40 - 1.41) 

 Diffs:


Index: SPECS/gnome-power-manager.spec
diff -u SPECS/gnome-power-manager.spec:1.40 SPECS/gnome-power-manager.spec:1.41
--- SPECS/gnome-power-manager.spec:1.40 Tue Nov  7 23:25:04 2006
+++ SPECS/gnome-power-manager.spec  Wed Nov 29 22:06:58 2006
@@ -2,12 +2,12 @@
 Summary:   GNOME Power Manager
 Summary(pl):   Zarządca energii dla GNOME
 Name:  gnome-power-manager
-Version:   2.16.1
+Version:   2.16.2
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
ftp://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: 6798ee24e5e94befab5a7584c19771cb
+# Source0-md5: e7af47f4d49f7a10728216922dc82b4b
 Patch0:%{name}-desktop.patch
 URL:   http://www.gnome.org/projects/gnome-power-manager/
 BuildRequires: autoconf = 2.52
@@ -18,16 +18,17 @@
 BuildRequires: glib2-devel = 1:2.12.4
 BuildRequires: gnome-doc-utils
 BuildRequires: hal-devel = 0.5.7.1
-BuildRequires: libgnomeui-devel = 2.16.0
+BuildRequires: libgnomeui-devel = 2.16.1
 BuildRequires: libnotify-devel = 0.4.2
 BuildRequires: libtool
-BuildRequires: libwnck-devel = 2.16.0
+BuildRequires: libwnck-devel = 2.16.2
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) = 1.311
 BuildRequires: scrollkeeper
 Obsoletes: gnome-power
 Requires(post,preun):  GConf2
-Requires(post,postun): gtk+2 = 2:2.10.5
+Requires(post,postun): gtk+2 = 2:2.10.6
+Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
 Requires:  gnome-session = 2.16.1
 Requires:  notification-daemon = 0.3.5
@@ -138,6 +139,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.41  2006/11/29 21:06:58  megabajt
+- up to 2.16.2
+
 Revision 1.40  2006/11/07 22:25:04  glen
 - do not list %{_desktopdir}/* -- dangerous, could list directories 
unexpectedly
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-power-manager.spec?r1=1.40r2=1.41f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gnome-power-manager-2.16.2.tar.bz2

2006-11-29 Thread megabajt

Files fetched: 1

STORED: 
ftp://ftp.gnome.org/pub/gnome/sources/gnome-power-manager/2.16/gnome-power-manager-2.16.2.tar.bz2
e7af47f4d49f7a10728216922dc82b4b  gnome-power-manager-2.16.2.tar.bz2
Size: 1863372 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: libbtctl-0.8.2.tar.bz2

2006-11-29 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/libbtctl/0.8/libbtctl-0.8.2.tar.bz2
00966e109db14f14589739a85fe00941  libbtctl-0.8.2.tar.bz2
Size: 324778 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: bluez-libs.spec - release 2 (rebuild with P: *.la)

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 22:48:08 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2 (rebuild with P: *.la)

 Files affected:
SPECS:
   bluez-libs.spec (1.30 - 1.31) 

 Diffs:


Index: SPECS/bluez-libs.spec
diff -u SPECS/bluez-libs.spec:1.30 SPECS/bluez-libs.spec:1.31
--- SPECS/bluez-libs.spec:1.30  Sun Oct  8 23:41:24 2006
+++ SPECS/bluez-libs.spec   Wed Nov 29 23:48:03 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Biblioteki Bluetooth
 Name:  bluez-libs
 Version:   3.7
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Libraries
 #Source0Download: http://www.bluez.org/download.html
@@ -103,6 +103,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.31  2006/11/29 22:48:03  megabajt
+- release 2 (rebuild with P: *.la)
+
 Revision 1.30  2006/10/08 21:41:24  qboosh
 - updated to 3.7
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/bluez-libs.spec?r1=1.30r2=1.31f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: openobex.spec - release 3 (rebuild with P: *.la)

2006-11-29 Thread megabajt
Author: megabajt Date: Wed Nov 29 22:54:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 3 (rebuild with P: *.la)

 Files affected:
SPECS:
   openobex.spec (1.24 - 1.25) 

 Diffs:


Index: SPECS/openobex.spec
diff -u SPECS/openobex.spec:1.24 SPECS/openobex.spec:1.25
--- SPECS/openobex.spec:1.24Sun Sep 10 12:13:35 2006
+++ SPECS/openobex.spec Wed Nov 29 23:54:54 2006
@@ -8,7 +8,7 @@
 Summary(pl):   Biblioteka do obsługi protokołu OBEX
 Name:  openobex
 Version:   1.3
-Release:   2
+Release:   3
 License:   LGPL
 Group: Libraries
 Source0:   http://dl.sourceforge.net/openobex/%{name}-%{version}.tar.gz
@@ -148,6 +148,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.25  2006/11/29 22:54:54  megabajt
+- release 3 (rebuild with P: *.la)
+
 Revision 1.24  2006/09/10 10:13:35  arekm
 - fix includedir in pkgconfig file
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/openobex.spec?r1=1.24r2=1.25f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


<    1   2   3   4   5   6   7   8   9   10   >