CVSROOT: users pld unsubscribe (active email: pawel sikora agmk net).

2014-05-12 Thread pluto
Author: plutoDate: Mon May 12 17:47:09 2014 GMT
Module: CVSROOT   Tag: HEAD
 Log message:
pld unsubscribe (active email: pawel sikora agmk net).

 Files affected:
CVSROOT:
   users (1.666 - 1.667) 

 Diffs:


Index: CVSROOT/users
diff -u CVSROOT/users:1.666 CVSROOT/users:1.667
--- CVSROOT/users:1.666 Tue Sep 24 19:23:59 2013
+++ CVSROOT/users   Mon May 12 19:47:03 2014
@@ -225,7 +225,6 @@
 piti:wopo...@o2.pl:Piotr Wawrzyniak:p...@jabber.uznam.net.pl
 pius:p...@pius.eu.org:Piotr Czerwiński
 pldusers:mma...@kernel.pl:pld-users.org admins
-pluto:pl...@agmk.net:Paweł Sikora:pl...@pld-linux.org
 pmz:pawel.zaskor...@gmail.com:Paweł Zaskórski:p...@jabberpl.org
 postmaster:ad...@pld-linux.org,ab...@pld-linux.org,zby...@pld-linux.org:PLD 
Postmasters
 ppv:eoth...@pld-linux.org:Krzysztof Pobieżyński (alias)


 CVS-web:
http://cvs.pld-linux.org/CVSROOT/users?r1=1.666r2=1.667

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


SVN: backtracexx: makefile makefile.mingw

2013-12-08 Thread pluto
Author: pluto
Date: Sun Dec  8 21:15:20 2013
New Revision: 12735

Modified:
   backtracexx/makefile
   backtracexx/makefile.mingw
Log:
update compilers.


Modified: backtracexx/makefile
==
--- backtracexx/makefile(original)
+++ backtracexx/makefileSun Dec  8 21:15:20 2013
@@ -1,8 +1,8 @@
 # linux32 target
-CXX32 := i486-gnu-linux-g++
+CXX32 := g++ -m32
 
 # linux64 target
-CXX64 := x86_64-gnu-linux-g++
+CXX64 := g++ -m64
 
 CXXFLAGS := -Wall -Werror -pedantic -shared-libgcc -g2
 

Modified: backtracexx/makefile.mingw
==
--- backtracexx/makefile.mingw  (original)
+++ backtracexx/makefile.mingw  Sun Dec  8 21:15:20 2013
@@ -1,8 +1,8 @@
 # win32 target
-CXX32 := i686-pc-mingw32-g++
+CXX32 := i686-w64-mingw32-g++
 
 # win64 target
-CXX64 := x86_64-pc-mingw32-g++
+CXX64 := x86_64-w64-mingw32-g++
 
 CXXFLAGS := -Wall -Werror -pedantic -shared-libgcc -g2
 
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


PGP-keys: pluto.asc (REMOVED) remove dangling public key.

2013-10-26 Thread pluto
Author: plutoDate: Sat Oct 26 08:53:52 2013 GMT
Module: PGP-keys  Tag: HEAD
 Log message:
remove dangling public key.

 Files affected:
PGP-keys:
   pluto.asc (1.4 - NONE)  (REMOVED)

 Diffs:

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


[packages/cgdb] updated to 0.6.7 (github migration).

2013-09-19 Thread pluto
commit 0da5ac42626577631476f157941da8366ab44c94
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Sep 19 19:30:14 2013 +0200

updated to 0.6.7 (github migration).

 cgdb-home_etc.patch | 26 +-
 cgdb-info.patch | 22 --
 cgdb-missing_includes.patch | 13 -
 cgdb.spec   | 12 +---
 4 files changed, 38 insertions(+), 35 deletions(-)
---
diff --git a/cgdb.spec b/cgdb.spec
index 288d113..f609ca6 100644
--- a/cgdb.spec
+++ b/cgdb.spec
@@ -1,16 +1,15 @@
 Summary:   A lightweight, but fully functional curses frontend to gdb
 Summary(pl.UTF-8): Lekki, ale w pełni funkcjonalny frontend do gdb oparty 
na ncurses
 Name:  cgdb
-Version:   0.6.6
+Version:   0.6.7
 Release:   1
 License:   GPL v2
 Group: Development/Debuggers
-Source0:   http://downloads.sourceforge.net/cgdb/%{name}-%{version}.tar.gz
-# Source0-md5: 394b542b495755ab8392b7e88dace744
+Source0:   http://cgdb.me/files/%{name}-%{version}.tar.gz
+# Source0-md5: e2d9a973d2683faf8130a82703bf6a31
 Patch0:%{name}-home_etc.patch
-Patch1:%{name}-missing_includes.patch
-Patch2:%{name}-info.patch
-URL:   http://cgdb.sourceforge.net/
+Patch1:%{name}-info.patch
+URL:   http://cgdb.github.io/
 BuildRequires: autoconf = 2.5
 BuildRequires: automake
 BuildRequires: readline-devel = 5.1
@@ -39,7 +38,6 @@ powinni czuć się jak w domu.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 CPPFLAGS=' -I/usr/include/ncurses '
diff --git a/cgdb-home_etc.patch b/cgdb-home_etc.patch
index 5561116..2c2bb35 100644
--- a/cgdb-home_etc.patch
+++ b/cgdb-home_etc.patch
@@ -1,15 +1,15 @@
 cgdb-0.6.1/cgdb/src/cgdb.c~2006-03-08 00:08:42.0 +0100
-+++ cgdb-0.6.1/cgdb/src/cgdb.c 2006-03-08 00:10:29.0 +0100
-@@ -683,10 +683,11 @@
- init_home_dir (void)
+--- cgdb-0.6.7/cgdb/cgdb.c.orig2013-09-19 19:12:29.892082233 +0200
 cgdb-0.6.7/cgdb/cgdb.c 2013-09-19 19:14:09.012082558 +0200
+@@ -750,10 +750,11 @@
+ static int init_home_dir(void)
  {
-   /* Get the home directory */
--  char *home_dir = getenv (HOME);
-+  char *home_dir = getenv (HOME_ETC);
-   const char *cgdb_dir = .cgdb;
+ /* Get the home directory */
+-char *home_dir = getenv(HOME);
++char *home_dir = getenv(HOME_ETC);
+ const char *cgdb_dir = .cgdb;
  
-   /* Create the config directory */
-+  if (!home_dir) home_dir = getenv(HOME);
-   if (!fs_util_create_dir_in_base (home_dir, cgdb_dir))
- {
-   logger_write_pos (logger, __FILE__, __LINE__,
+ /* Create the config directory */
++if (!home_dir) home_dir = getenv(HOME);
+ if (!fs_util_create_dir_in_base(home_dir, cgdb_dir)) {
+ logger_write_pos(logger, __FILE__, __LINE__,
+ fs_util_create_dir_in_base error);
diff --git a/cgdb-info.patch b/cgdb-info.patch
index b0cb8be..46e543f 100644
--- a/cgdb-info.patch
+++ b/cgdb-info.patch
@@ -1,5 +1,5 @@
 cgdb-0.6.4/doc/cgdb.texinfo~   2007-04-29 12:03:31.578038948 +0200
-+++ cgdb-0.6.4/doc/cgdb.texinfo2007-04-29 12:04:18.527049935 +0200
+--- cgdb-0.6.7/doc/cgdb.texinfo.orig   2013-01-14 12:31:53.0 +0100
 cgdb-0.6.7/doc/cgdb.texinfo2013-09-19 19:28:12.598752005 +0200
 @@ -29,9 +29,9 @@
  @end quotation
  @end copying
@@ -12,3 +12,21 @@
  @end direntry
  
  @titlepage
+@@ -686,7 +686,7 @@
+ @itemx :continue
+ Send a continue command to GDB.
+ 
+-@itemx :down
++@item :down
+ Send a down command to GDB.
+ 
+ @item :e
+@@ -752,7 +752,7 @@
+ @item :syntax
+ Turn the syntax on or off.
+ 
+-@itemx :up
++@item :up
+ Send an up command to GDB.
+ 
+ @item :map @var{lhs} @var{rhs}
diff --git a/cgdb-missing_includes.patch b/cgdb-missing_includes.patch
deleted file mode 100644
index 64bd92f..000
--- a/cgdb-missing_includes.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 cgdb-0.5.3/cgdb/lib/kui/src/kui_term.c~2005-08-24 23:39:47.693507928 
+0200
-+++ cgdb-0.5.3/cgdb/lib/kui/src/kui_term.c 2005-08-24 23:48:35.060335984 
+0200
-@@ -14,6 +14,10 @@
- #include stdlib.h /* for getenv */
- #endif /* HAVE_STDLIB_H */
- 
-+#if HAVE_STDIO_H
-+#include stdio.h
-+#endif /* HAVE_STDIO_H */
-+
- /* term.h prototypes */
- extern int tgetent();
- extern int tgetflag();


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cgdb.git/commitdiff/0da5ac42626577631476f157941da8366ab44c94

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


DISTFILES: cgdb: cgdb-0.6.7.tar.gz

2013-09-19 Thread pluto

Files fetched: 1

STORED: http://cgdb.me/files/cgdb-0.6.7.tar.gz
e2d9a973d2683faf8130a82703bf6a31  cgdb-0.6.7.tar.gz
Size: 674132 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: dwz: dwz-0.11.tar.bz2

2013-07-22 Thread pluto

Files fetched: 1

STORED: no-url://dwz-0.11.tar.bz2
69944ddd03b259eace1370e94e6dd955  dwz-0.11.tar.bz2
Size: 91056 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/dwz] updated to 0.11.

2013-07-22 Thread pluto
commit 4e07ed19d1a08a97282373fcc19ac8c17a975c7e
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Mon Jul 22 18:17:53 2013 +0200

updated to 0.11.

 dwz.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dwz.spec b/dwz.spec
index b75fb1d..37ebfdf 100644
--- a/dwz.spec
+++ b/dwz.spec
@@ -1,6 +1,6 @@
 Summary:   DWARF optimization and duplicate removal tool
 Name:  dwz
-Version:   0.6
+Version:   0.11
 Release:   1
 License:   GPL v2+ and GPL v3+
 Group: Development/Tools
@@ -9,7 +9,7 @@ Group:  Development/Tools
 #   | bzip2 -9  %{name}-%{version}.tar.bz2
 # using fedora tarballs from http://pkgs.fedoraproject.org/repo/pkgs/dwz/
 Source0:   %{name}-%{version}.tar.bz2
-# Source0-md5: e72adeacdae79647f34f139f7957bcb1
+# Source0-md5: 69944ddd03b259eace1370e94e6dd955
 BuildRequires: elfutils-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dwz.git/commitdiff/4e07ed19d1a08a97282373fcc19ac8c17a975c7e

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


[packages/htop] updated to 1.0.2.

2013-04-11 Thread pluto
commit 4037637eaa6317037207321f16905247e4a53a56
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Apr 11 18:29:47 2013 +0200

updated to 1.0.2.

 htop.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/htop.spec b/htop.spec
index 8099ca6..4b3f9cd 100644
--- a/htop.spec
+++ b/htop.spec
@@ -2,12 +2,12 @@ Summary:  An interactive process viewer
 Summary(hu.UTF-8): Egy interaktív processz megjelenítő
 Summary(pl.UTF-8): Interaktywna przeglądarka procesów
 Name:  htop
-Version:   1.0.1
+Version:   1.0.2
 Release:   1
 License:   GPL v2
 Group: Applications/System
 Source0:   http://downloads.sourceforge.net/htop/%{name}-%{version}.tar.gz
-# Source0-md5: d3b80d905a6bff03f13896870787f901
+# Source0-md5: 0d01cca8df3349c74569cefebbd9919e
 Patch0:%{name}-desktop.patch
 URL:   http://htop.sourceforge.net/
 BuildRequires: autoconf = 2.57


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/htop.git/commitdiff/4037637eaa6317037207321f16905247e4a53a56

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


DISTFILES: htop: htop-1.0.2.tar.gz

2013-04-11 Thread pluto

Files fetched: 1

STORED: http://downloads.sourceforge.net/htop/htop-1.0.2.tar.gz
0d01cca8df3349c74569cefebbd9919e  htop-1.0.2.tar.gz
Size: 388499 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/mpfr] updated to 3.1.2.

2013-03-14 Thread pluto
commit 7341c37207cb3be97a81d77999d62886946d5ea7
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Mar 14 07:40:31 2013 +0100

updated to 3.1.2.

 mpfr.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mpfr.spec b/mpfr.spec
index fca68ca..fe95d0d 100644
--- a/mpfr.spec
+++ b/mpfr.spec
@@ -5,12 +5,12 @@
 Summary:   Multiple-precision floating-point computations library
 Summary(pl.UTF-8): Biblioteka obliczeń zmiennoprzecinkowych wielokrotnej 
precyzji
 Name:  mpfr
-Version:   3.1.1
+Version:   3.1.2
 Release:   1
 License:   LGPL v3+
 Group: Libraries
 Source0:   http://www.mpfr.org/mpfr-current/%{name}-%{version}.tar.xz
-# Source0-md5: 91d51c41fcf2799e4ee7a7126fc95c17
+# Source0-md5: e3d203d188b8fe60bb6578dd3152e05c
 Patch0:%{name}-info.patch
 URL:   http://www.mpfr.org/
 BuildRequires: autoconf = 2.50


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mpfr.git/commitdiff/7341c37207cb3be97a81d77999d62886946d5ea7

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


DISTFILES: mpfr: mpfr-3.1.2.tar.xz

2013-03-14 Thread pluto

Files fetched: 1

STORED: http://www.mpfr.org/mpfr-current/mpfr-3.1.2.tar.xz
e3d203d188b8fe60bb6578dd3152e05c  mpfr-3.1.2.tar.xz
Size: 1074388 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/kernel/LINUX_3_7] one more autofs/nfs related fix, release 3.

2013-03-06 Thread pluto
commit 06d3ba47ad300110d7ef55b7dd2ba5b615b469a4
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Wed Mar 6 20:01:01 2013 +0100

one more autofs/nfs related fix, release 3.

 kernel-small_fixes.patch | 149 +++
 kernel.spec  |   2 +-
 2 files changed, 150 insertions(+), 1 deletion(-)
---
diff --git a/kernel.spec b/kernel.spec
index 5813ba1..1f9d665 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -66,7 +66,7 @@
 %definehave_pcmcia 0
 %endif
 
-%definerel 2
+%definerel 3
 %definebasever 3.7
 %definepostver .10
 
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index 95b9948..9a09e76 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -795,3 +795,152 @@ Signed-off-by: Greg Kroah-Hartman 
gre...@linuxfoundation.org
  
mod_timer(serv-sv_temptimer, jiffies + svc_conn_age_period * HZ);
  }
