packages: mysql/mysql.spec - up to 5.1.36

2009-07-02 Thread arekm
Author: arekmDate: Thu Jul  2 06:13:32 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 5.1.36

 Files affected:
packages/mysql:
   mysql.spec (1.453 - 1.454) 

 Diffs:


Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.453 packages/mysql/mysql.spec:1.454
--- packages/mysql/mysql.spec:1.453 Fri Jun 19 23:40:45 2009
+++ packages/mysql/mysql.spec   Thu Jul  2 08:13:25 2009
@@ -32,13 +32,13 @@
 Summary(uk.UTF-8): MySQL - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:  mysql
-Version:   5.1.35
-Release:   2
+Version:   5.1.36
+Release:   1
 License:   GPL + MySQL FLOSS Exception
 Group: Applications/Databases
 #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source
 Source0:   
http://mysql.easynet.be/Downloads/MySQL-5.1/%{name}-%{version}.tar.gz
-# Source0-md5: 327bffc7a2a5fd4471fbbaab125275cd
+# Source0-md5: 18e694c4ecbe851fe8e21e1668116c46
 Source100: http://www.sphinxsearch.com/downloads/sphinx-0.9.7.tar.gz
 # Source100-md5:   32f2b7e98d8485c86108851d52c5cef4
 Source1:   %{name}.init
@@ -499,11 +499,11 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p0
-%patch15 -p1
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
+#%patch15 -p1
+#%patch16 -p1
+#%patch17 -p1
+#%patch18 -p1
+#%patch19 -p1
 
 %build
 %{__libtoolize}
@@ -1099,6 +1099,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.454  2009/07/02 06:13:25  arekm
+- up to 5.1.36
+
 Revision 1.453  2009/06/19 21:40:45  arekm
 - update patches
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.453r2=1.454f=u

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


DISTFILES: mysql-5.1.36.tar.gz sphinx-0.9.7.tar.gz

2009-07-02 Thread arekm

Files fetched: 1

STORED: http://mysql.easynet.be/Downloads/MySQL-5.1/mysql-5.1.36.tar.gz
18e694c4ecbe851fe8e21e1668116c46  mysql-5.1.36.tar.gz
Size: 36010524 bytes
ALREADY GOT: http://www.sphinxsearch.com/downloads/sphinx-0.9.7.tar.gz
32f2b7e98d8485c86108851d52c5cef4  sphinx-0.9.7.tar.gz


-- 
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


packages: pgadmin3/pgadmin3-m4.patch, pgadmin3/pgadmin3.spec - up to 1.10.0

2009-07-02 Thread arekm
Author: arekmDate: Thu Jul  2 06:22:34 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 1.10.0

 Files affected:
packages/pgadmin3:
   pgadmin3-m4.patch (1.5 - 1.6) , pgadmin3.spec (1.39 - 1.40) 

 Diffs:


Index: packages/pgadmin3/pgadmin3-m4.patch
diff -u packages/pgadmin3/pgadmin3-m4.patch:1.5 
packages/pgadmin3/pgadmin3-m4.patch:1.6
--- packages/pgadmin3/pgadmin3-m4.patch:1.5 Sat Jul  5 16:55:35 2008
+++ packages/pgadmin3/pgadmin3-m4.patch Thu Jul  2 08:22:28 2009
@@ -1,9 +1,54 @@
 pgadmin3/acinclude.m4.org  2007-08-28 12:50:06.399047988 +0200
-+++ pgadmin3/acinclude.m4  2007-08-28 12:50:52.597961689 +0200
-@@ -408,63 +408,9 @@
-   AC_LANG_SAVE
-   AC_LANG_C
+--- pgadmin3/acinclude.m4.org  2007-08-28 12:53:35.228151478 +0200
 pgadmin3/acinclude.m4  2007-08-28 12:54:31.519665591 +0200