+From cc630d9f476445927fca599f81182c7f06f79058 Mon Sep 17 00:00:00 2001
+From: J. Bruce Fields bfie...@redhat.com
+Date: Sun, 10 Feb 2013 16:08:11 -0500
+Subject: svcrpc: fix rpc server shutdown races
+
+From: J. Bruce Fields bfie...@redhat.com
+
+commit cc630d9f476445927fca599f81182c7f06f79058 upstream.
+
+Rewrite server shutdown to remove the assumption that there are no
+longer any threads running (no longer true, for example, when shutting
+down the service in one network namespace while it's still running in
+others).
+
+Do that by doing what we'd do in normal circumstances: just CLOSE each
+socket, then enqueue it.
+
+Since there may not be threads to handle the resulting queued xprts,
+also run a simplified version of the svc_recv() loop run by a server to
+clean up any closed xprts afterwards.
+
+Tested-by: Jason Tibbitts ti...@math.uh.edu
+Tested-by: Paweł Sikora pawel.sik...@agmk.net
+Acked-by: Stanislav Kinsbursky skinsbur...@parallels.com
+Signed-off-by: J. Bruce Fields bfie...@redhat.com
+Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org
+
+---
+ net/sunrpc/svc.c  |9 ---
+ net/sunrpc/svc_xprt.c |   57 
--
+ 2 files changed, 32 insertions(+), 34 deletions(-)
+
+--- a/net/sunrpc/svc.c
 b/net/sunrpc/svc.c
+@@ -515,15 +515,6 @@ EXPORT_SYMBOL_GPL(svc_create_pooled);
+ 
+ void svc_shutdown_net(struct svc_serv *serv, struct net *net)
+ {
+-  /*
+-   * The set of xprts (contained in the sv_tempsocks and
+-   * sv_permsocks lists) is now constant, since it is modified
+-   * only by accepting new sockets (done by service threads in
+-   * svc_recv) or aging old ones (done by sv_temptimer), or
+-   * configuration changes (excluded by whatever locking the
+-   * caller is using--nfsd_mutex in the case of nfsd).  So it's
+-   * safe to traverse those lists and shut everything down:
+-   */
+   svc_close_net(serv, net);
+ 
+   if (serv-sv_shutdown)
+--- a/net/sunrpc/svc_xprt.c
 b/net/sunrpc/svc_xprt.c
+@@ -948,21 +948,24 @@ void svc_close_xprt(struct svc_xprt *xpr
+ }
+ EXPORT_SYMBOL_GPL(svc_close_xprt);
+ 
+-static void svc_close_list(struct svc_serv *serv, struct list_head 
*xprt_list, struct net *net)
++static int svc_close_list(struct svc_serv *serv, struct list_head *xprt_list, 
struct net *net)
+ {
+   struct svc_xprt *xprt;
++  int ret = 0;
+ 
+   spin_lock(serv-sv_lock);
+   list_for_each_entry(xprt, xprt_list, xpt_list) {
+   if (xprt-xpt_net != net)
+   continue;
++  ret++;
+   set_bit(XPT_CLOSE, xprt-xpt_flags);
+-  set_bit(XPT_BUSY, xprt-xpt_flags);
++  svc_xprt_enqueue(xprt);
+   }
+   spin_unlock(serv-sv_lock);
++  return ret;
+ }
+ 
+-static void svc_clear_pools(struct svc_serv *serv, struct net *net)
++static struct svc_xprt *svc_dequeue_net(struct svc_serv *serv, struct net 
*net)
+ {
+   struct svc_pool *pool;
+   struct svc_xprt *xprt;
+@@ -977,42 +980,46 @@ static void svc_clear_pools(struct svc_s
+   if (xprt-xpt_net != net)
+   continue;
+   list_del_init(xprt-xpt_ready);
++  spin_unlock_bh(pool-sp_lock);
++  return xprt;
+   }
+   spin_unlock_bh(pool-sp_lock);
+   }
++  return NULL;
+ }
+ 
+-static void svc_clear_list(struct svc_serv *serv, struct list_head 
*xprt_list, struct net *net)
++static void svc_clean_up_xprts(struct svc_serv *serv, struct net *net)
+ {
+   struct svc_xprt *xprt;
+-  struct svc_xprt *tmp;
+-  LIST_HEAD(victims);
+-
+-  spin_lock(serv-sv_lock);
+-  list_for_each_entry_safe(xprt, tmp, xprt_list, xpt_list) {
+-  if (xprt-xpt_net != net)
+-  continue;
+-  list_move(xprt-xpt_list, victims);
+-  }
+-  

[packages/kernel/LINUX_3_7] pull essential nfs fixes from stable-queue, release 2.

2013-03-03 Thread pluto
commit af554b149aaf79478de684a7b799e69a8cea6b2f
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Mar 3 11:30:29 2013 +0100

pull essential nfs fixes from stable-queue, release 2.

 kernel-small_fixes.patch | 96 
 kernel.spec  |  2 +-
 2 files changed, 97 insertions(+), 1 deletion(-)
---
diff --git a/kernel.spec b/kernel.spec
index 945c207..5813ba1 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -66,7 +66,7 @@
 %definehave_pcmcia 0
 %endif
 
-%definerel 1
+%definerel 2
 %definebasever 3.7
 %definepostver .10
 
diff --git a/kernel-small_fixes.patch b/kernel-small_fixes.patch
index dea54c0..95b9948 100644
--- a/kernel-small_fixes.patch
+++ b/kernel-small_fixes.patch
@@ -699,3 +699,99 @@ index c7851c0..6f6534e 100644
ret = regulator_is_supported_voltage(host-vmmc, 330,
330);
if ((ret = 0) || (!(caps[0]  SDHCI_CAN_VDD_330)))
+From 2d32b29a1c2830f7c42caa8258c714acd983961f Mon Sep 17 00:00:00 2001
+From: majianpeng majianp...@gmail.com
+Date: Tue, 29 Jan 2013 13:16:06 +0800
+Subject: nfsd: Fix memleak
+
+From: majianpeng majianp...@gmail.com
+
+commit 2d32b29a1c2830f7c42caa8258c714acd983961f upstream.
+
+When free nfs-client, it must free the -cl_stateids.
+
+Signed-off-by: Jianpeng Ma majianp...@gmail.com
+Signed-off-by: J. Bruce Fields bfie...@redhat.com
+Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org
+
+---
+ fs/nfsd/nfs4state.c |2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/fs/nfsd/nfs4state.c
 b/fs/nfsd/nfs4state.c
+@@ -1053,6 +1053,8 @@ free_client(struct nfs4_client *clp)
+   put_group_info(clp-cl_cred.cr_group_info);
+   kfree(clp-cl_principal);
+   kfree(clp-cl_name.data);
++  idr_remove_all(clp-cl_stateids);
++  idr_destroy(clp-cl_stateids);
+   kfree(clp);
+ }
+ 
+From e75bafbff2270993926abcc31358361db74a9bc2 Mon Sep 17 00:00:00 2001
+From: J. Bruce Fields bfie...@redhat.com
+Date: Sun, 10 Feb 2013 11:33:48 -0500
+Subject: svcrpc: make svc_age_temp_xprts enqueue under sv_lock
+
+From: J. Bruce Fields bfie...@redhat.com
+
+commit e75bafbff2270993926abcc31358361db74a9bc2 upstream.
+
+svc_age_temp_xprts expires xprts in a two-step process: first it takes
+the sv_lock and moves the xprts to expire off their server-wide list
+(sv_tempsocks or sv_permsocks) to a local list.  Then it drops the
+sv_lock and enqueues and puts each one.
+
+I see no reason for this: svc_xprt_enqueue() will take sp_lock, but the
+sv_lock and sp_lock are not otherwise nested anywhere (and documentation
+at the top of this file claims it's correct to nest these with sp_lock
+inside.)
+
+Tested-by: Jason Tibbitts ti...@math.uh.edu
+Tested-by: Paweł Sikora pawel.sik...@agmk.net
+Signed-off-by: J. Bruce Fields bfie...@redhat.com
+Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org
+
+---
+ net/sunrpc/svc_xprt.c |   15 ++-
+ 1 file changed, 2 insertions(+), 13 deletions(-)
+
+--- a/net/sunrpc/svc_xprt.c
 b/net/sunrpc/svc_xprt.c
+@@ -817,7 +817,6 @@ static void svc_age_temp_xprts(unsigned
+   struct svc_serv *serv = (struct svc_serv *)closure;
+   struct svc_xprt *xprt;
+   struct list_head *le, *next;
+-  LIST_HEAD(to_be_aged);
+ 
+   dprintk(svc_age_temp_xprts\n);
+ 
+@@ -838,25 +837,15 @@ static void svc_age_temp_xprts(unsigned
+   if (atomic_read(xprt-xpt_ref.refcount)  1 ||
+   test_bit(XPT_BUSY, xprt-xpt_flags))
+   continue;
+-  svc_xprt_get(xprt);
+-  list_move(le, to_be_aged);
++  list_del_init(le);
+   set_bit(XPT_CLOSE, xprt-xpt_flags);
+   set_bit(XPT_DETACHED, xprt-xpt_flags);
+-  }
+-  spin_unlock_bh(serv-sv_lock);
+-
+-  while (!list_empty(to_be_aged)) {
+-  le = to_be_aged.next;
+-  /* fiddling the xpt_list node is safe 'cos we're XPT_DETACHED */
+-  list_del_init(le);
+-  xprt = list_entry(le, struct svc_xprt, xpt_list);
+-
+   dprintk(queuing xprt %p for closing\n, xprt);
+ 
+   /* a thread will dequeue and close it soon */
+   svc_xprt_enqueue(xprt);
+-  svc_xprt_put(xprt);
+   }
++  spin_unlock_bh(serv-sv_lock);
+ 
+   mod_timer(serv-sv_temptimer, jiffies + svc_conn_age_period * HZ);
+ }


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/af554b149aaf79478de684a7b799e69a8cea6b2f

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


[packages/kernel-tools] updated to 3.7.10.

2013-03-03 Thread pluto
commit 54bd7b274db038c8ddff24ffb84c7a5f7137a2aa
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Mar 3 13:52:21 2013 +0100

updated to 3.7.10.

 kernel-tools.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-tools.spec b/kernel-tools.spec
index 1137637..3346091 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -8,7 +8,7 @@
 
 %definerel 1
 %definebasever 3.7
-%definepostver .5
+%definepostver .10
 Summary:   Assortment of tools for the Linux kernel
 Summary(pl.UTF-8): Zestaw narzędzi dla jądra Linuksa
 Name:  kernel-tools
@@ -20,7 +20,7 @@ Source0:  
http://www.kernel.org/pub/linux/kernel/v3.x/linux-%{basever}.tar.xz
 # Source0-md5: 21223369d682bcf44bcdfe1521095983
 %if %{postver} != .0
 Patch0:
http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.bz2
-# Patch0-md5:  0bb3a5b1c5ee7ae694e3db58b2b69a8d
+# Patch0-md5:  5545033e0ce84a7f343f79530ebe94ab
 %endif
 Source1:   cpupower.service
 Source2:   cpupower.config


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/54bd7b274db038c8ddff24ffb84c7a5f7137a2aa

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


[packages/git-core] make gitk's cherry-pick commitlog more user friendly.

2013-02-21 Thread pluto
commit 8ce45cecd69aec45857c13326772dd0c28a27378
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Feb 21 22:19:00 2013 +0100

make gitk's cherry-pick commitlog more user friendly.

 cherry-picked-commitlog.patch | 13 +
 git-core.spec |  2 ++
 2 files changed, 15 insertions(+)
---
diff --git a/git-core.spec b/git-core.spec
index e5f7471..03bdb90 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -24,6 +24,7 @@ Source6:  %{name}.init
 Patch0:%{name}-tests.patch
 Patch1:%{name}-key-bindings.patch
 Patch2:%{name}-sysconfdir.patch
+Patch3:cherry-picked-commitlog.patch
 URL:   http://git-scm.com/
 BuildRequires: autoconf = 2.59
 BuildRequires: automake
@@ -379,6 +380,7 @@ Ta wtyczka dostarcza podświetlanie składni dla treści 
commitów gita.
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__aclocal}
diff --git a/cherry-picked-commitlog.patch b/cherry-picked-commitlog.patch
new file mode 100644
index 000..fee97a7
--- /dev/null
+++ b/cherry-picked-commitlog.patch
@@ -0,0 +1,13 @@
+diff --git a/gitk-git/gitk.orig b/gitk-git/gitk
+index ce63a8c..4ae5a56 100755
+--- a/gitk-git/gitk.orig
 b/gitk-git/gitk
+@@ -9150,7 +9150,7 @@ proc cherrypick {} {
+ update
+ # Unfortunately git-cherry-pick writes stuff to stderr even when
+ # no error occurs, and exec takes that as an indication of error...
+-if {[catch {exec sh -c git cherry-pick -r $rowmenuid 21} err]} {
++if {[catch {exec sh -c git cherry-pick -x -r $rowmenuid 21} err]} {
+   notbusy cherrypick
+   if {[regexp -line \
+{Entry '(.*)' (would be overwritten by merge|not uptodate)} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/8ce45cecd69aec45857c13326772dd0c28a27378

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


[packages/kde4-kdepimlibs] devel R: nepomuk-core-devel.

2013-02-17 Thread pluto
commit b7e8e5abf9b51ee0e3bbc6a6ed0a6a63fc347ecf
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Feb 17 13:17:39 2013 +0100

devel R: nepomuk-core-devel.

fix cmake config failures at 
/usr/lib64/cmake/KdepimLibs/KdepimLibsConfig.cmake:57 (find_package):
Could not find a package configuration file provided by NepomukCore...

 kde4-kdepimlibs.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/kde4-kdepimlibs.spec b/kde4-kdepimlibs.spec
index 7195a97..e8d1746 100644
--- a/kde4-kdepimlibs.spec
+++ b/kde4-kdepimlibs.spec
@@ -69,6 +69,7 @@ Summary(pl.UTF-8):Pliki nagłówkowe bibliotek KDE PIM
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  kde4-kdelibs-devel = %{version}
+Requires:  kde4-nepomuk-core-devel = %{version}
 
 %description devel
 This package contains header files needed if you wish to build


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdepimlibs.git/commitdiff/b7e8e5abf9b51ee0e3bbc6a6ed0a6a63fc347ecf

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


[packages/kde4-kdepim] nepomuk-core-devel already required by kdepimlibs-devel.

2013-02-17 Thread pluto
commit 4c2bc43c0eb68f6fd24d807550ce4fce3267979b
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Feb 17 13:29:58 2013 +0100

nepomuk-core-devel already required by kdepimlibs-devel.

 kde4-kdepim.spec | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/kde4-kdepim.spec b/kde4-kdepim.spec
index 0557e07..7a3aad9 100644
--- a/kde4-kdepim.spec
+++ b/kde4-kdepim.spec
@@ -37,7 +37,6 @@ BuildRequires:gpgme-devel = 1:1.2.0
 BuildRequires: grantlee-devel
 BuildRequires: kde4-kdelibs-devel = %{version}
 BuildRequires: kde4-kdepimlibs-devel = %{version}
-BuildRequires: kde4-nepomuk-core-devel = %{version}
 BuildRequires: kde4-nepomuk-widgets-devel = %{version}
 BuildRequires: libassuan-devel
 BuildRequires: libindicate-qt-devel = 0.2.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdepim.git/commitdiff/4c2bc43c0eb68f6fd24d807550ce4fce3267979b

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


[packages/kde4-kdepim] updated to 4.10.0 (BRs/files adjusted, ktimetracker plugin dropped - doesn't work / disabled in sour

2013-02-12 Thread pluto
commit 6df93d22484a0dddb146d683827f30b6a4cccaf2
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Tue Feb 12 21:40:50 2013 +0100

updated to 4.10.0 (BRs/files adjusted, ktimetracker plugin dropped - 
doesn't work / disabled in sources).

 kde4-kdepim.spec | 33 ++---
 1 file changed, 6 insertions(+), 27 deletions(-)
---
diff --git a/kde4-kdepim.spec b/kde4-kdepim.spec
index 007110b..c452a4b 100644
--- a/kde4-kdepim.spec
+++ b/kde4-kdepim.spec
@@ -9,12 +9,12 @@ Summary(pl.UTF-8):Zarządca informacji osobistej (PIM) dla 
KDE
 Summary(ru.UTF-8): Персональный планировщик (PIM) для KDE
 Summary(uk.UTF-8): Персональный планувальник (PIM) для KDE
 Name:  kde4-kdepim
-Version:   4.9.4
-Release:   2
+Version:   4.10.0
+Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 6fbad17668735ea2ac6718085a6f5168
+# Source0-md5: c9ebf0e7e917f5d6a2d3d61912c7028f
 Patch100:  %{name}-branch.diff
 # http://mirrors.ludost.net/gentoo/distfiles/kleopatra-4.4.3-assuan2.patch.bz2
 URL:   http://www.kde.org/
@@ -33,6 +33,8 @@ BuildRequires:gpgme-devel = 1:1.2.0
 BuildRequires: grantlee-devel
 BuildRequires: kde4-kdelibs-devel = %{version}
 BuildRequires: kde4-kdepimlibs-devel = %{version}
+BuildRequires: kde4-nepomuk-core-devel = %{version}
+BuildRequires: kde4-nepomuk-widgets-devel = %{version}
 BuildRequires: libassuan-devel
 BuildRequires: libindicate-qt-devel = 0.2.2
 BuildRequires: openssl-devel
@@ -52,6 +54,7 @@ BuildConflicts:   kdepim-libkmailprivate
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  %{name}-runtime = %{version}
 Obsoletes: %{name}-kpilot
+Obsoletes: kde4-kdepim-kontact-plugin-ktimetracker
 Obsoletes: kde4-kdepim-kontact-plugin-planner
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -211,22 +214,6 @@ Kmail plugin for Kontact.
 %description kontact-plugin-kmail -l pl.UTF-8
 Plugin Kmail dla Kontakt.
 
-%package kontact-plugin-ktimetracker
-Summary:   Ktimer plugin for Kontact
-Summary(pl.UTF-8): plugin Ktimer dla Kontakt
-Group: X11/Applications
-Requires:  %{name}-kontact = %{version}-%{release}
-Requires:  %{name}-ktimetracker = %{version}-%{release}
-Provides:  kde4-kontact-plugin-ktimetracker
-Obsoletes: kde4-kontact-plugin-ktimetracker
-
-%description kontact-plugin-ktimetracker
-Ktimer plugin for Kontact.
-
-%description kontact-plugin-ktimetracker -l pl.UTF-8
-Plugin Ktimer dla Kontakt.
-
-
 %package kaddressbook
 Summary:   Address book
 Summary(pl.UTF-8): Książka adresowa
@@ -814,7 +801,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/akonadi_archivemail_agent
 %attr(755,root,root) %{_bindir}/akonadi_mailfilter_agent
-%attr(755,root,root) %{_bindir}/backupmail
 %attr(755,root,root) %{_bindir}/importwizard
 %attr(755,root,root) %{_bindir}/kmail
 %attr(755,root,root) %{_bindir}/kmail-mobile
@@ -835,8 +821,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/kde4/kmail-mobile.desktop
 %{_datadir}/apps/akonadi_archivemail_agent
 %{_datadir}/apps/akonadi_mailfilter_agent
-%{_datadir}/apps/backupmail
-%{_datadir}/apps/kmail
 %{_datadir}/apps/kmail2
 %{_datadir}/apps/kmail-mobile
 %{_datadir}/apps/ktnef
@@ -887,11 +871,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/kde4/services/kontact/kmailplugin.desktop
 %{_datadir}/kde4/services/kcmkmailsummary.desktop
 
-%files kontact-plugin-ktimetracker
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/kde4/kontact_ktimetrackerplugin.so
-%{_datadir}/kde4/services/kontact/ktimetracker_plugin.desktop
-
 %files kaddressbook
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kaddressbook


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdepim.git/commitdiff/6df93d22484a0dddb146d683827f30b6a4cccaf2

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


DISTFILES: kde4-kdepim: kdepim-4.10.0.tar.xz

2013-02-12 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.10.0/src/kdepim-4.10.0.tar.xz
c9ebf0e7e917f5d6a2d3d61912c7028f  kdepim-4.10.0.tar.xz
Size: 14502240 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/kde4-kdepim] package libpimcommon.so*, add more todo.

2013-02-12 Thread pluto
commit d07eb3dbd06e563d3d264966c2098619434f8296
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Tue Feb 12 22:43:27 2013 +0100

package libpimcommon.so*, add more todo.

 kde4-kdepim.spec | 7 +++
 1 file changed, 7 insertions(+)
---
diff --git a/kde4-kdepim.spec b/kde4-kdepim.spec
index c452a4b..0557e07 100644
--- a/kde4-kdepim.spec
+++ b/kde4-kdepim.spec
@@ -1,5 +1,9 @@
 # TODO: remove empty 'plugins' package?
 #
+#/usr/bin/pimsettingexporter
+#/usr/lib64/kde4/plugins/accessible/messagevieweraccessiblewidgetfactory.so
+#/usr/share/apps/pimsettingexporter/pimsettingexporter.rc
+#
 %define_state  stable
 %defineqtver   4.8.1
 %defineorgname kdepim
@@ -1062,6 +1066,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libmessagecore.so
 %attr(755,root,root) %{_libdir}/libmessagelist.so
 %attr(755,root,root) %{_libdir}/libmessageviewer.so
+%attr(755,root,root) %{_libdir}/libpimcommon.so
 %attr(755,root,root) %{_libdir}/libtemplateparser.so
 
 %files kalarm
@@ -1203,3 +1208,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}//libmessagelist.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libmessageviewer.so.?
 %attr(755,root,root) %{_libdir}//libmessageviewer.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpimcommon.so.?
+%attr(755,root,root) %{_libdir}/libpimcommon.so.*.*.*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdepim.git/commitdiff/d07eb3dbd06e563d3d264966c2098619434f8296

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


[packages/kde4-kdepim-runtime] updated to 4.10.0 (todo added).

2013-02-12 Thread pluto
commit 10a2434645f908a1ec6d2560e576424aa3bd6062
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Tue Feb 12 22:47:06 2013 +0100

updated to 4.10.0 (todo added).

 kde4-kdepim-runtime.spec | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/kde4-kdepim-runtime.spec b/kde4-kdepim-runtime.spec
index 78f2743..9f6ed31 100644
--- a/kde4-kdepim-runtime.spec
+++ b/kde4-kdepim-runtime.spec
@@ -1,3 +1,9 @@
+#
+# TODO:
+#/usr/bin/nepomukpimindexerutility
+#/usr/share/apps/akonadi_nepomuk_feeder/akonadi_nepomuk_feeder.notifyrc
+#/usr/share/apps/nepomukpimindexerutility/nepomukpimindexerutility.rc
+#
 %define_state  stable
 %defineqtver   4.8.1
 
@@ -6,12 +12,12 @@
 Summary:   Runtime Personal Information Management (PIM) for KDE
 Summary(pl.UTF-8): Zarządca informacji osobistej (PIM) dla KDE
 Name:  kde4-kdepim-runtime
-Version:   4.9.4
+Version:   4.10.0
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 46f492e41228ef0a23e012c123fb2d68
+# Source0-md5: 855937d88b92edae7c535550ff38704e
 Patch100:  %{name}-branch.diff
 URL:   http://www.kde.org/
 BuildRequires: Qt3Support-devel = %{qtver}
@@ -138,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/akonaditray
 %attr(755,root,root) %{_bindir}/akonadi2xml
 %attr(755,root,root) %{_bindir}/akonadi_birthdays_resource
+%attr(755,root,root) %{_bindir}/akonadi_icaldir_resource
 %attr(755,root,root) %{_bindir}/akonadi_imap_resource
 %attr(755,root,root) %{_bindir}/akonadi_kolabproxy_resource
 %attr(755,root,root) %{_bindir}/akonadi_microblog_resource
@@ -154,7 +161,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libakonadi-filestore.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libkmindexreader.so.?
 %attr(755,root,root) %{_libdir}/libkmindexreader.so.*.*.*
-%attr(755,root,root) %{_libdir}/libkdepim-runtime-dms-copy.so
 %attr(755,root,root) %{_libdir}/kde4/akonadi_serializer_addressee.so
 %attr(755,root,root) %{_libdir}/kde4/akonadi_serializer_contactgroup.so
 %attr(755,root,root) %{_libdir}/kde4/akonadi_serializer_mail.so
@@ -207,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/akonadi/agents/davgroupwareresource.desktop
 %{_datadir}/akonadi/agents/googlecalendarresource.desktop
 %{_datadir}/akonadi/agents/googlecontactsresource.desktop
+%{_datadir}/akonadi/agents/icaldirresource.desktop
 %{_datadir}/akonadi/agents/icalresource.desktop
 %{_datadir}/akonadi/agents/imapresource.desktop
 %{_datadir}/akonadi/agents/invitationsagent.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdepim-runtime.git/commitdiff/10a2434645f908a1ec6d2560e576424aa3bd6062

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


DISTFILES: kde4-kdepim-runtime: kdepim-runtime-4.10.0.tar.xz

2013-02-12 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.10.0/src/kdepim-runtime-4.10.0.tar.xz
855937d88b92edae7c535550ff38704e  kdepim-runtime-4.10.0.tar.xz
Size: 1123456 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/glibc] remove --with-pkgversion until official tcl bugfix for #3599098. we don't want to break 3rd party so

2013-01-26 Thread pluto
commit 2aa88ecfd0719ddcdee942f271c64315a6a77cc6
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sat Jan 26 22:20:21 2013 +0100

remove --with-pkgversion until official tcl bugfix for #3599098.
we don't want to break 3rd party software like ActiveTcl (The 
Industry-Standard Tcl Distribution).

testcase: 
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2013-January/023379.html

 glibc.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index f581178..77e61a6 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,4 +1,5 @@
 # TODO:
+# - restore --with-pkgversion when tcl upstream fixes the #3599098 (broken 
platform::identify).
 # - --enable-systemtap
 # - look at locale fixes/updates in bugzilla
 # - no more chicken-egg problem (postshell is no more dynamically linked with 
libc), remove SONAME symlinks? see files section.
@@ -34,7 +35,7 @@ Summary(tr.UTF-8):GNU libc
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   %{core_version}
-Release:   2
+Release:   3
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -1003,7 +1004,6 @@ PATH=$(pwd)/alt-tools:$PATH; export PATH
 AWK=gawk \
 ../%configure \
--with-bugurl=http://bugs.pld-linux.org/ \
-   
--with-pkgversion=%{name}-%{epoch}:%{version}-%{release}.%{_target_cpu} \
--with-binutils=$(pwd)/alt-tools \
--enable-kernel=%{min_kernel} \
--with-headers=%{_includedir} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/2aa88ecfd0719ddcdee942f271c64315a6a77cc6

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


[packages/kernel] enable useful /proc/sys/sunrpc/nfs_debug sysctls. rpc/nfs is buggy and requires continuous debugging

2013-01-05 Thread pluto
commit 7ccb29c8041c6154e70f902a7ca4149035c2e00a
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sat Jan 5 15:58:15 2013 +0100

enable useful /proc/sys/sunrpc/nfs_debug sysctls. rpc/nfs is buggy and 
requires continuous debugging.

 kernel-multiarch.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 6844b94..3433344 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -8455,7 +8455,7 @@ SUNRPC all=m
 SUNRPC_GSS all=m
 SUNRPC_XPRT_RDMA all=m
 RPCSEC_GSS_KRB5 all=m
-SUNRPC_DEBUG all=n
+SUNRPC_DEBUG all=y
 
 #-
 #- *** FILE: net/tipc/Kconfig ***


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/7ccb29c8041c6154e70f902a7ca4149035c2e00a

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


[packages/tcl] better regexp for libc version matching (reported as #3599098 on tcl bugs tracker). release 2.

2013-01-01 Thread pluto
commit e3ba2ea67a9ee592fa5472495056b5953b04341c
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Tue Jan 1 14:17:27 2013 +0100

better regexp for libc version matching (reported as #3599098 on tcl bugs 
tracker).
release 2.

 libc-version.patch | 11 +++
 tcl.spec   |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/tcl.spec b/tcl.spec
index b34442d..70cf900 100644
--- a/tcl.spec
+++ b/tcl.spec
@@ -15,7 +15,7 @@ Summary(tr.UTF-8):Tcl ile kullanılabilen betik dili
 Summary(uk.UTF-8): Tool Command Language - вбудовувана мова скриптів
 Name:  tcl
 Version:   %{major}.%{minor}
-Release:   1
+Release:   2
 License:   BSD
 Group: Development/Languages/Tcl
 Source0:   
http://downloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
@@ -32,6 +32,7 @@ Patch6:   %{name}-multilib.patch
 Patch7:%{name}-autopath.patch
 Patch8:%{name}-hidden.patch
 Patch9:%{name}-conf.patch
+Patch10:   libc-version.patch
 URL:   http://www.tcl.tk/
 BuildRequires: autoconf = 2.59
 BuildRequires: ncurses-devel = 5.2
@@ -124,6 +125,7 @@ Pliki nagłówkowe oraz dokumentacja dla Tcl (Tool Command 
Language).
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 %if %{with threads}
diff --git a/libc-version.patch b/libc-version.patch
new file mode 100644
index 000..7d4caf8
--- /dev/null
+++ b/libc-version.patch
@@ -0,0 +1,11 @@
+--- tcl8.5.13/library/platform/platform.tcl.orig   2012-11-06 
16:04:59.0 +0100
 tcl8.5.13/library/platform/platform.tcl2013-01-01 14:14:42.116858289 
+0100
+@@ -256,7 +256,7 @@
+ if {![catch {
+   set vdata [lindex [split [exec $libc] \n] 0]
+ }]} {
+-  regexp {([0-9]+(\.[0-9]+)*)} $vdata - v
++  regexp {version ([0-9]+(\.[0-9]+)*), by } $vdata - v
+   foreach {major minor} [split $v .] break
+   set v glibc${major}.${minor}
+   return 1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tcl.git/commitdiff/e3ba2ea67a9ee592fa5472495056b5953b04341c

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


[packages/git-core] updated to 1.8.0.3.

2012-12-28 Thread pluto
commit 4ea6f266e25bd7cdbb2d8b9ed09d2c6c318214a4
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Fri Dec 28 17:03:42 2012 +0100

updated to 1.8.0.3.

 git-core.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 21c4385..b06bfc9 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -9,12 +9,12 @@
 Summary:   Distributed version control system focused on speed, 
effectivity and usability
 Summary(pl.UTF-8): Rozproszony system śledzenia treści skupiony na 
szybkości, wydajności i użyteczności
 Name:  git-core
-Version:   1.8.0.2
-Release:   3
+Version:   1.8.0.3
+Release:   1
 License:   GPL v2
 Group: Development/Tools
 Source0:   http://git-core.googlecode.com/files/git-%{version}.tar.gz
-# Source0-md5: 1aca109d4a719fe5bc43d25927fbc7d9
+# Source0-md5: 6a32290550c9e8aa55aeb6e8db9c183f
 Source1:   %{name}-gitweb.conf
 Source2:   %{name}-gitweb-httpd.conf
 Source3:   %{name}-gitweb-lighttpd.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/4ea6f266e25bd7cdbb2d8b9ed09d2c6c318214a4

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


DISTFILES: git-core: git-1.8.0.3.tar.gz

2012-12-28 Thread pluto

Files fetched: 1

STORED: http://git-core.googlecode.com/files/git-1.8.0.3.tar.gz
6a32290550c9e8aa55aeb6e8db9c183f  git-1.8.0.3.tar.gz
Size: 4235284 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/crossmingw64-binutils] updated to 2.23.51.0.8.

2012-12-26 Thread pluto
commit ad1482d75c78fd81125ede3a22c707db5395beb8
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Wed Dec 26 12:37:23 2012 +0100

updated to 2.23.51.0.8.

 crossmingw64-binutils.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw64-binutils.spec b/crossmingw64-binutils.spec
index 194c2f8..4633637 100644
--- a/crossmingw64-binutils.spec
+++ b/crossmingw64-binutils.spec
@@ -5,12 +5,12 @@ Summary(pl.UTF-8):Skrośne narzędzia programistyczne GNU 
dla Mingw64 - binutil
 Summary(pt_BR.UTF-8):  Utilitários para desenvolvimento de binários da GNU - 
Mingw64 binutils
 Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 binutils
 Name:  crossmingw64-binutils
-Version:   2.23.51.0.5
+Version:   2.23.51.0.8
 Release:   1
 License:   GPL v3+
 Group: Development/Tools
 Source0:   
http://www.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
-# Source0-md5: a08000d6c18b4667095e416816550a33
+# Source0-md5: 52db235c4e05928827a37ae1e8213bc7
 URL:   http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw64-binutils.git/commitdiff/ad1482d75c78fd81125ede3a22c707db5395beb8

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


DISTFILES: crossmingw64-binutils: binutils-2.23.51.0.8.tar.bz2

2012-12-26 Thread pluto

Files fetched: 1

STORED: 
http://www.kernel.org/pub/linux/devel/binutils/binutils-2.23.51.0.8.tar.bz2
52db235c4e05928827a37ae1e8213bc7  binutils-2.23.51.0.8.tar.bz2
Size: 18893478 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/crossmingw64-gcc] remove default stack protector flags (crossmingw64-gcc package is configured w/o libssp).

2012-12-26 Thread pluto
commit c660d3e1475bda0d0f7dac3c863f95ed64c7e96d
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Wed Dec 26 19:23:46 2012 +0100

remove default stack protector flags (crossmingw64-gcc package is 
configured w/o libssp).

 crossmingw64-gcc.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/crossmingw64-gcc.spec b/crossmingw64-gcc.spec
index 9f01075..a7eb6e2 100644
--- a/crossmingw64-gcc.spec
+++ b/crossmingw64-gcc.spec
@@ -48,6 +48,7 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define_noautostrip.*/lib.*\\.a
 
 %defineWerror_cflags   %{nil}
+%define_ssp_cflags %{nil}
 
 # workaround bootstrap bug: http://gcc.gnu.org/bugzilla/PR25672
 %definefilterout   -march=i486 -march=i686 -mtune=pentium4


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw64-gcc.git/commitdiff/c660d3e1475bda0d0f7dac3c863f95ed64c7e96d

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


[packages/crossmingw64-binutils] updated to 2.23.51.0.5.

2012-12-20 Thread pluto
commit 28d0311b0af93335b8db03546b73a674bc3be9e0
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Dec 20 21:49:33 2012 +0100

updated to 2.23.51.0.5.

 crossmingw64-binutils.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw64-binutils.spec b/crossmingw64-binutils.spec
index bccc58b..194c2f8 100644
--- a/crossmingw64-binutils.spec
+++ b/crossmingw64-binutils.spec
@@ -5,12 +5,12 @@ Summary(pl.UTF-8):Skrośne narzędzia programistyczne GNU 
dla Mingw64 - binutil
 Summary(pt_BR.UTF-8):  Utilitários para desenvolvimento de binários da GNU - 
Mingw64 binutils
 Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 binutils
 Name:  crossmingw64-binutils
-Version:   2.23.51.0.3
+Version:   2.23.51.0.5
 Release:   1
 License:   GPL v3+
 Group: Development/Tools
 Source0:   
http://www.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
-# Source0-md5: 0f81033f89158111aeaf60e528a8dfd6
+# Source0-md5: a08000d6c18b4667095e416816550a33
 URL:   http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw64-binutils.git/commitdiff/28d0311b0af93335b8db03546b73a674bc3be9e0

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


DISTFILES: crossmingw64-binutils: binutils-2.23.51.0.5.tar.bz2

2012-12-20 Thread pluto

Files fetched: 1

STORED: 
http://www.kernel.org/pub/linux/devel/binutils/binutils-2.23.51.0.5.tar.bz2
a08000d6c18b4667095e416816550a33  binutils-2.23.51.0.5.tar.bz2
Size: 18899916 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/crossmingw64-headers] updated.