+@@ -108,41 +108,9 @@
+ 
+ AC_DEFUN([LOCATE_WXWIDGETS],
+ [
+-  AC_ARG_WITH(wx, [  --with-wx=DIR   root directory for wxWidgets 
installation],
+-  [
+-  if test $withval != no
+-  then
+-  WX_HOME=$withval
+-  if test ! -f 
${WX_HOME}/bin/wx-config
+-  then
+-  
AC_MSG_ERROR([Could not find your wxWidgets installation in ${WX_HOME}])
+-  fi
+-
+-  fi
+-  WX_CONFIG=${WX_HOME}/bin/wx-config
+-  ], 
+-  [
+-  WX_HOME=/usr/local/wx2
+-  if test ! -f ${WX_HOME}/bin/wx-config
+-  then
+-  WX_HOME=/usr/local
+-  if test ! -f ${WX_HOME}/bin/wx-config
+-  then
+-  WX_HOME=/usr
+-  if test ! -f ${WX_HOME}/bin/wx-config
+-  then
+-# Search the path
+-  AC_PATH_PROGS(WX_CONFIG, wx-config)
+-if test ! -f ${WX_CONFIG}
+-  then
+-AC_MSG_ERROR([Could not find your wxWidgets 
installation. You might need to use the --with-wx=DIR configure option])
+-else
+- WX_HOME=`${WX_CONFIG} --prefix`
+-fi
+-  fi
+-  fi
+-  fi
+-  WX_CONFIG=${WX_HOME}/bin/wx-config
++  WX_HOME=/usr
++  AC_ARG_WITH(wx-config, [  --with-wx-config=FILE wx-config file],[
++  WX_CONFIG=$withval
+   ])
+ ])
+
+@@ -458,73 +426,12 @@
  
+   if test $LIB_SSL = yes
+   then
 -# Check for SSL support
 -if test $BUILD_STATIC = yes
 -then
@@ -32,8 +77,17 @@
 -  AC_CHECK_LIB(pq, SSL_connect, [PG_SSL=yes], 
[PG_SSL=no])
 -  fi
 -fi
+-  else
+-  PG_SSL=no
++  PG_SSL=yes
+   fi
  
+   if test $LIB_KRB5 = yes
+   then
 -# Check for Kerberos support
+-
+-  LDFLAGS=$LDFLAGS -lkrb5
+-
 -if test $BUILD_STATIC = yes
 -then
 -AC_MSG_CHECKING(for krb5_free_principal in libpq.a)
@@ -61,55 +115,9 @@
 -  AC_CHECK_LIB(pq, krb5_free_principal, 
[PG_KRB5=yes], [PG_KRB5=no])
 -  fi
 -fi
-+  PG_SSL=yes
-+  PG_KRB5=yes
+-  else
+-  PG_KRB5=no
++  PG_KRB5=yes
+   fi
  
AC_LANG_RESTORE
- 
 pgadmin3/acinclude.m4.org  2007-08-28 12:53:35.228151478 +0200
-+++ pgadmin3/acinclude.m4  2007-08-28 12:54:31.519665591 +0200
-@@ -108,41 +108,9 @@
- 
- AC_DEFUN([LOCATE_WXWIDGETS],
- [
--  AC_ARG_WITH(wx, [  --with-wx=DIR   root directory for wxWidgets 
installation],
--  [
--  if test $withval != no
--  then
--  WX_HOME=$withval
--  if test ! -f 
${WX_HOME}/bin/wx-config
--  then
--  
AC_MSG_ERROR([Could not find your wxWidgets installation in ${WX_HOME}])
--  fi
--
--  fi
--  WX_CONFIG=${WX_HOME}/bin/wx-config
--  ], 
--  [
--  WX_HOME=/usr/local/wx2
--  if test ! -f ${WX_HOME}/bin/wx-config
--  then
--  WX_HOME=/usr/local
--  

DISTFILES: pgadmin3-1.10.0.tar.gz

2009-07-02 Thread arekm

Files fetched: 1

STORED: 
ftp://ftp6.pl.postgresql.org/pub/postgresql/pgadmin3/release/v1.10.0/src/pgadmin3-1.10.0.tar.gz
3f2032c78657e3db4e0719613751060c  pgadmin3-1.10.0.tar.gz
Size: 12042723 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


packages: mysql/mysql.spec - rel 2; reapply patches

2009-07-02 Thread arekm
Author: arekmDate: Thu Jul  2 06:43:43 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2; reapply patches

 Files affected:
packages/mysql:
   mysql.spec (1.454 - 1.455) 

 Diffs:


Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.454 packages/mysql/mysql.spec:1.455
--- packages/mysql/mysql.spec:1.454 Thu Jul  2 08:13:25 2009
+++ packages/mysql/mysql.spec   Thu Jul  2 08:43:38 2009
@@ -33,7 +33,7 @@
 Summary(zh_CN.UTF-8):  MySQL数据库服务器
 Name:  mysql
 Version:   5.1.36
-Release:   1
+Release:   2
 License:   GPL + MySQL FLOSS Exception
 Group: Applications/Databases
 #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source
@@ -499,11 +499,11 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p0
-#%patch15 -p1
-#%patch16 -p1
-#%patch17 -p1
-#%patch18 -p1
-#%patch19 -p1
+%patch15 -p1
+%patch16 -p1
+%patch17 -p1
+%patch18 -p1
+%patch19 -p1
 
 %build
 %{__libtoolize}
@@ -1099,6 +1099,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.455  2009/07/02 06:43:38  arekm
+- rel 2; reapply patches
+
 Revision 1.454  2009/07/02 06:13:25  arekm
 - up to 5.1.36
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.454r2=1.455f=u

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


packages: iceweasel/iceweasel.spec C: iceweasel-lang-resources version

2009-07-02 Thread arekm
Author: arekmDate: Thu Jul  2 07:34:02 2009 GMT
Module: packages  Tag: HEAD
 Log message:
C: iceweasel-lang-resources  version

 Files affected:
packages/iceweasel:
   iceweasel.spec (1.56 - 1.57) 

 Diffs:


Index: packages/iceweasel/iceweasel.spec
diff -u packages/iceweasel/iceweasel.spec:1.56 
packages/iceweasel/iceweasel.spec:1.57
--- packages/iceweasel/iceweasel.spec:1.56  Wed Jul  1 00:04:04 2009
+++ packages/iceweasel/iceweasel.spec   Thu Jul  2 09:33:57 2009
@@ -83,11 +83,11 @@
 Requires:  browser-plugins = 2.0
 %endif
 Requires:  cairo = 1.6.0
-Requires:  sqlite3 = 3.6.15
 Requires:  libpng(APNG) = 0.10
 Requires:  myspell-common
 Requires:  nspr = 1:4.8
 Requires:  nss = 1:3.12.3
+Requires:  sqlite3 = 3.6.15
 %if %{with xulrunner}
 %requires_eq_toxulrunner xulrunner-devel
 %endif
@@ -96,6 +96,7 @@
 Obsoletes: mozilla-firefox
 Obsoletes: mozilla-firefox-lang-en  2.0.0.8-3
 Obsoletes: mozilla-firefox-libs
+Conflicts: iceweasel-lang-resources  %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %definefilterout_cpp   -D_FORTIFY_SOURCE=[0-9]+
@@ -505,6 +506,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.57  2009/07/02 07:33:57  arekm
+C: iceweasel-lang-resources  version
+
 Revision 1.56  2009/06/30 22:04:04  hawk
 - sqlite3 3.6.15 is enough
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iceweasel/iceweasel.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


packages: wxmacmolplt/wxmacmolplt.spec (NEW) - init - STBR

2009-07-02 Thread lisu
Author: lisu Date: Thu Jul  2 07:58:36 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- init
- STBR

 Files affected:
packages/wxmacmolplt:
   wxmacmolplt.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/wxmacmolplt/wxmacmolplt.spec
diff -u /dev/null packages/wxmacmolplt/wxmacmolplt.spec:1.1
--- /dev/null   Thu Jul  2 09:58:36 2009
+++ packages/wxmacmolplt/wxmacmolplt.spec   Thu Jul  2 09:58:31 2009
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:   Program for plotting 3-D molecular structures
+Summary(pl.UTF-8): Program do wykreślania trójwymiarowych struktur 
molekularnych
+Name:  wxmacmolplt
+Version:   7.3
+Release:   1
+License:   GPL v2+
+Group: Applications
+Source0:   
http://www.scl.ameslab.gov/~brett/MacMolPlt/download/%{name}-%{version}.tar.gz
+# Source0-md5: 867071582b2eaff49efdf0bfa2094252
+URL:   http://www.scl.ameslab.gov/~brett/MacMolPlt/
+BuildRequires: OpenGL-GLU-devel
+BuildRequires: OpenGL-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: wxGTK2-unicode-devel
+BuildRequires: wxGTK2-unicode-gl-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A modern graphics program for plotting 3-D molecular structures and
+normal modes (vibrations).
+
+%description -l pl.UTF-8
+Nowoczesny program graficzny do wykreślania trójwymiarowych struktur
+molekularnych oraz drgań swobodnych (wibracji).
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+   --with-wx-config=wx-gtk2-unicode-config
+%{__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
+%attr(755,root,root) %{_bindir}/wxmacmolplt
+%{_datadir}/wxmacmolplt
+%{_mandir}/man1/wxmacmolplt.1*
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2009/07/02 07:58:31  lisu
+- init
+- STBR
+

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


DISTFILES: wxmacmolplt-7.3.tar.gz

2009-07-02 Thread lisu

Files fetched: 1

STORED: 
http://www.scl.ameslab.gov/~brett/MacMolPlt/download/wxmacmolplt-7.3.tar.gz
867071582b2eaff49efdf0bfa2094252  wxmacmolplt-7.3.tar.gz
Size: 1814874 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


packages: iceweasel/iceweasel.spec, iceweasel/iceweasel-ppc.patch (NEW) - t...

2009-07-02 Thread arekm
Author: arekmDate: Thu Jul  2 08:05:42 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- try to fix ppc build

 Files affected:
packages/iceweasel:
   iceweasel.spec (1.57 - 1.58) , iceweasel-ppc.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/iceweasel/iceweasel.spec
diff -u packages/iceweasel/iceweasel.spec:1.57 
packages/iceweasel/iceweasel.spec:1.58
--- packages/iceweasel/iceweasel.spec:1.57  Thu Jul  2 09:33:57 2009
+++ packages/iceweasel/iceweasel.spec   Thu Jul  2 10:05:37 2009
@@ -39,6 +39,7 @@
 Patch8:%{name}-pld-branding.patch
 Patch9:%{name}-gcc44.patch
 Patch10:   %{name}-no-subshell.patch
+Patch11:   %{name}-ppc.patch
 URL:   http://www.pld-linux.org/Packages/Iceweasel
 %{?with_gnomevfs:BuildRequires:GConf2-devel = 1.2.1}
 BuildRequires: automake
@@ -159,6 +160,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p2
+%patch11 -p1
 
 %build
 cd mozilla
@@ -506,6 +508,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.58  2009/07/02 08:05:37  arekm
+- try to fix ppc build
+
 Revision 1.57  2009/07/02 07:33:57  arekm
 C: iceweasel-lang-resources  version
 


Index: packages/iceweasel/iceweasel-ppc.patch
diff -u /dev/null packages/iceweasel/iceweasel-ppc.patch:1.1
--- /dev/null   Thu Jul  2 10:05:42 2009
+++ packages/iceweasel/iceweasel-ppc.patch  Thu Jul  2 10:05:37 2009
@@ -0,0 +1,17 @@
+--- mozilla/xpcom/glue/nsTArray.h~ 2009-06-29 18:15:32.0 +0200
 mozilla/xpcom/glue/nsTArray.h  2009-07-02 09:49:47.623908821 +0200
+@@ -43,7 +43,14 @@
+ #include nsQuickSort.h
+ #include nsDebug.h
+ #include nsTraceRefcnt.h
++#ifdef inline
++#define crappy_inline inline
++#undef inline
++#endif
+ #include NEW_H
++#ifdef crappy_inline
++#define inline crappy_inline
++#endif
+ 
+ //
+ // This class serves as a base class for nsTArray.  It shouldn't be used


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iceweasel/iceweasel.spec?r1=1.57r2=1.58f=u

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


packages: iceweasel/iceweasel.spec - rel 2

2009-07-02 Thread arekm
Author: arekmDate: Thu Jul  2 08:18:09 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2

 Files affected:
packages/iceweasel:
   iceweasel.spec (1.58 - 1.59) 

 Diffs:


Index: packages/iceweasel/iceweasel.spec
diff -u packages/iceweasel/iceweasel.spec:1.58 
packages/iceweasel/iceweasel.spec:1.59
--- packages/iceweasel/iceweasel.spec:1.58  Thu Jul  2 10:05:37 2009
+++ packages/iceweasel/iceweasel.spec   Thu Jul  2 10:18:04 2009
@@ -18,7 +18,7 @@
 Summary(pl.UTF-8): Iceweasel - przeglądarka WWW
 Name:  iceweasel
 Version:   3.5
-Release:   1
+Release:   2
 License:   MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group: X11/Applications/Networking
 Source0:   
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2
@@ -508,6 +508,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.59  2009/07/02 08:18:04  arekm
+- rel 2
+
 Revision 1.58  2009/07/02 08:05:37  arekm
 - try to fix ppc build
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iceweasel/iceweasel.spec?r1=1.58r2=1.59f=u

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


packages: gtk+2/gtk+2.spec - updated to 2.16.4

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 08:19:48 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.16.4

 Files affected:
packages/gtk+2:
   gtk+2.spec (1.300 - 1.301) 

 Diffs:


Index: packages/gtk+2/gtk+2.spec
diff -u packages/gtk+2/gtk+2.spec:1.300 packages/gtk+2/gtk+2.spec:1.301
--- packages/gtk+2/gtk+2.spec:1.300 Tue Jun 30 11:26:18 2009
+++ packages/gtk+2/gtk+2.spec   Thu Jul  2 10:19:43 2009
@@ -20,13 +20,13 @@
 Summary(pl.UTF-8): GIMP Toolkit
 Summary(tr.UTF-8): GIMP ToolKit arayüz kitaplığı
 Name:  gtk+2
-Version:   2.16.3
+Version:   2.16.4
 Release:   1
 Epoch: 2
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.16/gtk+-%{version}.tar.bz2
-# Source0-md5: a224d3a34e21ec161e9041a17f90ad26
+# Source0-md5: d666f9f5a544e9d4d45804d88b1b5c4d
 Patch0:%{name}-objective-c++.patch
 Patch1:%{name}-arch_confdir.patch
 URL:   http://www.gtk.org/
@@ -429,6 +429,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.301  2009/07/02 08:19:43  megabajt
+- updated to 2.16.4
+
 Revision 1.300  2009/06/30 09:26:18  megabajt
 - updated to 2.16.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtk+2/gtk+2.spec?r1=1.300r2=1.301f=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+-2.16.4.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.16/gtk+-2.16.4.tar.bz2
d666f9f5a544e9d4d45804d88b1b5c4d  gtk+-2.16.4.tar.bz2
Size: 18520645 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-themes-2.26.3.1.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/2.26/gnome-themes-2.26.3.1.tar.bz2
2b9fbbf9911098b9eb061c05f175940a  gnome-themes-2.26.3.1.tar.bz2
Size: 1582870 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


packages: gnome-themes/gnome-themes.spec - updated to 2.26.3.1 - removed ob...

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 08:30:37 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3.1
- removed obsolete -install.patch

 Files affected:
packages/gnome-themes:
   gnome-themes.spec (1.85 - 1.86) 

 Diffs:


Index: packages/gnome-themes/gnome-themes.spec
diff -u packages/gnome-themes/gnome-themes.spec:1.85 
packages/gnome-themes/gnome-themes.spec:1.86
--- packages/gnome-themes/gnome-themes.spec:1.85Tue May 19 22:42:49 2009
+++ packages/gnome-themes/gnome-themes.spec Thu Jul  2 10:30:32 2009
@@ -5,15 +5,14 @@
 Summary:   Default themes for GNOME environment
 Summary(pl.UTF-8): Domyślne motywy dla środowiska GNOME
 Name:  gnome-themes
-Version:   2.26.2
-Release:   2
+Version:   2.26.3.1
+Release:   1
 License:   LGPL
 Group: Themes
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: ffc7037085f1ae898be45fe699ea13ad
+# Source0-md5: 2b9fbbf9911098b9eb061c05f175940a
 # http://bugzilla.gnome.org/show_bug.cgi?id=552052
 Patch0:%{name}-bashizm.patch
-Patch1:%{name}-install.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.53
 BuildRequires: automake = 1:1.9
@@ -248,7 +247,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__glib_gettextize}
@@ -267,6 +265,8 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/c...@valencia
+
 CD=`pwd`
 cd $RPM_BUILD_ROOT%{_iconsdir}
 for dir in *
@@ -363,6 +363,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.86  2009/07/02 08:30:32  megabajt
+- updated to 2.26.3.1
+- removed obsolete -install.patch
+
 Revision 1.85  2009/05/19 20:42:49  megabajt
 - added -install.patch
 - release 2


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-themes/gnome-themes.spec?r1=1.85r2=1.86f=u

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


packages: gnome-themes/gnome-themes-install.patch (REMOVED) - obsolete

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 08:30:57 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- obsolete

 Files affected:
packages/gnome-themes:
   gnome-themes-install.patch (1.3 - 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


packages: gnome-desktop/gnome-desktop.spec - updated to 2.26.3

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 08:53:11 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3

 Files affected:
packages/gnome-desktop:
   gnome-desktop.spec (1.132 - 1.133) 

 Diffs:


Index: packages/gnome-desktop/gnome-desktop.spec
diff -u packages/gnome-desktop/gnome-desktop.spec:1.132 
packages/gnome-desktop/gnome-desktop.spec:1.133
--- packages/gnome-desktop/gnome-desktop.spec:1.132 Thu May 21 00:35:44 2009
+++ packages/gnome-desktop/gnome-desktop.spec   Thu Jul  2 10:53:05 2009
@@ -2,12 +2,12 @@
 Summary:   The core programs for the GNOME GUI desktop environment
 Summary(pl.UTF-8): Podstawowe programy środowiska graficznego GNOME
 Name:  gnome-desktop
-Version:   2.26.2
+Version:   2.26.3
 Release:   1
 License:   LGPL
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: 33d9653c05b328a5c4f90a8912451e9b
+# Source0-md5: 1668dcedde64b30aa02f0a73e59c957d
 Source1:   pld-logo.svg
 URL:   http://www.gnome.org/
 BuildRequires: GConf2-devel = 2.26.0
@@ -181,6 +181,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.133  2009/07/02 08:53:05  megabajt
+- updated to 2.26.3
+
 Revision 1.132  2009/05/20 22:35:44  patrys
 - get rid of c...@valencia
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-desktop/gnome-desktop.spec?r1=1.132r2=1.133f=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.26.3.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/2.26/gnome-desktop-2.26.3.tar.bz2
1668dcedde64b30aa02f0a73e59c957d  gnome-desktop-2.26.3.tar.bz2
Size: 3107987 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: VirtualBox-3.0.0-OSE.tar.bz2 UserManual.pdf VBoxGuestAdditions_3.0.0.iso

2009-07-02 Thread lmasko

Files fetched: 1

ALREADY GOT: 
http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0-OSE.tar.bz2
d1560d8b0a766236161eeb659e802b5a  VirtualBox-3.0.0-OSE.tar.bz2
STORED: http://download.virtualbox.org/virtualbox/3.0.0/UserManual.pdf
e62fce82380b3368e2558a663715734c  UserManual.pdf
Size: 4179626 bytes
ALREADY GOT: 
http://download.virtualbox.org/virtualbox/3.0.0/VBoxGuestAdditions_3.0.0.iso
0e6f41edbee05a9d7c9677559cd9728c  VBoxGuestAdditions_3.0.0.iso


-- 
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


packages: VirtualBox/VirtualBox.spec - Uploaded the proper UserManual.pdf t...

2009-07-02 Thread lmasko
Author: lmasko   Date: Thu Jul  2 08:57:17 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- Uploaded the proper UserManual.pdf to distfiles and updated its md5.

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.212 - 1.213) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.212 
packages/VirtualBox/VirtualBox.spec:1.213
--- packages/VirtualBox/VirtualBox.spec:1.212   Wed Jul  1 17:22:16 2009
+++ packages/VirtualBox/VirtualBox.spec Thu Jul  2 10:57:12 2009
@@ -36,7 +36,7 @@
 Source0:   
http://download.virtualbox.org/virtualbox/%{version}/%{pname}-%{version}-OSE.tar.bz2
 # Source0-md5: d1560d8b0a766236161eeb659e802b5a
 Source1:   
http://download.virtualbox.org/virtualbox/%{version}/UserManual.pdf
-# Source1-md5: 1f8ec67c1dbc0bcdfbbfbe26171eb098
+# Source1-md5: e62fce82380b3368e2558a663715734c
 Source2:   
http://download.virtualbox.org/virtualbox/%{version}/VBoxGuestAdditions_%{version}.iso
 # Source2-md5: 0e6f41edbee05a9d7c9677559cd9728c
 Source3:   %{pname}-vboxdrv.init
@@ -606,6 +606,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.213  2009/07/02 08:57:12  lmasko
+- Uploaded the proper UserManual.pdf to distfiles and updated its md5.
+
 Revision 1.212  2009/07/01 15:22:16  lmasko
 - Up to 3.0.0, initial version 0.1, builds and works on kernel 2.6.28.9-3.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox.spec?r1=1.212r2=1.213f=u

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


packages: heimdal/heimdal.spec - added trigger for moved krb5.{conf, keytab}

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 09:49:09 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- added trigger for moved krb5.{conf,keytab}

 Files affected:
packages/heimdal:
   heimdal.spec (1.162 - 1.163) 

 Diffs:


Index: packages/heimdal/heimdal.spec
diff -u packages/heimdal/heimdal.spec:1.162 packages/heimdal/heimdal.spec:1.163
--- packages/heimdal/heimdal.spec:1.162 Wed Jul  1 23:30:01 2009
+++ packages/heimdal/heimdal.spec   Thu Jul  2 11:49:03 2009
@@ -472,6 +472,16 @@
%service -q ldap restart
 fi
 
+%triggerpostun libs -- heimdal-libs  1.2.1-6
+if [ -f /etc/heimdal/krb5.conf.rpmsave ]; then
+   mv /etc/krb5.conf{,.rpmnew}
+   mv -f /etc/heimdal/krb5.conf.rpmsave /etc/krb5.conf
+fi
+if [ -f /etc/heimdal/krb5.keytab.rpmsave ]; then
+   mv /etc/krb5.keytab{,.rpmnew}
+   mv -f /etc/heimdal/krb5.keytab.rpmsave /etc/krb5.keytab
+fi
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS README TODO
@@ -726,6 +736,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.163  2009/07/02 09:49:03  baggins
+- added trigger for moved krb5.{conf,keytab}
+
 Revision 1.162  2009/07/01 21:30:01  baggins
 - rel 6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal.spec?r1=1.162r2=1.163f=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.26.2.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/2.26/gnome-menus-2.26.2.tar.bz2
23a7375dd20238184f2f4d83846b  gnome-menus-2.26.2.tar.bz2
Size: 438945 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


packages: gnome-menus/gnome-menus.spec - updated to 2.26.2

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 10:08:10 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.2

 Files affected:
packages/gnome-menus:
   gnome-menus.spec (1.68 - 1.69) 

 Diffs:


Index: packages/gnome-menus/gnome-menus.spec
diff -u packages/gnome-menus/gnome-menus.spec:1.68 
packages/gnome-menus/gnome-menus.spec:1.69
--- packages/gnome-menus/gnome-menus.spec:1.68  Tue Apr 14 00:35:35 2009
+++ packages/gnome-menus/gnome-menus.spec   Thu Jul  2 12:08:04 2009
@@ -2,12 +2,12 @@
 Summary:   Implementation of the draft Desktop Menu Specification
 Summary(pl.UTF-8): Implementacja specyfikacji menu systemów biurkowych
 Name:  gnome-menus
-Version:   2.26.1
+Version:   2.26.2
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-menus/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: c5100879f6ff9750d4bc7e553671ad93
+# Source0-md5: 23a7375dd20238184f2f4d83846b
 Patch0:%{name}-nokde.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf
@@ -100,7 +100,7 @@
 %{__glib_gettextize}
 %{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -115,7 +115,7 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{gn,io}
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/{...@valencia,dv,gn,io}
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/GMenuSimpleEditor/*.{a,la,py}
 rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{a,la}
 
@@ -166,6 +166,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.69  2009/07/02 10:08:04  megabajt
+- updated to 2.26.2
+
 Revision 1.68  2009/04/13 22:35:35  megabajt
 - updated to 2.26.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-menus/gnome-menus.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: pessulus-2.26.2.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/pessulus/2.26/pessulus-2.26.2.tar.bz2
255ec0743714b6fc50da796f6bc95009  pessulus-2.26.2.tar.bz2
Size: 160342 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


packages: pessulus/pessulus.spec - updated to 2.26.2

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 10:12:32 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.2

 Files affected:
packages/pessulus:
   pessulus.spec (1.20 - 1.21) 

 Diffs:


Index: packages/pessulus/pessulus.spec
diff -u packages/pessulus/pessulus.spec:1.20 
packages/pessulus/pessulus.spec:1.21
--- packages/pessulus/pessulus.spec:1.20Wed Apr 15 12:07:21 2009
+++ packages/pessulus/pessulus.spec Thu Jul  2 12:12:27 2009
@@ -2,12 +2,12 @@
 Summary:   Lockdown editor for GNOME
 Summary(pl.UTF-8): Edytor blokad dla GNOME
 Name:  pessulus
-Version:   2.26.1
+Version:   2.26.2
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/pessulus/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: 526e18ccf9fbf19e255910e7710f69b9
+# Source0-md5: 255ec0743714b6fc50da796f6bc95009
 URL:   http://live.gnome.org/Pessulus
 BuildRequires: GConf2-devel = 2.24.0
 BuildRequires: autoconf = 2.53
@@ -58,7 +58,7 @@
DESTDIR=$RPM_BUILD_ROOT
 
 # not supported
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/bal
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{bal,c...@valencia}
 
 %py_postclean
 
@@ -89,6 +89,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.21  2009/07/02 10:12:27  megabajt
+- updated to 2.26.2
+
 Revision 1.20  2009/04/15 10:07:21  megabajt
 - updated to 2.26.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pessulus/pessulus.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


packages: nfs-utils/nfs-utils.spec - BC libgssglue-devel if build against h...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 12:16:26 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- BC libgssglue-devel if build against heimdal

 Files affected:
packages/nfs-utils:
   nfs-utils.spec (1.178 - 1.179) 

 Diffs:


Index: packages/nfs-utils/nfs-utils.spec
diff -u packages/nfs-utils/nfs-utils.spec:1.178 
packages/nfs-utils/nfs-utils.spec:1.179
--- packages/nfs-utils/nfs-utils.spec:1.178 Wed Jul  1 22:42:18 2009
+++ packages/nfs-utils/nfs-utils.spec   Thu Jul  2 14:16:20 2009
@@ -44,6 +44,7 @@
 BuildRequires: cpp
 %if %{with heimdal}
 BuildRequires: heimdal-devel = 1.0
+BuildConflicts:libgssglue-devel
 %else
 BuildRequires: krb5-devel = 1.6
 BuildRequires: libgssglue-devel = 0.1
@@ -404,6 +405,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.179  2009/07/02 12:16:20  baggins
+- BC libgssglue-devel if build against heimdal
+
 Revision 1.178  2009/07/01 20:42:18  baggins
 - more bcond cleanup
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nfs-utils/nfs-utils.spec?r1=1.178r2=1.179f=u

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


packages: heimdal/heimdal.spec - devel conflicts with libgssglue-devel

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 12:17:51 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- devel conflicts with libgssglue-devel

 Files affected:
packages/heimdal:
   heimdal.spec (1.163 - 1.164) 

 Diffs:


Index: packages/heimdal/heimdal.spec
diff -u packages/heimdal/heimdal.spec:1.163 packages/heimdal/heimdal.spec:1.164
--- packages/heimdal/heimdal.spec:1.163 Thu Jul  2 11:49:03 2009
+++ packages/heimdal/heimdal.spec   Thu Jul  2 14:17:46 2009
@@ -131,6 +131,7 @@
 Requires:  libcom_err-devel = 1.34-5
 Requires:  openssl-devel
 Conflicts: krb5-devel
+Conflicts: libgssglue-devel
 
 %description devel
 contains files needed to compile and link software using the kerberos
@@ -736,6 +737,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.164  2009/07/02 12:17:46  baggins
+- devel conflicts with libgssglue-devel
+
 Revision 1.163  2009/07/02 09:49:03  baggins
 - added trigger for moved krb5.{conf,keytab}
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal.spec?r1=1.163r2=1.164f=u

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


packages: librpcsecgss/librpcsecgss.spec - removed unnecessary conflicts

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 12:18:44 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- removed unnecessary conflicts

 Files affected:
packages/librpcsecgss:
   librpcsecgss.spec (1.25 - 1.26) 

 Diffs:


Index: packages/librpcsecgss/librpcsecgss.spec
diff -u packages/librpcsecgss/librpcsecgss.spec:1.25 
packages/librpcsecgss/librpcsecgss.spec:1.26
--- packages/librpcsecgss/librpcsecgss.spec:1.25Tue Jun 30 15:30:51 2009
+++ packages/librpcsecgss/librpcsecgss.spec Thu Jul  2 14:18:39 2009
@@ -26,7 +26,6 @@
 BuildRequires: pkgconfig
 %if %{with heimdal}
 Requires:  heimdal-libs
-Conflicts: libgssglue
 %else
 Requires:  libgssglue = 0.1
 %endif
@@ -47,7 +46,6 @@
 Requires:  %{name} = %{version}-%{release}
 %if %{with heimdal}
 Requires:  heimdal-devel
-Conflicts: libgssglue-devel
 %else
 Requires:  libgssglue-devel = 0.1
 %endif
@@ -117,6 +115,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.26  2009/07/02 12:18:39  baggins
+- removed unnecessary conflicts
+
 Revision 1.25  2009/06/30 13:30:51  baggins
 - C/R on libgssglue and heimdal
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/librpcsecgss/librpcsecgss.spec?r1=1.25r2=1.26f=u

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


packages: libtirpc/libtirpc.spec - removed unnecessary conflicts

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 12:19:14 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- removed unnecessary conflicts

 Files affected:
packages/libtirpc:
   libtirpc.spec (1.21 - 1.22) 

 Diffs:


Index: packages/libtirpc/libtirpc.spec
diff -u packages/libtirpc/libtirpc.spec:1.21 
packages/libtirpc/libtirpc.spec:1.22
--- packages/libtirpc/libtirpc.spec:1.21Wed Jul  1 21:49:24 2009
+++ packages/libtirpc/libtirpc.spec Thu Jul  2 14:19:09 2009
@@ -29,7 +29,6 @@
 BuildRequires: pkgconfig
 %if %{with heimdal}
 Requires:  heimdal-libs
-Conflicts: libgssglue
 %else
 Requires:  libgssglue = 0.1
 %endif
@@ -66,7 +65,6 @@
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 %if %{with heimdal}
 Requires:  heimdal-devel
-Conflicts: libgssglue-devel
 %else
 Requires:  libgssglue-devel = 0.1
 %endif
@@ -155,6 +153,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2009/07/02 12:19:09  baggins
+- removed unnecessary conflicts
+
 Revision 1.21  2009/07/01 19:49:24  baggins
 - rel 2
 - fix problems with gssd segfaulting due to libtirpc trying to checksum


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtirpc/libtirpc.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


packages: evolution-groupdav/evolution-groupdav.spec - removed commented ou...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 12:19:56 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- removed commented out BR libgssglue

 Files affected:
packages/evolution-groupdav:
   evolution-groupdav.spec (1.14 - 1.15) 

 Diffs:


Index: packages/evolution-groupdav/evolution-groupdav.spec
diff -u packages/evolution-groupdav/evolution-groupdav.spec:1.14 
packages/evolution-groupdav/evolution-groupdav.spec:1.15
--- packages/evolution-groupdav/evolution-groupdav.spec:1.14Wed Sep  5 
20:27:57 2007
+++ packages/evolution-groupdav/evolution-groupdav.spec Thu Jul  2 14:19:51 2009
@@ -27,7 +27,6 @@
 BuildRequires: libsoup-devel = 2.2.0
 BuildRequires: krb5-devel
 BuildRequires: gal-devel = 2.4.0
-#BuildRequires:libgssglue-devel
 BuildRequires: perl-XML-Parser
 Requires:  evolution = 2.2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -76,6 +75,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.15  2009/07/02 12:19:51  baggins
+- removed commented out BR libgssglue
+
 Revision 1.14  2007/09/05 18:27:57  qboosh
 - libgssapi replaced by libgssglue
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-groupdav/evolution-groupdav.spec?r1=1.14r2=1.15f=u

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


packages: openldap/openldap.spec - reversed heimdal bcond into krb5 bcond

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 12:32:11 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- reversed heimdal bcond into krb5 bcond

 Files affected:
packages/openldap:
   openldap.spec (1.305 - 1.306) 

 Diffs:


Index: packages/openldap/openldap.spec
diff -u packages/openldap/openldap.spec:1.305 
packages/openldap/openldap.spec:1.306
--- packages/openldap/openldap.spec:1.305   Mon Jun 22 15:49:47 2009
+++ packages/openldap/openldap.spec Thu Jul  2 14:32:06 2009
@@ -7,7 +7,7 @@
 #
 # Conditional build:
 %bcond_without exchange# hacked version of library for Evolution 
Exchange support
-%bcond_withheimdal # build with Heimdal Kerberos instead of MIT
+%bcond_withkrb5# build with MIT Kerberos instead of Heimdal
 %bcond_without odbc# disable sql backend
 %bcond_withndb # enable MySQL NDB Cluster backend
 %bcond_without perl# disable perl backend
@@ -31,7 +31,7 @@
 Summary(uk.UTF-8): Зразки клієнтів LDAP
 Name:  openldap
 Version:   2.4.16
-Release:   2
+Release:   3
 License:   OpenLDAP Public License
 Group: Networking/Daemons
 Source0:   
ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz
@@ -74,10 +74,10 @@
 %{?with_system_db:BuildRequires:   db-devel = 4.2}
 BuildRequires: gcc = 5:3.4
 BuildRequires: groff
-%if %{with heimdal}
-BuildRequires: heimdal-devel
-%else
+%if %{with krb5}
 BuildRequires: krb5-devel
+%else
+BuildRequires: heimdal-devel
 %endif
 BuildRequires: libltdl-devel
 BuildRequires: libstdc++-devel
@@ -173,10 +173,10 @@
 Requires:  %{name}-libs = %{version}-%{release}
 %{?with_sasl:Requires: cyrus-sasl-devel = 2.1.15}
 Requires:  openssl-devel = 0.9.7c
-%if %{with heimdal}
-Requires:  heimdal-devel
-%else
+%if %{with krb5}
 Requires:  krb5-devel
+%else
+Requires:  heimdal-devel
 %endif
 
 %description devel
@@ -881,10 +881,10 @@
 %patch10 -p1
 %patch11 -p1
 %patch13 -p1
-%if %{with heimdal}
-%patch18 -p1
-%else
+%if %{with krb5}
 %patch14 -p1
+%else
+%patch18 -p1
 %endif
 %patch15 -p1
 %patch16 -p1
@@ -1734,6 +1734,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.306  2009/07/02 12:32:06  baggins
+- reversed heimdal bcond into krb5 bcond
+
 Revision 1.305  2009/06/22 13:49:47  baggins
 - rel 2
 - update shadowLastChange on password change via smbk5pwd


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openldap/openldap.spec?r1=1.305r2=1.306f=u

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


packages (DEVEL): postgresql/postgresql-ac_version.patch - updated to postg...

2009-07-02 Thread wrobell
Author: wrobell  Date: Thu Jul  2 12:44:56 2009 GMT
Module: packages  Tag: DEVEL
 Log message:
- updated to postgresql 8.4.0

 Files affected:
packages/postgresql:
   postgresql-ac_version.patch (1.3.2.2 - 1.3.2.3) 

 Diffs:


Index: packages/postgresql/postgresql-ac_version.patch
diff -u packages/postgresql/postgresql-ac_version.patch:1.3.2.2 
packages/postgresql/postgresql-ac_version.patch:1.3.2.3
--- packages/postgresql/postgresql-ac_version.patch:1.3.2.2 Wed Jul  1 
18:59:22 2009
+++ packages/postgresql/postgresql-ac_version.patch Thu Jul  2 14:44:50 2009
@@ -2,9 +2,9 @@
 +++ postgresql-8.3RC1/configure.in 2008-01-07 22:23:50.888568429 +
 @@ -19,10 +19,10 @@
  
- AC_INIT([PostgreSQL], [8.3RC1], [pgsql-b...@postgresql.org])
+ AC_INIT([PostgreSQL], [8.4.0], [pgsql-b...@postgresql.org])
  
--m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 
2.59 is required.
+-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 
2.61 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not
 -recommended.  You can remove the check from 'configure.in' but it is then
 -your responsibility whether the result works or not.])])
@@ -12,6 +12,6 @@
 +dnl Untested combinations of 'autoconf' and PostgreSQL versions are not
 +dnl recommended.  You can remove the check from 'configure.in' but it is then
 +dnl your responsibility whether the result works or not.])])
- AC_COPYRIGHT([Copyright (c) 1996-2008, PostgreSQL Global Development Group])
+ AC_COPYRIGHT([Copyright (c) 1996-2009, PostgreSQL Global Development Group])
  AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
  AC_CONFIG_AUX_DIR(config)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql-ac_version.patch?r1=1.3.2.2r2=1.3.2.3f=u

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


DISTFILES: hamster-applet-2.26.3.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/hamster-applet/2.26/hamster-applet-2.26.3.tar.bz2
bc40602ef88e23e0a8c37c7086e953e7  hamster-applet-2.26.3.tar.bz2
Size: 428731 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


packages: gnome-applet-hamster/gnome-applet-hamster.spec - updated to 2.26.3

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 12:50:47 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3

 Files affected:
packages/gnome-applet-hamster:
   gnome-applet-hamster.spec (1.28 - 1.29) 

 Diffs:


Index: packages/gnome-applet-hamster/gnome-applet-hamster.spec
diff -u packages/gnome-applet-hamster/gnome-applet-hamster.spec:1.28 
packages/gnome-applet-hamster/gnome-applet-hamster.spec:1.29
--- packages/gnome-applet-hamster/gnome-applet-hamster.spec:1.28Tue May 
19 22:32:34 2009
+++ packages/gnome-applet-hamster/gnome-applet-hamster.spec Thu Jul  2 
14:50:42 2009
@@ -2,12 +2,12 @@
 %definemodule  hamster-applet
 Summary:   Project Hamster is time tracking for masses
 Name:  gnome-applet-hamster
-Version:   2.26.2
+Version:   2.26.3
 Release:   1
 License:   GPL v3
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/hamster-applet/2.26/%{module}-%{version}.tar.bz2
-# Source0-md5: d6b1973e5d219d9affdbd1388e7d110d
+# Source0-md5: bc40602ef88e23e0a8c37c7086e953e7
 URL:   http://live.gnome.org/ProjectHamster
 BuildRequires: autoconf
 BuildRequires: automake
@@ -42,6 +42,9 @@
 %prep
 %setup -q -n %{module}-%{version}
 
+rm -f po/c...@valencia.po
+sed -i -e 's/c...@valencia//' po/LINGUAS
+
 %build
 %{__libtoolize}
 %{__intltoolize}
@@ -98,6 +101,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.29  2009/07/02 12:50:42  megabajt
+- updated to 2.26.3
+
 Revision 1.28  2009/05/19 20:32:34  megabajt
 - updated to 2.26.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-applet-hamster/gnome-applet-hamster.spec?r1=1.28r2=1.29f=u

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


packages: gnome-keyring/gnome-keyring.spec - drop c...@valencia locale - rele...

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 13:00:09 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- drop c...@valencia locale
- release 2

 Files affected:
packages/gnome-keyring:
   gnome-keyring.spec (1.64 - 1.65) 

 Diffs:


Index: packages/gnome-keyring/gnome-keyring.spec
diff -u packages/gnome-keyring/gnome-keyring.spec:1.64 
packages/gnome-keyring/gnome-keyring.spec:1.65
--- packages/gnome-keyring/gnome-keyring.spec:1.64  Thu Jul  2 00:02:53 2009
+++ packages/gnome-keyring/gnome-keyring.spec   Thu Jul  2 15:00:04 2009
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Przechowywanie haseł i innych tajnych danych 
użytkowników
 Name:  gnome-keyring
 Version:   2.26.3
-Release:   1
+Release:   2
 License:   LGPL v2+ (library), GPL v2+ (programs)
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.26/%{name}-%{version}.tar.bz2
@@ -24,6 +24,7 @@
 BuildRequires: pam-devel
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) = 1.197
+BuildRequires: sed = 4.0
 Requires(post,preun):  GConf2
 Requires:  dbus = 1.2.0
 # s...@latn vs. s...@latin
@@ -121,6 +122,9 @@
 %prep
 %setup -q
 
+rm -f po/c...@valencia.po
+sed -i -e 's/c...@valencia//' po/LINGUAS
+
 %build
 %{__glib_gettextize}
 %{__intltoolize}
@@ -224,6 +228,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.65  2009/07/02 13:00:04  megabajt
+- drop c...@valencia locale
+- release 2
+
 Revision 1.64  2009/07/01 22:02:53  megabajt
 - updated to 2.26.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-keyring/gnome-keyring.spec?r1=1.64r2=1.65f=u

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


packages: cheese/cheese.spec - updated to 2.26.3

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 13:00:54 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3

 Files affected:
packages/cheese:
   cheese.spec (1.23 - 1.24) 

 Diffs:


Index: packages/cheese/cheese.spec
diff -u packages/cheese/cheese.spec:1.23 packages/cheese/cheese.spec:1.24
--- packages/cheese/cheese.spec:1.23Wed May 20 21:20:57 2009
+++ packages/cheese/cheese.spec Thu Jul  2 15:00:49 2009
@@ -2,12 +2,12 @@
 Summary:   A cheesy program to take pictures and videos from your web cam
 Summary(pl.UTF-8): Program do pobierania zdjęć i filmów z kamery 
internetowej
 Name:  cheese
-Version:   2.26.2
+Version:   2.26.3
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/cheese/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: 9dee43671f0660e73524724174569331
+# Source0-md5: c00fbf9e79e39cb95af57c0a6cf9ce88
 URL:   http://live.gnome.org/Cheese
 BuildRequires: GConf2-devel = 2.24.0
 BuildRequires: autoconf
@@ -104,6 +104,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2009/07/02 13:00:49  megabajt
+- updated to 2.26.3
+
 Revision 1.23  2009/05/20 19:20:57  megabajt
 - updated to 2.26.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cheese/cheese.spec?r1=1.23r2=1.24f=u

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


DISTFILES: cheese-2.26.3.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/cheese/2.26/cheese-2.26.3.tar.bz2
c00fbf9e79e39cb95af57c0a6cf9ce88  cheese-2.26.3.tar.bz2
Size: 3213208 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


packages: heimdal/heimdal.spec - rel 7

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:01:11 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 7

 Files affected:
packages/heimdal:
   heimdal.spec (1.164 - 1.165) 

 Diffs:


Index: packages/heimdal/heimdal.spec
diff -u packages/heimdal/heimdal.spec:1.164 packages/heimdal/heimdal.spec:1.165
--- packages/heimdal/heimdal.spec:1.164 Thu Jul  2 14:17:46 2009
+++ packages/heimdal/heimdal.spec   Thu Jul  2 15:01:05 2009
@@ -10,7 +10,7 @@
 Summary(pl.UTF-8): Implementacja Heimdal systemu Kerberos V5
 Name:  heimdal
 Version:   1.2.1
-Release:   6
+Release:   7
 License:   Free
 Group: Networking
 Source0:   http://www.h5l.org/dist/src/%{name}-%{version}.tar.gz
@@ -737,6 +737,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.165  2009/07/02 13:01:05  baggins
+- rel 7
+
 Revision 1.164  2009/07/02 12:17:46  baggins
 - devel conflicts with libgssglue-devel
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal.spec?r1=1.164r2=1.165f=u

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


packages: openldap/openldap.spec - rel 4

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:02:11 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 4

 Files affected:
packages/openldap:
   openldap.spec (1.306 - 1.307) 

 Diffs:


Index: packages/openldap/openldap.spec
diff -u packages/openldap/openldap.spec:1.306 
packages/openldap/openldap.spec:1.307
--- packages/openldap/openldap.spec:1.306   Thu Jul  2 14:32:06 2009
+++ packages/openldap/openldap.spec Thu Jul  2 15:02:06 2009
@@ -31,7 +31,7 @@
 Summary(uk.UTF-8): Зразки клієнтів LDAP
 Name:  openldap
 Version:   2.4.16
-Release:   3
+Release:   4
 License:   OpenLDAP Public License
 Group: Networking/Daemons
 Source0:   
ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz
@@ -1734,6 +1734,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.307  2009/07/02 13:02:06  baggins
+- rel 4
+
 Revision 1.306  2009/07/02 12:32:06  baggins
 - reversed heimdal bcond into krb5 bcond
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openldap/openldap.spec?r1=1.306r2=1.307f=u

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


packages: curl/curl.spec - rel 2 - back to heimdal

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:10:03 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- back to heimdal

 Files affected:
packages/curl:
   curl.spec (1.165 - 1.166) 

 Diffs:


Index: packages/curl/curl.spec
diff -u packages/curl/curl.spec:1.165 packages/curl/curl.spec:1.166
--- packages/curl/curl.spec:1.165   Mon May 18 21:34:41 2009
+++ packages/curl/curl.spec Thu Jul  2 15:09:58 2009
@@ -5,7 +5,7 @@
 %bcond_without ssh # without SSH support
 %bcond_without ssl # without SSL support
 %bcond_without gnutls  # use GnuTLS instead of OpenSSL
-%bcond_without kerberos5   # without MIT Kerberos 5 support
+%bcond_without kerberos5   # without Heimdal Kerberos 5 support
 #
 Summary:   A utility for getting files from remote servers (FTP, HTTP, and 
others)
 Summary(es.UTF-8): Un cliente para bajar archivos de servidores (FTP, 
HTTP, y otros)
@@ -15,7 +15,7 @@
 Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та 
інших
 Name:  curl
 Version:   7.19.5
-Release:   1
+Release:   2
 License:   MIT-like
 Group: Applications/Networking
 Source0:   http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -28,7 +28,7 @@
 BuildRequires: autoconf = 2.57
 BuildRequires: automake
 %{?with_ares:BuildRequires:c-ares-devel}
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libidn-devel = 0.4.1
 %{?with_ssh:BuildRequires: libssh2-devel = 0.16}
 BuildRequires: libtool
@@ -119,7 +119,7 @@
 Group: Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
 %{?with_ares:Requires: c-ares-devel}
-%{?with_kerberos5:Requires:krb5-devel}
+%{?with_kerberos5:Requires:heimdal-devel}
 Requires:  libidn-devel = 0.4.1
 %{?with_ssh:Requires:  libssh2-devel = 0.16}
 %if %{with ssl}
@@ -250,6 +250,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.166  2009/07/02 13:09:58  baggins
+- rel 2
+- back to heimdal
+
 Revision 1.165  2009/05/18 19:34:41  witekfl
 - up to 7.19.5
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/curl/curl.spec?r1=1.165r2=1.166f=u

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


packages: cyrus-sasl/cyrus-sasl.spec - rel 16 - removed heimdal bcond, just...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:20:14 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 16
- removed heimdal bcond, just build with heimdal

 Files affected:
packages/cyrus-sasl:
   cyrus-sasl.spec (1.176 - 1.177) 

 Diffs:


Index: packages/cyrus-sasl/cyrus-sasl.spec
diff -u packages/cyrus-sasl/cyrus-sasl.spec:1.176 
packages/cyrus-sasl/cyrus-sasl.spec:1.177
--- packages/cyrus-sasl/cyrus-sasl.spec:1.176   Mon Jun 29 15:51:12 2009
+++ packages/cyrus-sasl/cyrus-sasl.spec Thu Jul  2 15:20:08 2009
@@ -14,7 +14,6 @@
 %bcond_withsrp # build srp pluggin
 %bcond_withpwcheck # build pwcheck helper (deprecated)
 %bcond_withx509# build x509 plugin (no sources in package???)
-%bcond_withheimdal # build GSSAPI against Heimdal
 #
 %if %{without mysql}  %{without pgsql}
 %undefine with_cryptedpw
@@ -27,7 +26,7 @@
 Summary(uk.UTF-8): Бібліотека Cyrus SASL
 Name:  cyrus-sasl
 Version:   2.1.22
-Release:   15
+Release:   16
 License:   distributable
 Group: Libraries
 Source0:   ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{version}.tar.gz
@@ -57,11 +56,7 @@
 BuildRequires: db-devel
 BuildRequires: ed
 BuildRequires: groff
-%if %{with heimdal}
 %{?with_gssapi:BuildRequires:  heimdal-devel}
-%else
-%{?with_gssapi:BuildRequires:  krb5-devel}
-%endif
 BuildRequires: libtool = 1.4
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_ldap:BuildRequires:openldap-devel = 2.4.6}
@@ -491,11 +486,7 @@
%{?with_cryptedpw: LDFLAGS=-lcrypt} \
--disable-krb4 \
%{!?with_gssapi: --disable-gssapi} \
-%if %{with heimdal}
%{?with_gssapi: --enable-gssapi --with-gss_impl=heimdal} \
-%else
-   %{?with_gssapi: --enable-gssapi --with-gss_impl=mit} \
-%endif
--enable-login \
--enable-sample \
--enable-httpform \
@@ -716,6 +707,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.177  2009/07/02 13:20:08  baggins
+- rel 16
+- removed heimdal bcond, just build with heimdal
+
 Revision 1.176  2009/06/29 13:51:12  baggins
 - added heimdal bcond
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cyrus-sasl/cyrus-sasl.spec?r1=1.176r2=1.177f=u

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


packages: cyrus-sasl/cyrus-sasl-gcc4.patch - new gcc doesn't like more things

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:27:11 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- new gcc doesn't like more things

 Files affected:
packages/cyrus-sasl:
   cyrus-sasl-gcc4.patch (1.2 - 1.3) 

 Diffs:


Index: packages/cyrus-sasl/cyrus-sasl-gcc4.patch
diff -u packages/cyrus-sasl/cyrus-sasl-gcc4.patch:1.2 
packages/cyrus-sasl/cyrus-sasl-gcc4.patch:1.3
--- packages/cyrus-sasl/cyrus-sasl-gcc4.patch:1.2   Sat May 27 13:27:25 2006
+++ packages/cyrus-sasl/cyrus-sasl-gcc4.patch   Thu Jul  2 15:27:05 2009
@@ -25,3 +25,23 @@
  
if (dump_stat_info == 0  dump_user_info == 0)
dump_stat_info = 1;
+--- cyrus-sasl-2.1.22/plugins/digestmd5.c.orig 2009-07-02 15:21:59.0 
+0200
 cyrus-sasl-2.1.22/plugins/digestmd5.c  2009-07-02 15:25:38.190152725 
+0200
+@@ -2743,7 +2743,7 @@
+   DIGEST-MD5,   /* mech_name */
+ #ifdef WITH_RC4
+   128,/* max_ssf */
+-#elif WITH_DES
++#elif defined(WITH_DES)
+   112,
+ #else 
+   1,
+@@ -4071,7 +4071,7 @@
+   DIGEST-MD5,
+ #ifdef WITH_RC4   /* mech_name */
+   128,/* max ssf */
+-#elif WITH_DES
++#elif defined(WITH_DES)
+   112,
+ #else
+   1,


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cyrus-sasl/cyrus-sasl-gcc4.patch?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


packages: cyrus-sasl/cyrus-sasl.spec - rel 17

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:32:03 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 17

 Files affected:
packages/cyrus-sasl:
   cyrus-sasl.spec (1.177 - 1.178) 

 Diffs:


Index: packages/cyrus-sasl/cyrus-sasl.spec
diff -u packages/cyrus-sasl/cyrus-sasl.spec:1.177 
packages/cyrus-sasl/cyrus-sasl.spec:1.178
--- packages/cyrus-sasl/cyrus-sasl.spec:1.177   Thu Jul  2 15:20:08 2009
+++ packages/cyrus-sasl/cyrus-sasl.spec Thu Jul  2 15:31:57 2009
@@ -26,7 +26,7 @@
 Summary(uk.UTF-8): Бібліотека Cyrus SASL
 Name:  cyrus-sasl
 Version:   2.1.22
-Release:   16
+Release:   17
 License:   distributable
 Group: Libraries
 Source0:   ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{version}.tar.gz
@@ -707,6 +707,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.178  2009/07/02 13:31:57  baggins
+- rel 17
+
 Revision 1.177  2009/07/02 13:20:08  baggins
 - rel 16
 - removed heimdal bcond, just build with heimdal


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cyrus-sasl/cyrus-sasl.spec?r1=1.177r2=1.178f=u

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


packages: net-snmp/net-snmp.spec - switch to heimdal - learn to read blues, ...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:42:01 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- switch to heimdal
- learn to read blues, and stop putting shit in specs

 Files affected:
packages/net-snmp:
   net-snmp.spec (1.140 - 1.141) 

 Diffs:


Index: packages/net-snmp/net-snmp.spec
diff -u packages/net-snmp/net-snmp.spec:1.140 
packages/net-snmp/net-snmp.spec:1.141
--- packages/net-snmp/net-snmp.spec:1.140   Mon Jun 29 17:10:33 2009
+++ packages/net-snmp/net-snmp.spec Thu Jul  2 15:41:56 2009
@@ -50,13 +50,10 @@
 Patch17:   %{name}-TCP_STATS_CACHE_TIMEOUT.patch
 Patch18:   %{name}-src-dst-confusion.patch
 URL:   http://www.net-snmp.org/
-# https://rhn.redhat.com/errata/RHSA-2009-1124.html
-# Needs review:
-BuildRequires: security(CVE-2009-1887/RHSA-2009-1124)
 BuildRequires: autoconf = 2.61-3
 BuildRequires: automake
 BuildRequires: elfutils-devel
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libnl-devel = 1:1.1
 BuildRequires: libtool = 1.4
 BuildRequires: libwrap-devel
@@ -159,7 +156,7 @@
 Group: Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  elfutils-devel
-%{?with_kerberos5:Requires:krb5-devel}
+%{?with_kerberos5:Requires:heimdal-devel}
 Requires:  libwrap-devel
 %{?with_lm_sensors:Requires:   lm_sensors-devel = 3.0.1}
 Requires:  openssl-devel = 0.9.7c
@@ -784,6 +781,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.141  2009/07/02 13:41:56  baggins
+- switch to heimdal
+- learn to read blues, and stop putting shit in specs
+
 Revision 1.140  2009/06/29 15:10:33  blues
 - RHSA-2009-1124 security blocker
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/net-snmp/net-snmp.spec?r1=1.140r2=1.141f=u

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


packages (DEVEL): postgresql/postgresql.spec - ver. 8.4.0

2009-07-02 Thread wrobell
Author: wrobell  Date: Thu Jul  2 13:46:13 2009 GMT
Module: packages  Tag: DEVEL
 Log message:
- ver. 8.4.0

 Files affected:
packages/postgresql:
   postgresql.spec (1.417.2.4 - 1.417.2.5) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.417.2.4 
packages/postgresql/postgresql.spec:1.417.2.5
--- packages/postgresql/postgresql.spec:1.417.2.4   Sat May 23 22:27:34 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 15:46:07 2009
@@ -11,7 +11,8 @@
# (disabled by default because it is a 
security risk)
 #
 
-%define beta beta2
+%define beta %{nil}
+%define mver 8.4
 
 Summary:   PostgreSQL Data Base Management System
 Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem
@@ -24,12 +25,12 @@
 Summary(uk.UTF-8): PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
-Version:   8.4
+Version:   %{mver}.0
 Release:   0.%{beta}.1
 License:   BSD
 Group: Applications/Databases
-Source0:   
ftp://ftp.postgresql.org/pub/source/v8.4%{beta}/%{name}-%{version}%{beta}.tar.bz2
-# Source0-md5: 03cc37cdbd85d7e352f1a0308a0255da
+Source0:   
ftp://ftp.postgresql.org/pub/source/v8.4.0%{beta}/%{name}-%{version}%{beta}.tar.bz2
+# Source0-md5: 1f172d5f60326e972837f58fa5acd130
 Source1:   %{name}.init
 Source2:   pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -851,14 +852,14 @@
 
 # find locales
 for f in libpq5 pg_controldata pg_dump pg_resetxlog pgscripts postgres psql 
initdb pg_ctl pg_config plpgsql ecpg ecpglib6 plperl plpgsql plpython; do
-   %find_lang $f-%{version}
+   %find_lang $f-%{mver}
 done
 # merge locales
-cat pgscripts-%{version}.lang pg_resetxlog-%{version}.lang \
-postgres-%{version}.lang pg_controldata-%{version}.lang \
- main-%{version}.lang
-cat pg_dump-%{version}.lang psql-%{version}.lang initdb-%{version}.lang \
-pg_ctl-%{version}.lang  clients-%{version}.lang
+cat pgscripts-%{mver}.lang pg_resetxlog-%{mver}.lang \
+postgres-%{mver}.lang pg_controldata-%{mver}.lang \
+ main-%{mver}.lang
+cat pg_dump-%{mver}.lang psql-%{mver}.lang initdb-%{mver}.lang \
+pg_ctl-%{mver}.lang  clients-%{mver}.lang
 
 # Remove Contrib documentation. We use macro %doc
 rm -rf $RPM_BUILD_ROOT/contrib
@@ -930,7 +931,7 @@
 %post  ecpg -p /sbin/ldconfig
 %postunecpg -p /sbin/ldconfig
 
-%files -f main-%{version}.lang
+%files -f main-%{mver}.lang
 %defattr(644,root,root,755)
 %doc COPYRIGHT README HISTORY doc/{FAQ*,README*,bug.template}
 %attr(754,root,root) /etc/rc.d/init.d/postgresql
@@ -979,7 +980,7 @@
 %doc doc/unpacked/* doc/src/FAQ howto
 %{_examplesdir}/%{name}-%{version}
 
-%files libs -f libpq5-%{version}.lang
+%files libs -f libpq5-%{mver}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpq.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libpq.so.5
@@ -1003,7 +1004,7 @@
 %attr(755,root,root) %{_libdir}/libpgtypes.so
 %{_includedir}/ecpg*
 
-%files devel -f pg_config-%{version}.lang
+%files devel -f pg_config-%{mver}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pg_config
 %attr(755,root,root) %{_libdir}/libpq.so
@@ -1039,7 +1040,7 @@
 %{_libdir}/libpgtypes.a
 %{_libdir}/libpgport.a
 
-%files clients -f clients-%{version}.lang
+%files clients -f clients-%{mver}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/clusterdb
 %attr(755,root,root) %{_bindir}/createdb
@@ -1179,6 +1180,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.417.2.5  2009/07/02 13:46:07  wrobell
+- ver. 8.4.0
+
 Revision 1.417.2.4  2009/05/23 20:27:34  wrobell
 - ver. 8.4 beta2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.417.2.4r2=1.417.2.5f=u

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


packages: postgresql/postgresql.spec - switch to heimdal kerberos - enable ...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:47:45 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- switch to heimdal kerberos
- enable gssapi if build with kerberos

 Files affected:
packages/postgresql:
   postgresql.spec (1.420 - 1.421) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.420 
packages/postgresql/postgresql.spec:1.421
--- packages/postgresql/postgresql.spec:1.420   Wed Jul  1 19:01:03 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 15:47:40 2009
@@ -45,7 +45,7 @@
 BuildRequires: bison = 1.875
 BuildRequires: flex
 BuildRequires: gettext-devel
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libtool
 BuildRequires: libxml2-devel = 2.6.23
 BuildRequires: libxslt-devel
@@ -785,6 +785,7 @@
--with-system-tzdata=%{_datadir}/zoneinfo \
--enable-nls \
--enable-thread-safety \
+   %{?with_kerberos5:--with-gssapi} \
%{?with_kerberos5:--with-krb5} \
%{?with_ldap:--with-ldap} \
--with-openssl \
@@ -1181,6 +1182,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.421  2009/07/02 13:47:40  baggins
+- switch to heimdal kerberos
+- enable gssapi if build with kerberos
+
 Revision 1.420  2009/07/01 17:01:03  radek
 - updated to 8.4.0; NOTE: consider postgresql82 / postgresql83 and turning 
postgresql into a meta package
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.420r2=1.421f=u

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


packages: postgresql/postgresql-ac_version.patch, postgresql/postgresql.spe...

2009-07-02 Thread wrobell
Author: wrobell  Date: Thu Jul  2 13:50:53 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- merged changes for postgresql 8.4 from DEVEL branch

 Files affected:
packages/postgresql:
   postgresql-ac_version.patch (1.3 - 1.4) , postgresql.spec (1.421 - 1.422) 
, postgresql.sysconfig (1.22 - 1.23) , slony1.sysconfig (1.1 - 1.2) 

 Diffs:


Index: packages/postgresql/postgresql-ac_version.patch
diff -u packages/postgresql/postgresql-ac_version.patch:1.3 
packages/postgresql/postgresql-ac_version.patch:1.4
--- packages/postgresql/postgresql-ac_version.patch:1.3 Tue Feb  5 00:06:37 2008
+++ packages/postgresql/postgresql-ac_version.patch Thu Jul  2 15:50:47 2009
@@ -2,9 +2,9 @@
 +++ postgresql-8.3RC1/configure.in 2008-01-07 22:23:50.888568429 +
 @@ -19,10 +19,10 @@
  
- AC_INIT([PostgreSQL], [8.3RC1], [pgsql-b...@postgresql.org])
+ AC_INIT([PostgreSQL], [8.4.0], [pgsql-b...@postgresql.org])
  
--m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 
2.59 is required.
+-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 
2.61 is required.
 -Untested combinations of 'autoconf' and PostgreSQL versions are not
 -recommended.  You can remove the check from 'configure.in' but it is then
 -your responsibility whether the result works or not.])])
@@ -12,6 +12,6 @@
 +dnl Untested combinations of 'autoconf' and PostgreSQL versions are not
 +dnl recommended.  You can remove the check from 'configure.in' but it is then
 +dnl your responsibility whether the result works or not.])])
- AC_COPYRIGHT([Copyright (c) 1996-2008, PostgreSQL Global Development Group])
+ AC_COPYRIGHT([Copyright (c) 1996-2009, PostgreSQL Global Development Group])
  AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
  AC_CONFIG_AUX_DIR(config)


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.421 
packages/postgresql/postgresql.spec:1.422
--- packages/postgresql/postgresql.spec:1.421   Thu Jul  2 15:47:40 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 15:50:47 2009
@@ -11,6 +11,9 @@
# (disabled by default because it is a 
security risk)
 #
 
+%define beta %{nil}
+%define mver 8.4
+
 Summary:   PostgreSQL Data Base Management System
 Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem
 Summary(es.UTF-8): Gestor de Banco de Datos PostgreSQL
@@ -22,11 +25,11 @@
 Summary(uk.UTF-8): PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
-Version:   8.4.0
-Release:   0.1
+Version:   %{mver}.0
+Release:   0.%{beta}.1
 License:   BSD
 Group: Applications/Databases
-Source0:   
ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
+Source0:   
ftp://ftp.postgresql.org/pub/source/v%{version}%{beta}/%{name}-%{version}%{beta}.tar.bz2
 # Source0-md5: 1f172d5f60326e972837f58fa5acd130
 Source1:   %{name}.init
 Source2:   pgsql-Database-HOWTO-html.tar.gz
@@ -849,16 +852,15 @@
 %endif
 
 # find locales
-for f in libpq5 pg_controldata pg_dump pg_resetxlog pgscripts postgres psql 
initdb pg_ctl pg_config plpgsql ecpg ecpglib6 plperl plpgsql plpython pltcl; do
-   %find_lang $f-8.4
+for f in libpq5 pg_controldata pg_dump pg_resetxlog pgscripts postgres psql 
initdb pg_ctl pg_config plpgsql ecpg ecpglib6 plperl plpgsql plpython; do
+   %find_lang $f-%{mver}
 done
 # merge locales
-cat pgscripts-8.4.lang pg_resetxlog-8.4.lang \
-postgres-8.4.lang pg_controldata-8.4.lang \
- main-8.4.lang
-cat pg_dump-8.4.lang psql-8.4.lang initdb-8.4.lang \
-pg_ctl-8.4.lang  clients-8.4.lang
-cat ecpg-8.4.lang ecpglib6-8.4.lang  ecpg.lang
+cat pgscripts-%{mver}.lang pg_resetxlog-%{mver}.lang \
+postgres-%{mver}.lang pg_controldata-%{mver}.lang \
+ main-%{mver}.lang
+cat pg_dump-%{mver}.lang psql-%{mver}.lang initdb-%{mver}.lang \
+pg_ctl-%{mver}.lang  clients-%{mver}.lang
 
 # Remove Contrib documentation. We use macro %doc
 rm -rf $RPM_BUILD_ROOT/contrib
@@ -930,7 +932,7 @@
 %post  ecpg -p /sbin/ldconfig
 %postunecpg -p /sbin/ldconfig
 
-%files -f main-8.4.lang
+%files -f main-%{mver}.lang
 %defattr(644,root,root,755)
 %doc COPYRIGHT README HISTORY doc/{FAQ*,README*,bug.template}
 %attr(754,root,root) /etc/rc.d/init.d/postgresql
@@ -979,7 +981,7 @@
 %doc doc/unpacked/* doc/src/FAQ howto
 %{_examplesdir}/%{name}-%{version}
 
-%files libs -f libpq5-8.4.lang
+%files libs -f libpq5-%{mver}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpq.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libpq.so.5
@@ -1003,7 +1005,7 @@
 %attr(755,root,root) %{_libdir}/libpgtypes.so
 %{_includedir}/ecpg*
 
-%files devel -f pg_config-8.4.lang
+%files devel -f 

packages: net-snmp/net-snmp.spec - rel 9

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:50:57 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 9

 Files affected:
packages/net-snmp:
   net-snmp.spec (1.141 - 1.142) 

 Diffs:


Index: packages/net-snmp/net-snmp.spec
diff -u packages/net-snmp/net-snmp.spec:1.141 
packages/net-snmp/net-snmp.spec:1.142
--- packages/net-snmp/net-snmp.spec:1.141   Thu Jul  2 15:41:56 2009
+++ packages/net-snmp/net-snmp.spec Thu Jul  2 15:50:52 2009
@@ -18,7 +18,7 @@
 Summary(uk.UTF-8): Набір утиліт для протоколу SNMP від UC-Davis
 Name:  net-snmp
 Version:   5.4.2.1
-Release:   8
+Release:   9
 License:   BSD-like
 Group: Networking/Daemons
 Source0:   http://dl.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz
@@ -781,6 +781,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.142  2009/07/02 13:50:52  baggins
+- rel 9
+
 Revision 1.141  2009/07/02 13:41:56  baggins
 - switch to heimdal
 - learn to read blues, and stop putting shit in specs


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/net-snmp/net-snmp.spec?r1=1.141r2=1.142f=u

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


packages: postgresql/postgresql.spec - removed obsolete files

2009-07-02 Thread wrobell
Author: wrobell  Date: Thu Jul  2 13:51:23 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- removed obsolete files

 Files affected:
packages/postgresql:
   postgresql.spec (1.422 - 1.423) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.422 
packages/postgresql/postgresql.spec:1.423
--- packages/postgresql/postgresql.spec:1.422   Thu Jul  2 15:50:47 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 15:51:18 2009
@@ -939,7 +939,6 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/postgresql
 
 %attr(755,root,root) %{_bindir}/initdb
-#%attr(755,root,root) %{_bindir}/ipcclean
 %attr(755,root,root) %{_bindir}/pg_controldata
 %attr(755,root,root) %{_bindir}/pg_ctl
 %attr(755,root,root) %{_bindir}/pg_resetxlog
@@ -969,7 +968,6 @@
 %attr(640,postgres,postgres) %config(noreplace) %verify(not md5 mtime size) 
/var/log/pgsql
 
 %{_mandir}/man1/initdb.1*
-#%{_mandir}/man1/ipcclean.1*
 %{_mandir}/man1/pg_controldata.1*
 %{_mandir}/man1/pg_ctl.1*
 %{_mandir}/man1/pg_resetxlog.1*
@@ -1184,6 +1182,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.423  2009/07/02 13:51:18  wrobell
+- removed obsolete files
+
 Revision 1.422  2009/07/02 13:50:47  wrobell
 - merged changes for postgresql 8.4 from DEVEL branch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.422r2=1.423f=u

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


packages: bind/bind.spec - rel 2 - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:00:55 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- back to heimdal kerberos

 Files affected:
packages/bind:
   bind.spec (1.289 - 1.290) 

 Diffs:


Index: packages/bind/bind.spec
diff -u packages/bind/bind.spec:1.289 packages/bind/bind.spec:1.290
--- packages/bind/bind.spec:1.289   Sun Jun 21 20:06:33 2009
+++ packages/bind/bind.spec Thu Jul  2 16:00:49 2009
@@ -26,7 +26,7 @@
 %definever 9.6.1
 Name:  bind
 Version:   %{ver}
-Release:   1
+Release:   2
 Epoch: 7
 License:   BSD-like
 Group: Networking/Daemons
@@ -56,7 +56,7 @@
 BuildRequires: bison
 BuildRequires: flex
 BuildRequires: idnkit-devel
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 %{?with_hip:BuildRequires: libxml2-devel}
 BuildRequires: libtool
 %{?with_ldap:BuildRequires:openldap-devel}
@@ -577,6 +577,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.290  2009/07/02 14:00:49  baggins
+- rel 2
+- back to heimdal kerberos
+
 Revision 1.289  2009/06/21 18:06:33  arekm
 - up to 9.6.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bind/bind.spec?r1=1.289r2=1.290f=u

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


packages: nss_ldap/nss_ldap.spec - rel 2

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:02:02 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2

 Files affected:
packages/nss_ldap:
   nss_ldap.spec (1.99 - 1.100) 

 Diffs:


Index: packages/nss_ldap/nss_ldap.spec
diff -u packages/nss_ldap/nss_ldap.spec:1.99 
packages/nss_ldap/nss_ldap.spec:1.100
--- packages/nss_ldap/nss_ldap.spec:1.99Mon Aug  4 17:45:07 2008
+++ packages/nss_ldap/nss_ldap.spec Thu Jul  2 16:01:57 2009
@@ -5,7 +5,7 @@
 Summary(pt_BR.UTF-8):  Biblioteca NSS para LDAP
 Name:  nss_ldap
 Version:   261
-Release:   1
+Release:   2
 License:   LGPL
 Group: Base
 Source0:   http://www.padl.com/download/%{name}-%{version}.tar.gz
@@ -120,6 +120,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.100  2009/07/02 14:01:57  baggins
+- rel 2
+
 Revision 1.99  2008/08/04 15:45:07  zbyniu
 - up to 261
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nss_ldap/nss_ldap.spec?r1=1.99r2=1.100f=u

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


packages: librpcsecgss/librpcsecgss.spec - rel 3 - reverse heimdal bcond to...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:06:46 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3
- reverse heimdal bcond to krb5, build with heimdal

 Files affected:
packages/librpcsecgss:
   librpcsecgss.spec (1.26 - 1.27) 

 Diffs:


Index: packages/librpcsecgss/librpcsecgss.spec
diff -u packages/librpcsecgss/librpcsecgss.spec:1.26 
packages/librpcsecgss/librpcsecgss.spec:1.27
--- packages/librpcsecgss/librpcsecgss.spec:1.26Thu Jul  2 14:18:39 2009
+++ packages/librpcsecgss/librpcsecgss.spec Thu Jul  2 16:06:41 2009
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_withheimdal # build with Heimdal Kerberos instead of MIT
+%bcond_withkrb5# build with MIT Kerberos instead of Heimdal
 #
 Summary:   rpcsec_gss implementation library
 Summary(pl.UTF-8): Biblioteka implementująca rpcsec_gss
 Name:  librpcsecgss
 Version:   0.18
-Release:   2
+Release:   3
 License:   BSD/MIT
 Group: Libraries
 Source0:   
http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/%{name}-%{version}.tar.gz
@@ -16,18 +16,18 @@
 URL:   http://www.citi.umich.edu/projects/nfsv4/linux/
 BuildRequires: autoconf = 2.59
 BuildRequires: automake
-%if %{with heimdal}
+%if %{with krb5}
+BuildRequires: libgssglue-devel = 0.1
+%else
 BuildRequires: heimdal-devel
 BuildConflicts:libgssglue-devel
-%else
-BuildRequires: libgssglue-devel = 0.1
 %endif
 BuildRequires: libtool
 BuildRequires: pkgconfig
-%if %{with heimdal}
-Requires:  heimdal-libs
-%else
+%if %{with krb5}
 Requires:  libgssglue = 0.1
+%else
+Requires:  heimdal-libs
 %endif
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -44,10 +44,10 @@
 Summary(pl.UTF-8): Pliki programistyczne biblioteki librpcsecgss
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-%if %{with heimdal}
-Requires:  heimdal-devel
-%else
+%if %{with krb5}
 Requires:  libgssglue-devel = 0.1
+%else
+Requires:  heimdal-devel
 %endif
 
 %description devel
@@ -115,6 +115,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.27  2009/07/02 14:06:41  baggins
+- rel 3
+- reverse heimdal bcond to krb5, build with heimdal
+
 Revision 1.26  2009/07/02 12:18:39  baggins
 - removed unnecessary conflicts
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/librpcsecgss/librpcsecgss.spec?r1=1.26r2=1.27f=u

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


packages: libtirpc/libtirpc.spec - rel 3 - reverse heimdal bcond to krb5, b...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:08:10 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3
- reverse heimdal bcond to krb5, build with heimdal

 Files affected:
packages/libtirpc:
   libtirpc.spec (1.22 - 1.23) 

 Diffs:


Index: packages/libtirpc/libtirpc.spec
diff -u packages/libtirpc/libtirpc.spec:1.22 
packages/libtirpc/libtirpc.spec:1.23
--- packages/libtirpc/libtirpc.spec:1.22Thu Jul  2 14:19:09 2009
+++ packages/libtirpc/libtirpc.spec Thu Jul  2 16:08:05 2009
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_withheimdal # build with Heimdal Kerberos instead of MIT
+%bcond_withkrb5# build with MIT Kerberos instead of Heimdal
 #
 Summary:   Transport Independent RPC Library
 Summary(pl.UTF-8): Biblioteka RPC niezależnego od transportu
 Name:  libtirpc
 Version:   0.2.0
-Release:   2
+Release:   3
 Epoch: 1
 License:   BSD-like
 Group: Libraries
@@ -19,18 +19,18 @@
 URL:   http://sourceforge.net/projects/libtirpc/
 BuildRequires: autoconf
 BuildRequires: automake
-%if %{with heimdal}
+%if %{with krb5}
+BuildRequires: libgssglue-devel = 0.1
+%else
 BuildRequires: heimdal-devel
 BuildConflicts:libgssglue-devel
-%else
-BuildRequires: libgssglue-devel = 0.1
 %endif
 BuildRequires: libtool
 BuildRequires: pkgconfig
-%if %{with heimdal}
-Requires:  heimdal-libs
-%else
+%if %{with krb5}
 Requires:  libgssglue = 0.1
+%else
+Requires:  heimdal-libs
 %endif
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -63,10 +63,10 @@
 Summary(pl.UTF-8): Pliki programistyczne biblioteki TI-RPC
 Group: Development/Libraries
 Requires:  %{name} = %{epoch}:%{version}-%{release}
-%if %{with heimdal}
-Requires:  heimdal-devel
-%else
+%if %{with krb5}
 Requires:  libgssglue-devel = 0.1
+%else
+Requires:  heimdal-devel
 %endif
 
 %description devel
@@ -153,6 +153,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2009/07/02 14:08:05  baggins
+- rel 3
+- reverse heimdal bcond to krb5, build with heimdal
+
 Revision 1.22  2009/07/02 12:19:09  baggins
 - removed unnecessary conflicts
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtirpc/libtirpc.spec?r1=1.22r2=1.23f=u

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


packages: nfs-utils/nfs-utils.spec - rel 4 - reverse heimdal bcond to krb5, ...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:10:24 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 4
- reverse heimdal bcond to krb5, build with heimdal

 Files affected:
packages/nfs-utils:
   nfs-utils.spec (1.179 - 1.180) 

 Diffs:


Index: packages/nfs-utils/nfs-utils.spec
diff -u packages/nfs-utils/nfs-utils.spec:1.179 
packages/nfs-utils/nfs-utils.spec:1.180
--- packages/nfs-utils/nfs-utils.spec:1.179 Thu Jul  2 14:16:20 2009
+++ packages/nfs-utils/nfs-utils.spec   Thu Jul  2 16:10:18 2009
@@ -4,7 +4,7 @@
 #  uninstall (or in service nfs stop)
 #
 # Conditional build:
-%bcond_withheimdal # build with Heimdal Kerberos instead of MIT
+%bcond_withkrb5# build with MIT Kerberos instead of Heimdal
 #
 Summary:   Kernel NFS server
 Summary(pl.UTF-8): Działający na poziomie jądra serwer NFS
@@ -13,7 +13,7 @@
 Summary(uk.UTF-8): Утиліти для NFS та демони підтримки для NFS-сервера ядра
 Name:  nfs-utils
 Version:   1.2.0
-Release:   3
+Release:   4
 License:   GPL v2
 Group: Networking/Daemons
 Source0:   
http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2
@@ -42,12 +42,12 @@
 BuildRequires: autoconf = 2.59
 BuildRequires: automake
 BuildRequires: cpp
-%if %{with heimdal}
-BuildRequires: heimdal-devel = 1.0
-BuildConflicts:libgssglue-devel
-%else
+%if %{with krb5}
 BuildRequires: krb5-devel = 1.6
 BuildRequires: libgssglue-devel = 0.1
+%else
+BuildRequires: heimdal-devel = 1.0
+BuildConflicts:libgssglue-devel
 %endif
 BuildRequires: libblkid-devel
 BuildRequires: libevent-devel = 1.2
@@ -171,7 +171,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%{?with_heimdal:%patch5 -p1}
+%{!?with_krb5:%patch5 -p1}
 %patch6 -p1
 %patch7 -p0
 
@@ -405,6 +405,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.180  2009/07/02 14:10:18  baggins
+- rel 4
+- reverse heimdal bcond to krb5, build with heimdal
+
 Revision 1.179  2009/07/02 12:16:20  baggins
 - BC libgssglue-devel if build against heimdal
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nfs-utils/nfs-utils.spec?r1=1.179r2=1.180f=u

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


packages: gnome-vfs2/gnome-vfs2.spec - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:19:09 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- back to heimdal kerberos

 Files affected:
packages/gnome-vfs2:
   gnome-vfs2.spec (1.206 - 1.207) 

 Diffs:


Index: packages/gnome-vfs2/gnome-vfs2.spec
diff -u packages/gnome-vfs2/gnome-vfs2.spec:1.206 
packages/gnome-vfs2/gnome-vfs2.spec:1.207
--- packages/gnome-vfs2/gnome-vfs2.spec:1.206   Fri Mar 20 14:31:55 2009
+++ packages/gnome-vfs2/gnome-vfs2.spec Thu Jul  2 16:19:03 2009
@@ -30,7 +30,7 @@
 BuildRequires: gnome-common = 2.20.0
 BuildRequires: gtk-doc = 1.8
 BuildRequires: hal-devel = 0.5.9
-BuildRequires: krb5-devel
+BuildRequires: heimdal-devel
 BuildRequires: intltool = 0.36.2
 BuildRequires: libselinux-devel
 BuildRequires: libsmbclient-devel = 3.0
@@ -243,6 +243,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.207  2009/07/02 14:19:03  baggins
+- back to heimdal kerberos
+
 Revision 1.206  2009/03/20 13:31:55  megabajt
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-vfs2/gnome-vfs2.spec?r1=1.206r2=1.207f=u

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


packages: evolution-data-server/evolution-data-server.spec - rel 2 - back t...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:23:25 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- back to heimdal kerberos

 Files affected:
packages/evolution-data-server:
   evolution-data-server.spec (1.143 - 1.144) 

 Diffs:


Index: packages/evolution-data-server/evolution-data-server.spec
diff -u packages/evolution-data-server/evolution-data-server.spec:1.143 
packages/evolution-data-server/evolution-data-server.spec:1.144
--- packages/evolution-data-server/evolution-data-server.spec:1.143 Wed Jul 
 1 19:16:14 2009
+++ packages/evolution-data-server/evolution-data-server.spec   Thu Jul  2 
16:23:20 2009
@@ -10,7 +10,7 @@
 Summary(pl.UTF-8): Serwer danych Evolution
 Name:  evolution-data-server
 Version:   2.26.3
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/2.26/%{name}-%{version}.tar.bz2
@@ -31,7 +31,7 @@
 BuildRequires: gtk+2-devel = 2:2.16.0
 BuildRequires: gtk-doc = 1.9
 BuildRequires: intltool = 0.40.0
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libbonobo-devel = 2.24.0
 BuildRequires: libglade2-devel = 1:2.6.2
 BuildRequires: libgnomeui-devel = 2.24.0
@@ -98,7 +98,7 @@
 Requires:  ORBit2-devel = 1:2.14.8
 Requires:  glib2-devel = 1:2.20.0
 Requires:  gtk+2-devel = 2:2.16.0
-%{?with_kerberos5:Requires:krb5-devel}
+%{?with_kerberos5:Requires:heimdal-devel}
 Requires:  libbonobo-devel = 2.24.0
 Requires:  libglade2-devel = 1:2.6.2
 Requires:  libical-devel = 0.43
@@ -348,6 +348,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.144  2009/07/02 14:23:20  baggins
+- rel 2
+- back to heimdal kerberos
+
 Revision 1.143  2009/07/01 17:16:14  megabajt
 - updated to 2.26.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-data-server/evolution-data-server.spec?r1=1.143r2=1.144f=u

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


packages: evolution/evolution.spec - rel 2 - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:24:25 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- back to heimdal kerberos

 Files affected:
packages/evolution:
   evolution.spec (1.258 - 1.259) 

 Diffs:


Index: packages/evolution/evolution.spec
diff -u packages/evolution/evolution.spec:1.258 
packages/evolution/evolution.spec:1.259
--- packages/evolution/evolution.spec:1.258 Thu Jul  2 00:12:53 2009
+++ packages/evolution/evolution.spec   Thu Jul  2 16:24:20 2009
@@ -13,7 +13,7 @@
 Summary(zh_CN.UTF-8):  Evolution - GNOME个人和工作组信息管理工具(包括电子邮件,日历和地址薄)
 Name:  evolution
 Version:   2.26.3
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution/2.26/%{name}-%{version}.tar.bz2
@@ -46,7 +46,7 @@
 BuildRequires: gtkhtml-devel = 3.26.3
 BuildRequires: hal-devel = 0.5.10
 BuildRequires: intltool = 0.40.0
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libbonoboui-devel = 2.24.0
 BuildRequires: libglade2-devel = 1:2.6.2
 BuildRequires: libgnomecanvas-devel
@@ -868,6 +868,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.259  2009/07/02 14:24:20  baggins
+- rel 2
+- back to heimdal kerberos
+
 Revision 1.258  2009/07/01 22:12:53  megabajt
 - updated to 2.26.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution/evolution.spec?r1=1.258r2=1.259f=u

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


packages: evolution-groupdav/evolution-groupdav.spec - back to heimdal kerb...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:29:35 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- back to heimdal kerberos

 Files affected:
packages/evolution-groupdav:
   evolution-groupdav.spec (1.15 - 1.16) 

 Diffs:


Index: packages/evolution-groupdav/evolution-groupdav.spec
diff -u packages/evolution-groupdav/evolution-groupdav.spec:1.15 
packages/evolution-groupdav/evolution-groupdav.spec:1.16
--- packages/evolution-groupdav/evolution-groupdav.spec:1.15Thu Jul  2 
14:19:51 2009
+++ packages/evolution-groupdav/evolution-groupdav.spec Thu Jul  2 16:29:30 2009
@@ -25,7 +25,7 @@
 BuildRequires: libgnomeprintui-devel = 2.6.0
 BuildRequires: libgnomeui-devel = 2.6.0
 BuildRequires: libsoup-devel = 2.2.0
-BuildRequires: krb5-devel
+BuildRequires: heimdal-devel
 BuildRequires: gal-devel = 2.4.0
 BuildRequires: perl-XML-Parser
 Requires:  evolution = 2.2
@@ -75,6 +75,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2009/07/02 14:29:30  baggins
+- back to heimdal kerberos
+
 Revision 1.15  2009/07/02 12:19:51  baggins
 - removed commented out BR libgssglue
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-groupdav/evolution-groupdav.spec?r1=1.15r2=1.16f=u

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


packages: evolution-exchange/evolution-exchange.spec - rel 2

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:32:18 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2

 Files affected:
packages/evolution-exchange:
   evolution-exchange.spec (1.49 - 1.50) 

 Diffs:


Index: packages/evolution-exchange/evolution-exchange.spec
diff -u packages/evolution-exchange/evolution-exchange.spec:1.49 
packages/evolution-exchange/evolution-exchange.spec:1.50
--- packages/evolution-exchange/evolution-exchange.spec:1.49Sat Mar 21 
16:56:38 2009
+++ packages/evolution-exchange/evolution-exchange.spec Thu Jul  2 16:32:13 2009
@@ -5,7 +5,7 @@
 Summary(pl.UTF-8): Wsparcie dla Microsoft Exchange w Evolution
 Name:  evolution-exchange
 Version:   2.26.0
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.26/%{name}-%{version}.tar.bz2
@@ -115,6 +115,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.50  2009/07/02 14:32:13  baggins
+- rel 2
+
 Revision 1.49  2009/03/21 15:56:38  wolvverine
 - up to 2.26.0, STBR
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-exchange/evolution-exchange.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


packages: opencv/opencv.spec, opencv/opencv-am.patch (NEW) - killed duplica...

2009-07-02 Thread hawk
Author: hawk Date: Thu Jul  2 14:34:16 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- killed duplicate install

 Files affected:
packages/opencv:
   opencv.spec (1.3 - 1.4) , opencv-am.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/opencv/opencv.spec
diff -u packages/opencv/opencv.spec:1.3 packages/opencv/opencv.spec:1.4
--- packages/opencv/opencv.spec:1.3 Wed Mar 18 23:25:14 2009
+++ packages/opencv/opencv.spec Thu Jul  2 16:34:11 2009
@@ -4,13 +4,14 @@
 Summary:   A library of programming functions mainly aimed at real time 
computer vision
 Name:  opencv
 Version:   1.1
-Release:   0.%{snap}.2
+Release:   0.%{snap}.3
 Epoch: 1
 License:   BSD
 Group: Libraries
 Source0:   
http://dl.sourceforge.net/opencvlibrary/%{name}-%{version}%{snap}.tar.gz
 # Source0-md5: b147b7cd3c059831c415c5a2bcecdf95
 Patch0:%{name}-ffmpeg.patch
+Patch1:%{name}-am.patch
 URL:   http://opencv.willowgarage.com
 BuildRequires: autoconf = 2.53
 BuildRequires: automake
@@ -68,6 +69,7 @@
 %prep
 %setup -q -n %{name}-%{version}.0
 %patch0 -p0
+%patch1 -p1
 
 sed -i -e 's#ACLOCAL_AMFLAGS.*##g' Makefile.am
 sed -i -e 's#pkgpython#pkgpyexec#g' interfaces/swig/python/Makefile.am
@@ -137,6 +139,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2009/07/02 14:34:11  hawk
+- killed duplicate install
+
 Revision 1.3  2009/03/18 22:25:14  arekm
 - ffmpeg fixes, xine fixes, python fixes
 


Index: packages/opencv/opencv-am.patch
diff -u /dev/null packages/opencv/opencv-am.patch:1.1
--- /dev/null   Thu Jul  2 16:34:17 2009
+++ packages/opencv/opencv-am.patch Thu Jul  2 16:34:11 2009
@@ -0,0 +1,14 @@
+diff -ur opencv-1.1.0.orig/samples/c/Makefile.am 
opencv-1.1.0/samples/c/Makefile.am
+--- opencv-1.1.0.orig/samples/c/Makefile.am2009-07-02 16:29:14.088536975 
+0200
 opencv-1.1.0/samples/c/Makefile.am 2009-07-02 16:30:05.145362986 +0200
+@@ -7,8 +7,8 @@
+ right01.jpg right02.jpg right03.jpg right04.jpg right05.jpg right06.jpg 
right07.jpg \
+ right08.jpg right09.jpg right11.jpg right12.jpg right13.jpg right14.jpg \
+ stereo_calib.txt build_all.sh cvsample.dsp makefile.ms makefile.gnu \
+-agaricus-lepiota.data letter-recognition.data bgfg_codebook.cpp bgfg_segm.cpp 
blobtrack.cpp camshiftdemo.c \
+-contours.c convexhull.c camshiftdemo.c contours.c convert_cascade.c 
convexhull.c \
++agaricus-lepiota.data letter-recognition.data bgfg_codebook.cpp bgfg_segm.cpp 
blobtrack.cpp \
++camshiftdemo.c contours.c convert_cascade.c convexhull.c \
+ delaunay.c demhist.c dft.c distrans.c drawing.c edge.c facedetect.c \
+ facedetect.cmd ffilldemo.c find_obj.cpp fitellipse.c houghlines.c kalman.c 
kmeans.c image.cpp \
+ inpaint.cpp laplace.c letter_recog.cpp lkdemo.c minarea.c morphology.c 
motempl.c \


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/opencv/opencv.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


packages: asymptote/asymptote-doc-png-makefile.patch (REMOVED) - unneeded

2009-07-02 Thread uzsolt
Author: uzsolt   Date: Thu Jul  2 14:36:29 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- unneeded

 Files affected:
packages/asymptote:
   asymptote-doc-png-makefile.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


packages: asymptote/asymptote.spec - 1.79 - remove patch0

2009-07-02 Thread uzsolt
Author: uzsolt   Date: Thu Jul  2 14:36:50 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- 1.79
- remove patch0

 Files affected:
packages/asymptote:
   asymptote.spec (1.42 - 1.43) 

 Diffs:


Index: packages/asymptote/asymptote.spec
diff -u packages/asymptote/asymptote.spec:1.42 
packages/asymptote/asymptote.spec:1.43
--- packages/asymptote/asymptote.spec:1.42  Sat Jun 27 13:52:20 2009
+++ packages/asymptote/asymptote.spec   Thu Jul  2 16:36:44 2009
@@ -3,14 +3,13 @@
 Summary(hu.UTF-8): Asymptote egy leíró vektorgrafikus nyelv technikai 
rajzokhoz
 Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych
 Name:  asymptote
-Version:   1.78
+Version:   1.79
 Release:   1
 License:   GPL v3
 Group: Applications/Science
 Source0:   http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: e0b1f2ace3db7444aceb1bd09a2b1b21
+# Source0-md5: beb6ef9a47322820b5e4ebfda0e4013b
 URL:   http://asymptote.sourceforge.net/
-Patch0:%{name}-doc-png-makefile.patch
 BuildRequires: autoconf
 BuildRequires: gc-devel = 7.0
 BuildRequires: gsl-devel = 1.7
@@ -125,7 +124,6 @@
 
 %prep
 %setup -q
-# %patch0 -p1
 
 %build
 %{__autoheader}
@@ -207,6 +205,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.43  2009/07/02 14:36:44  uzsolt
+- 1.79
+- remove patch0
+
 Revision 1.42  2009/06/27 11:52:20  uzsolt
 - 1.78
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asymptote/asymptote.spec?r1=1.42r2=1.43f=u

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


DISTFILES: asymptote-1.79.src.tgz

2009-07-02 Thread uzsolt

Files fetched: 1

STORED: http://master.dl.sourceforge.net/asymptote/asymptote-1.79.src.tgz
beb6ef9a47322820b5e4ebfda0e4013b  asymptote-1.79.src.tgz
Size: 1478004 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


packages: nss_ldap/nss_ldap-parse.patch (REMOVED) - fixed upstream

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:37:33 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- fixed upstream

 Files affected:
packages/nss_ldap:
   nss_ldap-parse.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


DISTFILES: nss_ldap-264.tar.gz

2009-07-02 Thread baggins

Files fetched: 1

STORED: http://www.padl.com/download/nss_ldap-264.tar.gz
eebab40c6ce2f54e5c377b4895c0c93a  nss_ldap-264.tar.gz
Size: 278134 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


packages: nss_ldap/nss_ldap.spec - up to 264 - removed parse patch (fixed u...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:38:39 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 264
- removed parse patch (fixed upstream)

 Files affected:
packages/nss_ldap:
   nss_ldap.spec (1.100 - 1.101) 

 Diffs:


Index: packages/nss_ldap/nss_ldap.spec
diff -u packages/nss_ldap/nss_ldap.spec:1.100 
packages/nss_ldap/nss_ldap.spec:1.101
--- packages/nss_ldap/nss_ldap.spec:1.100   Thu Jul  2 16:01:57 2009
+++ packages/nss_ldap/nss_ldap.spec Thu Jul  2 16:38:34 2009
@@ -4,17 +4,16 @@
 Summary(pl.UTF-8): Moduł NSS LDAP
 Summary(pt_BR.UTF-8):  Biblioteca NSS para LDAP
 Name:  nss_ldap
-Version:   261
-Release:   2
+Version:   264
+Release:   0.1
 License:   LGPL
 Group: Base
 Source0:   http://www.padl.com/download/%{name}-%{version}.tar.gz
-# Source0-md5: 1057ce8b586c507f65657353bce97791
+# Source0-md5: eebab40c6ce2f54e5c377b4895c0c93a
 Patch0:%{name}-am_fixes.patch
 Patch1:%{name}-nolibs.patch
 Patch2:%{name}-gecos-optional.patch
 Patch3:%{name}-group_range_fix.patch
-Patch4:%{name}-parse.patch
 Patch5:%{name}-soname.patch
 URL:   http://www.padl.com/OSS/nss_ldap.html
 BuildRequires: autoconf
@@ -74,7 +73,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 %patch5 -p1
 
 sed -i -e s#NSS_VERS =.*#NSS_VERS = $(ls /%{_lib}/libnss_files.so.? | tail -n 
1 | sed -e 's#/%{_lib}/libnss_files\.so\.\(.*\)#\1#')#g Makefile.am
@@ -120,6 +118,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.101  2009/07/02 14:38:34  baggins
+- up to 264
+- removed parse patch (fixed upstream)
+
 Revision 1.100  2009/07/02 14:01:57  baggins
 - rel 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nss_ldap/nss_ldap.spec?r1=1.100r2=1.101f=u

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


packages: kdebase/kdebase.spec - rel 11 - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:13:55 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 11
- back to heimdal kerberos

 Files affected:
packages/kdebase:
   kdebase.spec (1.626 - 1.627) 

 Diffs:


Index: packages/kdebase/kdebase.spec
diff -u packages/kdebase/kdebase.spec:1.626 packages/kdebase/kdebase.spec:1.627
--- packages/kdebase/kdebase.spec:1.626 Wed May 20 14:12:02 2009
+++ packages/kdebase/kdebase.spec   Thu Jul  2 16:13:49 2009
@@ -30,7 +30,7 @@
 Summary(zh_CN.UTF-8):  KDE核心
 Name:  kdebase
 Version:   3.5.10
-Release:   10
+Release:   11
 Epoch: 9
 License:   GPL
 Group: X11/Applications
@@ -97,7 +97,7 @@
 BuildRequires: hal-devel
 BuildRequires: jasper-devel
 BuildRequires: kdelibs-devel = %{_minlibsevr}
-%{?with_kerberos5:BuildRequires: krb5-devel}
+%{?with_kerberos5:BuildRequires: heimdal-devel}
 BuildRequires: lame-libs-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel = 1.0.8
@@ -2650,6 +2650,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.627  2009/07/02 14:13:49  baggins
+- rel 11
+- back to heimdal kerberos
+
 Revision 1.626  2009/05/20 12:12:02  glen
 - cosmetic
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdebase/kdebase.spec?r1=1.626r2=1.627f=u

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


packages: kdelibs/kdelibs.spec - rel 13 - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:15:05 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 13
- back to heimdal kerberos

 Files affected:
packages/kdelibs:
   kdelibs.spec (1.580 - 1.581) 

 Diffs:


Index: packages/kdelibs/kdelibs.spec
diff -u packages/kdelibs/kdelibs.spec:1.580 packages/kdelibs/kdelibs.spec:1.581
--- packages/kdelibs/kdelibs.spec:1.580 Sun Jun 21 13:42:13 2009
+++ packages/kdelibs/kdelibs.spec   Thu Jul  2 16:15:00 2009
@@ -19,7 +19,7 @@
 Summary(uk.UTF-8): K Desktop Environment - Бібліотеки
 Name:  kdelibs
 Version:   3.5.10
-Release:   12
+Release:   13
 Epoch: 9
 License:   LGPL
 Group: X11/Libraries
@@ -77,7 +77,7 @@
 %{?with_apidocs:BuildRequires: graphviz}
 BuildRequires: hspell-devel
 BuildRequires: jasper-devel = 1.600
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libart_lgpl-devel
 BuildRequires: libidn-devel
 BuildRequires: libjpeg-devel
@@ -998,6 +998,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.581  2009/07/02 14:15:00  baggins
+- rel 13
+- back to heimdal kerberos
+
 Revision 1.580  2009/06/21 11:42:13  hawk
 - release 12
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdelibs/kdelibs.spec?r1=1.580r2=1.581f=u

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


packages: kde4-kdelibs/kde4-kdelibs.spec - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:18:08 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- back to heimdal kerberos

 Files affected:
packages/kde4-kdelibs:
   kde4-kdelibs.spec (1.150 - 1.151) 

 Diffs:


Index: packages/kde4-kdelibs/kde4-kdelibs.spec
diff -u packages/kde4-kdelibs/kde4-kdelibs.spec:1.150 
packages/kde4-kdelibs/kde4-kdelibs.spec:1.151
--- packages/kde4-kdelibs/kde4-kdelibs.spec:1.150   Fri Jun 12 10:51:07 2009
+++ packages/kde4-kdelibs/kde4-kdelibs.spec Thu Jul  2 16:18:03 2009
@@ -62,7 +62,7 @@
 %{?with_apidocs:BuildRequires: graphviz}
 BuildRequires: hspell-devel
 BuildRequires: jasper-devel = 1.600
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libart_lgpl-devel
 BuildRequires: libidn-devel
 BuildRequires: libjpeg-devel
@@ -1010,6 +1010,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.151  2009/07/02 14:18:03  baggins
+- back to heimdal kerberos
+
 Revision 1.150  2009/06/12 08:51:07  shadzik
 - add -fixPopupForPlasmaboard.patch
 - rel 3


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kdelibs/kde4-kdelibs.spec?r1=1.150r2=1.151f=u

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


packages: neon/neon.spec - rel 4 - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 13:57:52 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 4
- back to heimdal kerberos

 Files affected:
packages/neon:
   neon.spec (1.78 - 1.79) 

 Diffs:


Index: packages/neon/neon.spec
diff -u packages/neon/neon.spec:1.78 packages/neon/neon.spec:1.79
--- packages/neon/neon.spec:1.78Thu Mar 19 09:00:36 2009
+++ packages/neon/neon.spec Thu Jul  2 15:57:46 2009
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Biblioteka kliencka HTTP i WebDAV
 Name:  neon
 Version:   0.28.4
-Release:   3
+Release:   4
 License:   LGPL v2+
 Group: Libraries
 Source0:   http://www.webdav.org/neon/%{name}-%{version}.tar.gz
@@ -17,7 +17,7 @@
 URL:   http://www.webdav.org/neon/
 BuildRequires: autoconf = 2.58
 BuildRequires: automake
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libtool = 2:2.2
 BuildRequires: libxml2-devel
 BuildRequires: openssl-devel = 0.9.7d
@@ -62,7 +62,7 @@
 Summary(pl.UTF-8): Pliki nagłówkowe neon
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-%{?with_kerberos5:Requires:krb5-devel}
+%{?with_kerberos5:Requires:heimdal-devel}
 Requires:  libxml2-devel
 Requires:  openssl-devel = 0.9.7c
 
@@ -149,6 +149,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.79  2009/07/02 13:57:46  baggins
+- rel 4
+- back to heimdal kerberos
+
 Revision 1.78  2009/03/19 08:00:36  arekm
 - rel 3; don't fail if kernel doesn't support SOCK_CLOEXEC
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/neon/neon.spec?r1=1.78r2=1.79f=u

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


packages: kde4-kde3support/kde4-kde3support.spec - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 14:17:38 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- back to heimdal kerberos

 Files affected:
packages/kde4-kde3support:
   kde4-kde3support.spec (1.15 - 1.16) 

 Diffs:


Index: packages/kde4-kde3support/kde4-kde3support.spec
diff -u packages/kde4-kde3support/kde4-kde3support.spec:1.15 
packages/kde4-kde3support/kde4-kde3support.spec:1.16
--- packages/kde4-kde3support/kde4-kde3support.spec:1.15Fri Feb 20 
13:15:53 2009
+++ packages/kde4-kde3support/kde4-kde3support.spec Thu Jul  2 16:17:32 2009
@@ -55,7 +55,7 @@
 BuildRequires: glibc-devel = 6:2.4
 BuildRequires: hspell-devel
 BuildRequires: jasper-devel = 1.600
-%{?with_kerberos5:BuildRequires:   krb5-devel}
+%{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: libart_lgpl-devel
 BuildRequires: libidn-devel
 BuildRequires: libjpeg-devel
@@ -740,6 +740,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2009/07/02 14:17:32  baggins
+- back to heimdal kerberos
+
 Revision 1.15  2009/02/20 12:15:53  shadzik
 - release 6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kde3support/kde4-kde3support.spec?r1=1.15r2=1.16f=u

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


packages: glade3/glade3.spec - updated to 3.6.7

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 14:48:23 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 3.6.7

 Files affected:
packages/glade3:
   glade3.spec (1.33 - 1.34) 

 Diffs:


Index: packages/glade3/glade3.spec
diff -u packages/glade3/glade3.spec:1.33 packages/glade3/glade3.spec:1.34
--- packages/glade3/glade3.spec:1.33Thu Jun 25 00:39:12 2009
+++ packages/glade3/glade3.spec Thu Jul  2 16:48:17 2009
@@ -2,12 +2,12 @@
 Summary:   User interface builder for GTK+ and GNOME
 Summary(pl.UTF-8): Budowniczy interfejsów dla GTK+ i GNOME
 Name:  glade3
-Version:   3.6.6
+Version:   3.6.7
 Release:   1
 License:   GPL v2+3B
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/%{name}-%{version}.tar.bz2
-# Source0-md5: 2f3396f815ddaddc750e03a8407793f2
+# Source0-md5: 0fbe06e4babb2adeaf9725577ff43395
 URL:   http://glade.gnome.org/
 BuildRequires: autoconf = 2.59-9
 BuildRequires: automake = 1:1.9
@@ -174,6 +174,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.34  2009/07/02 14:48:17  megabajt
+- updated to 3.6.7
+
 Revision 1.33  2009/06/24 22:39:12  patrys
 - 3.6.6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glade3/glade3.spec?r1=1.33r2=1.34f=u

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


DISTFILES: glade3-3.6.7.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/glade3-3.6.7.tar.bz2
0fbe06e4babb2adeaf9725577ff43395  glade3-3.6.7.tar.bz2
Size: 2244221 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


packages: orca/orca.spec - updated to 2.26.3

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 15:07:36 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3

 Files affected:
packages/orca:
   orca.spec (1.30 - 1.31) 

 Diffs:


Index: packages/orca/orca.spec
diff -u packages/orca/orca.spec:1.30 packages/orca/orca.spec:1.31
--- packages/orca/orca.spec:1.30Tue May 19 20:50:07 2009
+++ packages/orca/orca.spec Thu Jul  2 17:07:30 2009
@@ -2,12 +2,12 @@
 Summary:   Flexible, extensible, and powerful assistive technology
 Summary(pl.UTF-8): Elastyczna, rozszerzalna i potężna technologia 
wspomagająca
 Name:  orca
-Version:   2.26.2
+Version:   2.26.3
 Release:   1
 License:   LGPL
 Group: X11/Applications/Accessibility
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/orca/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: d2a2212271d35115833ef71dfa223397
+# Source0-md5: 72dbf273bedd214e9023725690fb61b7
 URL:   http://www.gnome.org/projects/orca/
 BuildRequires: ORBit2-devel = 1:2.14.8
 BuildRequires: at-spi-devel = 1.24.0
@@ -139,6 +139,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.31  2009/07/02 15:07:30  megabajt
+- updated to 2.26.3
+
 Revision 1.30  2009/05/19 18:50:07  megabajt
 - updated to 2.26.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/orca/orca.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


DISTFILES: orca-2.26.3.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/orca/2.26/orca-2.26.3.tar.bz2
72dbf273bedd214e9023725690fb61b7  orca-2.26.3.tar.bz2
Size: 2250070 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


packages: postgresql/postgresql.spec - removed beta macros

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:08:29 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- removed beta macros

 Files affected:
packages/postgresql:
   postgresql.spec (1.423 - 1.424) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.423 
packages/postgresql/postgresql.spec:1.424
--- packages/postgresql/postgresql.spec:1.423   Thu Jul  2 15:51:18 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 17:08:24 2009
@@ -10,10 +10,6 @@
 %bcond_withabsolute_dbpaths# enable absolute paths to create 
database
# (disabled by default because it is a 
security risk)
 #
-
-%define beta %{nil}
-%define mver 8.4
-
 Summary:   PostgreSQL Data Base Management System
 Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem
 Summary(es.UTF-8): Gestor de Banco de Datos PostgreSQL
@@ -25,11 +21,11 @@
 Summary(uk.UTF-8): PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
-Version:   %{mver}.0
-Release:   0.%{beta}.1
+Version:   8.4.0
+Release:   0.1
 License:   BSD
 Group: Applications/Databases
-Source0:   
ftp://ftp.postgresql.org/pub/source/v%{version}%{beta}/%{name}-%{version}%{beta}.tar.bz2
+Source0:   
ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: 1f172d5f60326e972837f58fa5acd130
 Source1:   %{name}.init
 Source2:   pgsql-Database-HOWTO-html.tar.gz
@@ -1182,6 +1178,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.424  2009/07/02 15:08:24  baggins
+- removed beta macros
+
 Revision 1.423  2009/07/02 13:51:18  wrobell
 - removed obsolete files
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.423r2=1.424f=u

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


packages: krb5/krb5.spec - added BRs for Titanium (no texlive)

2009-07-02 Thread hawk
Author: hawk Date: Thu Jul  2 15:10:42 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- added BRs for Titanium (no texlive)

 Files affected:
packages/krb5:
   krb5.spec (1.146 - 1.147) 

 Diffs:


Index: packages/krb5/krb5.spec
diff -u packages/krb5/krb5.spec:1.146 packages/krb5/krb5.spec:1.147
--- packages/krb5/krb5.spec:1.146   Wed Jun 17 13:48:07 2009
+++ packages/krb5/krb5.spec Thu Jul  2 17:10:37 2009
@@ -11,7 +11,7 @@
 Summary(pl.UTF-8): System Kerberos V5
 Name:  krb5
 Version:   1.7
-Release:   2
+Release:   3
 License:   MIT
 Group: Networking
 Source0:   
http://web.mit.edu/kerberos/dist/krb5/1.7/%{name}-%{version}-signed.tar
@@ -89,11 +89,18 @@
 %{?with_tcl:BuildRequires: tcl-devel}
 %if %{with doc}
 BuildRequires: texinfo
+%if %{pld_release} == ti
+BuildRequires: tetex-format-latex
+BuildRequires: tetex-format-pdflatex
+BuildRequires: tetex-latex
+BuildRequires: tetex-makeindex
+%else
 BuildRequires: texlive-latex
 BuildRequires: texlive-format-pdflatex
 BuildRequires: texlive-makeindex
 BuildRequires: texlive-xetex
 %endif
+%endif
 BuildRequires: words
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -992,6 +999,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.147  2009/07/02 15:10:37  hawk
+- added BRs for Titanium (no texlive)
+
 Revision 1.146  2009/06/17 11:48:07  baggins
 - rel 2
 - conflict instead of obsoleting heimdal


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5.spec?r1=1.146r2=1.147f=u

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


packages: postgresql/postgresql.spec - removed more beta leftovers

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:15:08 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- removed more beta leftovers

 Files affected:
packages/postgresql:
   postgresql.spec (1.424 - 1.425) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.424 
packages/postgresql/postgresql.spec:1.425
--- packages/postgresql/postgresql.spec:1.424   Thu Jul  2 17:08:24 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 17:15:03 2009
@@ -849,14 +849,14 @@
 
 # find locales
 for f in libpq5 pg_controldata pg_dump pg_resetxlog pgscripts postgres psql 
initdb pg_ctl pg_config plpgsql ecpg ecpglib6 plperl plpgsql plpython; do
-   %find_lang $f-%{mver}
+   %find_lang $f
 done
 # merge locales
-cat pgscripts-%{mver}.lang pg_resetxlog-%{mver}.lang \
-postgres-%{mver}.lang pg_controldata-%{mver}.lang \
- main-%{mver}.lang
-cat pg_dump-%{mver}.lang psql-%{mver}.lang initdb-%{mver}.lang \
-pg_ctl-%{mver}.lang  clients-%{mver}.lang
+cat pgscripts.lang pg_resetxlog.lang \
+postgres.lang pg_controldata.lang \
+ main.lang
+cat pg_dump.lang psql.lang initdb.lang \
+pg_ctl.lang  clients.lang
 
 # Remove Contrib documentation. We use macro %doc
 rm -rf $RPM_BUILD_ROOT/contrib
@@ -928,7 +928,7 @@
 %post  ecpg -p /sbin/ldconfig
 %postunecpg -p /sbin/ldconfig
 
-%files -f main-%{mver}.lang
+%files -f main.lang
 %defattr(644,root,root,755)
 %doc COPYRIGHT README HISTORY doc/{FAQ*,README*,bug.template}
 %attr(754,root,root) /etc/rc.d/init.d/postgresql
@@ -975,7 +975,7 @@
 %doc doc/unpacked/* doc/src/FAQ howto
 %{_examplesdir}/%{name}-%{version}
 
-%files libs -f libpq5-%{mver}.lang
+%files libs -f libpq5.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpq.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libpq.so.5
@@ -999,7 +999,7 @@
 %attr(755,root,root) %{_libdir}/libpgtypes.so
 %{_includedir}/ecpg*
 
-%files devel -f pg_config-%{mver}.lang
+%files devel -f pg_config.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pg_config
 %attr(755,root,root) %{_libdir}/libpq.so
@@ -1035,7 +1035,7 @@
 %{_libdir}/libpgtypes.a
 %{_libdir}/libpgport.a
 
-%files clients -f clients-%{mver}.lang
+%files clients -f clients.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/clusterdb
 %attr(755,root,root) %{_bindir}/createdb
@@ -1178,6 +1178,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.425  2009/07/02 15:15:03  baggins
+- removed more beta leftovers
+
 Revision 1.424  2009/07/02 15:08:24  baggins
 - removed beta macros
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.424r2=1.425f=u

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


packages: gnome-terminal/gnome-terminal.spec - updated to 2.26.3.1

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 15:21:11 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3.1

 Files affected:
packages/gnome-terminal:
   gnome-terminal.spec (1.110 - 1.111) 

 Diffs:


Index: packages/gnome-terminal/gnome-terminal.spec
diff -u packages/gnome-terminal/gnome-terminal.spec:1.110 
packages/gnome-terminal/gnome-terminal.spec:1.111
--- packages/gnome-terminal/gnome-terminal.spec:1.110   Wed Jun  3 22:23:36 2009
+++ packages/gnome-terminal/gnome-terminal.spec Thu Jul  2 17:21:05 2009
@@ -2,12 +2,12 @@
 Summary:   GNOME Terminal
 Summary(pl.UTF-8): Terminal dla GNOME
 Name:  gnome-terminal
-Version:   2.26.2
-Release:   2
+Version:   2.26.3.1
+Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: f4f64b9b67c7a3147799ee10f7cf00e1
+# Source0-md5: b6c6c0f5f3e061da7e56f3a04385bb7b
 URL:   http://www.gnome.org/
 BuildRequires: GConf2-devel = 2.24.0
 BuildRequires: autoconf = 2.53
@@ -97,6 +97,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.111  2009/07/02 15:21:05  megabajt
+- updated to 2.26.3.1
+
 Revision 1.110  2009/06/03 20:23:36  megabajt
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-terminal/gnome-terminal.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


DISTFILES: gnome-terminal-2.26.3.1.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.26/gnome-terminal-2.26.3.1.tar.bz2
b6c6c0f5f3e061da7e56f3a04385bb7b  gnome-terminal-2.26.3.1.tar.bz2
Size: 2176049 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


packages: gucharmap/gucharmap.spec - updated to 2.26.3.1

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 15:28:44 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3.1

 Files affected:
packages/gucharmap:
   gucharmap.spec (1.62 - 1.63) 

 Diffs:


Index: packages/gucharmap/gucharmap.spec
diff -u packages/gucharmap/gucharmap.spec:1.62 
packages/gucharmap/gucharmap.spec:1.63
--- packages/gucharmap/gucharmap.spec:1.62  Tue May 19 21:55:00 2009
+++ packages/gucharmap/gucharmap.spec   Thu Jul  2 17:28:38 2009
@@ -2,12 +2,12 @@
 Summary:   Unicode character map
 Summary(pl.UTF-8): Mapa znaków unikodowych
 Name:  gucharmap
-Version:   2.26.2
+Version:   2.26.3.1
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gucharmap/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: fc32be453ab70b8b99ff3457f25ce3c0
+# Source0-md5: 3d13ad452860b1facc9765713bc96d33
 URL:   http://www.gnome.org/
 BuildRequires: GConf2-devel = 2.24.0
 BuildRequires: autoconf = 2.56
@@ -146,6 +146,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.63  2009/07/02 15:28:38  megabajt
+- updated to 2.26.3.1
+
 Revision 1.62  2009/05/19 19:55:00  megabajt
 - updated to 2.26.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gucharmap/gucharmap.spec?r1=1.62r2=1.63f=u

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


DISTFILES: gucharmap-2.26.3.1.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gucharmap/2.26/gucharmap-2.26.3.1.tar.bz2
3d13ad452860b1facc9765713bc96d33  gucharmap-2.26.3.1.tar.bz2
Size: 3059234 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


packages: postgresql/postgresql.spec - fixed beta stuff removal

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:29:16 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- fixed beta stuff removal

 Files affected:
packages/postgresql:
   postgresql.spec (1.425 - 1.426) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.425 
packages/postgresql/postgresql.spec:1.426
--- packages/postgresql/postgresql.spec:1.425   Thu Jul  2 17:15:03 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 17:29:11 2009
@@ -10,6 +10,10 @@
 %bcond_withabsolute_dbpaths# enable absolute paths to create 
database
# (disabled by default because it is a 
security risk)
 #
+
+%define beta %{nil}
+%define mver 8.4
+
 Summary:   PostgreSQL Data Base Management System
 Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem
 Summary(es.UTF-8): Gestor de Banco de Datos PostgreSQL
@@ -21,7 +25,7 @@
 Summary(uk.UTF-8): PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
-Version:   8.4.0
+Version:   %{mver}.0
 Release:   0.1
 License:   BSD
 Group: Applications/Databases
@@ -849,14 +853,14 @@
 
 # find locales
 for f in libpq5 pg_controldata pg_dump pg_resetxlog pgscripts postgres psql 
initdb pg_ctl pg_config plpgsql ecpg ecpglib6 plperl plpgsql plpython; do
-   %find_lang $f
+   %find_lang $f-%{mver}
 done
 # merge locales
-cat pgscripts.lang pg_resetxlog.lang \
-postgres.lang pg_controldata.lang \
- main.lang
-cat pg_dump.lang psql.lang initdb.lang \
-pg_ctl.lang  clients.lang
+cat pgscripts-%{mver}.lang pg_resetxlog-%{mver}.lang \
+postgres-%{mver}.lang pg_controldata-%{mver}.lang \
+ main-%{mver}.lang
+cat pg_dump-%{mver}.lang psql-%{mver}.lang initdb-%{mver}.lang \
+pg_ctl-%{mver}.lang  clients-%{mver}.lang
 
 # Remove Contrib documentation. We use macro %doc
 rm -rf $RPM_BUILD_ROOT/contrib
@@ -928,7 +932,7 @@
 %post  ecpg -p /sbin/ldconfig
 %postunecpg -p /sbin/ldconfig
 
-%files -f main.lang
+%files -f main-%{mver}.lang
 %defattr(644,root,root,755)
 %doc COPYRIGHT README HISTORY doc/{FAQ*,README*,bug.template}
 %attr(754,root,root) /etc/rc.d/init.d/postgresql
@@ -975,7 +979,7 @@
 %doc doc/unpacked/* doc/src/FAQ howto
 %{_examplesdir}/%{name}-%{version}
 
-%files libs -f libpq5.lang
+%files libs -f libpq5-%{mver}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpq.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libpq.so.5
@@ -999,7 +1003,7 @@
 %attr(755,root,root) %{_libdir}/libpgtypes.so
 %{_includedir}/ecpg*
 
-%files devel -f pg_config.lang
+%files devel -f pg_config-%{mver}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pg_config
 %attr(755,root,root) %{_libdir}/libpq.so
@@ -1035,7 +1039,7 @@
 %{_libdir}/libpgtypes.a
 %{_libdir}/libpgport.a
 
-%files clients -f clients.lang
+%files clients -f clients-%{mver}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/clusterdb
 %attr(755,root,root) %{_bindir}/createdb
@@ -1178,6 +1182,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.426  2009/07/02 15:29:11  baggins
+- fixed beta stuff removal
+
 Revision 1.425  2009/07/02 15:15:03  baggins
 - removed more beta leftovers
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.425r2=1.426f=u

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


packages: ifenslave/ifenslave.spec, ifenslave/TODO (NEW), ifenslave/ifensla...

2009-07-02 Thread blues
Author: bluesDate: Thu Jul  2 15:32:15 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel.2 - added debian patch with manual

 Files affected:
packages/ifenslave:
   ifenslave.spec (1.15 - 1.16) , TODO (NONE - 1.1)  (NEW), 
ifenslave-debian.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/ifenslave/ifenslave.spec
diff -u packages/ifenslave/ifenslave.spec:1.15 
packages/ifenslave/ifenslave.spec:1.16
--- packages/ifenslave/ifenslave.spec:1.15  Tue Feb 13 09:06:35 2007
+++ packages/ifenslave/ifenslave.spec   Thu Jul  2 17:32:10 2009
@@ -4,16 +4,22 @@
 Summary(pt_BR.UTF-8):  Configura interfaces de rede para roteamento paralelo
 Name:  ifenslave
 Version:   1.1.0
-Release:   1
+Release:   2
 License:   GPL
 Group: Networking
 Source0:   %{name}.c
+Patch0:%{name}-debian.patch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define_sbindir/sbin
 
 %description
-ifenslave configures network interfaces for parallel routing.
+Attach and detach slave interfaces to a bonding device. This is a tool to
+attach and detach slave network interfaces to a bonding device. A bonding
+device will act like a normal Ethernet network device to the kernel, but
+will send out the packets via the slave devices using a simple round-robin
+scheduler. This allows for simple load-balancing, identical to channel
+bonding or trunking techniques used in switches.
 
 %description -l pl.UTF-8
 ifenslave konfiguruje interfejsy sieciowe dla równoległego routingu.
@@ -22,20 +28,28 @@
 ifenslave configura interfaces de rede para roteamento paralelo.
 
 %prep
+%setup -Tc -q
+install %{SOURCE0} .
+%patch0 -p1
+
 
 %build
-%{__cc} %{rpmcflags} -o %{name} %{SOURCE0}
+%{__cc} %{rpmcflags} -o %{name} %{name}.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -D %{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+install ifenslave.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
 rm -fr $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/ifenslave
+%attr(755,root,root) %{_sbindir}/%{name}
+%{_mandir}/man8/*.8*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -43,6 +57,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2009/07/02 15:32:10  blues
+- rel.2 - added debian patch with manual
+
 Revision 1.15  2007/02/13 08:06:35  glen
 - tabs in preamble
 


Index: packages/ifenslave/TODO
diff -u /dev/null packages/ifenslave/TODO:1.1
--- /dev/null   Thu Jul  2 17:32:15 2009
+++ packages/ifenslave/TODO Thu Jul  2 17:32:10 2009
@@ -0,0 +1,2 @@
+# TODO:
+- translate description


Index: packages/ifenslave/ifenslave-debian.patch
diff -u /dev/null packages/ifenslave/ifenslave-debian.patch:1.1
--- /dev/null   Thu Jul  2 17:32:15 2009
+++ packages/ifenslave/ifenslave-debian.patch   Thu Jul  2 17:32:10 2009
@@ -0,0 +1,471 @@
+--- ifenslave-2.6-1.1.0.orig/ifenslave.8
 ifenslave-2.6-1.1.0/ifenslave.8
+@@ -0,0 +1,69 @@
++.Dd 2004-04-09
++.Dt IFENSLAVE 8
++.Os Debian GNU/Linux
++.\ Manual page created by Guus Sliepen g...@debian.org
++.Sh NAME
++.Nm ifenslave
++.Nd Attach and detach slave network devices to a bonding device.
++.Sh SYNOPSIS
++.Nm
++.Op Fl acdfhuvV
++.Op Fl -all-interfaces
++.Op Fl -change-active
++.Op Fl -detach
++.Op Fl -force
++.Op Fl -help
++.Op Fl -usage
++.Op Fl -verbose
++.Op Fl -version
++.Ar master
++.Ar slave
++.No ...
++.Sh DESCRIPTION
++.Nm
++is a tool to attach and detach slave network devices to a bonding device.
++A bonding device will act like a normal Ethernet network device to the kernel,
++but will send out the packets via the slave devices using a simple 
round-robin scheduler.
++This allows for simple load-balancing,
++identical to channel bonding or trunking techniques used in switches.
++.Pp
++The kernel must have support for bonding devices for
++.Nm
++to be useful.
++.Sh OPTIONS
++.Bl -tag -width indent
++.It Fl a, -all-interfaces
++Show information about all interfaces.
++.It Fl c, -change-active
++Change active slave.
++.It Fl d, -detach
++Removes slave interfaces from the bonding device.
++.It Fl f, -force
++Force actions to be taken if one of the specified interfaces appears not to 
belong to an Ethernet device.
++.It Fl h, -help
++Display a help message and exit.
++.It Fl u, -usage
++Show usage information and exit.
++.It Fl v, -verbose
++Print warning and debug messages.
++.It Fl V, -version
++Show version information and exit.
++.El
++If not options are given, the default action will be to enslave interfaces.
++.Sh EXAMPLE
++The following example shows how to setup a bonding 

packages: postgresql/postgresql.spec - fixed lang files generation

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:32:40 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- fixed lang files generation

 Files affected:
packages/postgresql:
   postgresql.spec (1.426 - 1.427) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.426 
packages/postgresql/postgresql.spec:1.427
--- packages/postgresql/postgresql.spec:1.426   Thu Jul  2 17:29:11 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 17:32:35 2009
@@ -865,7 +865,10 @@
 # Remove Contrib documentation. We use macro %doc
 rm -rf $RPM_BUILD_ROOT/contrib
 
-%{?with_tcl:mv 
$RPM_BUILD_ROOT{%{_datadir}/postgresql,%{_pgsqldir}}/unknown.pltcl}
+%if %{with tcl}
+%find_lang pltcl-%{mver}
+mv $RPM_BUILD_ROOT{%{_datadir}/postgresql,%{_pgsqldir}}/unknown.pltcl
+%endif
 
 install src/pl/plperl/ppport.h $RPM_BUILD_ROOT%{_includedir}/postgresql/server/
 
@@ -985,7 +988,7 @@
 %attr(755,root,root) %ghost %{_libdir}/libpq.so.5
 %dir %{_pgmoduledir}
 
-%files ecpg -f ecpg.lang
+%files ecpg -f ecpg-%{mver}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ecpg
 %attr(755,root,root) %{_libdir}/libecpg.so.*.*
@@ -1182,6 +1185,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.427  2009/07/02 15:32:35  baggins
+- fixed lang files generation
+
 Revision 1.426  2009/07/02 15:29:11  baggins
 - fixed beta stuff removal
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.426r2=1.427f=u

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


packages: postgresql/postgresql.spec - rel 1 - looks good to me, blame rade...

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:33:43 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 1
- looks good to me, blame radek and wrobell if something is broken

 Files affected:
packages/postgresql:
   postgresql.spec (1.427 - 1.428) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.427 
packages/postgresql/postgresql.spec:1.428
--- packages/postgresql/postgresql.spec:1.427   Thu Jul  2 17:32:35 2009
+++ packages/postgresql/postgresql.spec Thu Jul  2 17:33:38 2009
@@ -26,7 +26,7 @@
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
 Version:   %{mver}.0
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Applications/Databases
 Source0:   
ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -1185,6 +1185,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.428  2009/07/02 15:33:38  baggins
+- rel 1
+- looks good to me, blame radek and wrobell if something is broken
+
 Revision 1.427  2009/07/02 15:32:35  baggins
 - fixed lang files generation
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.427r2=1.428f=u

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


packages: php4/php4.spec - rel 13

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:42:27 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 13

 Files affected:
packages/php4:
   php4.spec (1.637 - 1.638) 

 Diffs:


Index: packages/php4/php4.spec
diff -u packages/php4/php4.spec:1.637 packages/php4/php4.spec:1.638
--- packages/php4/php4.spec:1.637   Tue Jun  2 01:05:29 2009
+++ packages/php4/php4.spec Thu Jul  2 17:42:21 2009
@@ -73,7 +73,7 @@
 %undefine  with_msession
 %endif
 
-%definerel 12
+%definerel 13
 Summary:   PHP: Hypertext Preprocessor
 Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8): Język skryptowy PHP
@@ -3168,6 +3168,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.638  2009/07/02 15:42:21  baggins
+- rel 13
+
 Revision 1.637  2009/06/01 23:05:29  glen
 - unbroke other dists than ac
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php4/php4.spec?r1=1.637r2=1.638f=u

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


packages: php/php.spec - rel 6

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:42:57 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 6

 Files affected:
packages/php:
   php.spec (1.802 - 1.803) 

 Diffs:


Index: packages/php/php.spec
diff -u packages/php/php.spec:1.802 packages/php/php.spec:1.803
--- packages/php/php.spec:1.802 Tue Jun 30 18:03:45 2009
+++ packages/php/php.spec   Thu Jul  2 17:42:52 2009
@@ -95,7 +95,7 @@
 Summary(uk.UTF-8): PHP Версії 5 - мова препроцесування HTML-файлів, 
виконувана на сервері
 Name:  php
 Version:   5.2.10
-Release:   5
+Release:   6
 Epoch: 4
 License:   PHP
 Group: Libraries
@@ -2882,6 +2882,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.803  2009/07/02 15:42:52  baggins
+- rel 6
+
 Revision 1.802  2009/06/30 16:03:45  glen
 - release 5
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.802r2=1.803f=u

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


packages: cups/cups.spec - rel 3 - back to heimdal kerberos

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:44:07 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3
- back to heimdal kerberos

 Files affected:
packages/cups:
   cups.spec (1.258 - 1.259) 

 Diffs:


Index: packages/cups/cups.spec
diff -u packages/cups/cups.spec:1.258 packages/cups/cups.spec:1.259
--- packages/cups/cups.spec:1.258   Mon Jun  8 12:59:09 2009
+++ packages/cups/cups.spec Thu Jul  2 17:44:01 2009
@@ -22,7 +22,7 @@
 Summary(pt_BR.UTF-8):  Sistema Unix de Impressão
 Name:  cups
 Version:   1.3.10
-Release:   2
+Release:   3
 Epoch: 1
 License:   LGPL v2 (libraries), GPL v2 (the rest) + openssl exception
 Group: Applications/Printing
@@ -56,7 +56,7 @@
 %{?with_java:BuildRequires:jar}
 %{?with_java:BuildRequires:jdk}
 %{?with_java:BuildRequires:jpackage-utils}
-BuildRequires: krb5-devel
+BuildRequires: heimdal-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
@@ -179,7 +179,7 @@
 Requires:  %{name}-lib = %{epoch}:%{version}-%{release}
 # for libcups
 %{?with_gnutls:Requires:   gnutls-devel}
-Requires:  krb5-devel
+Requires:  heimdal-devel
 %{!?with_gnutls:Requires:  openssl-devel}
 Requires:  zlib-devel
 # for libcupsimage
@@ -792,6 +792,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.259  2009/07/02 15:44:01  baggins
+- rel 3
+- back to heimdal kerberos
+
 Revision 1.258  2009/06/08 10:59:09  blues
 - more CVE notes
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cups/cups.spec?r1=1.258r2=1.259f=u

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


packages: php4/php4.spec - rel 14 - fixed kerberos deps

2009-07-02 Thread baggins
Author: baggins  Date: Thu Jul  2 15:45:47 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 14
- fixed kerberos deps

 Files affected:
packages/php4:
   php4.spec (1.638 - 1.639) 

 Diffs:


Index: packages/php4/php4.spec
diff -u packages/php4/php4.spec:1.638 packages/php4/php4.spec:1.639
--- packages/php4/php4.spec:1.638   Thu Jul  2 17:42:21 2009
+++ packages/php4/php4.spec Thu Jul  2 17:45:42 2009
@@ -73,7 +73,7 @@
 %undefine  with_msession
 %endif
 
-%definerel 13
+%definerel 14
 Summary:   PHP: Hypertext Preprocessor
 Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8): Język skryptowy PHP
@@ -173,7 +173,7 @@
 BuildRequires: gdbm-devel
 BuildRequires: gmp-devel
 %if %{pld_release} != ac
-%{?with_imap:BuildRequires:krb5-devel}
+%{?with_imap:BuildRequires:heimdal-devel}
 %else
 %{?with_imap:BuildRequires:heimdal-devel = 0.7}
 %endif
@@ -3168,6 +3168,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.639  2009/07/02 15:45:42  baggins
+- rel 14
+- fixed kerberos deps
+
 Revision 1.638  2009/07/02 15:42:21  baggins
 - rel 13
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php4/php4.spec?r1=1.638r2=1.639f=u

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


DISTFILES: mousetweaks-2.26.3.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.26/mousetweaks-2.26.3.tar.bz2
e4d5941b555de97c8880ea8b01310776  mousetweaks-2.26.3.tar.bz2
Size: 1172768 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


packages: mousetweaks/mousetweaks.spec - updated to 2.26.3

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 16:51:49 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3

 Files affected:
packages/mousetweaks:
   mousetweaks.spec (1.13 - 1.14) 

 Diffs:


Index: packages/mousetweaks/mousetweaks.spec
diff -u packages/mousetweaks/mousetweaks.spec:1.13 
packages/mousetweaks/mousetweaks.spec:1.14
--- packages/mousetweaks/mousetweaks.spec:1.13  Tue May 19 20:44:29 2009
+++ packages/mousetweaks/mousetweaks.spec   Thu Jul  2 18:51:44 2009
@@ -2,12 +2,12 @@
 Summary:   Mouse accessibility enhancements for GNOME
 Summary(pl.UTF-8): Rozszerzenia dostępności myszy dla GNOME
 Name:  mousetweaks
-Version:   2.26.2
+Version:   2.26.3
 Release:   1
 License:   GPL v3
 Group: X11/Applications/Accessibility
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: 430b755ecf0b0bab6864b297287922b3
+# Source0-md5: e4d5941b555de97c8880ea8b01310776
 URL:   http://live.gnome.org/Mousetweaks/Home
 BuildRequires: GConf2-devel = 2.24.0
 BuildRequires: at-spi-devel = 1.26.0
@@ -23,6 +23,7 @@
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(find_lang) = 1.23
 BuildRequires: rpmbuild(macros) = 1.198
+BuildRequires: xorg-lib-libXtst-devel
 Requires(post,preun):  GConf2
 Requires:  libgail-gnome
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -91,6 +92,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.14  2009/07/02 16:51:44  megabajt
+- updated to 2.26.3
+
 Revision 1.13  2009/05/19 18:44:29  megabajt
 - updated to 2.26.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mousetweaks/mousetweaks.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


packages: evolution-exchange/evolution-exchange.spec - updated to 2.26.3

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 20:12:27 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.26.3

 Files affected:
packages/evolution-exchange:
   evolution-exchange.spec (1.50 - 1.51) 

 Diffs:


Index: packages/evolution-exchange/evolution-exchange.spec
diff -u packages/evolution-exchange/evolution-exchange.spec:1.50 
packages/evolution-exchange/evolution-exchange.spec:1.51
--- packages/evolution-exchange/evolution-exchange.spec:1.50Thu Jul  2 
16:32:13 2009
+++ packages/evolution-exchange/evolution-exchange.spec Thu Jul  2 22:12:21 2009
@@ -4,12 +4,12 @@
 Summary:   Microsoft Exchange support for Evolution
 Summary(pl.UTF-8): Wsparcie dla Microsoft Exchange w Evolution
 Name:  evolution-exchange
-Version:   2.26.0
-Release:   2
+Version:   2.26.3
+Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.26/%{name}-%{version}.tar.bz2
-# Source0-md5: 845f0a74e4565a6639f3b8adb736cbc1
+# Source0-md5: 6ee035bfcafeef0aba01b459092eeec7
 BuildRequires: GConf2-devel = 2.22.0
 BuildRequires: autoconf = 2.53
 BuildRequires: automake
@@ -115,6 +115,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.51  2009/07/02 20:12:21  megabajt
+- updated to 2.26.3
+
 Revision 1.50  2009/07/02 14:32:13  baggins
 - rel 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution-exchange/evolution-exchange.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


DISTFILES: evolution-exchange-2.26.3.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.26/evolution-exchange-2.26.3.tar.bz2
6ee035bfcafeef0aba01b459092eeec7  evolution-exchange-2.26.3.tar.bz2
Size: 962297 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-mag-0.15.7.tar.bz2

2009-07-02 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.15/gnome-mag-0.15.7.tar.bz2
40eb26385e3225ac5cb1eab87488cfc3  gnome-mag-0.15.7.tar.bz2
Size: 517791 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


packages: gnome-mag/gnome-mag.spec - updated to 0.15.7

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 20:38:01 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.15.7

 Files affected:
packages/gnome-mag:
   gnome-mag.spec (1.55 - 1.56) 

 Diffs:


Index: packages/gnome-mag/gnome-mag.spec
diff -u packages/gnome-mag/gnome-mag.spec:1.55 
packages/gnome-mag/gnome-mag.spec:1.56
--- packages/gnome-mag/gnome-mag.spec:1.55  Sat Mar 14 00:08:33 2009
+++ packages/gnome-mag/gnome-mag.spec   Thu Jul  2 22:37:56 2009
@@ -2,12 +2,12 @@
 Summary:   GNOME Magnifier
 Summary(pl.UTF-8): Lupa GNOME
 Name:  gnome-mag
-Version:   0.15.5
+Version:   0.15.7
 Release:   1
 License:   GPL
 Group: X11/Applications/Accessibility
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-mag/0.15/%{name}-%{version}.tar.bz2
-# Source0-md5: 8d380056b90619f2e0b86e785836fbc4
+# Source0-md5: 40eb26385e3225ac5cb1eab87488cfc3
 # http://bugzilla.gnome.org/show_bug.cgi?id=554162
 Patch0:%{name}-use-pyexecdir.patch
 URL:   http://live.gnome.org/GnomeMag
@@ -28,6 +28,7 @@
 BuildRequires: python-gnome-devel
 BuildRequires: python-pygtk-devel
 BuildRequires: rpmbuild(macros) = 1.311
+BuildRequires: sed = 4.0
 BuildRequires: xorg-lib-libXcomposite-devel
 BuildRequires: xorg-lib-libXdamage-devel
 BuildRequires: xorg-lib-libXfixes-devel
@@ -102,6 +103,9 @@
 %setup -q
 %patch0 -p1
 
+rm -f po/c...@valencia.po
+sed -i -e 's/c...@valencia//' po/LINGUAS
+
 %build
 %{__libtoolize}
 %{__glib_gettextize}
@@ -196,6 +200,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.56  2009/07/02 20:37:56  megabajt
+- updated to 0.15.7
+
 Revision 1.55  2009/03/13 23:08:33  megabajt
 - use X11/Applications/Accessibility group for colorblind applet too
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-mag/gnome-mag.spec?r1=1.55r2=1.56f=u

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


packages: gnome-mag/gnome-mag-use-pyexecdir.patch - updated for 0.15.7

2009-07-02 Thread megabajt
Author: megabajt Date: Thu Jul  2 20:38:25 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- updated for 0.15.7

 Files affected:
packages/gnome-mag:
   gnome-mag-use-pyexecdir.patch (1.1 - 1.2) 

 Diffs:


Index: packages/gnome-mag/gnome-mag-use-pyexecdir.patch
diff -u packages/gnome-mag/gnome-mag-use-pyexecdir.patch:1.1 
packages/gnome-mag/gnome-mag-use-pyexecdir.patch:1.2
--- packages/gnome-mag/gnome-mag-use-pyexecdir.patch:1.1Sun Sep 28 
13:52:26 2008
+++ packages/gnome-mag/gnome-mag-use-pyexecdir.patchThu Jul  2 22:38:20 2009
@@ -1,6 +1,6 @@
-diff -urN gnome-mag-0.15.4/colorblind/keybinder/Makefile.am 
gnome-mag-0.15.4.new/colorblind/keybinder/Makefile.am
 gnome-mag-0.15.4/colorblind/keybinder/Makefile.am  2008-07-06 
02:38:30.0 +0200
-+++ gnome-mag-0.15.4.new/colorblind/keybinder/Makefile.am  2008-09-28 
01:31:31.0 +0200
+diff -urN gnome-mag-0.15.7/colorblind/keybinder/Makefile.am 
gnome-mag-0.15.7.new/colorblind/keybinder/Makefile.am
+--- gnome-mag-0.15.7/colorblind/keybinder/Makefile.am  2009-06-29 
19:05:13.0 +0200
 gnome-mag-0.15.7.new/colorblind/keybinder/Makefile.am  2009-07-02 
22:16:31.858917473 +0200
 @@ -1,6 +1,6 @@
  INCLUDES = $(PYTHON_INCLUDES) $(CBAPPLET_CFLAGS)
  
@@ -9,15 +9,15 @@
  _keybinder_LTLIBRARIES = _keybinder.la
  _keybinder_la_LDFLAGS = -module -avoid-version -export-symbols-regex 
init_keybinder
  _keybinder_la_LIBADD = $(CBAPPLET_LIBS)
-diff -urN gnome-mag-0.15.4/colorblind/Makefile.am 
gnome-mag-0.15.4.new/colorblind/Makefile.am
 gnome-mag-0.15.4/colorblind/Makefile.am2008-07-06 02:38:31.0 
+0200
-+++ gnome-mag-0.15.4.new/colorblind/Makefile.am2008-09-28 
01:30:59.0 +0200
+diff -urN gnome-mag-0.15.7/colorblind/Makefile.am 
gnome-mag-0.15.7.new/colorblind/Makefile.am
+--- gnome-mag-0.15.7/colorblind/Makefile.am2009-06-29 19:05:13.0 
+0200
 gnome-mag-0.15.7.new/colorblind/Makefile.am2009-07-02 
22:17:06.768913923 +0200
 @@ -1,12 +1,12 @@
  SUBDIRS = ui osutils data keybinder
  
  colorblind-applet: colorblind-applet.py
--  sed -e s|\...@pythondir\@|$(pythondir)/colorblind| $  $@
-+  sed -e s|\...@pythondir\@|$(pyexecdir)/colorblind| $  $@
+-  sed -e s|\...@pythondir\@|$(pythondir)| $  $@
++  sed -e s|\...@pythondir\@|$(pyexecdir)| $  $@
  
  colorblindbindir = $(libdir)/colorblind-applet
  colorblindbin_SCRIPTS = colorblind-applet
@@ -27,9 +27,9 @@
  
  colorblind_PYTHON = \
__init__.py \
-diff -urN gnome-mag-0.15.4/colorblind/osutils/Makefile.am 
gnome-mag-0.15.4.new/colorblind/osutils/Makefile.am
 gnome-mag-0.15.4/colorblind/osutils/Makefile.am2008-07-06 
02:38:25.0 +0200
-+++ gnome-mag-0.15.4.new/colorblind/osutils/Makefile.am2008-09-28 
01:31:22.0 +0200
+diff -urN gnome-mag-0.15.7/colorblind/osutils/Makefile.am 
gnome-mag-0.15.7.new/colorblind/osutils/Makefile.am
+--- gnome-mag-0.15.7/colorblind/osutils/Makefile.am2009-06-29 
19:05:13.0 +0200
 gnome-mag-0.15.7.new/colorblind/osutils/Makefile.am2009-07-02 
22:17:28.432234329 +0200
 @@ -1,6 +1,6 @@
  INCLUDES = $(PYTHON_INCLUDES) $(CBAPPLET_CFLAGS)
  
@@ -38,9 +38,9 @@
  _osutils_LTLIBRARIES = _osutils.la
  _osutils_la_LDFLAGS = -module -avoid-version init_osutils
  _osutils_la_LIBADD = $(CBAPPLET_LIBS)
-diff -urN gnome-mag-0.15.4/colorblind/ui/Makefile.am 
gnome-mag-0.15.4.new/colorblind/ui/Makefile.am
 gnome-mag-0.15.4/colorblind/ui/Makefile.am 2008-07-06 02:38:31.0 
+0200
-+++ gnome-mag-0.15.4.new/colorblind/ui/Makefile.am 2008-09-28 
01:31:11.0 +0200
+diff -urN gnome-mag-0.15.7/colorblind/ui/Makefile.am 
gnome-mag-0.15.7.new/colorblind/ui/Makefile.am
+--- gnome-mag-0.15.7/colorblind/ui/Makefile.am 2009-06-29 19:05:13.0 
+0200
 gnome-mag-0.15.7.new/colorblind/ui/Makefile.am 2009-07-02 
22:17:37.372340129 +0200
 @@ -1,4 +1,4 @@
 -colorblinddir = $(pythondir)/colorblind/ui
 +colorblinddir = $(pyexecdir)/colorblind/ui


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-mag/gnome-mag-use-pyexecdir.patch?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


packages: kde4-kde3support/kdelibs-inotify.patch - fixed, now it applies

2009-07-02 Thread hawk
Author: hawk Date: Thu Jul  2 20:39:16 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- fixed, now it applies

 Files affected:
packages/kde4-kde3support:
   kdelibs-inotify.patch (1.2 - 1.3) 

 Diffs:


Index: packages/kde4-kde3support/kdelibs-inotify.patch
diff -u packages/kde4-kde3support/kdelibs-inotify.patch:1.2 
packages/kde4-kde3support/kdelibs-inotify.patch:1.3
--- packages/kde4-kde3support/kdelibs-inotify.patch:1.2 Thu Apr 23 16:52:05 2009
+++ packages/kde4-kde3support/kdelibs-inotify.patch Thu Jul  2 22:39:10 2009
@@ -1,9 +1,9 @@
 kdelibs-3.5.10/kio/kio/kdirwatch.cpp~  2009-04-23 17:42:34.0 
+0300
-+++ kdelibs-3.5.10/kio/kio/kdirwatch.cpp   2009-04-23 17:51:10.164116136 
+0300
-@@ -71,38 +71,7 @@
- #include unistd.h
+--- kdelibs-3.5.10/kio/kio/kdirwatch.cpp.orig  2006-07-22 10:16:37.0 
+0200
 kdelibs-3.5.10/kio/kio/kdirwatch.cpp   2009-07-02 22:37:09.776616849 
+0200
+@@ -69,37 +69,7 @@
  #include fcntl.h
  #include sys/syscall.h
+ #include linux/types.h
 -// Linux kernel headers are documented to not compile
 -#define _S390_BITOPS_H
 -#include linux/inotify.h
@@ -22,9 +22,7 @@
 -{
 -  return syscall (__NR_inotify_rm_watch, fd, wd);
 -}
--#endif
 -
--#ifdef HAVE_INOTIFY
 -#ifndef  IN_ONLYDIR
 -#define  IN_ONLYDIR 0x0100 
 -#endif
@@ -36,6 +34,7 @@
 -#ifndef IN_MOVE_SELF
 -#define IN_MOVE_SELF 0x0800
 -#endif
+-
 +#include sys/inotify.h
  #endif
  


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kde3support/kdelibs-inotify.patch?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


DISTFILES: xdotool-20090612.tar.gz

2009-07-02 Thread pawelz

Files fetched: 1

STORED: http://semicomplete.googlecode.com/files/xdotool-20090612.tar.gz
78ff810202ed3ae74fd82ec741f889eb  xdotool-20090612.tar.gz
Size: 19117 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


packages: xdotool/xdotool.spec (NEW) - initial PLD release

2009-07-02 Thread pawelz
Author: pawelz   Date: Thu Jul  2 20:43:37 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- initial PLD release

 Files affected:
packages/xdotool:
   xdotool.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/xdotool/xdotool.spec
diff -u /dev/null packages/xdotool/xdotool.spec:1.1
--- /dev/null   Thu Jul  2 22:43:37 2009
+++ packages/xdotool/xdotool.spec   Thu Jul  2 22:43:32 2009
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%definerel 20090612
+Summary:   fake keyboard/mouse input
+Name:  xdotool
+Version:   0
+Release:   0.%{rel}.1
+License:   BSD-like
+Group: X11/Window Managers/Tools
+Source0:   http://semicomplete.googlecode.com/files/%{name}-%{rel}.tar.gz
+# Source0-md5: 78ff810202ed3ae74fd82ec741f889eb
+URL:   http://www.semicomplete.com/projects/xdotool/
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-proto-xextproto-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+xdotool lets you programatically (or manually) simulate keyboard input
+and mouse activity, move and resize windows, etc. It does this using
+X11's XTEST extension and other Xlib functions.
+
+%prep
+%setup -q -n %{name}-%{rel}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
+
+%{__make} install \
+   INSTALLBIN=$RPM_BUILD_ROOT%{_bindir} \
+   INSTALLMAN=$RPM_BUILD_ROOT%{_mandir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYRIGHT CHANGELIST README examples
+%attr(755,root,root) %{_bindir}/xdotool
+%{_mandir}/man1/xdotool.1*
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2009/07/02 20:43:32  pawelz
+- initial PLD release
+

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


packages: awesome-plugin-rodentbane/awesome-plugin-rodentbane.spec (NEW) - ...

2009-07-02 Thread pawelz
Author: pawelz   Date: Thu Jul  2 20:44:39 2009 GMT
Module: packages  Tag: HEAD
 Log message:
- initial PLD release

 Files affected:
packages/awesome-plugin-rodentbane:
   awesome-plugin-rodentbane.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/awesome-plugin-rodentbane/awesome-plugin-rodentbane.spec
diff -u /dev/null 
packages/awesome-plugin-rodentbane/awesome-plugin-rodentbane.spec:1.1
--- /dev/null   Thu Jul  2 22:44:40 2009
+++ packages/awesome-plugin-rodentbane/awesome-plugin-rodentbane.spec   Thu Jul 
 2 22:44:34 2009
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%definerel 20090623
+Summary:   An awesome plugin that allow to manipulate mouse cursor using 
keyboard
+Summary(pl.UTF-8): Wtyczka awesome pozwalająca używać kursora myszy przy 
uzyciu klawiatury
+Name:  awesome-plugin-rodentbane
+Version:   0
+Release:   0.%{rel}.1
+License:   WTFPL
+Group: X11/Window Managers
+## git clone git://git.glacicle.com/awesome/rodentbane.git
+Source0:   rodentbane.lua
+Requires:  awesome-plugin-awful
+Requires:  awesome-plugin-beautiful
+Requires:  xdotool
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rodentbane is an implementation of keynav in a lua module for awesome.
+It allows for rapid control of the mouse cursor using just the
+keyboard, and can speed up your workflow significantly. It is mean to
+be used in situations where regular window manager and application
+bindings will not suffice, and you absolutely have to use a click
+event. (Think flash objects inside webpages) It is not meant as a
+full-blown replacement for using the mouse, for that, you will need to
+set keybindings and use programs that support full keyboard control
+(such as awesome, of course).
+
+%description -l pl.UTF-8
+Rodentable jest implementacją idei keynav w module jeżyka lua dla
+zarządcy okien awesome. Wtyczka ta pozwala szybko i efektywnie
+posługiwać się kursorem myszy korzystając tylko z klawiatury, co może
+znacząco usprawnić pracę z komputerem. Rodentable pozwala obejść się
+bez myszy nawet w aplikacjach w których pewne akcje nie są normalnie
+dostępne z poziomu klawiatury. Przykładem mogą tu być objekty flash na
+stronach www. Rodentable nie zastępuje jednak w pełni myszy. Czasem
+wygodniej jest używać aplikacji, która może być w całości kontrolowana
+z poziomu klawiatury (takiej jak na przykład zarządca okien awesome).
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/awesome/lib
+install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/awesome/lib
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/awesome/lib/rodentbane.lua
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2009/07/02 20:44:34  pawelz
+- initial PLD release
+

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


  1   2   >