2012-12-20 Thread pluto
commit de114dec2e9685b66a42ec0befeb706500958af2
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Dec 20 22:24:41 2012 +0100

updated.

 crossmingw64-headers.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/crossmingw64-headers.spec b/crossmingw64-headers.spec
index b01cc9f..cd63667 100644
--- a/crossmingw64-headers.spec
+++ b/crossmingw64-headers.spec
@@ -2,13 +2,13 @@ Summary:  Cross Mingw64 GNU development utilities - 
headers
 Summary(pl.UTF-8): Skrośne narzędzia programistyczne GNU dla Mingw64 - 
pliki nagłowkowe
 Name:  crossmingw64-headers
 Version:   2.0
-Release:   3
+Release:   4
 License:   ZPL v2.1 with parts on Public Domain, BSD and LGPL.
 Group: Development/Tools
 # svn co 
https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/stable/v2.x/mingw-w64-headers
 mingw64-headers
-%define_rev5377
+%define_rev5515
 Source0:   mingw64-headers.tar.xz
-# Source0-md5: 8b75142640919794f75f3a0bec350457
+# Source0-md5: 1268ff4bed4aab11c5604281f7741987
 URL:   http://mingw-w64.sourceforge.net/
 BuildRequires: automake
 BuildRequires: subversion


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw64-headers.git/commitdiff/de114dec2e9685b66a42ec0befeb706500958af2

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


DISTFILES: crossmingw64-headers: mingw64-headers.tar.xz

2012-12-20 Thread pluto

Files fetched: 1

STORED: no-url://mingw64-headers.tar.xz
1268ff4bed4aab11c5604281f7741987  mingw64-headers.tar.xz
Size: 7142324 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: crossmingw64-gcc: ERRORS: gcc-4.7.2.tar.bz2 mingw64-crt.tar.xz gcc-branch.diff

2012-12-20 Thread pluto
FATAL: ./upload/pluto/mingw64-crt.tar.xz was not uploaded

Files fetched: 1

ALREADY GOT: ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.7.2/gcc-4.7.2.tar.bz2
cc308a0891e778cfda7a151ab8a6e762  gcc-4.7.2.tar.bz2
STORED: no-url://gcc-branch.diff
2add58e2b9d9874ba62e05ca9b6b513f  gcc-branch.diff
Size: 11478064 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/crossmingw64-gcc] disable format security checks.

2012-12-20 Thread pluto
commit 277b67974caf730e92db58ce62010b3be592abbb
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Dec 20 22:58:05 2012 +0100

disable format security checks.

 crossmingw64-gcc.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/crossmingw64-gcc.spec b/crossmingw64-gcc.spec
index e0a0f9c..9f01075 100644
--- a/crossmingw64-gcc.spec
+++ b/crossmingw64-gcc.spec
@@ -47,6 +47,8 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define_noautostrip.*/lib.*\\.a
 
+%defineWerror_cflags   %{nil}
+
 # workaround bootstrap bug: http://gcc.gnu.org/bugzilla/PR25672
 %definefilterout   -march=i486 -march=i686 -mtune=pentium4
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw64-gcc.git/commitdiff/277b67974caf730e92db58ce62010b3be592abbb

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


DISTFILES: crossmingw64-gcc: gcc-4.7.2.tar.bz2 mingw64-crt.tar.xz gcc-branch.diff

2012-12-20 Thread pluto

Files fetched: 1

ALREADY GOT: ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.7.2/gcc-4.7.2.tar.bz2
cc308a0891e778cfda7a151ab8a6e762  gcc-4.7.2.tar.bz2
STORED: no-url://mingw64-crt.tar.xz
bf9051e7e4deb445e9e8877ca68211e1  mingw64-crt.tar.xz
Size: 2551308 bytes
ALREADY GOT: no-url://gcc-branch.diff
2add58e2b9d9874ba62e05ca9b6b513f  gcc-branch.diff


-- 
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/kde4-analitza] updated to 4.9.3.

2012-12-02 Thread pluto
commit 0cddd6a9a3fe36cf2de0ffce2b1e77c1aadc1f13
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:34:07 2012 +0100

updated to 4.9.3.

 kde4-analitza.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-analitza.spec b/kde4-analitza.spec
index ccd577e..f6bea16 100644
--- a/kde4-analitza.spec
+++ b/kde4-analitza.spec
@@ -8,12 +8,12 @@
 Summary:   Mathematical features library
 Summary(pl.UTF-8): analitza
 Name:  kde4-analitza
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   LGPL v2
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: fc73264a6eae997e90591d1a11a17c0c
+# Source0-md5: 31cf5d816af47633b9eb6b172fe3c6e7
 URL:   http://www.kde.org/
 BuildRequires: automoc4
 BuildRequires: cmake = 2.6.3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-analitza.git/commitdiff/0cddd6a9a3fe36cf2de0ffce2b1e77c1aadc1f13

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


DISTFILES: kde4-analitza: analitza-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/analitza-4.9.3.tar.xz
31cf5d816af47633b9eb6b172fe3c6e7  analitza-4.9.3.tar.xz
Size: 142972 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/kde4-ark] updated to 4.9.3.

2012-12-02 Thread pluto
commit 4181f086b0eebe19cf93bfd9a4e70bf81d79b36e
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:35:03 2012 +0100

updated to 4.9.3.

 kde4-ark.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-ark.spec b/kde4-ark.spec
index 9c78ea1..6fca7dd 100644
--- a/kde4-ark.spec
+++ b/kde4-ark.spec
@@ -5,12 +5,12 @@
 
 Summary:   K Desktop Environment - archive manager
 Name:  kde4-ark
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 5082c4154fc7e3afb10cd4b7264d0f1f
+# Source0-md5: 40c83c5744cd813a60238ed48564b7e9
 URL:   http://www.kde.org/
 BuildRequires: bzip2-devel
 BuildRequires: kde4-kdebase-devel = %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-ark.git/commitdiff/4181f086b0eebe19cf93bfd9a4e70bf81d79b36e

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


DISTFILES: kde4-ark: ark-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/ark-4.9.3.tar.xz
40c83c5744cd813a60238ed48564b7e9  ark-4.9.3.tar.xz
Size: 234180 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/kde4-libkcddb] updated to 4.9.3.

2012-12-02 Thread pluto
commit 0c196e026e066128d067362fdd1df4665bc55827
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:36:41 2012 +0100

updated to 4.9.3.

 kde4-libkcddb.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kde4-libkcddb.spec b/kde4-libkcddb.spec
index fcf3786..ff48f14 100644
--- a/kde4-libkcddb.spec
+++ b/kde4-libkcddb.spec
@@ -5,12 +5,12 @@
 Summary:   CDDB accessing library
 Summary(pl.UTF-8): Biblioteka dostępu do baz CDDB
 Name:  kde4-%{orgname}
-Version:   4.9.1
-Release:   2
+Version:   4.9.3
+Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: ebdef6e8697921fa66b405807c074bf4
+# Source0-md5: a05e5ee4a89d601ac09ff023bba55ce4
 BuildRequires: cmake = 2.8.0
 BuildRequires: kde4-kdelibs-devel = %{version}
 BuildRequires: libmusicbrainz5-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-libkcddb.git/commitdiff/0c196e026e066128d067362fdd1df4665bc55827

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


DISTFILES: kde4-libkcddb: libkcddb-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/libkcddb-4.9.3.tar.xz
a05e5ee4a89d601ac09ff023bba55ce4  libkcddb-4.9.3.tar.xz
Size: 156700 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/kde4-libkcompactdisc] updated to 4.9.3.

2012-12-02 Thread pluto
commit d0cde0b86073c0c677e2a83523c3e3396567a0cb
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:37:55 2012 +0100

updated to 4.9.3.

 kde4-libkcompactdisc.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-libkcompactdisc.spec b/kde4-libkcompactdisc.spec
index 0deb4cd..3e4c3da 100644
--- a/kde4-libkcompactdisc.spec
+++ b/kde4-libkcompactdisc.spec
@@ -4,12 +4,12 @@
 
 Summary:   K Desktop Environment - compact disc library
 Name:  kde4-%{orgname}
-Version:   4.9.2
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: d890ae19cda76a07b660ca920d4a0827
+# Source0-md5: b9df6574986143a744a1bb64d6b5c28d
 BuildRequires: alsa-lib-devel
 BuildRequires: cmake = 2.8.0
 BuildRequires: kde4-kdelibs-devel = %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-libkcompactdisc.git/commitdiff/d0cde0b86073c0c677e2a83523c3e3396567a0cb

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


DISTFILES: kde4-libkcompactdisc: libkcompactdisc-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/libkcompactdisc-4.9.3.tar.xz
b9df6574986143a744a1bb64d6b5c28d  libkcompactdisc-4.9.3.tar.xz
Size: 75572 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/kde4-libkdcraw] updated to 4.9.3.

2012-12-02 Thread pluto
commit f3c73dbce973efa66a0e53a5290ed8323651cee7
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:39:47 2012 +0100

updated to 4.9.3.

 kde4-libkdcraw.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-libkdcraw.spec b/kde4-libkdcraw.spec
index f7aac6d..46f32c0 100644
--- a/kde4-libkdcraw.spec
+++ b/kde4-libkdcraw.spec
@@ -5,12 +5,12 @@
 Summary:   KDcraw libary
 Summary(pl.UTF-8): Biblioteka KDcraw
 Name:  kde4-libkdcraw
-Version:   4.9.2
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 78e880ba8ef6f8a84306b03b2346e9c7
+# Source0-md5: 81a55546737dd4ce8865d933a3d3ce7b
 URL:   http://www.kde.org/
 BuildRequires: lcms-devel
 BuildRequires: libjpeg-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-libkdcraw.git/commitdiff/f3c73dbce973efa66a0e53a5290ed8323651cee7

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


DISTFILES: kde4-libkdcraw: libkdcraw-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/libkdcraw-4.9.3.tar.xz
81a55546737dd4ce8865d933a3d3ce7b  libkdcraw-4.9.3.tar.xz
Size: 267480 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/kde4-libkdeedu] updated to 4.9.3.

2012-12-02 Thread pluto
commit 8a72628c7eaf847a4f67f1df95771302efd5b5d9
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:40:17 2012 +0100

updated to 4.9.3.

 kde4-libkdeedu.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-libkdeedu.spec b/kde4-libkdeedu.spec
index c3cb54d..f63d6cf 100644
--- a/kde4-libkdeedu.spec
+++ b/kde4-libkdeedu.spec
@@ -5,12 +5,12 @@
 Summary:   Libraries used by KDE education applications
 Summary(pl.UTF-8): Biblioteki używane przez aplikacje edukacyjne KDE
 Name:  kde4-libkdeedu
-Version:   4.9.2
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 1b4d2810064ed35a3f359e031df3ee8c
+# Source0-md5: a038b9ff7746681118c08104a1c7eb0c
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: phonon-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-libkdeedu.git/commitdiff/8a72628c7eaf847a4f67f1df95771302efd5b5d9

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


DISTFILES: kde4-libkdeedu: libkdeedu-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/libkdeedu-4.9.3.tar.xz
a038b9ff7746681118c08104a1c7eb0c  libkdeedu-4.9.3.tar.xz
Size: 209192 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/kde4-libksane] updated to 4.9.3.

2012-12-02 Thread pluto
commit 803452ad5205910c95c0e6b3dbcd1425a723b092
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:43:48 2012 +0100

updated to 4.9.3.

 kde4-libksane.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-libksane.spec b/kde4-libksane.spec
index b96b551..72668e8 100644
--- a/kde4-libksane.spec
+++ b/kde4-libksane.spec
@@ -5,12 +5,12 @@
 Summary:   libksane - picture metadata manipulation library
 Summary(pl.UTF-8): libksane - biblioteka do obróbki metadanych obrazków
 Name:  kde4-libksane
-Version:   4.9.2
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: a4aca485864d3c3778b57010798f69ff
+# Source0-md5: 0a5f9986b5bf5be9e42309f6cbf7ec2c
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: sane-backends-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-libksane.git/commitdiff/803452ad5205910c95c0e6b3dbcd1425a723b092

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


DISTFILES: kde4-libksane: libksane-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/libksane-4.9.3.tar.xz
0a5f9986b5bf5be9e42309f6cbf7ec2c  libksane-4.9.3.tar.xz
Size: 80356 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/kde4-marble] updated to 4.9.3.

2012-12-02 Thread pluto
commit 077ce099c98d1093a975cca1d45acde62500789f
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:45:20 2012 +0100

updated to 4.9.3.

 kde4-marble.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-marble.spec b/kde4-marble.spec
index cacc4dc..ae9bebf 100644
--- a/kde4-marble.spec
+++ b/kde4-marble.spec
@@ -8,12 +8,12 @@
 Summary:   Marble
 Summary(pl.UTF-8): Marble
 Name:  kde4-marble
-Version:   4.9.2
+Version:   4.9.3
 Release:   1
 License:   LGPL v2
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: def45b5fb0207869079310429c2b58b0
+# Source0-md5: dcc06b9f4411b305519fcbbadf9ebdf4
 URL:   http://www.kde.org/
 # leave only required ones
 BuildRequires: Qt3Support-devel = %{qt_ver}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-marble.git/commitdiff/077ce099c98d1093a975cca1d45acde62500789f

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


DISTFILES: kde4-marble: marble-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/marble-4.9.3.tar.xz
dcc06b9f4411b305519fcbbadf9ebdf4  marble-4.9.3.tar.xz
Size: 19835184 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/kde4-mplayerthumbs] updated to 4.9.3.

2012-12-02 Thread pluto
commit d2ffbf2ffd907ebce194c34868e4f2108c1eec10
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:46:46 2012 +0100

updated to 4.9.3.

 kde4-mplayerthumbs.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-mplayerthumbs.spec b/kde4-mplayerthumbs.spec
index 6b4ae1d..625dc2f 100644
--- a/kde4-mplayerthumbs.spec
+++ b/kde4-mplayerthumbs.spec
@@ -5,12 +5,12 @@
 Summary:   Video thumbnail generator for KDE
 Summary(pl.UTF-8): Generator podglądów video dla KDE
 Name:  kde4-%{orgname}
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: f225d8f9790cefa918e7bcae350acb4b
+# Source0-md5: cd55cd0fe0ce777a69187e6b45b5cf7f
 BuildRequires: automoc4 = 0.9.88
 BuildRequires: cmake = 2.8.0
 BuildRequires: kde4-kdelibs-devel = %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-mplayerthumbs.git/commitdiff/d2ffbf2ffd907ebce194c34868e4f2108c1eec10

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


DISTFILES: kde4-mplayerthumbs: mplayerthumbs-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/mplayerthumbs-4.9.3.tar.xz
cd55cd0fe0ce777a69187e6b45b5cf7f  mplayerthumbs-4.9.3.tar.xz
Size: 27108 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/kde4-pairs] updated to 4.9.3.

2012-12-02 Thread pluto
commit 5bc804ef96f71394c12f0e80d28cdc77643fdb6d
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:47:52 2012 +0100

updated to 4.9.3.

 kde4-pairs.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-pairs.spec b/kde4-pairs.spec
index 9f14028..7912802 100644
--- a/kde4-pairs.spec
+++ b/kde4-pairs.spec
@@ -4,12 +4,12 @@
 Summary:   K Desktop Environment - A game to enhance your memory
 Summary(pl.UTF-8): K Desktop Environment - Gra rozwijająca pamięć
 Name:  kde4-pairs
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL
 Group: X11/Applications/Science
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: e170ddaef19702c14339ff20001fc7c5
+# Source0-md5: 72a59ab0ab0c2f9782bddf08874412fe
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdelibs-devel = %{version}
 BuildRequires: kde4-libkdeedu-devel = %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-pairs.git/commitdiff/5bc804ef96f71394c12f0e80d28cdc77643fdb6d

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


DISTFILES: kde4-pairs: pairs-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/pairs-4.9.3.tar.xz
72a59ab0ab0c2f9782bddf08874412fe  pairs-4.9.3.tar.xz
Size: 1908136 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/kde4-parley] updated to 4.9.3.

2012-12-02 Thread pluto
commit d279b1a6262c5135eb5911399a119a384509127d
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:49:47 2012 +0100

updated to 4.9.3.

 kde4-parley.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-parley.spec b/kde4-parley.spec
index 436ad79..a0d4899 100644
--- a/kde4-parley.spec
+++ b/kde4-parley.spec
@@ -4,12 +4,12 @@
 Summary:   K Desktop Environment - program to help you memorize things
 Summary(pl.UTF-8): K Desktop Environment - program pomagający w 
zapamiętywaniu
 Name:  kde4-parley
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL
 Group: X11/Applications/Graphics
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 1415ad8da8cbd98f3854d321062efcc7
+# Source0-md5: d1b97e4e5d8fc5ade2a8f4dd315a9949
 URL:   http://www.kde.org/
 BuildRequires: attica-devel
 BuildRequires: automoc4


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-parley.git/commitdiff/d279b1a6262c5135eb5911399a119a384509127d

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


DISTFILES: kde4-parley: parley-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/parley-4.9.3.tar.xz
d1b97e4e5d8fc5ade2a8f4dd315a9949  parley-4.9.3.tar.xz
Size: 8187276 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/kde4-printer-applet] updated to 4.9.3.

2012-12-02 Thread pluto
commit 9847413b04c2cbd856ecbc42a9c2b8d2d3aaef7e
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:50:13 2012 +0100

updated to 4.9.3.

 kde4-printer-applet.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-printer-applet.spec b/kde4-printer-applet.spec
index 5e42910..e9c9d03 100644
--- a/kde4-printer-applet.spec
+++ b/kde4-printer-applet.spec
@@ -5,13 +5,13 @@
 
 Summary:   K Desktop Environment - printer applet
 Name:  kde4-printer-applet
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL
 Group: X11/Applications
 #Source0:  
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
 Source0:   
http://ixion.pld-linux.org/~arekm/kde/%{orgname}-%{version}.tar.xz
-# Source0-md5: 6ceef4a6b679b918315b4cabfa4f0126
+# Source0-md5: 8bf59216d562ec9476d889b93af1be0e
 URL:   http://www.kde.org/
 BuildRequires: automoc4
 BuildRequires: kde4-kdebase-devel = %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-printer-applet.git/commitdiff/9847413b04c2cbd856ecbc42a9c2b8d2d3aaef7e

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


DISTFILES: kde4-printer-applet: printer-applet-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: http://ixion.pld-linux.org/~arekm/kde/printer-applet-4.9.3.tar.xz
8bf59216d562ec9476d889b93af1be0e  printer-applet-4.9.3.tar.xz
Size: 35680 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/kde4-rocs] updated to 4.9.3.

2012-12-02 Thread pluto
commit e6237c5b8b85fa500d5193413faeb08bb3d4c534
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:51:25 2012 +0100

updated to 4.9.3.

 kde4-rocs.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kde4-rocs.spec b/kde4-rocs.spec
index b1c4ae3..cc752c4 100644
--- a/kde4-rocs.spec
+++ b/kde4-rocs.spec
@@ -4,12 +4,12 @@
 Summary:   K Desktop Environment - Rocs Graph Theory
 Summary(pl.UTF-8): K Desktop Environment - Rocs - teoria grafów
 Name:  kde4-rocs
-Version:   4.9.1
-Release:   2
+Version:   4.9.3
+Release:   1
 License:   GPL
 Group: X11/Applications/Science
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 9db72de4b77d5a1d3d5cc07b1b43fb59
+# Source0-md5: 11081273b00080d68c475f55de3cc861
 URL:   http://www.kde.org/
 BuildRequires: QtScriptTools-devel
 BuildRequires: boost-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-rocs.git/commitdiff/e6237c5b8b85fa500d5193413faeb08bb3d4c534

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


DISTFILES: kde4-rocs: rocs-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/rocs-4.9.3.tar.xz
11081273b00080d68c475f55de3cc861  rocs-4.9.3.tar.xz
Size: 1200244 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/kde4-qyoto] updated to 4.9.3.

2012-12-02 Thread pluto
commit 8371d4f624113084e9722d1e2200b4e43115a6e8
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:52:14 2012 +0100

updated to 4.9.3.

 kde4-qyoto.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-qyoto.spec b/kde4-qyoto.spec
index 096ed70..361eda6 100644
--- a/kde4-qyoto.spec
+++ b/kde4-qyoto.spec
@@ -5,12 +5,12 @@
 Summary:   C# Mono Qt4 bindings
 Summary(pl.UTF-8): Dowiązania C# Mono dla Qt4
 Name:  kde4-qyoto
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 77d4dc71d88f2c0dd7fa1aa9b0033e0b
+# Source0-md5: 4d38900f424570dd28d19122dd66505a
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: mono-csharp


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-qyoto.git/commitdiff/8371d4f624113084e9722d1e2200b4e43115a6e8

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


DISTFILES: kde4-qyoto: qyoto-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/qyoto-4.9.3.tar.xz
4d38900f424570dd28d19122dd66505a  qyoto-4.9.3.tar.xz
Size: 509164 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/kde4-smokegen] updated to 4.9.3.

2012-12-02 Thread pluto
commit a11934147debeacd69b2a8b03f0937782aec9db0
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:53:37 2012 +0100

updated to 4.9.3.

 kde4-smokegen.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-smokegen.spec b/kde4-smokegen.spec
index d585895..0ab083c 100644
--- a/kde4-smokegen.spec
+++ b/kde4-smokegen.spec
@@ -5,12 +5,12 @@
 Summary:   smokegen - A SMOKE library
 Summary(pl.UTF-8): smokegen - Biblioteka SMOKE
 Name:  kde4-smokegen
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 1fbf3b9c861088866c75962f146e31b4
+# Source0-md5: 0bdac436f60aebad7d499b847a91c6f2
 BuildRequires: kde4-kdelibs-devel
 Obsoletes: kde4-kdebindings-smoke-qt  4.6.99
 Obsoletes: smokegen = 4.8.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-smokegen.git/commitdiff/a11934147debeacd69b2a8b03f0937782aec9db0

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


DISTFILES: kde4-smokegen: smokegen-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/smokegen-4.9.3.tar.xz
0bdac436f60aebad7d499b847a91c6f2  smokegen-4.9.3.tar.xz
Size: 145916 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/kde4-smokeqt] updated to 4.9.3.

2012-12-02 Thread pluto
commit 918fe744be4fe287d74e9981b40d0249c2a220ef
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:55:08 2012 +0100

updated to 4.9.3.

 kde4-smokeqt.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-smokeqt.spec b/kde4-smokeqt.spec
index b144a87..80f8da9 100644
--- a/kde4-smokeqt.spec
+++ b/kde4-smokeqt.spec
@@ -5,12 +5,12 @@
 Summary:   smokeqt - A SMOKE library
 Summary(pl.UTF-8): smokeqt - Biblioteka SMOKE
 Name:  kde4-smokeqt
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: aced16648b7b42367c442c3fbf2567b7
+# Source0-md5: ddc6ff92283d38e67a2c65582ead742f
 URL:   http://www.kde.org/
 BuildRequires: cmake
 BuildRequires: kde4-kdelibs-devel = %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-smokeqt.git/commitdiff/918fe744be4fe287d74e9981b40d0249c2a220ef

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


DISTFILES: kde4-smokeqt: smokeqt-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/smokeqt-4.9.3.tar.xz
ddc6ff92283d38e67a2c65582ead742f  smokeqt-4.9.3.tar.xz
Size: 30048 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/kde4-smokekde] updated to 4.9.3.

2012-12-02 Thread pluto
commit c8b4d353df8ec6201c0fb3d9251c1757ea07da4f
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 09:57:34 2012 +0100

updated to 4.9.3.

 kde4-smokekde.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-smokekde.spec b/kde4-smokekde.spec
index c1d01ac..a13189c 100644
--- a/kde4-smokekde.spec
+++ b/kde4-smokekde.spec
@@ -5,12 +5,12 @@
 Summary:   smokekde - A SMOKE library
 Summary(pl.UTF-8): smokekde - Biblioteka SMOKE
 Name:  kde4-smokekde
-Version:   4.9.1
+Version:   4.9.3
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: f8015d71d4fe4b4e30de3f8f9dfb9a8f
+# Source0-md5: e5949c0036f05b3c3828b91adf3a47aa
 URL:   http://www.kde.org/
 BuildRequires: akonadi-devel
 BuildRequires: attica-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-smokekde.git/commitdiff/c8b4d353df8ec6201c0fb3d9251c1757ea07da4f

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


DISTFILES: kde4-smokekde: smokekde-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/smokekde-4.9.3.tar.xz
e5949c0036f05b3c3828b91adf3a47aa  smokekde-4.9.3.tar.xz
Size: 36744 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/kde4-kdepim] updated to 4.9.3.

2012-12-02 Thread pluto
commit cc6445006bd8295c7c4ea52b3c1b2242d737b185
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 11:00:22 2012 +0100

updated to 4.9.3.

 kde4-kdepim.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kde4-kdepim.spec b/kde4-kdepim.spec
index 49ffe0f..1bd3dfd 100644
--- a/kde4-kdepim.spec
+++ b/kde4-kdepim.spec
@@ -7,12 +7,12 @@ Summary(pl.UTF-8):Zarządca informacji osobistej (PIM) dla 
KDE
 Summary(ru.UTF-8): Персональный планировщик (PIM) для KDE
 Summary(uk.UTF-8): Персональный планувальник (PIM) для KDE
 Name:  kde4-kdepim
-Version:   4.9.1
-Release:   2
+Version:   4.9.3
+Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 79d73b46fe53c19924657ecc01fe4729
+# Source0-md5: 9d9fe1a09aba774f3ff71dde0aaefc4c
 Patch100:  %{name}-branch.diff
 # http://mirrors.ludost.net/gentoo/distfiles/kleopatra-4.4.3-assuan2.patch.bz2
 URL:   http://www.kde.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdepim.git/commitdiff/cc6445006bd8295c7c4ea52b3c1b2242d737b185

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


DISTFILES: kde4-kdepim: kdepim-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/kdepim-4.9.3.tar.xz
9d9fe1a09aba774f3ff71dde0aaefc4c  kdepim-4.9.3.tar.xz
Size: 14415092 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/kde4-kdesdk] updated to 4.9.3.

2012-12-02 Thread pluto
commit 5fd8869bbe54913b5cfb3f780f73b1992e2de641
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Dec 2 11:04:38 2012 +0100

updated to 4.9.3.

 kde4-kdesdk.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-kdesdk.spec b/kde4-kdesdk.spec
index accd63e..b487849 100644
--- a/kde4-kdesdk.spec
+++ b/kde4-kdesdk.spec
@@ -9,12 +9,12 @@
 Summary:   KDESDK - Software Development Kit for KDE
 Summary(pl.UTF-8): KDESDK - Wsparcie programistyczne dla KDE
 Name:  kde4-kdesdk
-Version:   4.9.2
+Version:   4.9.3
 Release:   1
 License:   GPL
 Group: X11/Development/Tools
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 911c1eab655ab80e1a7cc0d04bd3c649
+# Source0-md5: 22d84146e18df512e0bd80abd4294e89
 #Patch100: %{name}-branch.diff
 Patch0:%{name}-kiosvn.patch
 Patch1:%{name}-include.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdesdk.git/commitdiff/5fd8869bbe54913b5cfb3f780f73b1992e2de641

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


DISTFILES: kde4-kdesdk: kdesdk-4.9.3.tar.xz

2012-12-02 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.3/src/kdesdk-4.9.3.tar.xz
22d84146e18df512e0bd80abd4294e89  kdesdk-4.9.3.tar.xz
Size: 5087376 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/tcl] updated to 8.5.13.

2012-11-28 Thread pluto
commit d75244f7fc8a3d48e47538f88f46a1d724e6
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Wed Nov 28 21:36:13 2012 +0100

updated to 8.5.13.

 tcl-norpath.patch | 13 ++---
 tcl.spec  |  4 ++--
 2 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/tcl.spec b/tcl.spec
index af72640..b34442d 100644
--- a/tcl.spec
+++ b/tcl.spec
@@ -6,7 +6,7 @@
 %bcond_without tests   # don't perform make test
 #
 %definemajor   8.5
-%defineminor   11
+%defineminor   13
 Summary:   Tool Command Language embeddable scripting language, with 
shared libraries
 Summary(fr.UTF-8): Tool Command Language, langage de script avec 
bibliothèques partagées
 Summary(pl.UTF-8): Tool Command Language - język skryptowy z bibliotekami 
dynamicznymi
@@ -19,7 +19,7 @@ Release:  1
 License:   BSD
 Group: Development/Languages/Tcl
 Source0:   
http://downloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
-# Source0-md5: b01a9691c83990b3db0ce62d1012ca67
+# Source0-md5: fa3a9bf9b2d6ed2431f1baa46f4058b8
 Source1:   %{name}-pl-man-pages.tar.bz2
 # Source1-md5: dd3370f2b588763758787831a4bf48fc
 Patch0:%{name}-ieee.patch
diff --git a/tcl-norpath.patch b/tcl-norpath.patch
index 3e0fd37..a9aa9d8 100644
--- a/tcl-norpath.patch
+++ b/tcl-norpath.patch
@@ -11,15 +11,14 @@
  
  # The following symbol is defined to $(DLTEST_TARGETS) if dynamic loading is
  # available; this causes everything in the dltest subdirectory to be built
-diff -urN tcl8.5a3.org/unix/tcl.m4 tcl8.5a3/unix/tcl.m4
 tcl8.5a3.org/unix/tcl.m4   2005-06-04 23:07:14.0 +0200
-+++ tcl8.5a3/unix/tcl.m4   2005-06-17 23:44:37.081099616 +0200
-@@ -2042,7 +2042,7 @@
+--- tcl8.5.13/unix/tcl.m4.orig 2012-11-28 21:29:42.223960573 +0100
 tcl8.5.13/unix/tcl.m4  2012-11-28 21:31:03.440627511 +0100
+@@ -2103,7 +2103,7 @@
  
  AS_IF([test ${SHARED_BUILD} = 1 -a ${SHLIB_SUFFIX} != ], [
  LIB_SUFFIX=${SHARED_LIB_SUFFIX}
 -MAKE_LIB='${SHLIB_LD} -o [$]@ ${OBJS} ${SHLIB_LD_LIBS} 
${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS} ${LD_SEARCH_FLAGS}'
 +MAKE_LIB='${SHLIB_LD} -o [$]@ ${OBJS} ${SHLIB_LD_LIBS} 
${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS}'
- INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) 
$(LIB_INSTALL_DIR)/$(LIB_FILE)'
- ], [
- LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
+ AS_IF([test ${SHLIB_SUFFIX} = .dll], [
+ INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) 
$(BIN_INSTALL_DIR)/$(LIB_FILE)'
+ DLL_INSTALL_DIR=\$(BIN_INSTALL_DIR)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tcl.git/commitdiff/d75244f7fc8a3d48e47538f88f46a1d724e6

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


DISTFILES: tcl: tcl8.5.13-src.tar.gz tcl-pl-man-pages.tar.bz2

2012-11-28 Thread pluto

Files fetched: 1

STORED: http://downloads.sourceforge.net/tcl/tcl8.5.13-src.tar.gz
fa3a9bf9b2d6ed2431f1baa46f4058b8  tcl8.5.13-src.tar.gz
Size: 4513204 bytes
ALREADY GOT: no-url://tcl-pl-man-pages.tar.bz2
dd3370f2b588763758787831a4bf48fc  tcl-pl-man-pages.tar.bz2


-- 
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/tk] updated to 8.5.13.

2012-11-28 Thread pluto
commit 8311ba4fc78e6305234e98b83f5be53d1d860e3d
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Wed Nov 28 21:44:21 2012 +0100

updated to 8.5.13.

 tk-norpath.patch | 14 ++
 tk.spec  |  4 ++--
 2 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/tk.spec b/tk.spec
index 2fa6779..ba064b6 100644
--- a/tk.spec
+++ b/tk.spec
@@ -7,13 +7,13 @@ Summary(tr.UTF-8):Tk, Tcl için grafik kullanıcı arabirimi 
araç takımıdır
 Summary(uk.UTF-8): Tk GUI toolkit для Tcl
 Name:  tk
 %definemajor   8.5
-%defineminor   11
+%defineminor   13
 Version:   %{major}.%{minor}
 Release:   1
 License:   BSD
 Group: Development/Languages/Tcl
 Source0:   
http://downloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
-# Source0-md5: b61b72f0aad230091b100746f078b8f1
+# Source0-md5: 1fc7dbb7495160756dbc805224afa360
 Patch0:%{name}-ieee.patch
 Patch1:%{name}-manlnk.patch
 Patch2:%{name}-pil.patch
diff --git a/tk-norpath.patch b/tk-norpath.patch
index 1578f95..f0005ba 100644
--- a/tk-norpath.patch
+++ b/tk-norpath.patch
@@ -1,4 +1,3 @@
-diff -urN tk8.5a3.org/unix/Makefile.in tk8.5a3/unix/Makefile.in
 --- tk8.5a3.org/unix/Makefile.in   2005-06-04 23:00:25.0 +0200
 +++ tk8.5a3/unix/Makefile.in   2005-06-17 23:57:52.837126312 +0200
 @@ -262,8 +262,8 @@
@@ -13,15 +12,14 @@ diff -urN tk8.5a3.org/unix/Makefile.in 
tk8.5a3/unix/Makefile.in
  # support for embedded libraries on Darwin / Mac OS X
  DYLIB_INSTALL_DIR = ${LIB_RUNTIME_DIR}
 
-diff -urN tk8.5a3.org/unix/tcl.m4 tk8.5a3/unix/tcl.m4
 tk8.5a3.org/unix/tcl.m42005-06-04 23:07:14.0 +0200
-+++ tk8.5a3/unix/tcl.m42005-06-17 23:44:37.081099616 +0200
-@@ -2042,7 +2042,7 @@
+--- tk8.5.13/unix/tcl.m4.orig  2012-11-28 21:37:18.227295408 +0100
 tk8.5.13/unix/tcl.m4   2012-11-28 21:38:22.233962299 +0100
+@@ -2103,7 +2103,7 @@
  
  AS_IF([test ${SHARED_BUILD} = 1 -a ${SHLIB_SUFFIX} != ], [
  LIB_SUFFIX=${SHARED_LIB_SUFFIX}
 -MAKE_LIB='${SHLIB_LD} -o [$]@ ${OBJS} ${SHLIB_LD_LIBS} 
${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS} ${LD_SEARCH_FLAGS}'
 +MAKE_LIB='${SHLIB_LD} -o [$]@ ${OBJS} ${SHLIB_LD_LIBS} 
${TCL_SHLIB_LD_EXTRAS} ${TK_SHLIB_LD_EXTRAS}'
- INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) 
$(LIB_INSTALL_DIR)/$(LIB_FILE)'
- ], [
- LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}
+ AS_IF([test ${SHLIB_SUFFIX} = .dll], [
+ INSTALL_LIB='$(INSTALL_LIBRARY) $(LIB_FILE) 
$(BIN_INSTALL_DIR)/$(LIB_FILE)'
+ DLL_INSTALL_DIR=\$(BIN_INSTALL_DIR)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tk.git/commitdiff/8311ba4fc78e6305234e98b83f5be53d1d860e3d

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


DISTFILES: tk: tk8.5.13-src.tar.gz

2012-11-28 Thread pluto

Files fetched: 1

STORED: http://downloads.sourceforge.net/tcl/tk8.5.13-src.tar.gz
1fc7dbb7495160756dbc805224afa360  tk8.5.13-src.tar.gz
Size: 4086092 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/gdb] release 1.

2012-11-18 Thread pluto
commit 588220fea19bab674039edf7f4775344265d7220
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Nov 18 21:35:51 2012 +0100

release 1.

 gdb.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdb.spec b/gdb.spec
index 46aadbe..8963bd7 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -22,7 +22,7 @@ Summary(zh_TW.UTF-8): [.-A開發]C和.$)B其.-A他語.$)B言的調試器
 ## /home/users/pluto/rpm/packages/../rpm-build-tools/rpm.groups: 
no such file
 Name:  gdb
 Version:   7.5.0
-Release:   0.%{snap}.0.1
+Release:   0.%{snap}.1
 License:   GPL v3+
 Group: Development/Debuggers
 #Source0:  http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdb.git/commitdiff/588220fea19bab674039edf7f4775344265d7220

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


DISTFILES: gdb: gdb-7.5.0.20120926.tar.bz2 gdb-non-english-man-pages.tar.bz2

2012-11-18 Thread pluto

Files fetched: 1

STORED: no-url://gdb-7.5.0.20120926.tar.bz2
813b1d4f93e0eb56ff81d147de2286fb  gdb-7.5.0.20120926.tar.bz2
Size: 22527421 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/gdb-non-english-man-pages.tar.bz2
2e8a48939ae282c12bbacdd54e398247  gdb-non-english-man-pages.tar.bz2


-- 
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/gdb] cleanup adapter's noise.

2012-11-18 Thread pluto
commit db958cf2825fcb0da69a164a04e254500bb89150
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Nov 18 21:40:06 2012 +0100

cleanup adapter's noise.

 gdb.spec | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gdb.spec b/gdb.spec
index 8963bd7..028d8cb 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -19,7 +19,6 @@ Summary(uk.UTF-8):Символьний відладчик для С та інш
 Summary(zh_CN.UTF-8):  [开发]C和其他语言的调试器
 Summary(zh_TW.UTF-8):  [.-A開發]C和.$)B其.-A他語.$)B言的調試器
 %definesnap20120926
-## /home/users/pluto/rpm/packages/../rpm-build-tools/rpm.groups: 
no such file
 Name:  gdb
 Version:   7.5.0
 Release:   0.%{snap}.1
@@ -244,7 +243,6 @@ verir.
 %package gdbserver
 Summary:   A standalone server for GDB (the GNU source-level debugger)
 Summary(pl.UTF-8): Samodzielny serwer GDB (debuggera GNU)
-## /home/users/pluto/rpm/packages/../rpm-build-tools/rpm.groups: 
no such file
 Group: Development/Debuggers
 
 %description gdbserver
@@ -267,7 +265,6 @@ maszynie niż ta, na której działa śledzony program.
 %package lib
 Summary:   GDB in the form of a static library
 Summary(pl.UTF-8): GDB w postaci biblioteki statycznej
-## /home/users/pluto/rpm/packages/../rpm-build-tools/rpm.groups: 
no such file
 Group: Development/Debuggers
 # libraries that needs to be linked to fulfill libgdb.a symbol requirements
 Requires:  binutils-devel = 2.17.50


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdb.git/commitdiff/db958cf2825fcb0da69a164a04e254500bb89150

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


[packages/llvm] TODO added.

2012-11-17 Thread pluto
commit d015c902ca1c83854957eae817e97de6cb761a41
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sat Nov 17 11:52:51 2012 +0100

TODO added.

 llvm.spec | 4 
 1 file changed, 4 insertions(+)
---
diff --git a/llvm.spec b/llvm.spec
index 0257ac4..380f570 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -1,4 +1,8 @@
 #
+# TODO:
+# - fix include search path to support libdir/gcc/platform/version/include.
+#   current error: /usr/include/wchar.h:39:11: fatal error: 'stdarg.h' file 
not found# include stdarg.h
+#
 # Conditional build:
 %bcond_without ocaml   # ocaml binding
 %bcond_withapidocs # The doxygen docs are HUGE, so they are not built by 
default.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/llvm.git/commitdiff/d015c902ca1c83854957eae817e97de6cb761a41

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


[packages/systemd] blacklist new matrox g200 fb driver.

2012-11-15 Thread pluto
commit 7583bd6f6686b9350cf01da10941e5ed0994e982
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Nov 15 19:35:13 2012 +0100

blacklist new matrox g200 fb driver.

 fbdev.blacklist | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/fbdev.blacklist b/fbdev.blacklist
index 41922c8..91cbfcb 100644
--- a/fbdev.blacklist
+++ b/fbdev.blacklist
@@ -14,6 +14,7 @@ blacklist intelfb
 blacklist kyrofb
 blacklist lxfb
 blacklist matroxfb_base
+blacklist mgag200
 blacklist mb862xxfb
 blacklist neofb
 blacklist nvidiafb


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/7583bd6f6686b9350cf01da10941e5ed0994e982

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


DISTFILES: gcc: gcc-4.7.2.tar.bz2 ecj-4.5.jar gcc-branch.diff

2012-11-04 Thread pluto

Files fetched: 1

ALREADY GOT: ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.7.2/gcc-4.7.2.tar.bz2
cc308a0891e778cfda7a151ab8a6e762  gcc-4.7.2.tar.bz2
ALREADY GOT: ftp://sourceware.org/pub/java/ecj-4.5.jar
d7cd6a27c8801e66cbaa964a039ecfdb  ecj-4.5.jar
STORED: no-url://gcc-branch.diff
34d2f91a58f942cf98a15e73614625c9  gcc-branch.diff
Size: 10868922 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/gcc] correct an old commit (f88f395: speedup bootstrap stage1 build).

2012-11-04 Thread pluto
commit 18b6ae14a5738a4ba8ade8551ecd38f7f6edeb31
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Nov 4 13:27:36 2012 +0100

correct an old commit (f88f395: speedup bootstrap stage1 build).

 gcc.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gcc.spec b/gcc.spec
index 843eeb3..c8d6325 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1640,7 +1640,7 @@ all $(all):
%{?with_bootstrap:%{?with_profiling:profiledbootstrap}} \
GCJFLAGS=%{rpmcflags} \
BOOT_CFLAGS=%{rpmcflags} \
-   STAGE1_CFLAGS=%{rpmcflags} -O0 \
+   STAGE1_CFLAGS=%{rpmcflags} -O1 -g0 \
GNATLIBCFLAGS=%{rpmcflags} \
LDFLAGS_FOR_TARGET=%{rpmldflags} \
mandir=%{_mandir} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gcc.git/commitdiff/820d5da821494c18bb1cad5ff66d63db1e59905a

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


[packages/gcc] profile bootstrap build by default.

2012-11-04 Thread pluto
commit 820d5da821494c18bb1cad5ff66d63db1e59905a
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Nov 4 13:30:04 2012 +0100

profile bootstrap build by default.

 gcc.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gcc.spec b/gcc.spec
index c8d6325..c5bd300 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -21,7 +21,7 @@
 %bcond_without gomp# build without OpenMP support
 %bcond_without mudflap # build without Mudflap pointer debugging 
support
 %bcond_without multilib# build without multilib support (it needs 
glibc[3264]-devel)
-%bcond_withprofiling   # build with profiling
+%bcond_without profiling   # build without profiling
 %bcond_without python  # build without libstdc++ printers for gdb and 
aot-compile for java
 # - libgcj options:
 %bcond_without alsa# don't build libgcj ALSA MIDI interface


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gcc.git/commitdiff/820d5da821494c18bb1cad5ff66d63db1e59905a

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


[packages/cmake] updated to 2.8.10.

2012-11-03 Thread pluto
commit f13d1e411bdc472a2a9f3f3345276f36a93f81f7
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sat Nov 3 08:50:56 2012 +0100

updated to 2.8.10.

 cmake-lib64.patch | 20 ++--
 cmake.spec|  5 +++--
 2 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/cmake.spec b/cmake.spec
index e554ae2..acbe3be 100644
--- a/cmake.spec
+++ b/cmake.spec
@@ -11,12 +11,12 @@
 Summary:   Cross-platform, open-source make system
 Summary(pl.UTF-8): Wieloplatformowy system make o otwartych źródłach
 Name:  cmake
-Version:   2.8.9
+Version:   2.8.10
 Release:   1
 License:   BSD
 Group: Development/Building
 Source0:   http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
-# Source0-md5: 801f4c87f8b604f727df5bf1f05a59e7
+# Source0-md5: d4aef1eab859df61d2664721a72732c0
 Patch0:%{name}-lib64.patch
 Patch1:%{name}-helpers.patch
 URL:   http://www.cmake.org/
@@ -148,6 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/cmake/Modules/.NoDartCoverage
 %{_datadir}/cmake/Modules/*
 %{_datadir}/cmake/Templates
+%{_datadir}/cmake/editors
 %{_datadir}/cmake/include
 %{_aclocaldir}/cmake.m4
 
diff --git a/cmake-lib64.patch b/cmake-lib64.patch
index ef5eb99..808dd95 100644
--- a/cmake-lib64.patch
+++ b/cmake-lib64.patch
@@ -1,11 +1,11 @@
 cmake-2.4.8/Modules/KDE3Macros.cmake~  2008-01-29 00:39:54.0 
+0100
-+++ cmake-2.4.8/Modules/KDE3Macros.cmake   2008-01-29 00:41:11.559753940 
+0100
-@@ -319,7 +319,7 @@
-FILE(APPEND ${_laname} # Should we warn about portability when linking 
against -modules?\nshouldnotlink=yes\n)
-FILE(APPEND ${_laname} # Files to 
dlopen/dlpreopen\ndlopen=''\ndlpreopen=''\n)
-FILE(APPEND ${_laname} # Directory that this library needs to be 
installed in:\n)
--   FILE(APPEND ${_laname} libdir='${CMAKE_INSTALL_PREFIX}/lib/kde3'\n)
-+   FILE(APPEND ${_laname} libdir='${CMAKE_INSTALL_PREFIX}/lib64/kde3'\n)
+--- cmake-2.4.10/Modules/KDE3Macros.cmake.orig 2012-11-03 08:29:52.205394821 
+0100
 cmake-2.4.10/Modules/KDE3Macros.cmake  2012-11-03 08:31:27.108749182 
+0100
+@@ -336,7 +336,7 @@
+file(APPEND ${_laname} # Should we warn about portability when linking 
against -modules?\nshouldnotlink=yes\n)
+file(APPEND ${_laname} # Files to 
dlopen/dlpreopen\ndlopen=''\ndlpreopen=''\n)
+file(APPEND ${_laname} # Directory that this library needs to be 
installed in:\n)
+-   file(APPEND ${_laname} libdir='${CMAKE_INSTALL_PREFIX}/lib/kde3'\n)
++   file(APPEND ${_laname} libdir='${CMAKE_INSTALL_PREFIX}/lib64/kde3'\n)
  
-INSTALL_FILES(${KDE3_LIBTOOL_DIR} FILES ${_laname})
- ENDMACRO(KDE3_INSTALL_LIBTOOL_FILE)
+install_files(${KDE3_LIBTOOL_DIR} FILES ${_laname})
+ endmacro()


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cmake.git/commitdiff/f13d1e411bdc472a2a9f3f3345276f36a93f81f7

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


DISTFILES: cmake: cmake-2.8.10.tar.gz

2012-11-03 Thread pluto

Files fetched: 1

STORED: http://www.cmake.org/files/v2.8/cmake-2.8.10.tar.gz
d4aef1eab859df61d2664721a72732c0  cmake-2.8.10.tar.gz
Size: 5766728 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/grub2] disable stack-protector w/o filterout hack.

2012-10-29 Thread pluto
commit 5967241ed0bd5f3f0ce0975110bfefd3edd68580
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Mon Oct 29 10:52:20 2012 +0100

disable stack-protector w/o filterout hack.

 grub2.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/grub2.spec b/grub2.spec
index f28e6a1..d157a05 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -109,7 +109,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # part of grub code is not relocable (these are not Linux libs)
 # stack protector also breaks non-Linux binaries
-%definefilterout_c -fPIC -fstack-protector
+%definefilterout_c -fPIC
+%undefine  _ssp_cflags
 
 %description
 GRUB is a GPLed bootloader intended to unify bootloading across x86


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/42985b0d7950c68506e2d6cc7f485ef25dfa5e46

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


[packages/grub2] grub-mount BR: libfuse-devel.

2012-10-29 Thread pluto
commit 42985b0d7950c68506e2d6cc7f485ef25dfa5e46
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Mon Oct 29 10:53:10 2012 +0100

grub-mount BR: libfuse-devel.

 grub2.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/grub2.spec b/grub2.spec
index d157a05..9136089 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -75,6 +75,7 @@ BuildRequires:freetype-devel
 BuildRequires: gawk
 BuildRequires: gettext-devel
 BuildRequires: help2man
+BuildRequires: libfuse-devel
 BuildRequires: libtool
 BuildRequires: texinfo
 %ifarch %{x8664}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/42985b0d7950c68506e2d6cc7f485ef25dfa5e46

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


[packages/kde4-kdevelop-plugin-php] updated to 1.4.0.

2012-10-26 Thread pluto
commit ea3e2a58d67cbe9d4a1c95cedf47c32b96df9dc4
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Fri Oct 26 10:06:35 2012 +0200

updated to 1.4.0.

 kde4-kdevelop-plugin-php.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/kde4-kdevelop-plugin-php.spec b/kde4-kdevelop-plugin-php.spec
index e8c8a70..2fc3b83 100644
--- a/kde4-kdevelop-plugin-php.spec
+++ b/kde4-kdevelop-plugin-php.spec
@@ -1,5 +1,5 @@
 %defineorgname kdevelop-php
-%define_kdevelopver4.3.0
+%define_kdevelopver4.4.0
 %define_state  stable
 %definekdever  4.8.0
 %defineqtver   4.8.0
@@ -7,14 +7,14 @@
 Summary:   PHP plugins for kdevelop
 Summary(pl.UTF-8): Wtyczki PHP dla kdevelop
 Name:  kde4-kdevelop-plugin-php
-Version:   1.3.0
+Version:   1.4.0
 Release:   1
 License:   GPL
 Group: X11/Development/Tools
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/kdevelop/%{_kdevelopver}/src/%{orgname}-%{version}.tar.bz2
-# Source0-md5: d8c10d9d42ae412b8a968b7ab1fbffd9
+# Source0-md5: c787e13a9dc5beab5a53bd601f74091b
 Source1:   
ftp://ftp.kde.org/pub/kde/%{_state}/kdevelop/%{_kdevelopver}/src/%{orgname}-docs-%{version}.tar.bz2
-# Source1-md5: 866e597b1f843ed48edbd48331a1d6cf
+# Source1-md5: cd7f3d5faa299153305afe2e11d81a8e
 URL:   http://www.kdevelop.org/
 BuildRequires: QtNetwork-devel = %{qtver}
 BuildRequires: automoc4


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdevelop-plugin-php.git/commitdiff/ea3e2a58d67cbe9d4a1c95cedf47c32b96df9dc4

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


DISTFILES: kde4-kdevelop-plugin-php: kdevelop-php-1.4.0.tar.bz2 kdevelop-php-docs-1.4.0.tar.bz2

2012-10-26 Thread pluto

Files fetched: 2

STORED: 
ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.4.0/src/kdevelop-php-1.4.0.tar.bz2
c787e13a9dc5beab5a53bd601f74091b  kdevelop-php-1.4.0.tar.bz2
Size: 672948 bytes
STORED: 
ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.4.0/src/kdevelop-php-docs-1.4.0.tar.bz2
cd7f3d5faa299153305afe2e11d81a8e  kdevelop-php-docs-1.4.0.tar.bz2
Size: 32031 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/kde4-kdevplatform] updated to 1.4.0.

2012-10-25 Thread pluto
commit 2e1a0aee294e6c2b3b0a1759c706222d2604d1b2
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Oct 25 21:45:44 2012 +0200

updated to 1.4.0.

 kde4-kdevplatform.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kde4-kdevplatform.spec b/kde4-kdevplatform.spec
index 12ad065..2a0a2e4 100644
--- a/kde4-kdevplatform.spec
+++ b/kde4-kdevplatform.spec
@@ -1,18 +1,18 @@
 %define_state  stable
 %defineorgname kdevplatform
-%define_kdevelopver4.3.1
+%define_kdevelopver4.4.0
 %definekdever  4.8.0
 %defineqtver   4.8.0
 
 Summary:   KDevelop Development Platform
 Summary(pl.UTF-8): KDevelop Development Platform
 Name:  kde4-kdevplatform
-Version:   1.3.1
+Version:   1.4.0
 Release:   1
 License:   GPL
 Group: X11/Development/Tools
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/kdevelop/%{_kdevelopver}/src/%{orgname}-%{version}.tar.bz2
-# Source0-md5: 2c067565dc8c34953ff7030336b01b7e
+# Source0-md5: c20e8c1b16b4ae243704eb7eba636874
 URL:   http://www.kdevelop.org/
 BuildRequires: QtNetwork-devel = %{qtver}
 BuildRequires: automoc4


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdevplatform.git/commitdiff/2e1a0aee294e6c2b3b0a1759c706222d2604d1b2

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


DISTFILES: kde4-kdevplatform: kdevplatform-1.4.0.tar.bz2

2012-10-25 Thread pluto

Files fetched: 1

STORED: 
ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.4.0/src/kdevplatform-1.4.0.tar.bz2
c20e8c1b16b4ae243704eb7eba636874  kdevplatform-1.4.0.tar.bz2
Size: 2025903 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/kde4-kdevelop] updated to 4.4.0.

2012-10-25 Thread pluto
commit 0f5aae3bd7992997d872e8961453eed0ddd5b506
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Oct 25 22:09:25 2012 +0200

updated to 4.4.0.

 kde4-kdevelop.spec |  10 +-
 okteta.patch   | 776 -
 2 files changed, 4 insertions(+), 782 deletions(-)
---
diff --git a/kde4-kdevelop.spec b/kde4-kdevelop.spec
index c73cc52..d60fc79 100644
--- a/kde4-kdevelop.spec
+++ b/kde4-kdevelop.spec
@@ -5,7 +5,7 @@
 %definekdever  4.8.0
 %defineqtver   4.8.0
 %defineorgname kdevelop
-%definekdevplatform1.3.0
+%definekdevplatform1.4.0
 
 Summary:   KDE Integrated Development Environment
 Summary(de.UTF-8): KDevelop ist eine grafische Entwicklungsumgebung für KDE
@@ -13,13 +13,12 @@ Summary(pl.UTF-8):  Zintegrowane środowisko programisty dla 
KDE
 Summary(pt_BR.UTF-8):  Ambiente Integrado de Desenvolvimento para o KDE
 Summary(zh_CN.UTF-8):  KDE C/C++集成开发环境
 Name:  kde4-kdevelop
-Version:   4.3.1
-Release:   2
+Version:   4.4.0
+Release:   1
 License:   GPL
 Group: X11/Development/Tools
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/kdevelop/%{version}/src/%{orgname}-%{version}.tar.bz2
-# Source0-md5: 6126e49562dcfb8e78a0f1b052a1ce19
-Patch0:okteta.patch
+# Source0-md5: b3c8e3032eb54a074b643d9521e52f5a
 URL:   http://www.kdevelop.org/
 BuildRequires: QtHelp-devel = %{qtver}
 BuildRequires: QtNetwork-devel = %{qtver}
@@ -113,7 +112,6 @@ pisaniu własnych programów wykorzystujących kdevelop.
 
 %prep
 %setup -q -n %{orgname}-%{version}
-%patch0 -p1
 
 %build
 install -d build
diff --git a/okteta.patch b/okteta.patch
deleted file mode 100644
index 34673d9..000
--- a/okteta.patch
+++ /dev/null
@@ -1,776 +0,0 @@
-diff --git a/cmake/modules/FindLibKasten.cmake 
b/cmake/modules/FindLibKasten.cmake
-index 087eedc..9fafd87 100644
 a/cmake/modules/FindLibKasten.cmake
-+++ b/cmake/modules/FindLibKasten.cmake
-@@ -1,4 +1,4 @@
--# - Find Kasten libraries, v0 or v1
-+# - Find Kasten libraries, v0, v1 or v2
- #
- # This module defines
- #  LIBKASTEN_FOUND - whether the libkasten libraries were found
-@@ -12,44 +12,45 @@ if( LIBKASTEN_INCLUDE_DIR AND LIBKASTEN_LIBRARIES AND 
LIBKASTEN_VERSION )
- set( Kasten_FIND_QUIETLY TRUE )
- endif( LIBKASTEN_INCLUDE_DIR AND LIBKASTEN_LIBRARIES AND LIBKASTEN_VERSION )
- 
--if( LIBKASTEN_FIND_VERSION EQUAL 1 )
--find_library( KASTEN1_CORE_LIB
-+if( LIBKASTEN_FIND_VERSION EQUAL 1 OR LIBKASTEN_FIND_VERSION EQUAL 2)
-+set( KV ${LIBKASTEN_FIND_VERSION} )
-+find_library( KASTEN1OR2_CORE_LIB
- NAMES
--kasten1core
-+kasten${KV}core
- HINTS
- ${LIB_INSTALL_DIR}
- ${KDE4_LIB_DIR}
- )
- 
--find_library( KASTEN1_GUI_LIB
-+find_library( KASTEN1OR2_GUI_LIB
- NAMES
--kasten1gui
-+kasten${KV}gui
- HINTS
- ${LIB_INSTALL_DIR}
- ${KDE4_LIB_DIR}
- )
- 
--find_library( KASTEN1_CONTROLLERS_LIB
-+find_library( KASTEN1OR2_CONTROLLERS_LIB
- NAMES
--kasten1controllers
-+kasten${KV}controllers
- HINTS
- ${LIB_INSTALL_DIR}
- ${KDE4_LIB_DIR}
- )
- 
--find_path( KASTEN1_NORMAL_INCLUDE_DIR
-+find_path( KASTEN1OR2_NORMAL_INCLUDE_DIR
- NAMES
- abstractmodel.h
- PATH_SUFFIXES
--kasten1
-+kasten${KV}
- HINTS
- ${INCLUDE_INSTALL_DIR}
- ${KDE4_INCLUDE_DIR}
- )
- 
--find_path( KASTEN1_CAMELCASE_INCLUDE_DIR
-+find_path( KASTEN1OR2_CAMELCASE_INCLUDE_DIR
- NAMES
--Kasten1/AbstractModel
-+Kasten${KV}/AbstractModel
- PATH_SUFFIXES
- KDE
- HINTS
-@@ -58,25 +59,25 @@ if( LIBKASTEN_FIND_VERSION EQUAL 1 )
- )
- 
- 
--if( KASTEN1_NORMAL_INCLUDE_DIR AND KASTEN1_CAMELCASE_INCLUDE_DIR AND
--KASTEN1_CORE_LIB AND KASTEN1_GUI_LIB AND KASTEN1_CONTROLLERS_LIB )
-+if( KASTEN1OR2_NORMAL_INCLUDE_DIR AND KASTEN1OR2_CAMELCASE_INCLUDE_DIR AND
-+KASTEN1OR2_CORE_LIB AND KASTEN1OR2_GUI_LIB AND 
KASTEN1OR2_CONTROLLERS_LIB )
- set( LIBKASTEN_FOUND TRUE )
--endif( KASTEN1_NORMAL_INCLUDE_DIR AND KASTEN1_CAMELCASE_INCLUDE_DIR AND
--KASTEN1_CORE_LIB AND KASTEN1_GUI_LIB AND KASTEN1_CONTROLLERS_LIB )
-+endif( KASTEN1OR2_NORMAL_INCLUDE_DIR AND KASTEN1OR2_CAMELCASE_INCLUDE_DIR 
AND
-+KASTEN1OR2_CORE_LIB AND KASTEN1OR2_GUI_LIB AND 
KASTEN1OR2_CONTROLLERS_LIB )
- 
- if( LIBKASTEN_FOUND )
--set( LIBKASTEN_VERSION 1 )
-+set( LIBKASTEN_VERSION ${KV} )
- set( LIBKASTEN_INCLUDE_DIRS
--${KASTEN1_NORMAL_INCLUDE_DIR}
--${KASTEN1_CAMELCASE_INCLUDE_DIR}
-+${KASTEN1OR2_NORMAL_INCLUDE_DIR}
-+${KASTEN1OR2_CAMELCASE_INCLUDE_DIR}
- )
- set( LIBKASTEN_LIBRARIES
--

DISTFILES: kde4-kdevelop: kdevelop-4.4.0.tar.bz2

2012-10-25 Thread pluto

Files fetched: 1

STORED: 
ftp://ftp.kde.org/pub/kde/stable/kdevelop/4.4.0/src/kdevelop-4.4.0.tar.bz2
b3c8e3032eb54a074b643d9521e52f5a  kdevelop-4.4.0.tar.bz2
Size: 6226191 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/kde4-kdevelop] small %%files update (there's few plasma addons to package).

2012-10-25 Thread pluto
commit 3c159b1885859452cab125adec3423c9655573de
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Fri Oct 26 01:25:44 2012 +0200

small %%files update (there's few plasma addons to package).

 kde4-kdevelop.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/kde4-kdevelop.spec b/kde4-kdevelop.spec
index d60fc79..54d62ef 100644
--- a/kde4-kdevelop.spec
+++ b/kde4-kdevelop.spec
@@ -148,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{orgname}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kdevelop
-%attr(755,root,root) %{_bindir}/kdevelop_attach
+%attr(755,root,root) %{_bindir}/kdevelop!
 %attr(755,root,root) %{_libdir}/kde4/kcm_kdev_makebuilder.so
 %attr(755,root,root) %{_libdir}/kde4/kcm_kdevcmake_settings.so
 %attr(755,root,root) %{_libdir}/kde4/kdevastyle.so
@@ -184,6 +184,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/apps/kdevgdb/printers/libstdcxx.py
 %{_datadir}/apps/kdevokteta
 %{_datadir}/config/kdeveloprc
+%{_datadir}/config/kdevelop-qthelp.knsrc
 %dir %{_datadir}/apps/kdevcppsupport
 %{_datadir}/apps/kdevcppsupport/kdevcppsupport.rc
 %{_datadir}/kde4/services/kcm_kdev_makebuilder.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdevelop.git/commitdiff/3c159b1885859452cab125adec3423c9655573de

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


[packages/rpm] avoid fdatasync syscall flood during database operations, release 27.

2012-10-24 Thread pluto
commit 0a61d99be95b0d089998f2d3bc579933d6e84553
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Thu Oct 25 07:39:32 2012 +0200

avoid fdatasync syscall flood during database operations, release 27.

 macros.pld.in | 3 +++
 rpm.spec  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpm.spec b/rpm.spec
index b4fb4a3..f07f0fb 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -52,7 +52,7 @@ Summary(ru.UTF-8):Менеджер пакетов от RPM
 Summary(uk.UTF-8): Менеджер пакетів від RPM
 Name:  rpm
 Version:   5.4.10
-Release:   26
+Release:   27
 License:   LGPL
 Group: Base
 # http://rpm5.org/files/rpm/rpm-5.4/rpm-5.4.10-0.20120706.src.rpm
diff --git a/macros.pld.in b/macros.pld.in
index ffeec4d..a06e55f 100644
--- a/macros.pld.in
+++ b/macros.pld.in
@@ -202,3 +202,6 @@ pakietu oraz przy odpluskwianiu samego pakietu.\
 #
 # rpm5 prolog for loading the standard macro
 %{load:/etc/rpm/macros.d/*.macros}
+
+# avoid fdatasync syscall flood during database operations.
+%__nofsync nofsync


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/0a61d99be95b0d089998f2d3bc579933d6e84553

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


[packages/qemu] updated to 1.2.0.

2012-09-23 Thread pluto
commit 697b0ba8e2865c221517008e047d51163bdc46a7
Author: Paweł Sikora pawel.sik...@agmk.net
Date:   Sun Sep 23 18:42:45 2012 +0200

updated to 1.2.0.

 qemu-cflags.patch | 25 ++---
 qemu.spec |  9 +
 2 files changed, 23 insertions(+), 11 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 7f23e53..c002911 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -1,5 +1,6 @@
 # TODO:
 # - package virtfs-proxy-helper, qemu-bridge-helper.
+# - package qemu-system-or32
 # - update patches
 # - qemu-system-ppc -hda ac-ppc.img says:
 #   qemu: could not open disk image ac-ppc.img: error Success
@@ -14,13 +15,12 @@
 Summary:   QEMU CPU Emulator
 Summary(pl.UTF-8): QEMU - emulator procesora
 Name:  qemu
-Version:   1.1.0
+Version:   1.2.0
 Release:   1
 License:   GPL
 Group: Applications/Emulators
-Source0:   http://wiki.qemu.org/download/%{name}-%{version}-1.tar.bz2
-# Source0-md5: f5c85c229b780bc39268845b6f365fc1
-Patch0:qemu-cflags.patch
+Source0:   http://wiki.qemu.org/download/%{name}-%{version}.tar.bz2
+# Source0-md5: 78eb1e984f4532aa9f2bdd3c127b5b61
 Patch6:%{name}-nosdlgui.patch
 # Proof of concept, for reference, do not remove
 Patch8:%{name}-kde_virtual_workspaces_hack.patch
@@ -283,6 +283,7 @@ ln -s ../error.h qapi/error.h
 ./configure \
--extra-cflags=%{rpmcflags} -I/usr/include/ncurses \
--extra-ldflags=%{rpmldflags} \
+   --disable-strip \
--sysconfdir=%{_sysconfdir} \
--prefix=%{_prefix} \
--cc=%{__cc} \
diff --git a/qemu-cflags.patch b/qemu-cflags.patch
index 248c79c..15774d8 100644
--- a/qemu-cflags.patch
+++ b/qemu-cflags.patch
@@ -1,13 +1,24 @@
 qemu-kvm-1.0/configure~2012-02-22 11:45:58.440892282 +0100
-+++ qemu-kvm-1.0/configure 2012-02-23 10:24:12.692463270 +0100
-@@ -2781,10 +2781,6 @@
+--- qemu-1.2.0/configure.orig  2012-09-05 16:03:06.0 +0200
 qemu-1.2.0/configure   2012-09-23 18:41:12.717279277 +0200
+@@ -281,10 +281,6 @@
+ QEMU_CFLAGS=-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS
+ QEMU_CFLAGS=-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
$QEMU_CFLAGS
+ QEMU_INCLUDES=-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/fpu
+-if test $debug_info = yes; then
+-CFLAGS=-g $CFLAGS
+-LDFLAGS=-g $LDFLAGS
+-fi
+ 
+ # make source path absolute
+ source_path=`cd $source_path; pwd`
+@@ -2995,10 +2991,6 @@
  # End of CC checks
  # After here, no more $cc or $ld runs
  
 -if test $debug = no ; then
--  CFLAGS=-O2 $CFLAGS
+-  CFLAGS=-O2 -D_FORTIFY_SOURCE=2 $CFLAGS
 -fi
 -
- # Consult white-list to determine whether to enable werror
- # by default.  Only enable by default for git builds
- z_version=`cut -f3 -d. $source_path/VERSION`
+ # Disable zero malloc errors for official releases unless explicitly told to
+ # enable/disable
+ if test -z $zero_malloc ; then


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qemu.git/commitdiff/697b0ba8e2865c221517008e047d51163bdc46a7

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


  1   2   3   4   5   6   7   8   9   10   >