packages (GRSECURITY_RAW): kernel/kernel-grsec_full.patch http://grsecurity...

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 08:44:46 2011 GMT
Module: packages  Tag: GRSECURITY_RAW
 Log message:
http://grsecurity.net/~spender/grsecurity-2.2.2-2.6.38.6-201105171931.patch

 Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.3.2.67 - 1.3.2.68) 

 Diffs:


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.3.2.67 
packages/kernel/kernel-grsec_full.patch:1.3.2.68
--- packages/kernel/kernel-grsec_full.patch:1.3.2.67Sun May 15 13:27:51 2011
+++ packages/kernel/kernel-grsec_full.patch Wed May 18 10:44:24 2011
@@ -3780,6 +3780,18 @@
  }
  
  #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
+diff -urNp linux-2.6.38.6/arch/sparc/include/asm/cache.h 
linux-2.6.38.6/arch/sparc/include/asm/cache.h
+--- linux-2.6.38.6/arch/sparc/include/asm/cache.h  2011-03-14 
21:20:32.0 -0400
 linux-2.6.38.6/arch/sparc/include/asm/cache.h  2011-05-17 
19:31:43.0 -0400
+@@ -10,7 +10,7 @@
+ #define ARCH_SLAB_MINALIGN__alignof__(unsigned long long)
+ 
+ #define L1_CACHE_SHIFT 5
+-#define L1_CACHE_BYTES 32
++#define L1_CACHE_BYTES 32U
+ 
+ #ifdef CONFIG_SPARC32
+ #define SMP_CACHE_BYTES_SHIFT 5
 diff -urNp linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h 
linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h
 --- linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h2011-03-14 
21:20:32.0 -0400
 +++ linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h2011-04-28 
19:34:14.0 -0400
@@ -4861,6 +4873,18 @@
  EXPORT_SYMBOL(atomic64_sub_ret);
  
  /* Atomic bit operations. */
+diff -urNp linux-2.6.38.6/arch/sparc/lib/Makefile 
linux-2.6.38.6/arch/sparc/lib/Makefile
+--- linux-2.6.38.6/arch/sparc/lib/Makefile 2011-03-14 21:20:32.0 
-0400
 linux-2.6.38.6/arch/sparc/lib/Makefile 2011-05-17 19:31:43.0 
-0400
+@@ -2,7 +2,7 @@
+ #
+ 
+ asflags-y := -ansi -DST_DIV0=0x02
+-ccflags-y := -Werror
++#ccflags-y := -Werror
+ 
+ lib-$(CONFIG_SPARC32) += mul.o rem.o sdiv.o udiv.o umul.o urem.o ashrdi3.o
+ lib-$(CONFIG_SPARC32) += memcpy.o memset.o
 diff -urNp linux-2.6.38.6/arch/sparc/Makefile 
linux-2.6.38.6/arch/sparc/Makefile
 --- linux-2.6.38.6/arch/sparc/Makefile 2011-03-14 21:20:32.0 -0400
 +++ linux-2.6.38.6/arch/sparc/Makefile 2011-04-28 19:34:14.0 -0400
@@ -6362,7 +6386,7 @@
has_dumped = 1;
 diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S 
linux-2.6.38.6/arch/x86/ia32/ia32entry.S
 --- linux-2.6.38.6/arch/x86/ia32/ia32entry.S   2011-03-14 21:20:32.0 
-0400
-+++ linux-2.6.38.6/arch/x86/ia32/ia32entry.S   2011-05-11 18:34:57.0 
-0400
 linux-2.6.38.6/arch/x86/ia32/ia32entry.S   2011-05-16 21:47:08.0 
-0400
 @@ -13,6 +13,7 @@
  #include asm/thread_info.h  
  #include asm/segment.h
@@ -6371,7 +6395,7 @@
  #include linux/linkage.h
  
  /* Avoid __ASSEMBLER__'ifying linux/audit.h just for this.  */
-@@ -93,6 +94,28 @@ ENTRY(native_irq_enable_sysexit)
+@@ -93,6 +94,26 @@ ENTRY(native_irq_enable_sysexit)
  ENDPROC(native_irq_enable_sysexit)
  #endif
  
@@ -6386,21 +6410,19 @@
 +  call pax_exit_kernel_user
 +#endif
 +#ifdef CONFIG_PAX_RANDKSTACK
-+  push %rax
++  pushq %rax
 +  call pax_randomize_kstack
-+  pop %rax
++  popq %rax
 +#endif
 +#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+  push %rax
 +  call pax_erase_kstack
-+  pop %rax
 +#endif
 +  .endm
 +
  /*
   * 32bit SYSENTER instruction entry.
   *
-@@ -119,7 +142,7 @@ ENTRY(ia32_sysenter_target)
+@@ -119,7 +140,7 @@ ENTRY(ia32_sysenter_target)
CFI_REGISTERrsp,rbp
SWAPGS_UNSAFE_STACK
movqPER_CPU_VAR(kernel_stack), %rsp
@@ -6409,7 +6431,7 @@
/*
 * No need to follow this irqs on/off section: the syscall
 * disabled irqs, here we enable it straight after entry:
-@@ -135,7 +158,8 @@ ENTRY(ia32_sysenter_target)
+@@ -135,7 +156,8 @@ ENTRY(ia32_sysenter_target)
pushfq
CFI_ADJUST_CFA_OFFSET 8
/*CFI_REL_OFFSET rflags,0*/
@@ -6419,7 +6441,7 @@
CFI_REGISTER rip,r10
pushq   $__USER32_CS
CFI_ADJUST_CFA_OFFSET 8
-@@ -150,6 +174,12 @@ ENTRY(ia32_sysenter_target)
+@@ -150,6 +172,12 @@ ENTRY(ia32_sysenter_target)
SAVE_ARGS 0,0,1
/* no need to do an access_ok check here because rbp has been
   32bit zero extended */ 
@@ -6432,7 +6454,7 @@
  1:movl(%rbp),%ebp
.section __ex_table,a
.quad 1b,ia32_badarg
-@@ -172,6 +202,7 @@ sysenter_dispatch:
+@@ -172,6 +200,7 @@ sysenter_dispatch:
testl   $_TIF_ALLWORK_MASK,TI_flags(%r10)
jnz sysexit_audit
  sysexit_from_sys_call:
@@ -6440,7 +6462,7 @@
andl$~TS_COMPAT,TI_status(%r10)
/* clear IF, that popfq doesn't enable interrupts early */
andl  $~0x200,EFLAGS-R11(%rsp) 
-@@ -283,19 +314,24 @@ 

packages: kernel/kernel-grsec_full.patch, kernel/kernel.spec - rel 2; grsec...

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 08:54:57 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2; grsec up to grsecurity-2.2.2-2.6.38.6-201105171931.patch

 Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.71 - 1.72) , kernel.spec (1.917 - 1.918) 

 Diffs:


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.71 
packages/kernel/kernel-grsec_full.patch:1.72
--- packages/kernel/kernel-grsec_full.patch:1.71Sun May 15 16:07:22 2011
+++ packages/kernel/kernel-grsec_full.patch Wed May 18 10:54:51 2011
@@ -3780,6 +3780,18 @@
  }
  
  #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0)
+diff -urNp linux-2.6.38.6/arch/sparc/include/asm/cache.h 
linux-2.6.38.6/arch/sparc/include/asm/cache.h
+--- linux-2.6.38.6/arch/sparc/include/asm/cache.h  2011-03-14 
21:20:32.0 -0400
 linux-2.6.38.6/arch/sparc/include/asm/cache.h  2011-05-17 
19:31:43.0 -0400
+@@ -10,7 +10,7 @@
+ #define ARCH_SLAB_MINALIGN__alignof__(unsigned long long)
+ 
+ #define L1_CACHE_SHIFT 5
+-#define L1_CACHE_BYTES 32
++#define L1_CACHE_BYTES 32U
+ 
+ #ifdef CONFIG_SPARC32
+ #define SMP_CACHE_BYTES_SHIFT 5
 diff -urNp linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h 
linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h
 --- linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h2011-03-14 
21:20:32.0 -0400
 +++ linux-2.6.38.6/arch/sparc/include/asm/dma-mapping.h2011-04-28 
19:34:14.0 -0400
@@ -4861,6 +4873,18 @@
  EXPORT_SYMBOL(atomic64_sub_ret);
  
  /* Atomic bit operations. */
+diff -urNp linux-2.6.38.6/arch/sparc/lib/Makefile 
linux-2.6.38.6/arch/sparc/lib/Makefile
+--- linux-2.6.38.6/arch/sparc/lib/Makefile 2011-03-14 21:20:32.0 
-0400
 linux-2.6.38.6/arch/sparc/lib/Makefile 2011-05-17 19:31:43.0 
-0400
+@@ -2,7 +2,7 @@
+ #
+ 
+ asflags-y := -ansi -DST_DIV0=0x02
+-ccflags-y := -Werror
++#ccflags-y := -Werror
+ 
+ lib-$(CONFIG_SPARC32) += mul.o rem.o sdiv.o udiv.o umul.o urem.o ashrdi3.o
+ lib-$(CONFIG_SPARC32) += memcpy.o memset.o
 diff -urNp linux-2.6.38.6/arch/sparc/Makefile 
linux-2.6.38.6/arch/sparc/Makefile
 --- linux-2.6.38.6/arch/sparc/Makefile 2011-03-14 21:20:32.0 -0400
 +++ linux-2.6.38.6/arch/sparc/Makefile 2011-04-28 19:34:14.0 -0400
@@ -6362,7 +6386,7 @@
has_dumped = 1;
 diff -urNp linux-2.6.38.6/arch/x86/ia32/ia32entry.S 
linux-2.6.38.6/arch/x86/ia32/ia32entry.S
 --- linux-2.6.38.6/arch/x86/ia32/ia32entry.S   2011-03-14 21:20:32.0 
-0400
-+++ linux-2.6.38.6/arch/x86/ia32/ia32entry.S   2011-05-11 18:34:57.0 
-0400
 linux-2.6.38.6/arch/x86/ia32/ia32entry.S   2011-05-16 21:47:08.0 
-0400
 @@ -13,6 +13,7 @@
  #include asm/thread_info.h  
  #include asm/segment.h
@@ -6371,7 +6395,7 @@
  #include linux/linkage.h
  
  /* Avoid __ASSEMBLER__'ifying linux/audit.h just for this.  */
-@@ -93,6 +94,28 @@ ENTRY(native_irq_enable_sysexit)
+@@ -93,6 +94,26 @@ ENTRY(native_irq_enable_sysexit)
  ENDPROC(native_irq_enable_sysexit)
  #endif
  
@@ -6386,21 +6410,19 @@
 +  call pax_exit_kernel_user
 +#endif
 +#ifdef CONFIG_PAX_RANDKSTACK
-+  push %rax
++  pushq %rax
 +  call pax_randomize_kstack
-+  pop %rax
++  popq %rax
 +#endif
 +#ifdef CONFIG_PAX_MEMORY_STACKLEAK
-+  push %rax
 +  call pax_erase_kstack
-+  pop %rax
 +#endif
 +  .endm
 +
  /*
   * 32bit SYSENTER instruction entry.
   *
-@@ -119,7 +142,7 @@ ENTRY(ia32_sysenter_target)
+@@ -119,7 +140,7 @@ ENTRY(ia32_sysenter_target)
CFI_REGISTERrsp,rbp
SWAPGS_UNSAFE_STACK
movqPER_CPU_VAR(kernel_stack), %rsp
@@ -6409,7 +6431,7 @@
/*
 * No need to follow this irqs on/off section: the syscall
 * disabled irqs, here we enable it straight after entry:
-@@ -135,7 +158,8 @@ ENTRY(ia32_sysenter_target)
+@@ -135,7 +156,8 @@ ENTRY(ia32_sysenter_target)
pushfq
CFI_ADJUST_CFA_OFFSET 8
/*CFI_REL_OFFSET rflags,0*/
@@ -6419,7 +6441,7 @@
CFI_REGISTER rip,r10
pushq   $__USER32_CS
CFI_ADJUST_CFA_OFFSET 8
-@@ -150,6 +174,12 @@ ENTRY(ia32_sysenter_target)
+@@ -150,6 +172,12 @@ ENTRY(ia32_sysenter_target)
SAVE_ARGS 0,0,1
/* no need to do an access_ok check here because rbp has been
   32bit zero extended */ 
@@ -6432,7 +6454,7 @@
  1:movl(%rbp),%ebp
.section __ex_table,a
.quad 1b,ia32_badarg
-@@ -172,6 +202,7 @@ sysenter_dispatch:
+@@ -172,6 +200,7 @@ sysenter_dispatch:
testl   $_TIF_ALLWORK_MASK,TI_flags(%r10)
jnz sysexit_audit
  sysexit_from_sys_call:
@@ -6440,7 +6462,7 @@
andl$~TS_COMPAT,TI_status(%r10)
/* clear IF, that popfq doesn't enable interrupts early */
andl  $~0x200,EFLAGS-R11(%rsp) 
-@@ -283,19 +314,24 @@ ENDPROC(ia32_sysenter_target)

packages: kernel/kernel-grsec_full.patch, kernel/kernel.spec - rel 3; grsec...

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 09:22:02 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3; grsec fixed

 Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.72 - 1.73) , kernel.spec (1.918 - 1.919) 

 Diffs:


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.72 
packages/kernel/kernel-grsec_full.patch:1.73
--- packages/kernel/kernel-grsec_full.patch:1.72Wed May 18 10:54:51 2011
+++ packages/kernel/kernel-grsec_full.patch Wed May 18 11:21:56 2011
@@ -57895,9 +57895,9 @@
  }
  
  struct cred *prepare_creds(void)
+ {
 +
 +  pax_track_stack();
- {
validate_process_creds();
  
 diff -urNp linux-2.6.38.6/kernel/debug/debug_core.c 
linux-2.6.38.6/kernel/debug/debug_core.c


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.918 packages/kernel/kernel.spec:1.919
--- packages/kernel/kernel.spec:1.918   Wed May 18 10:54:52 2011
+++ packages/kernel/kernel.spec Wed May 18 11:21:56 2011
@@ -95,7 +95,7 @@
 
 %definebasever 2.6.38
 %definepostver .6
-%definerel 2
+%definerel 3
 
 %define_enable_debug_packages  0
 
@@ -1548,6 +1548,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.919  2011/05/18 09:21:56  arekm
+- rel 3; grsec fixed
+
 Revision 1.918  2011/05/18 08:54:52  arekm
 - rel 2; grsec up to grsecurity-2.2.2-2.6.38.6-201105171931.patch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_full.patch?r1=1.72r2=1.73f=u

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.918r2=1.919f=u

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


DISTFILES: kernel: ERRORS: linux-2.6.38.tar.bz2 patch-2.6.38.6.bz2

2011-05-18 Thread arekm
kernel.spec: undefined macro version



Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2
7d471477bfa67546f902da62227fa976  linux-2.6.38.tar.bz2
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.6.bz2
527fab8162c682ad849eb21fc30d28ef  patch-2.6.38.6.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: kernel/kernel-grsec_full.patch, kernel/kernel.spec - rel 4; anoth...

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 09:51:37 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 4; another bugfix

 Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.73 - 1.74) , kernel.spec (1.919 - 1.920) 

 Diffs:


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.73 
packages/kernel/kernel-grsec_full.patch:1.74
--- packages/kernel/kernel-grsec_full.patch:1.73Wed May 18 11:21:56 2011
+++ packages/kernel/kernel-grsec_full.patch Wed May 18 11:51:31 2011
@@ -70768,3 +70768,13 @@
if (!kvm_vcpu_cache) {
r = -ENOMEM;
goto out_free_5;
+--- linux-2.6.38/drivers/net/mlx4/main.c~  2011-05-18 11:19:52.808043812 
+0200
 linux-2.6.38/drivers/net/mlx4/main.c   2011-05-18 11:49:19.999433175 
+0200
+@@ -39,6 +39,7 @@
+ #include linux/pci.h
+ #include linux/dma-mapping.h
+ #include linux/slab.h
++#include linux/sched.h
+ 
+ #include linux/mlx4/device.h
+ #include linux/mlx4/doorbell.h


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.919 packages/kernel/kernel.spec:1.920
--- packages/kernel/kernel.spec:1.919   Wed May 18 11:21:56 2011
+++ packages/kernel/kernel.spec Wed May 18 11:51:31 2011
@@ -95,7 +95,7 @@
 
 %definebasever 2.6.38
 %definepostver .6
-%definerel 3
+%definerel 4
 
 %define_enable_debug_packages  0
 
@@ -1548,6 +1548,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.920  2011/05/18 09:51:31  arekm
+- rel 4; another bugfix
+
 Revision 1.919  2011/05/18 09:21:56  arekm
 - rel 3; grsec fixed
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_full.patch?r1=1.73r2=1.74f=u

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.919r2=1.920f=u

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


packages: cassandra-bin/cassandra-bin.spec - Version 0.7.6-1.

2011-05-18 Thread matkor
Author: matkor   Date: Wed May 18 10:55:36 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- Version 0.7.6-1. 

 Files affected:
packages/cassandra-bin:
   cassandra-bin.spec (1.12 - 1.13) 

 Diffs:


Index: packages/cassandra-bin/cassandra-bin.spec
diff -u packages/cassandra-bin/cassandra-bin.spec:1.12 
packages/cassandra-bin/cassandra-bin.spec:1.13
--- packages/cassandra-bin/cassandra-bin.spec:1.12  Wed Apr 27 23:16:33 2011
+++ packages/cassandra-bin/cassandra-bin.spec   Wed May 18 12:55:31 2011
@@ -11,12 +11,12 @@
 Summary:   Cassandra database binary package
 Summary(pl.UTF-8): Baza danych Cassandra wersja binarna.
 Name:  cassandra-bin
-Version:   0.7.5
+Version:   0.7.6
 Release:   1
 License:   ASF
 Group: Applications/Databases
 Source0:
http://ftp.tpnet.pl/vol/d1/apache//cassandra/%{version}/apache-cassandra-%{version}-bin.tar.gz
-# Source0-md5: 3a74739c1eb277c23b40302cc5a149bc
+# Source0-md5: 631123a52d2fb10302a01c22b281585b
 Source1:   cassandra.in.sh
 Source2:   %{shname}.init
 URL:   http://cassandra.apache.org/
@@ -123,6 +123,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2011/05/18 10:55:31  matkor
+- Version 0.7.6-1.
+
 Revision 1.12  2011/04/27 21:16:33  matkor
 - Version 0.7.5-1.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cassandra-bin/cassandra-bin.spec?r1=1.12r2=1.13f=u

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


DISTFILES: cassandra-bin: apache-cassandra-0.7.6-bin.tar.gz

2011-05-18 Thread matkor

Files fetched: 1

STORED: 
http://ftp.tpnet.pl/vol/d1/apache//cassandra/0.7.6/apache-cassandra-0.7.6-bin.tar.gz
631123a52d2fb10302a01c22b281585b  apache-cassandra-0.7.6-bin.tar.gz
Size: 10048639 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: dahdi-linux/dahdi-linux.spec - release 2

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:12 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/dahdi-linux:
   dahdi-linux.spec (1.71 - 1.72) 

 Diffs:


Index: packages/dahdi-linux/dahdi-linux.spec
diff -u packages/dahdi-linux/dahdi-linux.spec:1.71 
packages/dahdi-linux/dahdi-linux.spec:1.72
--- packages/dahdi-linux/dahdi-linux.spec:1.71  Sat Apr 30 22:33:10 2011
+++ packages/dahdi-linux/dahdi-linux.spec   Wed May 18 13:08:06 2011
@@ -33,7 +33,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 1
+%definerel 2
 %definepname   dahdi-linux
 %defineFIRMWARE_URL 
http://downloads.digium.com/pub/telephony/firmware/releases
 Summary:   DAHDI telephony device support
@@ -222,6 +222,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.72  2011/05/18 11:08:06  arekm
+- release 2
+
 Revision 1.71  2011/04/30 20:33:10  areq
 - 2.4.1.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dahdi-linux/dahdi-linux.spec?r1=1.71r2=1.72f=u

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


packages: e1000/e1000.spec - release 47

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:19 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 47

 Files affected:
packages/e1000:
   e1000.spec (1.195 - 1.196) 

 Diffs:


Index: packages/e1000/e1000.spec
diff -u packages/e1000/e1000.spec:1.195 packages/e1000/e1000.spec:1.196
--- packages/e1000/e1000.spec:1.195 Fri Apr  8 06:57:24 2011
+++ packages/e1000/e1000.spec   Wed May 18 13:08:14 2011
@@ -18,7 +18,7 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 46
+%definerel 47
 %definepname   e1000
 Summary:   Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8): Sterownik do karty Intel(R) PRO/1000
@@ -107,6 +107,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.196  2011/05/18 11:08:14  arekm
+- release 47
+
 Revision 1.195  2011/04/08 04:57:24  arekm
 - release 46
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000/e1000.spec?r1=1.195r2=1.196f=u

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


packages: e1000e/e1000e.spec - release 9

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:22 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 9

 Files affected:
packages/e1000e:
   e1000e.spec (1.119 - 1.120) 

 Diffs:


Index: packages/e1000e/e1000e.spec
diff -u packages/e1000e/e1000e.spec:1.119 packages/e1000e/e1000e.spec:1.120
--- packages/e1000e/e1000e.spec:1.119   Fri Apr  8 06:57:28 2011
+++ packages/e1000e/e1000e.spec Wed May 18 13:08:17 2011
@@ -17,7 +17,7 @@
 %undefine  with_userspace
 %endif
 
-%definerel 8
+%definerel 9
 %definepname   e1000e
 Summary:   Intel(R) PRO/1000e driver for Linux
 Summary(en.UTF-8): Intel® PRO/1000e driver for Linux
@@ -127,6 +127,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.120  2011/05/18 11:08:17  arekm
+- release 9
+
 Revision 1.119  2011/04/08 04:57:28  arekm
 - release 8
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000e/e1000e.spec?r1=1.119r2=1.120f=u

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


packages: ipset/ipset.spec - release 2

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:26 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/ipset:
   ipset.spec (1.112 - 1.113) 

 Diffs:


Index: packages/ipset/ipset.spec
diff -u packages/ipset/ipset.spec:1.112 packages/ipset/ipset.spec:1.113
--- packages/ipset/ipset.spec:1.112 Fri Apr 15 14:28:22 2011
+++ packages/ipset/ipset.spec   Wed May 18 13:08:20 2011
@@ -21,7 +21,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 1
+%definerel 2
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
@@ -230,6 +230,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.113  2011/05/18 11:08:20  arekm
+- release 2
+
 Revision 1.112  2011/04/15 12:28:22  jajcus
 - package whole /usr/include/libipset directory
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipset/ipset.spec?r1=1.112r2=1.113f=u

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


packages: VirtualBox/VirtualBox.spec - release 2

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:45 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.367 - 1.368) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.367 
packages/VirtualBox/VirtualBox.spec:1.368
--- packages/VirtualBox/VirtualBox.spec:1.367   Wed May 18 02:02:16 2011
+++ packages/VirtualBox/VirtualBox.spec Wed May 18 13:08:40 2011
@@ -33,7 +33,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 1
+%definerel 2
 %definepname   VirtualBox
 
 Summary:   VirtualBox OSE - x86 hardware virtualizer
@@ -889,6 +889,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.368  2011/05/18 11:08:40  arekm
+- release 2
+
 Revision 1.367  2011/05/18 00:02:16  charles
 - updated to 4.0.8
 - removed -gcc.patch (applied upstream)


 CVS-web:

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

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


packages: xtables-addons/xtables-addons.spec - release 7

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:42 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 7

 Files affected:
packages/xtables-addons:
   xtables-addons.spec (1.104 - 1.105) 

 Diffs:


Index: packages/xtables-addons/xtables-addons.spec
diff -u packages/xtables-addons/xtables-addons.spec:1.104 
packages/xtables-addons/xtables-addons.spec:1.105
--- packages/xtables-addons/xtables-addons.spec:1.104   Fri May  6 20:05:09 2011
+++ packages/xtables-addons/xtables-addons.spec Wed May 18 13:08:36 2011
@@ -16,7 +16,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 6
+%definerel 7
 Summary:   Additional extensions for xtables packet filtering system
 Summary(pl.UTF-8): Dodatkowe rozszerzenia do systemu filtrowania pakietów 
xtables
 Name:  xtables-addons
@@ -172,6 +172,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.105  2011/05/18 11:08:36  arekm
+- release 7
+
 Revision 1.104  2011/05/06 18:05:09  qboosh
 - updated to 1.35
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-addons/xtables-addons.spec?r1=1.104r2=1.105f=u

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


packages (LINUX_2_6_37): iscsitarget/iscsitarget.spec - release 22

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:29 2011 GMT
Module: packages  Tag: LINUX_2_6_37
 Log message:
- release 22

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.39.2.4 - 1.39.2.5) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.39.2.4 
packages/iscsitarget/iscsitarget.spec:1.39.2.5
--- packages/iscsitarget/iscsitarget.spec:1.39.2.4  Wed Apr 13 00:22:03 2011
+++ packages/iscsitarget/iscsitarget.spec   Wed May 18 13:08:23 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 21
+%define_rel 22
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -134,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.39.2.5  2011/05/18 11:08:23  arekm
+- release 22
+
 Revision 1.39.2.4  2011/04/12 22:22:03  marti
 - working with kernel-desktop-2.6.37
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iscsitarget/iscsitarget.spec?r1=1.39.2.4r2=1.39.2.5f=u

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


packages: lirc/lirc.spec, r8168/r8168.spec - release 36

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:31 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 36

 Files affected:
packages/lirc:
   lirc.spec (1.281 - 1.282) 
packages/r8168:
   r8168.spec (1.44 - 1.45) 

 Diffs:


Index: packages/lirc/lirc.spec
diff -u packages/lirc/lirc.spec:1.281 packages/lirc/lirc.spec:1.282
--- packages/lirc/lirc.spec:1.281   Fri Apr  8 06:58:02 2011
+++ packages/lirc/lirc.spec Wed May 18 13:08:26 2011
@@ -21,7 +21,7 @@
 %endif
 
 %definepname   lirc
-%definerel 35
+%definerel 36
 
 #
 # main package
@@ -1159,6 +1159,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.282  2011/05/18 11:08:26  arekm
+- release 36
+
 Revision 1.281  2011/04/08 04:58:02  arekm
 - release 35
 


Index: packages/r8168/r8168.spec
diff -u packages/r8168/r8168.spec:1.44 packages/r8168/r8168.spec:1.45
--- packages/r8168/r8168.spec:1.44  Fri Apr  8 06:57:40 2011
+++ packages/r8168/r8168.spec   Wed May 18 13:08:29 2011
@@ -11,7 +11,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 26
+%definerel 27
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet
 Name:  r8168
@@ -96,6 +96,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.45  2011/05/18 11:08:29  arekm
+- release 27
+
 Revision 1.44  2011/04/08 04:57:40  arekm
 - release 26
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lirc/lirc.spec?r1=1.281r2=1.282f=u

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/r8168/r8168.spec?r1=1.44r2=1.45f=u

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


packages: xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec - release 2

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 11:08:38 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/xorg-driver-video-nvidia:
   xorg-driver-video-nvidia.spec (1.324 - 1.325) 

 Diffs:


Index: packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec
diff -u packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.324 
packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.325
--- packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.324   
Mon Apr 25 16:08:43 2011
+++ packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec Wed May 
18 13:08:32 2011
@@ -26,7 +26,7 @@
 %defineno_install_post_check_so 1
 
 %definepname   xorg-driver-video-nvidia
-%definerel 1%{?with_multigl:.mgl}
+%definerel 2%{?with_multigl:.mgl}
 
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -468,6 +468,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.325  2011/05/18 11:08:32  arekm
+- release 2
+
 Revision 1.324  2011/04/25 14:08:43  charles
 - up to 270.41.06
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec?r1=1.324r2=1.325f=u

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


packages: librhtv/librhtv.spec - up to 2.2.1 - added fcntl.patch - added nc...

2011-05-18 Thread witekfl
Author: witekfl  Date: Wed May 18 11:52:12 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 2.2.1
- added fcntl.patch
- added ncurses.patch
- Because configure script is dumb, I added -ltinfow to X11 libs
  (stupid, but works)
- note that TV doesn't work on Linux console in UTF-8 mode

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

 Diffs:


Index: packages/librhtv/librhtv.spec
diff -u packages/librhtv/librhtv.spec:1.23 packages/librhtv/librhtv.spec:1.24
--- packages/librhtv/librhtv.spec:1.23  Tue Feb 13 07:46:51 2007
+++ packages/librhtv/librhtv.spec   Wed May 18 13:52:07 2011
@@ -2,16 +2,17 @@
 Summary:   Unix port of Borland TurboVision library
 Summary(pl.UTF-8): Uniksowa wersja biblioteki TurboVision Borlanda
 Name:  librhtv
-Version:   2.0.3
-Release:   2
+Version:   2.2.1
+Release:   0.1
 License:   Borland, some modifications are BSD-like licensed (generally 
free)
 Group: Libraries
-Source0:   
http://dl.sourceforge.net/tvision/rhtvision-%{version}.src.tar.gz
-# Source0-md5: b6129f5c510ba9d28d21c9575b7e1c75
+Source0:   
http://download.sourceforge.net/tvision/rhtvision_%{version}-1.tar.gz
+# Source0-md5: 46b815d862f9b112b11f63e2f5a6
 Patch0:%{name}-nolowlevelgarbage.patch
-Patch1:%{name}-gcc4.patch
+Patch1:%{name}-fcntl.patch
+Patch2:%{name}-ncurses.patch
 URL:   http://tvision.sourceforge.net/
-BuildRequires: XFree86-devel
+BuildRequires: xorg-lib-libX11-devel
 BuildRequires: gpm-devel
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
@@ -63,12 +64,14 @@
 %setup -q -n tvision
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__perl} config.pl \
--prefix=%{_prefix} \
-   --cflags=%{rpmcflags} -I/usr/include/ncurses \
-   --cxxflags=%{rpmcflags} -fno-exceptions -I/usr/include/ncurses \
+   --cflags=%{rpmcflags} -I/usr/include/ncursesw \
+   --cxxflags=%{rpmcflags} -fno-exceptions -I/usr/include/ncursesw \
+   --X11lib=tinfow X11 Xmu \
%{?debug:--with-debug}
 
 %{__make} \
@@ -138,6 +141,14 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2011/05/18 11:52:07  witekfl
+- up to 2.2.1
+- added fcntl.patch
+- added ncurses.patch
+- Because configure script is dumb, I added -ltinfow to X11 libs
+  (stupid, but works)
+- note that TV doesn't work on Linux console in UTF-8 mode
+
 Revision 1.23  2007/02/13 06:46:51  glen
 - tabs in preamble
 


 CVS-web:

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

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


DISTFILES: librhtv: rhtvision_2.2.1-1.tar.gz

2011-05-18 Thread witekfl

Files fetched: 1

STORED: http://download.sourceforge.net/tvision/rhtvision_2.2.1-1.tar.gz
46b815d862f9b112b11f63e2f5a6  rhtvision_2.2.1-1.tar.gz
Size: 1743432 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: setedit/setedit.spec - up to 0.5.7 snapshot

2011-05-18 Thread witekfl
Author: witekfl  Date: Wed May 18 11:52:41 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.5.7 snapshot

 Files affected:
packages/setedit:
   setedit.spec (1.17 - 1.18) 

 Diffs:


Index: packages/setedit/setedit.spec
diff -u packages/setedit/setedit.spec:1.17 packages/setedit/setedit.spec:1.18
--- packages/setedit/setedit.spec:1.17  Thu Jan 24 02:23:02 2008
+++ packages/setedit/setedit.spec   Wed May 18 13:52:36 2011
@@ -4,19 +4,19 @@
 Summary:   User friendly text editor
 Summary(pl.UTF-8): Przyjazny edytor tekstu
 Name:  setedit
-Version:   0.5.4
-Release:   1
+Version:   0.5.7
+Release:   0.1
 License:   GPL
 Group: Applications/Editors
-Source0:   http://dl.sourceforge.net/setedit/%{name}-%{version}.tar.gz
-# Source0-md5: fc2f9724f11965fbd11475ff9235eaa0
+Source0:   
http://download.sourceforge.net/setedit/%{name}_%{version}-2.tar.gz
+# Source0-md5: 99dfde9ebfce5d47aebf71fde3f5cf5f
 #Patch0:%{name}-fixlib.patch
 URL:   http://setedit.sourceforge.net/
 BuildRequires: aalib-devel
 BuildRequires: bzip2-devel = 0.9.5d
 BuildRequires: gettext-devel
 BuildRequires: gpm-devel = 1.10
-BuildRequires: librhtv-devel = 2.0.2
+BuildRequires: librhtv-devel = 2.2.1
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
 BuildRequires: pcre-devel
@@ -140,6 +140,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.18  2011/05/18 11:52:36  witekfl
+- up to 0.5.7 snapshot
+
 Revision 1.17  2008/01/24 01:23:02  glen
 - invoke fix-info-dir via /sbin/postshell where possible to avoid extra 
/bin/sh dep
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/setedit/setedit.spec?r1=1.17r2=1.18f=u

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


DISTFILES: setedit: setedit_0.5.7-2.tar.gz

2011-05-18 Thread witekfl

Files fetched: 1

STORED: http://download.sourceforge.net/setedit/setedit_0.5.7-2.tar.gz
99dfde9ebfce5d47aebf71fde3f5cf5f  setedit_0.5.7-2.tar.gz
Size: 3461389 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: kernel: ERRORS: linux-2.6.38.tar.bz2 patch-2.6.38.6.bz2

2011-05-18 Thread arekm
kernel.spec: undefined macro version



Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2
7d471477bfa67546f902da62227fa976  linux-2.6.38.tar.bz2
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.6.bz2
527fab8162c682ad849eb21fc30d28ef  patch-2.6.38.6.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: kernel/kernel.spec, kernel/ipset-netlink.patch (NEW) - rel 5; add...

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 12:06:03 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 5; add ipset netlink patch

 Files affected:
packages/kernel:
   kernel.spec (1.920 - 1.921) , ipset-netlink.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.920 packages/kernel/kernel.spec:1.921
--- packages/kernel/kernel.spec:1.920   Wed May 18 11:51:31 2011
+++ packages/kernel/kernel.spec Wed May 18 14:05:58 2011
@@ -95,7 +95,7 @@
 
 %definebasever 2.6.38
 %definepostver .6
-%definerel 4
+%definerel 5
 
 %define_enable_debug_packages  0
 
@@ -292,6 +292,9 @@
 # (only warnings, so just remove parts of this patch if conflics)
 Patch2500: kernel-warnings.patch
 
+# from ipset.spec (already in 2.6.39)
+Patch2600: ipset-netlink.patch
+
 # 0001-AppArmor-compatibility-patch-for-v5-network-controll.patch
 # 0002-AppArmor-compatibility-patch-for-v5-interface.patch
 # from 
http://kernel.org/pub/linux/security/apparmor/apparmor-2.6.36-patches.tgz
@@ -1548,6 +1551,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.921  2011/05/18 12:05:58  arekm
+- rel 5; add ipset netlink patch
+
 Revision 1.920  2011/05/18 09:51:31  arekm
 - rel 4; another bugfix
 


Index: packages/kernel/ipset-netlink.patch
diff -u /dev/null packages/kernel/ipset-netlink.patch:1.1
--- /dev/null   Wed May 18 14:06:03 2011
+++ packages/kernel/ipset-netlink.patch Wed May 18 14:05:58 2011
@@ -0,0 +1,47 @@
+diff --git a/include/linux/netfilter/nfnetlink.h 
b/include/linux/netfilter/nfnetlink.h
+index 361d6b5..2b11fc1 100644
+--- a/include/linux/netfilter/nfnetlink.h
 b/include/linux/netfilter/nfnetlink.h
+@@ -47,7 +47,8 @@ struct nfgenmsg {
+ #define NFNL_SUBSYS_QUEUE 3
+ #define NFNL_SUBSYS_ULOG  4
+ #define NFNL_SUBSYS_OSF   5
+-#define NFNL_SUBSYS_COUNT 6
++#define NFNL_SUBSYS_IPSET 6
++#define NFNL_SUBSYS_COUNT 7
+ 
+ #ifdef __KERNEL__
+ 
+diff --git a/include/net/netlink.h b/include/net/netlink.h
+index 373f1a9..8a3906a 100644
+--- a/include/net/netlink.h
 b/include/net/netlink.h
+@@ -856,18 +856,27 @@ static inline int nla_put_msecs(struct sk_buff *skb, int 
attrtype,
+ #define NLA_PUT_BE16(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, __be16, attrtype, value)
+ 
++#define NLA_PUT_NET16(skb, attrtype, value) \
++  NLA_PUT_BE16(skb, attrtype | NLA_F_NET_BYTEORDER, value)
++
+ #define NLA_PUT_U32(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, u32, attrtype, value)
+ 
+ #define NLA_PUT_BE32(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, __be32, attrtype, value)
+ 
++#define NLA_PUT_NET32(skb, attrtype, value) \
++  NLA_PUT_BE32(skb, attrtype | NLA_F_NET_BYTEORDER, value)
++
+ #define NLA_PUT_U64(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, u64, attrtype, value)
+ 
+ #define NLA_PUT_BE64(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, __be64, attrtype, value)
+ 
++#define NLA_PUT_NET64(skb, attrtype, value) \
++  NLA_PUT_BE64(skb, attrtype | NLA_F_NET_BYTEORDER, value)
++
+ #define NLA_PUT_STRING(skb, attrtype, value) \
+   NLA_PUT(skb, attrtype, strlen(value) + 1, value)
+ 
+


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.920r2=1.921f=u

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


packages: ipset/ipset.spec - release 3

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 13:24:31 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/ipset:
   ipset.spec (1.113 - 1.114) 

 Diffs:


Index: packages/ipset/ipset.spec
diff -u packages/ipset/ipset.spec:1.113 packages/ipset/ipset.spec:1.114
--- packages/ipset/ipset.spec:1.113 Wed May 18 13:08:20 2011
+++ packages/ipset/ipset.spec   Wed May 18 15:24:26 2011
@@ -21,7 +21,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 2
+%definerel 3
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
@@ -230,6 +230,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.114  2011/05/18 13:24:26  arekm
+- release 3
+
 Revision 1.113  2011/05/18 11:08:20  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipset/ipset.spec?r1=1.113r2=1.114f=u

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


packages: linux-libc-headers/linux-libc-headers.spec, linux-libc-headers/ip...

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 13:31:38 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 2.6.38.6; add ipset netlink patch (already in 2.6.39)

 Files affected:
packages/linux-libc-headers:
   linux-libc-headers.spec (1.169 - 1.170) , ipset-netlink.patch (NONE - 1.1) 
 (NEW)

 Diffs:


Index: packages/linux-libc-headers/linux-libc-headers.spec
diff -u packages/linux-libc-headers/linux-libc-headers.spec:1.169 
packages/linux-libc-headers/linux-libc-headers.spec:1.170
--- packages/linux-libc-headers/linux-libc-headers.spec:1.169   Tue Apr 12 
22:05:37 2011
+++ packages/linux-libc-headers/linux-libc-headers.spec Wed May 18 15:31:33 2011
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %definebasever 2.6.38
-%definepostver .2
+%definepostver .6
 Summary:   Linux kernel headers for use with C libraries
 Summary(pl.UTF-8): Nagłówki jądra Linuksa do użytku z bibliotekami C
 Name:  linux-libc-headers
@@ -13,7 +13,7 @@
 # Source0-md5: 7d471477bfa67546f902da62227fa976
 %if %{postver} != %{nil}
 Source1:   http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-# Source1-md5: 599badab31c4920d4122133208c810d7
+# Source1-md5: 527fab8162c682ad849eb21fc30d28ef
 %endif
 Patch0:%{name}-esfq.patch
 Patch1:%{name}-wrr.patch
@@ -23,6 +23,7 @@
 Patch5:%{name}-pom-set.patch
 Patch6:%{name}-atm-vbr.patch
 Patch7:vserver.patch
+Patch8:ipset-netlink.patch
 AutoReqProv:   no
 BuildRequires: perl-base
 BuildRequires: rpmbuild(macros) = 1.568
@@ -67,6 +68,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -113,6 +115,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.170  2011/05/18 13:31:33  arekm
+- up to 2.6.38.6; add ipset netlink patch (already in 2.6.39)
+
 Revision 1.169  2011/04/12 20:05:37  arekm
 - up to 2.6.38.2
 


Index: packages/linux-libc-headers/ipset-netlink.patch
diff -u /dev/null packages/linux-libc-headers/ipset-netlink.patch:1.1
--- /dev/null   Wed May 18 15:31:38 2011
+++ packages/linux-libc-headers/ipset-netlink.patch Wed May 18 15:31:33 2011
@@ -0,0 +1,47 @@
+diff --git a/include/linux/netfilter/nfnetlink.h 
b/include/linux/netfilter/nfnetlink.h
+index 361d6b5..2b11fc1 100644
+--- a/include/linux/netfilter/nfnetlink.h
 b/include/linux/netfilter/nfnetlink.h
+@@ -47,7 +47,8 @@ struct nfgenmsg {
+ #define NFNL_SUBSYS_QUEUE 3
+ #define NFNL_SUBSYS_ULOG  4
+ #define NFNL_SUBSYS_OSF   5
+-#define NFNL_SUBSYS_COUNT 6
++#define NFNL_SUBSYS_IPSET 6
++#define NFNL_SUBSYS_COUNT 7
+ 
+ #ifdef __KERNEL__
+ 
+diff --git a/include/net/netlink.h b/include/net/netlink.h
+index 373f1a9..8a3906a 100644
+--- a/include/net/netlink.h
 b/include/net/netlink.h
+@@ -856,18 +856,27 @@ static inline int nla_put_msecs(struct sk_buff *skb, int 
attrtype,
+ #define NLA_PUT_BE16(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, __be16, attrtype, value)
+ 
++#define NLA_PUT_NET16(skb, attrtype, value) \
++  NLA_PUT_BE16(skb, attrtype | NLA_F_NET_BYTEORDER, value)
++
+ #define NLA_PUT_U32(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, u32, attrtype, value)
+ 
+ #define NLA_PUT_BE32(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, __be32, attrtype, value)
+ 
++#define NLA_PUT_NET32(skb, attrtype, value) \
++  NLA_PUT_BE32(skb, attrtype | NLA_F_NET_BYTEORDER, value)
++
+ #define NLA_PUT_U64(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, u64, attrtype, value)
+ 
+ #define NLA_PUT_BE64(skb, attrtype, value) \
+   NLA_PUT_TYPE(skb, __be64, attrtype, value)
+ 
++#define NLA_PUT_NET64(skb, attrtype, value) \
++  NLA_PUT_BE64(skb, attrtype | NLA_F_NET_BYTEORDER, value)
++
+ #define NLA_PUT_STRING(skb, attrtype, value) \
+   NLA_PUT(skb, attrtype, strlen(value) + 1, value)
+ 
+


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/linux-libc-headers/linux-libc-headers.spec?r1=1.169r2=1.170f=u

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


DISTFILES: kernel: ERRORS: linux-2.6.38.tar.bz2 patch-2.6.38.6.bz2

2011-05-18 Thread arekm
kernel.spec: undefined macro version



Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2
7d471477bfa67546f902da62227fa976  linux-2.6.38.tar.bz2
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.6.bz2
527fab8162c682ad849eb21fc30d28ef  patch-2.6.38.6.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: kernel/kernel.spec - rel 6; really apply ipset netlink patch

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 13:36:18 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 6; really apply ipset netlink patch

 Files affected:
packages/kernel:
   kernel.spec (1.921 - 1.922) 

 Diffs:


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.921 packages/kernel/kernel.spec:1.922
--- packages/kernel/kernel.spec:1.921   Wed May 18 14:05:58 2011
+++ packages/kernel/kernel.spec Wed May 18 15:36:13 2011
@@ -95,7 +95,7 @@
 
 %definebasever 2.6.38
 %definepostver .6
-%definerel 5
+%definerel 6
 
 %define_enable_debug_packages  0
 
@@ -787,6 +787,8 @@
 
 %patch2500 -p1
 
+%patch2600 -p1
+
 %if %{with rescuecd}
 %patch7000 -p1
 %endif
@@ -1551,6 +1553,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.922  2011/05/18 13:36:13  arekm
+- rel 6; really apply ipset netlink patch
+
 Revision 1.921  2011/05/18 12:05:58  arekm
 - rel 5; add ipset netlink patch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.921r2=1.922f=u

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


packages: dahdi-linux/dahdi-linux.spec - release 3

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:19 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/dahdi-linux:
   dahdi-linux.spec (1.72 - 1.73) 

 Diffs:


Index: packages/dahdi-linux/dahdi-linux.spec
diff -u packages/dahdi-linux/dahdi-linux.spec:1.72 
packages/dahdi-linux/dahdi-linux.spec:1.73
--- packages/dahdi-linux/dahdi-linux.spec:1.72  Wed May 18 13:08:06 2011
+++ packages/dahdi-linux/dahdi-linux.spec   Wed May 18 16:21:14 2011
@@ -33,7 +33,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 2
+%definerel 3
 %definepname   dahdi-linux
 %defineFIRMWARE_URL 
http://downloads.digium.com/pub/telephony/firmware/releases
 Summary:   DAHDI telephony device support
@@ -222,6 +222,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.73  2011/05/18 14:21:14  arekm
+- release 3
+
 Revision 1.72  2011/05/18 11:08:06  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dahdi-linux/dahdi-linux.spec?r1=1.72r2=1.73f=u

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


packages: e1000/e1000.spec - release 48

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:25 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 48

 Files affected:
packages/e1000:
   e1000.spec (1.196 - 1.197) 

 Diffs:


Index: packages/e1000/e1000.spec
diff -u packages/e1000/e1000.spec:1.196 packages/e1000/e1000.spec:1.197
--- packages/e1000/e1000.spec:1.196 Wed May 18 13:08:14 2011
+++ packages/e1000/e1000.spec   Wed May 18 16:21:20 2011
@@ -18,7 +18,7 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 47
+%definerel 48
 %definepname   e1000
 Summary:   Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8): Sterownik do karty Intel(R) PRO/1000
@@ -107,6 +107,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.197  2011/05/18 14:21:20  arekm
+- release 48
+
 Revision 1.196  2011/05/18 11:08:14  arekm
 - release 47
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000/e1000.spec?r1=1.196r2=1.197f=u

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


packages: e1000e/e1000e.spec - release 10

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:28 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 10

 Files affected:
packages/e1000e:
   e1000e.spec (1.120 - 1.121) 

 Diffs:


Index: packages/e1000e/e1000e.spec
diff -u packages/e1000e/e1000e.spec:1.120 packages/e1000e/e1000e.spec:1.121
--- packages/e1000e/e1000e.spec:1.120   Wed May 18 13:08:17 2011
+++ packages/e1000e/e1000e.spec Wed May 18 16:21:23 2011
@@ -17,7 +17,7 @@
 %undefine  with_userspace
 %endif
 
-%definerel 9
+%definerel 10
 %definepname   e1000e
 Summary:   Intel(R) PRO/1000e driver for Linux
 Summary(en.UTF-8): Intel® PRO/1000e driver for Linux
@@ -127,6 +127,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.121  2011/05/18 14:21:23  arekm
+- release 10
+
 Revision 1.120  2011/05/18 11:08:17  arekm
 - release 9
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000e/e1000e.spec?r1=1.120r2=1.121f=u

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


packages (LINUX_2_6_37): iscsitarget/iscsitarget.spec - release 23

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:31 2011 GMT
Module: packages  Tag: LINUX_2_6_37
 Log message:
- release 23

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.39.2.5 - 1.39.2.6) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.39.2.5 
packages/iscsitarget/iscsitarget.spec:1.39.2.6
--- packages/iscsitarget/iscsitarget.spec:1.39.2.5  Wed May 18 13:08:23 2011
+++ packages/iscsitarget/iscsitarget.spec   Wed May 18 16:21:26 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 22
+%define_rel 23
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -134,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.39.2.6  2011/05/18 14:21:26  arekm
+- release 23
+
 Revision 1.39.2.5  2011/05/18 11:08:23  arekm
 - release 22
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iscsitarget/iscsitarget.spec?r1=1.39.2.5r2=1.39.2.6f=u

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


packages: lirc/lirc.spec, r8168/r8168.spec - release 37

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:37 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 37

 Files affected:
packages/lirc:
   lirc.spec (1.282 - 1.283) 
packages/r8168:
   r8168.spec (1.45 - 1.46) 

 Diffs:


Index: packages/lirc/lirc.spec
diff -u packages/lirc/lirc.spec:1.282 packages/lirc/lirc.spec:1.283
--- packages/lirc/lirc.spec:1.282   Wed May 18 13:08:26 2011
+++ packages/lirc/lirc.spec Wed May 18 16:21:32 2011
@@ -21,7 +21,7 @@
 %endif
 
 %definepname   lirc
-%definerel 36
+%definerel 37
 
 #
 # main package
@@ -1159,6 +1159,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.283  2011/05/18 14:21:32  arekm
+- release 37
+
 Revision 1.282  2011/05/18 11:08:26  arekm
 - release 36
 


Index: packages/r8168/r8168.spec
diff -u packages/r8168/r8168.spec:1.45 packages/r8168/r8168.spec:1.46
--- packages/r8168/r8168.spec:1.45  Wed May 18 13:08:29 2011
+++ packages/r8168/r8168.spec   Wed May 18 16:21:35 2011
@@ -11,7 +11,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 27
+%definerel 28
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet
 Name:  r8168
@@ -96,6 +96,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.46  2011/05/18 14:21:35  arekm
+- release 28
+
 Revision 1.45  2011/05/18 11:08:29  arekm
 - release 27
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lirc/lirc.spec?r1=1.282r2=1.283f=u

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/r8168/r8168.spec?r1=1.45r2=1.46f=u

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


packages: xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec - release 3

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:44 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/xorg-driver-video-nvidia:
   xorg-driver-video-nvidia.spec (1.325 - 1.326) 

 Diffs:


Index: packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec
diff -u packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.325 
packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.326
--- packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.325   
Wed May 18 13:08:32 2011
+++ packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec Wed May 
18 16:21:38 2011
@@ -26,7 +26,7 @@
 %defineno_install_post_check_so 1
 
 %definepname   xorg-driver-video-nvidia
-%definerel 2%{?with_multigl:.mgl}
+%definerel 3%{?with_multigl:.mgl}
 
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -468,6 +468,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.326  2011/05/18 14:21:38  arekm
+- release 3
+
 Revision 1.325  2011/05/18 11:08:32  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec?r1=1.325r2=1.326f=u

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


packages: xtables-addons/xtables-addons.spec - release 8

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:47 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 8

 Files affected:
packages/xtables-addons:
   xtables-addons.spec (1.105 - 1.106) 

 Diffs:


Index: packages/xtables-addons/xtables-addons.spec
diff -u packages/xtables-addons/xtables-addons.spec:1.105 
packages/xtables-addons/xtables-addons.spec:1.106
--- packages/xtables-addons/xtables-addons.spec:1.105   Wed May 18 13:08:36 2011
+++ packages/xtables-addons/xtables-addons.spec Wed May 18 16:21:42 2011
@@ -16,7 +16,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 7
+%definerel 8
 Summary:   Additional extensions for xtables packet filtering system
 Summary(pl.UTF-8): Dodatkowe rozszerzenia do systemu filtrowania pakietów 
xtables
 Name:  xtables-addons
@@ -172,6 +172,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.106  2011/05/18 14:21:42  arekm
+- release 8
+
 Revision 1.105  2011/05/18 11:08:36  arekm
 - release 7
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-addons/xtables-addons.spec?r1=1.105r2=1.106f=u

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


packages: VirtualBox/VirtualBox.spec - release 3

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:51 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.368 - 1.369) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.368 
packages/VirtualBox/VirtualBox.spec:1.369
--- packages/VirtualBox/VirtualBox.spec:1.368   Wed May 18 13:08:40 2011
+++ packages/VirtualBox/VirtualBox.spec Wed May 18 16:21:45 2011
@@ -33,7 +33,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 2
+%definerel 3
 %definepname   VirtualBox
 
 Summary:   VirtualBox OSE - x86 hardware virtualizer
@@ -889,6 +889,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.369  2011/05/18 14:21:45  arekm
+- release 3
+
 Revision 1.368  2011/05/18 11:08:40  arekm
 - release 2
 


 CVS-web:

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

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


packages: igb/igb.spec - release 2

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:54 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/igb:
   igb.spec (1.59 - 1.60) 

 Diffs:


Index: packages/igb/igb.spec
diff -u packages/igb/igb.spec:1.59 packages/igb/igb.spec:1.60
--- packages/igb/igb.spec:1.59  Mon Apr 18 11:32:52 2011
+++ packages/igb/igb.spec   Wed May 18 16:21:49 2011
@@ -15,7 +15,7 @@
 %undefine  with_userspace
 %endif
 
-%definerel 1
+%definerel 2
 %definepname   igb
 Summary:   Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8): Sterownik do karty Intel(R) PRO/1000
@@ -109,6 +109,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.60  2011/05/18 14:21:49  arekm
+- release 2
+
 Revision 1.59  2011/04/18 09:32:52  gotar
 - upgraded to 3.0.19
 


 CVS-web:

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

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


packages: open-vm-tools/open-vm-tools.spec - release 18

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:21:57 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 18

 Files affected:
packages/open-vm-tools:
   open-vm-tools.spec (1.84 - 1.85) 

 Diffs:


Index: packages/open-vm-tools/open-vm-tools.spec
diff -u packages/open-vm-tools/open-vm-tools.spec:1.84 
packages/open-vm-tools/open-vm-tools.spec:1.85
--- packages/open-vm-tools/open-vm-tools.spec:1.84  Fri Apr  8 06:57:36 2011
+++ packages/open-vm-tools/open-vm-tools.spec   Wed May 18 16:21:52 2011
@@ -9,7 +9,7 @@
 %definefsnap   %(echo %{snap} | tr -d .)
 %definever 8.4.2
 %definerev 339835
-%definerel 17
+%definerel 18
 %define modsrc modules/linux
 Summary:   VMWare guest utilities
 Summary(pl.UTF-8): Narzędzia dla systemu-gościa dla VMware
@@ -404,6 +404,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.85  2011/05/18 14:21:52  arekm
+- release 18
+
 Revision 1.84  2011/04/08 04:57:36  arekm
 - release 17
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/open-vm-tools/open-vm-tools.spec?r1=1.84r2=1.85f=u

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


packages: postfixadmin/postfixadmin.spec - up to 2.3.3

2011-05-18 Thread zbyniu
Author: zbyniu   Date: Wed May 18 14:47:09 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 2.3.3

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

 Diffs:


Index: packages/postfixadmin/postfixadmin.spec
diff -u packages/postfixadmin/postfixadmin.spec:1.33 
packages/postfixadmin/postfixadmin.spec:1.34
--- packages/postfixadmin/postfixadmin.spec:1.33Sat May 22 19:45:37 2010
+++ packages/postfixadmin/postfixadmin.spec Wed May 18 16:47:04 2011
@@ -8,12 +8,12 @@
 Summary:   Web Based Management tool created for Postfix
 Summary(pl.UTF-8): Narzędzie WWW do zarządzania Postfiksem
 Name:  postfixadmin
-Version:   2.2.1.1
+Version:   2.3.3
 Release:   1
 License:   GPL v2+
 Group: Networking/Mail
 Source0:   http://dl.sourceforge.net/postfixadmin/%{name}-%{version}.tar.gz
-# Source0-md5: d30f9b9ae5584308ad0cf84100f8ff24
+# Source0-md5: 0dfcd8a4535e00aced45c82dbcedf859
 Source1:   %{name}.conf
 URL:   http://postfixadmin.com/
 BuildRequires: rpmbuild(macros) = 1.264
@@ -110,8 +110,7 @@
 done
 
 # We don't need it:
-rm -f $RPM_BUILD_ROOT%{_appdir}/setup.php \
-   $RPM_BUILD_ROOT%{_appdir}/VIRTUAL_VACATION/index.php
+rm -f $RPM_BUILD_ROOT%{_appdir}/VIRTUAL_VACATION/index.php
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -134,7 +133,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc *.TXT ADDITIONS motd*.txt
+%doc ADDITIONS CHANGELOG.TXT INSTALL.TXT motd*.txt
 %dir %attr(750,root,http) %{_sysconfdir}
 #%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/httpd.conf
@@ -162,6 +161,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.34  2011/05/18 14:47:04  zbyniu
+- up to 2.3.3
+
 Revision 1.33  2010/05/22 17:45:37  gotar
 - fixed Group
 


 CVS-web:

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

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


packages: xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec - release 2

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:22:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/xorg-driver-video-fglrx:
   xorg-driver-video-fglrx.spec (1.234 - 1.235) 

 Diffs:


Index: packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec
diff -u packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.234 
packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.235
--- packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.234 Mon May 
 2 21:33:40 2011
+++ packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec   Wed May 
18 16:21:56 2011
@@ -28,7 +28,7 @@
 %definearch_dirx86_64
 %endif
 
-%definerel 1
+%definerel 2
 %definepname   xorg-driver-video-fglrx
 Summary:   Linux Drivers for ATI graphics accelerators
 Summary(pl.UTF-8): Sterowniki do akceleratorów graficznych ATI
@@ -441,6 +441,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.235  2011/05/18 14:21:56  arekm
+- release 2
+
 Revision 1.234  2011/05/02 19:33:40  august84
 - up to 11.4
 - works with current xorg-xserver-server(videodrv-abi)=10.0


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec?r1=1.234r2=1.235f=u

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


packages: ipset/ipset.spec - release 4

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 14:22:09 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 4

 Files affected:
packages/ipset:
   ipset.spec (1.114 - 1.115) 

 Diffs:


Index: packages/ipset/ipset.spec
diff -u packages/ipset/ipset.spec:1.114 packages/ipset/ipset.spec:1.115
--- packages/ipset/ipset.spec:1.114 Wed May 18 15:24:26 2011
+++ packages/ipset/ipset.spec   Wed May 18 16:22:04 2011
@@ -21,7 +21,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 3
+%definerel 4
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
@@ -230,6 +230,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.115  2011/05/18 14:22:04  arekm
+- release 4
+
 Revision 1.114  2011/05/18 13:24:26  arekm
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipset/ipset.spec?r1=1.114r2=1.115f=u

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


DISTFILES: dash: dash-0.5.6.1.tar.gz

2011-05-18 Thread draenog

Files fetched: 1

STORED: http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.6.1.tar.gz
1c846f4f5a33c0050b2045a6f7037e56  dash-0.5.6.1.tar.gz
Size: 209757 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: dash/dash.spec - up to 0.5.6.1

2011-05-18 Thread draenog
Author: draenog  Date: Wed May 18 15:11:35 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.5.6.1

 Files affected:
packages/dash:
   dash.spec (1.10 - 1.11) 

 Diffs:


Index: packages/dash/dash.spec
diff -u packages/dash/dash.spec:1.10 packages/dash/dash.spec:1.11
--- packages/dash/dash.spec:1.10Sun Aug 30 15:34:12 2009
+++ packages/dash/dash.spec Wed May 18 17:11:30 2011
@@ -2,12 +2,12 @@
 Summary:   POSIX-compliant implementation of /bin/sh
 Summary(pl.UTF-8): Zgodna z POSIX implementacja /bin/sh
 Name:  dash
-Version:   0.5.5.1
+Version:   0.5.6.1
 Release:   1
 License:   GPL v2+
 Group: Applications/Shells
 Source0:   
http://gondor.apana.org.au/~herbert/dash/files/%{name}-%{version}.tar.gz
-# Source0-md5: 7ac832b440b91f5a52cf8eb68e172616
+# Source0-md5: 1c846f4f5a33c0050b2045a6f7037e56
 URL:   http://gondor.apana.org.au/~herbert/dash/
 Requires(post):grep
 Requires(preun):   sed = 4.0
@@ -64,6 +64,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2011/05/18 15:11:30  draenog
+- up to 0.5.6.1
+
 Revision 1.10  2009/08/30 13:34:12  cactus
 - up to 0.5.5.1; drop debian patch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dash/dash.spec?r1=1.10r2=1.11f=u

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


DISTFILES: postfixadmin: postfixadmin-2.3.3.tar.gz

2011-05-18 Thread zbyniu

Files fetched: 1

STORED: http://dl.sourceforge.net/postfixadmin/postfixadmin-2.3.3.tar.gz
0dfcd8a4535e00aced45c82dbcedf859  postfixadmin-2.3.3.tar.gz
Size: 1608432 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: pgadmin3/pgadmin3.spec - up to 1.12.3 - STBR

2011-05-18 Thread zawadaa
Author: zawadaa  Date: Wed May 18 14:59:46 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 1.12.3
- STBR

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

 Diffs:


Index: packages/pgadmin3/pgadmin3.spec
diff -u packages/pgadmin3/pgadmin3.spec:1.50 
packages/pgadmin3/pgadmin3.spec:1.51
--- packages/pgadmin3/pgadmin3.spec:1.50Thu Mar 10 08:24:24 2011
+++ packages/pgadmin3/pgadmin3.spec Wed May 18 16:59:41 2011
@@ -2,13 +2,13 @@
 Summary:   Powerful administration and development platform for the 
PostgreSQL
 Summary(pl.UTF-8): Potężna platforma do administrowania i programowania 
bazy PostgreSQL
 Name:  pgadmin3
-Version:   1.12.2
+Version:   1.12.3
 Release:   1
 Epoch: 0
 License:   Artistic
 Group: Applications/Databases
 Source0:   
ftp://ftp6.pl.postgresql.org/pub/postgresql/pgadmin3/release/v%{version}/src/%{name}-%{version}.tar.gz
-# Source0-md5: 5b0e7b0867c42a529ce2a41bc7f830c8
+# Source0-md5: 0ff7a970a14757ee951a4e8b1a246a70
 Source1:   %{name}.desktop
 Patch0:%{name}-m4.patch
 URL:   http://www.pgadmin.org/
@@ -84,6 +84,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.51  2011/05/18 14:59:41  zawadaa
+- up to 1.12.3
+- STBR
+
 Revision 1.50  2011/03/10 07:24:24  spider
 - adaptarized
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pgadmin3/pgadmin3.spec?r1=1.50r2=1.51f=u

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


DISTFILES: pgadmin3: pgadmin3-1.12.3.tar.gz

2011-05-18 Thread zawadaa

Files fetched: 1

STORED: 
ftp://ftp6.pl.postgresql.org/pub/postgresql/pgadmin3/release/v1.12.3/src/pgadmin3-1.12.3.tar.gz
0ff7a970a14757ee951a4e8b1a246a70  pgadmin3-1.12.3.tar.gz
Size: 15115418 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 (LINUX_2_6_37): iscsitarget/iscsitarget.spec - release 24

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 16:14:30 2011 GMT
Module: packages  Tag: LINUX_2_6_37
 Log message:
- release 24

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.39.2.6 - 1.39.2.7) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.39.2.6 
packages/iscsitarget/iscsitarget.spec:1.39.2.7
--- packages/iscsitarget/iscsitarget.spec:1.39.2.6  Wed May 18 16:21:26 2011
+++ packages/iscsitarget/iscsitarget.spec   Wed May 18 18:14:25 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 23
+%define_rel 24
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -134,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.39.2.7  2011/05/18 16:14:25  arekm
+- release 24
+
 Revision 1.39.2.6  2011/05/18 14:21:26  arekm
 - release 23
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iscsitarget/iscsitarget.spec?r1=1.39.2.6r2=1.39.2.7f=u

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


packages: iscsitarget/iscsitarget.spec - release 20

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 16:14:42 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 20

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.43 - 1.44) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.43 
packages/iscsitarget/iscsitarget.spec:1.44
--- packages/iscsitarget/iscsitarget.spec:1.43  Thu Apr  7 22:57:53 2011
+++ packages/iscsitarget/iscsitarget.spec   Wed May 18 18:14:36 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 19
+%define_rel 20
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -134,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.44  2011/05/18 16:14:36  arekm
+- release 20
+
 Revision 1.43  2011/04/07 20:57:53  arekm
 - release 19
 


 CVS-web:

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

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


packages: ipset/ipset.spec - rel 4; add /lib/modules/%{_kernel_ver}/kernel/...

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 16:15:49 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 4; add /lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/ipset

 Files affected:
packages/ipset:
   ipset.spec (1.115 - 1.116) 

 Diffs:


Index: packages/ipset/ipset.spec
diff -u packages/ipset/ipset.spec:1.115 packages/ipset/ipset.spec:1.116
--- packages/ipset/ipset.spec:1.115 Wed May 18 16:22:04 2011
+++ packages/ipset/ipset.spec   Wed May 18 18:15:44 2011
@@ -21,7 +21,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 4
+%definerel 5
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
@@ -220,6 +220,7 @@
 %files -n kernel%{_alt_kernel}-net-ipset
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/xt_*.ko*
+%dir /lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/ipset
 /lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/ipset/ip_set.ko*
 /lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/ipset/ip_set_*.ko*
 %endif
@@ -230,6 +231,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.116  2011/05/18 16:15:44  arekm
+- rel 4; add /lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/ipset
+
 Revision 1.115  2011/05/18 14:22:04  arekm
 - release 4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipset/ipset.spec?r1=1.115r2=1.116f=u

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


packages: iscsitarget/iscsitarget.spec - rel 22

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 16:17:40 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 22

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.44 - 1.45) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.44 
packages/iscsitarget/iscsitarget.spec:1.45
--- packages/iscsitarget/iscsitarget.spec:1.44  Wed May 18 18:14:36 2011
+++ packages/iscsitarget/iscsitarget.spec   Wed May 18 18:17:35 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 20
+%define_rel 22
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -134,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.45  2011/05/18 16:17:35  arekm
+- rel 22
+
 Revision 1.44  2011/05/18 16:14:36  arekm
 - release 20
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iscsitarget/iscsitarget.spec?r1=1.44r2=1.45f=u

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


packages: kernel/kernel-multiarch.config - don't debug mutextes

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:00:04 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- don't debug mutextes

 Files affected:
packages/kernel:
   kernel-multiarch.config (1.69 - 1.70) 

 Diffs:


Index: packages/kernel/kernel-multiarch.config
diff -u packages/kernel/kernel-multiarch.config:1.69 
packages/kernel/kernel-multiarch.config:1.70
--- packages/kernel/kernel-multiarch.config:1.69Sun May  1 18:26:14 2011
+++ packages/kernel/kernel-multiarch.config Wed May 18 18:59:59 2011
@@ -6288,7 +6288,7 @@
 DEBUG_RT_MUTEXES all=n
 RT_MUTEX_TESTER all=n
 DEBUG_SPINLOCK all=n
-DEBUG_MUTEXES all=y ia64=n
+DEBUG_MUTEXES all=n
 BKL all=y
 DEBUG_LOCK_ALLOC all=n
 PROVE_LOCKING all=n


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-multiarch.config?r1=1.69r2=1.70f=u

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


DISTFILES: kernel: ERRORS: linux-2.6.38.tar.bz2 patch-2.6.38.6.bz2

2011-05-18 Thread arekm
kernel.spec: undefined macro version



Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2
7d471477bfa67546f902da62227fa976  linux-2.6.38.tar.bz2
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.6.bz2
527fab8162c682ad849eb21fc30d28ef  patch-2.6.38.6.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: kernel/kernel.spec - rel 7; disable mutex debugging

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:03:28 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 7; disable mutex debugging

 Files affected:
packages/kernel:
   kernel.spec (1.922 - 1.923) 

 Diffs:


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.922 packages/kernel/kernel.spec:1.923
--- packages/kernel/kernel.spec:1.922   Wed May 18 15:36:13 2011
+++ packages/kernel/kernel.spec Wed May 18 19:03:23 2011
@@ -95,7 +95,7 @@
 
 %definebasever 2.6.38
 %definepostver .6
-%definerel 6
+%definerel 7
 
 %define_enable_debug_packages  0
 
@@ -1553,6 +1553,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.923  2011/05/18 17:03:23  arekm
+- rel 7; disable mutex debugging
+
 Revision 1.922  2011/05/18 13:36:13  arekm
 - rel 6; really apply ipset netlink patch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.922r2=1.923f=u

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


packages: setedit/setedit.spec - more rpmcflags

2011-05-18 Thread witekfl
Author: witekfl  Date: Wed May 18 17:25:45 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- more rpmcflags

 Files affected:
packages/setedit:
   setedit.spec (1.18 - 1.19) 

 Diffs:


Index: packages/setedit/setedit.spec
diff -u packages/setedit/setedit.spec:1.18 packages/setedit/setedit.spec:1.19
--- packages/setedit/setedit.spec:1.18  Wed May 18 13:52:36 2011
+++ packages/setedit/setedit.spec   Wed May 18 19:25:40 2011
@@ -64,8 +64,8 @@
 rm -f Makefile
 %{__perl} ./config.pl \
--prefix=%{_prefix} \
-   --cflags=-pipe \
-   --cxxflags=-pipe \
+   --cflags=%{rpmcflags} -pipe \
+   --cxxflags=%{rpmcflags} -fno-exceptions -pipe \
--Xcflags=%{rpmcflags} \
--Xcppflags=%{rpmcflags} -fno-exceptions \
--no-comp-exe \
@@ -140,6 +140,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2011/05/18 17:25:40  witekfl
+- more rpmcflags
+
 Revision 1.18  2011/05/18 11:52:36  witekfl
 - up to 0.5.7 snapshot
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/setedit/setedit.spec?r1=1.18r2=1.19f=u

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


packages: SVGATextMode/SVGATextMode.spec, SVGATextMode/SVGATextMode-page.pa...

2011-05-18 Thread witekfl
Author: witekfl  Date: Wed May 18 17:27:42 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- added page.patch (probably wrong, but asm/page.h was not found)

 Files affected:
packages/SVGATextMode:
   SVGATextMode.spec (1.50 - 1.51) , SVGATextMode-page.patch (NONE - 1.1)  
(NEW)

 Diffs:


Index: packages/SVGATextMode/SVGATextMode.spec
diff -u packages/SVGATextMode/SVGATextMode.spec:1.50 
packages/SVGATextMode/SVGATextMode.spec:1.51
--- packages/SVGATextMode/SVGATextMode.spec:1.50Mon Feb 12 22:23:45 2007
+++ packages/SVGATextMode/SVGATextMode.spec Wed May 18 19:27:36 2011
@@ -7,7 +7,7 @@
 Summary(uk.UTF-8): Утиліта для покращення зовнішнього вигляду текстових 
консолей
 Name:  SVGATextMode
 Version:   1.10
-Release:   18
+Release:   19
 License:   GPL
 Group: Applications/System
 Source0:   
ftp://sunsite.unc.edu/pub/Linux/utils/console/%{name}-%{version}-src.tar.gz
@@ -24,6 +24,7 @@
 Patch9:%{name}-alpha.patch
 Patch10:   %{name}-gcc33.patch
 Patch11:   %{name}-gcc4.patch
+Patch12:   %{name}-page.patch
 URL:   http://freshmeat.net/projects/svgatextmode/
 BuildRequires: bison
 BuildRequires: flex
@@ -107,6 +108,7 @@
 %endif
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 %{__make} dep \
@@ -149,6 +151,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.51  2011/05/18 17:27:36  witekfl
+- added page.patch (probably wrong, but asm/page.h was not found)
+
 Revision 1.50  2007/02/12 21:23:45  glen
 - tabs in preamble
 


Index: packages/SVGATextMode/SVGATextMode-page.patch
diff -u /dev/null packages/SVGATextMode/SVGATextMode-page.patch:1.1
--- /dev/null   Wed May 18 19:27:42 2011
+++ packages/SVGATextMode/SVGATextMode-page.patch   Wed May 18 19:27:36 2011
@@ -0,0 +1,11 @@
+--- SVGATextMode-1.10/ttyresize.c.old  2011-05-18 17:12:39.0 +0200
 SVGATextMode-1.10/ttyresize.c  2011-05-18 17:13:03.0 +0200
+@@ -42,7 +42,7 @@
+ #include unistd.h
+ #include stdlib.h
+ #include string.h
+-#include asm/page.h /* for PAGE_SIZE */
++#include asm-generic/page.h /* for PAGE_SIZE */
+ #include linux/vt.h   /* for VT_RESIZE */
+ #include sys/ioctl.h
+ #include sys/wait.h


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/SVGATextMode/SVGATextMode.spec?r1=1.50r2=1.51f=u

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


packages: opera/opera.spec - 11.11 - some translations missing

2011-05-18 Thread witekfl
Author: witekfl  Date: Wed May 18 17:29:32 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 11.11
- some translations missing

 Files affected:
packages/opera:
   opera.spec (1.320 - 1.321) 

 Diffs:


Index: packages/opera/opera.spec
diff -u packages/opera/opera.spec:1.320 packages/opera/opera.spec:1.321
--- packages/opera/opera.spec:1.320 Tue Apr 12 08:45:16 2011
+++ packages/opera/opera.spec   Wed May 18 19:29:27 2011
@@ -9,9 +9,9 @@
 # - don't create useless bconds that for example limit SourceX: to current 
arch only
 #
 
-%definever 11.10
+%definever 11.11
 %defineshver   %(echo %{ver} | tr -d .)
-%definebuildid 2092
+%definebuildid 2109
 
 Summary:   World fastest web browser
 Summary(hu.UTF-8): A világ leggyorsabb webböngészője
@@ -23,9 +23,9 @@
 License:   Distributable
 Group: X11/Applications/Networking
 Source10:  
ftp://ftp.opera.com/pub/opera/linux/%{shver}/%{name}-%{version}-%{buildid}.i386.linux.tar.xz
-# Source10-md5:3d2e1470f907a6ccbf87906e0fe3b543
+# Source10-md5:f3de6d706152cbe25702f70969124f44
 Source11:  
ftp://ftp.opera.com/pub/opera/linux/%{shver}/%{name}-%{version}-%{buildid}.x86_64.linux.tar.xz
-# Source11-md5:65354a02583a692afbef6f411d8aec8e
+# Source11-md5:206550f16b98dd3dfd3063912dcba53a
 Source0:   %{name}.desktop
 Patch0:%{name}-wrapper.patch
 Patch1:%{name}-desktop.patch
@@ -214,8 +214,8 @@
 %{_datadir}/opera/unite
 %dir %{_datadir}/opera/locale
 %{_datadir}/opera/locale/en
-%lang(af) %{_datadir}/opera/locale/af
-%lang(az) %{_datadir}/opera/locale/az
+#%lang(af) %{_datadir}/opera/locale/af
+#%lang(az) %{_datadir}/opera/locale/az
 %lang(be) %{_datadir}/opera/locale/be
 %lang(bg) %{_datadir}/opera/locale/bg
 %lang(cs) %{_datadir}/opera/locale/cs
@@ -240,9 +240,9 @@
 %lang(ka) %{_datadir}/opera/locale/ka
 %lang(ko) %{_datadir}/opera/locale/ko
 %lang(lt) %{_datadir}/opera/locale/lt
-%lang(me) %{_datadir}/opera/locale/me
+#%lang(me) %{_datadir}/opera/locale/me
 %lang(mk) %{_datadir}/opera/locale/mk
-%lang(ms) %{_datadir}/opera/locale/ms
+#%lang(ms) %{_datadir}/opera/locale/ms
 %lang(nb) %{_datadir}/opera/locale/nb
 %lang(nl) %{_datadir}/opera/locale/nl
 %lang(nn) %{_datadir}/opera/locale/nn
@@ -256,11 +256,11 @@
 %lang(sv) %{_datadir}/opera/locale/sv
 %lang(ta) %{_datadir}/opera/locale/ta
 %lang(te) %{_datadir}/opera/locale/te
-%lang(th) %{_datadir}/opera/locale/th
-%lang(tl) %{_datadir}/opera/locale/tl
+#%lang(th) %{_datadir}/opera/locale/th
+#%lang(tl) %{_datadir}/opera/locale/tl
 %lang(tr) %{_datadir}/opera/locale/tr
 %lang(uk) %{_datadir}/opera/locale/uk
-%lang(uz) %{_datadir}/opera/locale/uz
+#%lang(uz) %{_datadir}/opera/locale/uz
 %lang(vi) %{_datadir}/opera/locale/vi
 %lang(zh_CN) %{_datadir}/opera/locale/zh-cn
 #%lang(zh_HK) %{_datadir}/opera/locale/zh-hk
@@ -285,6 +285,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.321  2011/05/18 17:29:27  witekfl
+- 11.11
+- some translations missing
+
 Revision 1.320  2011/04/12 06:45:16  arekm
 - up to 11.10
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/opera/opera.spec?r1=1.320r2=1.321f=u

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


DISTFILES: opera: opera-11.11-2109.i386.linux.tar.xz opera-11.11-2109.x86_64.linux.tar.xz

2011-05-18 Thread witekfl

Files fetched: 2

STORED: 
ftp://ftp.opera.com/pub/opera/linux//opera-11.11-2109.i386.linux.tar.xz
f3de6d706152cbe25702f70969124f44  opera-11.11-2109.i386.linux.tar.xz
Size: 10289384 bytes
STORED: 
ftp://ftp.opera.com/pub/opera/linux//opera-11.11-2109.x86_64.linux.tar.xz
206550f16b98dd3dfd3063912dcba53a  opera-11.11-2109.x86_64.linux.tar.xz
Size: 11054024 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: dahdi-linux/dahdi-linux.spec - release 4

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:49:33 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 4

 Files affected:
packages/dahdi-linux:
   dahdi-linux.spec (1.73 - 1.74) 

 Diffs:


Index: packages/dahdi-linux/dahdi-linux.spec
diff -u packages/dahdi-linux/dahdi-linux.spec:1.73 
packages/dahdi-linux/dahdi-linux.spec:1.74
--- packages/dahdi-linux/dahdi-linux.spec:1.73  Wed May 18 16:21:14 2011
+++ packages/dahdi-linux/dahdi-linux.spec   Wed May 18 19:49:28 2011
@@ -33,7 +33,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 3
+%definerel 4
 %definepname   dahdi-linux
 %defineFIRMWARE_URL 
http://downloads.digium.com/pub/telephony/firmware/releases
 Summary:   DAHDI telephony device support
@@ -222,6 +222,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.74  2011/05/18 17:49:28  arekm
+- release 4
+
 Revision 1.73  2011/05/18 14:21:14  arekm
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dahdi-linux/dahdi-linux.spec?r1=1.73r2=1.74f=u

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


packages: e1000/e1000.spec - release 49

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:49:36 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 49

 Files affected:
packages/e1000:
   e1000.spec (1.197 - 1.198) 

 Diffs:


Index: packages/e1000/e1000.spec
diff -u packages/e1000/e1000.spec:1.197 packages/e1000/e1000.spec:1.198
--- packages/e1000/e1000.spec:1.197 Wed May 18 16:21:20 2011
+++ packages/e1000/e1000.spec   Wed May 18 19:49:31 2011
@@ -18,7 +18,7 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 48
+%definerel 49
 %definepname   e1000
 Summary:   Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8): Sterownik do karty Intel(R) PRO/1000
@@ -107,6 +107,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.198  2011/05/18 17:49:31  arekm
+- release 49
+
 Revision 1.197  2011/05/18 14:21:20  arekm
 - release 48
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000/e1000.spec?r1=1.197r2=1.198f=u

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


packages: e1000e/e1000e.spec - release 11

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:49:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 11

 Files affected:
packages/e1000e:
   e1000e.spec (1.121 - 1.122) 

 Diffs:


Index: packages/e1000e/e1000e.spec
diff -u packages/e1000e/e1000e.spec:1.121 packages/e1000e/e1000e.spec:1.122
--- packages/e1000e/e1000e.spec:1.121   Wed May 18 16:21:23 2011
+++ packages/e1000e/e1000e.spec Wed May 18 19:49:34 2011
@@ -17,7 +17,7 @@
 %undefine  with_userspace
 %endif
 
-%definerel 10
+%definerel 11
 %definepname   e1000e
 Summary:   Intel(R) PRO/1000e driver for Linux
 Summary(en.UTF-8): Intel® PRO/1000e driver for Linux
@@ -127,6 +127,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.122  2011/05/18 17:49:34  arekm
+- release 11
+
 Revision 1.121  2011/05/18 14:21:23  arekm
 - release 10
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000e/e1000e.spec?r1=1.121r2=1.122f=u

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


packages: xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec - release 3

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:50:06 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/xorg-driver-video-fglrx:
   xorg-driver-video-fglrx.spec (1.235 - 1.236) 

 Diffs:


Index: packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec
diff -u packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.235 
packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.236
--- packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.235 Wed May 
18 16:21:56 2011
+++ packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec   Wed May 
18 19:50:01 2011
@@ -28,7 +28,7 @@
 %definearch_dirx86_64
 %endif
 
-%definerel 2
+%definerel 3
 %definepname   xorg-driver-video-fglrx
 Summary:   Linux Drivers for ATI graphics accelerators
 Summary(pl.UTF-8): Sterowniki do akceleratorów graficznych ATI
@@ -441,6 +441,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.236  2011/05/18 17:50:01  arekm
+- release 3
+
 Revision 1.235  2011/05/18 14:21:56  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec?r1=1.235r2=1.236f=u

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


packages: open-vm-tools/open-vm-tools.spec - release 19

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:50:03 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 19

 Files affected:
packages/open-vm-tools:
   open-vm-tools.spec (1.85 - 1.86) 

 Diffs:


Index: packages/open-vm-tools/open-vm-tools.spec
diff -u packages/open-vm-tools/open-vm-tools.spec:1.85 
packages/open-vm-tools/open-vm-tools.spec:1.86
--- packages/open-vm-tools/open-vm-tools.spec:1.85  Wed May 18 16:21:52 2011
+++ packages/open-vm-tools/open-vm-tools.spec   Wed May 18 19:49:58 2011
@@ -9,7 +9,7 @@
 %definefsnap   %(echo %{snap} | tr -d .)
 %definever 8.4.2
 %definerev 339835
-%definerel 18
+%definerel 19
 %define modsrc modules/linux
 Summary:   VMWare guest utilities
 Summary(pl.UTF-8): Narzędzia dla systemu-gościa dla VMware
@@ -404,6 +404,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.86  2011/05/18 17:49:58  arekm
+- release 19
+
 Revision 1.85  2011/05/18 14:21:52  arekm
 - release 18
 


 CVS-web:

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

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


packages: igb/igb.spec - release 3

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:50:00 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/igb:
   igb.spec (1.60 - 1.61) 

 Diffs:


Index: packages/igb/igb.spec
diff -u packages/igb/igb.spec:1.60 packages/igb/igb.spec:1.61
--- packages/igb/igb.spec:1.60  Wed May 18 16:21:49 2011
+++ packages/igb/igb.spec   Wed May 18 19:49:55 2011
@@ -15,7 +15,7 @@
 %undefine  with_userspace
 %endif
 
-%definerel 2
+%definerel 3
 %definepname   igb
 Summary:   Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8): Sterownik do karty Intel(R) PRO/1000
@@ -109,6 +109,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.61  2011/05/18 17:49:55  arekm
+- release 3
+
 Revision 1.60  2011/05/18 14:21:49  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/igb/igb.spec?r1=1.60r2=1.61f=u

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


packages: iscsitarget/iscsitarget.spec - release 23

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:49:42 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 23

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.45 - 1.46) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.45 
packages/iscsitarget/iscsitarget.spec:1.46
--- packages/iscsitarget/iscsitarget.spec:1.45  Wed May 18 18:17:35 2011
+++ packages/iscsitarget/iscsitarget.spec   Wed May 18 19:49:37 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 22
+%define_rel 23
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -134,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.46  2011/05/18 17:49:37  arekm
+- release 23
+
 Revision 1.45  2011/05/18 16:17:35  arekm
 - rel 22
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iscsitarget/iscsitarget.spec?r1=1.45r2=1.46f=u

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


packages: lirc/lirc.spec, r8168/r8168.spec - release 38

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:49:45 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 38

 Files affected:
packages/lirc:
   lirc.spec (1.283 - 1.284) 
packages/r8168:
   r8168.spec (1.46 - 1.47) 

 Diffs:


Index: packages/lirc/lirc.spec
diff -u packages/lirc/lirc.spec:1.283 packages/lirc/lirc.spec:1.284
--- packages/lirc/lirc.spec:1.283   Wed May 18 16:21:32 2011
+++ packages/lirc/lirc.spec Wed May 18 19:49:40 2011
@@ -21,7 +21,7 @@
 %endif
 
 %definepname   lirc
-%definerel 37
+%definerel 38
 
 #
 # main package
@@ -1159,6 +1159,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.284  2011/05/18 17:49:40  arekm
+- release 38
+
 Revision 1.283  2011/05/18 14:21:32  arekm
 - release 37
 


Index: packages/r8168/r8168.spec
diff -u packages/r8168/r8168.spec:1.46 packages/r8168/r8168.spec:1.47
--- packages/r8168/r8168.spec:1.46  Wed May 18 16:21:35 2011
+++ packages/r8168/r8168.spec   Wed May 18 19:49:43 2011
@@ -11,7 +11,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 28
+%definerel 29
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet
 Name:  r8168
@@ -96,6 +96,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.47  2011/05/18 17:49:43  arekm
+- release 29
+
 Revision 1.46  2011/05/18 14:21:35  arekm
 - release 28
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lirc/lirc.spec?r1=1.283r2=1.284f=u

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/r8168/r8168.spec?r1=1.46r2=1.47f=u

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


packages: xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec - release 4

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:49:51 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 4

 Files affected:
packages/xorg-driver-video-nvidia:
   xorg-driver-video-nvidia.spec (1.326 - 1.327) 

 Diffs:


Index: packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec
diff -u packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.326 
packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.327
--- packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.326   
Wed May 18 16:21:38 2011
+++ packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec Wed May 
18 19:49:46 2011
@@ -26,7 +26,7 @@
 %defineno_install_post_check_so 1
 
 %definepname   xorg-driver-video-nvidia
-%definerel 3%{?with_multigl:.mgl}
+%definerel 4%{?with_multigl:.mgl}
 
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -468,6 +468,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.327  2011/05/18 17:49:46  arekm
+- release 4
+
 Revision 1.326  2011/05/18 14:21:38  arekm
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec?r1=1.326r2=1.327f=u

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


packages: xtables-addons/xtables-addons.spec - release 9

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:49:54 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 9

 Files affected:
packages/xtables-addons:
   xtables-addons.spec (1.106 - 1.107) 

 Diffs:


Index: packages/xtables-addons/xtables-addons.spec
diff -u packages/xtables-addons/xtables-addons.spec:1.106 
packages/xtables-addons/xtables-addons.spec:1.107
--- packages/xtables-addons/xtables-addons.spec:1.106   Wed May 18 16:21:42 2011
+++ packages/xtables-addons/xtables-addons.spec Wed May 18 19:49:49 2011
@@ -16,7 +16,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 8
+%definerel 9
 Summary:   Additional extensions for xtables packet filtering system
 Summary(pl.UTF-8): Dodatkowe rozszerzenia do systemu filtrowania pakietów 
xtables
 Name:  xtables-addons
@@ -172,6 +172,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.107  2011/05/18 17:49:49  arekm
+- release 9
+
 Revision 1.106  2011/05/18 14:21:42  arekm
 - release 8
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-addons/xtables-addons.spec?r1=1.106r2=1.107f=u

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


packages: VirtualBox/VirtualBox.spec - release 4

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:49:57 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 4

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.369 - 1.370) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.369 
packages/VirtualBox/VirtualBox.spec:1.370
--- packages/VirtualBox/VirtualBox.spec:1.369   Wed May 18 16:21:45 2011
+++ packages/VirtualBox/VirtualBox.spec Wed May 18 19:49:52 2011
@@ -33,7 +33,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 3
+%definerel 4
 %definepname   VirtualBox
 
 Summary:   VirtualBox OSE - x86 hardware virtualizer
@@ -889,6 +889,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.370  2011/05/18 17:49:52  arekm
+- release 4
+
 Revision 1.369  2011/05/18 14:21:45  arekm
 - release 3
 


 CVS-web:

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

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


packages: ipset/ipset.spec - release 6

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 17:50:09 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 6

 Files affected:
packages/ipset:
   ipset.spec (1.116 - 1.117) 

 Diffs:


Index: packages/ipset/ipset.spec
diff -u packages/ipset/ipset.spec:1.116 packages/ipset/ipset.spec:1.117
--- packages/ipset/ipset.spec:1.116 Wed May 18 18:15:44 2011
+++ packages/ipset/ipset.spec   Wed May 18 19:50:04 2011
@@ -21,7 +21,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 5
+%definerel 6
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
@@ -231,6 +231,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.117  2011/05/18 17:50:04  arekm
+- release 6
+
 Revision 1.116  2011/05/18 16:15:44  arekm
 - rel 4; add /lib/modules/%{_kernel_ver}/kernel/net/ipv4/netfilter/ipset
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipset/ipset.spec?r1=1.116r2=1.117f=u

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


packages: dovecot-pigeonhole/dovecot-pigeonhole.spec - up to 0.2.3

2011-05-18 Thread dzeus
Author: dzeusDate: Wed May 18 18:53:52 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.2.3

 Files affected:
packages/dovecot-pigeonhole:
   dovecot-pigeonhole.spec (1.7 - 1.8) 

 Diffs:


Index: packages/dovecot-pigeonhole/dovecot-pigeonhole.spec
diff -u packages/dovecot-pigeonhole/dovecot-pigeonhole.spec:1.7 
packages/dovecot-pigeonhole/dovecot-pigeonhole.spec:1.8
--- packages/dovecot-pigeonhole/dovecot-pigeonhole.spec:1.7 Sun Feb  6 
18:39:41 2011
+++ packages/dovecot-pigeonhole/dovecot-pigeonhole.spec Wed May 18 20:53:46 2011
@@ -1,17 +1,17 @@
 # $Revision$, $Date$
 
 %definedovecot_series  2.0
-%definepigeonhole_version  0.2.2
+%definepigeonhole_version  0.2.3
 
 Summary:   Sieve plugin for dovecot
 Summary(pl.UTF-8): Wtyczka Sieve i Managesieve dla dovecota
 Name:  dovecot-pigeonhole
 Version:   %{dovecot_series}_%{pigeonhole_version}
-Release:   2
+Release:   1
 License:   LGPL
 Group: Daemons
 Source0:   
http://www.rename-it.nl/dovecot/%{dovecot_series}/dovecot-%{dovecot_series}-pigeonhole-%{pigeonhole_version}.tar.gz
-# Source0-md5: 23b9be534c62257a0d049b1370f11a99
+# Source0-md5: 336cbb2073b48119d968fad7de89817a
 Patch0:%{name}-config.patch
 URL:   http://www.dovecot.org/
 BuildRequires: autoconf
@@ -59,10 +59,10 @@
 %build
 
 %configure \
-   --with-dovecot=%{_libdir}/dovecot \
-   --with-managesieve=yes \
-   --enable-header-install=yes \
-   --prefix=%{_libdir}/dovecot
+   --with-dovecot=%{_libdir}/dovecot \
+   --with-managesieve=yes \
+   --enable-header-install=yes \
+   --prefix=%{_libdir}/dovecot
 
 %{__make}
 
@@ -123,6 +123,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2011/05/18 18:53:46  dzeus
+- up to 0.2.3
+
 Revision 1.7  2011/02/06 17:39:41  sparky
 - unified %install a little
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot-pigeonhole/dovecot-pigeonhole.spec?r1=1.7r2=1.8f=u

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


DISTFILES: dovecot-pigeonhole: dovecot-2.0-pigeonhole-0.2.3.tar.gz

2011-05-18 Thread dzeus

Files fetched: 1

STORED: http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-pigeonhole-0.2.3.tar.gz
336cbb2073b48119d968fad7de89817a  dovecot-2.0-pigeonhole-0.2.3.tar.gz
Size: 1213027 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: swig/swig.spec, swig/swig-guile2.patch (NEW) - added guile2 patch...

2011-05-18 Thread qboosh
Author: qboosh   Date: Wed May 18 19:40:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- added guile2 patch (fixes compiling of guile modules with guile 2 headers)
- release 2

 Files affected:
packages/swig:
   swig.spec (1.104 - 1.105) , swig-guile2.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/swig/swig.spec
diff -u packages/swig/swig.spec:1.104 packages/swig/swig.spec:1.105
--- packages/swig/swig.spec:1.104   Sun Mar 13 17:31:13 2011
+++ packages/swig/swig.spec Wed May 18 21:39:55 2011
@@ -14,12 +14,13 @@
 Summary(pt_BR.UTF-8):  Gerador de Interfaces e Wrappers Simplificado (SWIG)
 Name:  swig
 Version:   2.0.2
-Release:   1
+Release:   2
 License:   GPL v3+ (utility), free (library)
 Group: Development/Languages
 Source0:   http://downloads.sourceforge.net/swig/%{name}-%{version}.tar.gz
 # Source0-md5: eaf619a4169886923e5f828349504a29
 Patch0:%{name}-php-freearg.patch
+Patch1:%{name}-guile2.patch
 URL:   http://www.swig.org/
 BuildRequires: autoconf = 2.58
 BuildRequires: automake = 1:1.7.2
@@ -159,6 +160,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal} -I Tools/config
@@ -237,6 +239,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.105  2011/05/18 19:39:55  qboosh
+- added guile2 patch (fixes compiling of guile modules with guile 2 headers)
+- release 2
+
 Revision 1.104  2011/03/13 16:31:13  qboosh
 - unified
 


Index: packages/swig/swig-guile2.patch
diff -u /dev/null packages/swig/swig-guile2.patch:1.1
--- /dev/null   Wed May 18 21:40:01 2011
+++ packages/swig/swig-guile2.patch Wed May 18 21:39:55 2011
@@ -0,0 +1,28 @@
+--- swig-2.0.2/Lib/guile/guile_scm_run.swg.orig2010-02-28 
00:26:02.0 +0100
 swig-2.0.2/Lib/guile/guile_scm_run.swg 2011-05-18 20:28:49.077624577 
+0200
+@@ -12,7 +12,11 @@
+ extern C {
+ #endif
+ 
++#if SCM_MAJOR_VERSION = 2
++typedef scm_t_subr swig_guile_proc;
++#else
+ typedef SCM (*swig_guile_proc)();
++#endif
+ typedef SCM (*guile_destructor)(SCM);
+ 
+ typedef struct swig_guile_clientdata {
+--- swig-2.0.2/Lib/guile/guile_gh_run.swg.orig 2010-02-28 00:26:02.0 
+0100
 swig-2.0.2/Lib/guile/guile_gh_run.swg  2011-05-18 20:28:35.984290806 
+0200
+@@ -15,7 +15,11 @@
+ extern C {
+ #endif
+ 
++#if SCM_MAJOR_VERSION = 2
++typedef scm_t_subr swig_guile_proc;
++#else
+ typedef SCM (*swig_guile_proc)();
++#endif
+ 
+ #define SWIG_malloc(size) \
+   SCM_MUST_MALLOC(size)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/swig/swig.spec?r1=1.104r2=1.105f=u

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


packages: radvd/radvd.spec - rel 2; no secrets in config so 644 (so reload ...

2011-05-18 Thread arekm
Author: arekmDate: Wed May 18 20:31:20 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2; no secrets in config so 644 (so reload will work with privsep)

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

 Diffs:


Index: packages/radvd/radvd.spec
diff -u packages/radvd/radvd.spec:1.56 packages/radvd/radvd.spec:1.57
--- packages/radvd/radvd.spec:1.56  Sat May 14 16:54:56 2011
+++ packages/radvd/radvd.spec   Wed May 18 22:31:15 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Demon ogłaszania routerów
 Name:  radvd
 Version:   1.8
-Release:   1
+Release:   2
 License:   GPL
 Group: Networking
 Source0:   http://v6web.litech.org/radvd/dist/%{name}-%{version}.tar.gz
@@ -91,7 +91,7 @@
 %doc README TODO CHANGES INTRO.html
 %attr(754,root,root) /etc/rc.d/init.d/radvd
 %attr(755,radvd,root) %dir /var/run/radvd
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/radvd.conf
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/radvd.conf
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man*/*
 
@@ -101,6 +101,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.57  2011/05/18 20:31:15  arekm
+- rel 2; no secrets in config so 644 (so reload will work with privsep)
+
 Revision 1.56  2011/05/14 14:54:56  arekm
 - up to 1.8
 


 CVS-web:

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

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


DISTFILES: mysql-q4m: q4m-0.9.5.tar.gz

2011-05-18 Thread glen

Files fetched: 1

STORED: http://q4m.kazuhooku.com/dist/q4m-0.9.5.tar.gz
b7d9f659c0481d808c32f240b7719e1d  q4m-0.9.5.tar.gz
Size: 1631858 bytes


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


packages: mysql-q4m/mysql-q4m.spec (NEW) - new, needs patching to build out...

2011-05-18 Thread glen
Author: glen Date: Wed May 18 21:13:31 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new, needs patching to build out of source tree

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

 Diffs:


Index: packages/mysql-q4m/mysql-q4m.spec
diff -u /dev/null packages/mysql-q4m/mysql-q4m.spec:1.1
--- /dev/null   Wed May 18 23:13:31 2011
+++ packages/mysql-q4m/mysql-q4m.spec   Wed May 18 23:13:26 2011
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:   Queue for MySQL is a message queue
+Name:  mysql-q4m
+Version:   0.9.5
+Release:   0.1
+License:   GPL v2
+Group: Applications/Databases
+Source0:   http://q4m.kazuhooku.com/dist/q4m-%{version}.tar.gz
+# Source0-md5: b7d9f659c0481d808c32f240b7719e1d
+Patch0:build.patch
+URL:   http://q4m.github.com/
+BuildRequires: mysql-devel = 5.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Q4M (Queue for MySQL) is a message queue licensed under GPL that works
+as a pluggable storage engine of MySQL 5.1, designed to be robust,
+fast, flexible. It is already in production quality, and is used by
+several web services (see Users of Q4M).
+
+%prep
+%setup -qn q4m-%{version}
+%patch0 -p1
+
+%build
+%configure \
+   --enable-mmap \
+   --prefix=%{_prefix} \
+   --with-delete=pwrite \
+   --with-sync=yes
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README doc
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/05/18 21:13:26  glen
+- new, needs patching to build out of source tree

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


packages: mysql-q4m/mysql-q4m.spec - seems to build with 5.1 only, if even ...

2011-05-18 Thread glen
Author: glen Date: Wed May 18 21:32:55 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- seems to build with 5.1 only, if even that

 Files affected:
packages/mysql-q4m:
   mysql-q4m.spec (1.1 - 1.2) 

 Diffs:


Index: packages/mysql-q4m/mysql-q4m.spec
diff -u packages/mysql-q4m/mysql-q4m.spec:1.1 
packages/mysql-q4m/mysql-q4m.spec:1.2
--- packages/mysql-q4m/mysql-q4m.spec:1.1   Wed May 18 23:13:26 2011
+++ packages/mysql-q4m/mysql-q4m.spec   Wed May 18 23:32:50 2011
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+# TODO
+# - port to mysql 5.5 (mysql_priv.h missing)
+# - build out of source tree (mysql_priv.h ...)
 Summary:   Queue for MySQL is a message queue
 Name:  mysql-q4m
 Version:   0.9.5
@@ -7,9 +10,15 @@
 Group: Applications/Databases
 Source0:   http://q4m.kazuhooku.com/dist/q4m-%{version}.tar.gz
 # Source0-md5: b7d9f659c0481d808c32f240b7719e1d
-Patch0:build.patch
+Source1:   
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.1/mysql-5.1.55.tar.gz
+# Source1-md5: e07e79edad557874d0870c914c9c81e1
+#Source1:  
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.5/mysql-5.5.11.tar.gz
+#Patch0:   build.patch
 URL:   http://q4m.github.com/
-BuildRequires: mysql-devel = 5.1
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: mysql-devel = 5.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -19,11 +28,19 @@
 several web services (see Users of Q4M).
 
 %prep
-%setup -qn q4m-%{version}
-%patch0 -p1
+%setup -qn q4m-%{version} -a1
+#%patch0 -p1
+ln -s mysql-5.* mysql-src
 
 %build
+export CPPFLAGS=%{rpmcppflags} -I/usr/include/mysql
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
+   --with-mysql=$(pwd)/mysql-src \
--enable-mmap \
--prefix=%{_prefix} \
--with-delete=pwrite \
@@ -48,5 +65,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/05/18 21:32:50  glen
+- seems to build with 5.1 only, if even that
+
 Revision 1.1  2011/05/18 21:13:26  glen
 - new, needs patching to build out of source tree


 CVS-web:

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

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


packages: transmission/transmission-preallocate_syscall.patch - works with ...

2011-05-18 Thread marti
Author: martiDate: Wed May 18 21:33:50 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- works with 2.31 stable

 Files affected:
packages/transmission:
   transmission-preallocate_syscall.patch (1.16 - 1.17) 

 Diffs:


Index: packages/transmission/transmission-preallocate_syscall.patch
diff -u packages/transmission/transmission-preallocate_syscall.patch:1.16 
packages/transmission/transmission-preallocate_syscall.patch:1.17
--- packages/transmission/transmission-preallocate_syscall.patch:1.16   Mon Apr 
11 17:38:27 2011
+++ packages/transmission/transmission-preallocate_syscall.patchWed May 
18 23:33:45 2011
@@ -1,9 +1,10 @@
 transmission-2.21/configure.ac~ 2011-02-24 23:12:10.304798067 +0100
-+++ transmission-2.21/configure.ac  2011-02-24 23:14:30.981464735 +0100
-@@ -99,6 +99,14 @@
+diff -ur transmission-2.30b1.orig/configure.ac transmission-2.30b1/configure.ac
+--- transmission-2.30b1.orig/configure.ac  2011-04-01 03:28:41.0 
+0200
 transmission-2.30b1/configure.ac   2011-04-08 14:31:31.233502737 +0200
+@@ -108,6 +108,14 @@
  AC_HEADER_STDC
  AC_HEADER_TIME
-
+ 
 +AC_MSG_CHECKING([for SYS_fallocate])
 +AC_TRY_LINK([#include sys/syscall.h
 +#include sys/types.h],
@@ -12,13 +13,13 @@
 +   AC_MSG_RESULT([yes])],
 +   [AC_MSG_RESULT([no])])
 +
- AC_CHECK_FUNCS([iconv_open pread pwrite lrintf strlcpy daemon dirname 
basename strcasecmp localtime_r fallocate64 posix_fallocate memmem strsep 
strtold syslog valloc getpagesize posix_memalign statvfs])
+ AC_CHECK_HEADERS([stdbool.h])
+ AC_CHECK_FUNCS([iconv_open pread pwrite lrintf strlcpy daemon dirname 
basename strcasecmp localtime_r fallocate64 posix_fallocate memmem strsep 
strtold syslog valloc getpagesize posix_memalign statvfs htonll ntohll])
  AC_PROG_INSTALL
- AC_PROG_MAKE_SET
-diff -ur transmission-2.00-orig//libtransmission/fdlimit.c 
transmission-2.00/libtransmission/fdlimit.c
 transmission-2.00-orig//libtransmission/fdlimit.c  2010-06-17 
09:10:46.0 -0600
-+++ transmission-2.00/libtransmission/fdlimit.c2010-06-18 
17:06:22.0 -0600
-@@ -31,6 +31,10 @@
+diff -ur transmission-2.30b1.orig/libtransmission/fdlimit.c 
transmission-2.30b1/libtransmission/fdlimit.c
+--- transmission-2.30b1.orig/libtransmission/fdlimit.c 2011-04-01 
03:28:34.0 +0200
 transmission-2.30b1/libtransmission/fdlimit.c  2011-04-08 
14:34:14.120502738 +0200
+@@ -29,6 +29,10 @@
   #include fcntl.h
  #endif
  
@@ -29,17 +30,18 @@
  #ifdef HAVE_FALLOCATE64
/* FIXME can't find the right #include voodoo to pick up the declaration.. 
*/
extern int fallocate64( int fd, int mode, uint64_t offset, uint64_t len );
-@@ -168,6 +172,12 @@
+@@ -150,6 +154,14 @@
  success = !fcntl( fd, F_PREALLOCATE, fst );
  }
  # endif
++
 +# ifdef HAVE_SYS_FALLOCATE
-+  if( !success )
-+  {
-+  success = !syscall( SYS_fallocate, fd, 0, (loff_t) 0, (loff_t) 
length );
-+  }
++   if( !success )
++   {
++   success = !syscall( SYS_fallocate, fd, 0, (loff_t) 0, (loff_t) 
length );
++   }
 +# endif
++
  # ifdef HAVE_POSIX_FALLOCATE
  if( !success )
  {
-Only in transmission-2.00/libtransmission: fdlimit.c.orig


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/transmission/transmission-preallocate_syscall.patch?r1=1.16r2=1.17f=u

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


packages: poppler/poppler.spec - Up to 0.16.15. Release 1.

2011-05-18 Thread matkor
Author: matkor   Date: Wed May 18 21:33:53 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- Up to 0.16.15. Release 1.

 Files affected:
packages/poppler:
   poppler.spec (1.131 - 1.132) 

 Diffs:


Index: packages/poppler/poppler.spec
diff -u packages/poppler/poppler.spec:1.131 packages/poppler/poppler.spec:1.132
--- packages/poppler/poppler.spec:1.131 Thu Apr 21 15:12:15 2011
+++ packages/poppler/poppler.spec   Wed May 18 23:33:47 2011
@@ -13,12 +13,12 @@
 Summary:   PDF rendering library
 Summary(pl.UTF-8): Biblioteka renderująca PDF
 Name:  poppler
-Version:   0.16.4
+Version:   0.16.5
 Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
-# Source0-md5: 2b996ca77dad04b422f67238daab48e7
+# Source0-md5: 2b6e0c26b77a943df3b9bb02d67ca236
 URL:   http://poppler.freedesktop.org/
 %{?with_qt4:BuildRequires: QtGui-devel = 4.4.0}
 %{?with_qt4:BuildRequires: QtTest-devel = 4.4.0}
@@ -299,12 +299,11 @@
%{!?with_cpp:--disable-poppler-cpp} \
%{!?with_glib:--disable-poppler-glib} \
--disable-silent-rules \
-   --enable-a4-paper \
%{?with_apidocs:--enable-gtk-doc} \
--enable-xpdf-headers \
--enable-zlib \
--enable-dependency-tracking \
-   --with-html-dir=%{_gtkdocdir}
+   --with-html-dir=%{_gtkdocdir} 
 
 %{__make}
 
@@ -449,6 +448,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.132  2011/05/18 21:33:47  matkor
+- Up to 0.16.15. Release 1.
+
 Revision 1.131  2011/04/21 13:12:15  lisu
 - updated to 0.16.4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poppler/poppler.spec?r1=1.131r2=1.132f=u

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


packages: transmission/transmission.spec - up to 2.31 stable - dropped unsu...

2011-05-18 Thread marti
Author: martiDate: Wed May 18 21:34:27 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 2.31 stable
- dropped unsupported locales

 Files affected:
packages/transmission:
   transmission.spec (1.92 - 1.93) 

 Diffs:


Index: packages/transmission/transmission.spec
diff -u packages/transmission/transmission.spec:1.92 
packages/transmission/transmission.spec:1.93
--- packages/transmission/transmission.spec:1.92Mon Apr 11 17:35:25 2011
+++ packages/transmission/transmission.spec Wed May 18 23:34:22 2011
@@ -3,12 +3,12 @@
 Summary(hu.UTF-8): Egy sokoldalú és multiplatformos BitTorrent kliens
 Summary(pl.UTF-8): Wszechstronny i wieloplatformowy klient BitTorrenta
 Name:  transmission
-Version:   2.22
+Version:   2.31
 Release:   1
 License:   MIT
 Group: Applications/Communications
 Source0:   
http://download.m0k.org/transmission/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 6499986bf769276310b00bda1090090d
+# Source0-md5: 2785016d74bbecf842cef04883e56400
 Source1:   %{name}.sysconfig
 Source2:   %{name}.init
 Patch0:%{name}-ckb_po.patch
@@ -156,6 +156,10 @@
 
 # unsupported
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/eu
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/mr
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/pa
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/tl
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ur
 
 %find_lang %{name} --all-name --with-gnome
 
@@ -235,6 +239,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.93  2011/05/18 21:34:22  marti
+- up to 2.31 stable
+- dropped unsupported locales
+
 Revision 1.92  2011/04/11 15:35:25  marti
 - revert to 1.90, wrong branch added
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/transmission/transmission.spec?r1=1.92r2=1.93f=u

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


DISTFILES: transmission: transmission-2.31.tar.bz2

2011-05-18 Thread marti

Files fetched: 1

STORED: http://download.m0k.org/transmission/files/transmission-2.31.tar.bz2
2785016d74bbecf842cef04883e56400  transmission-2.31.tar.bz2
Size: 4408316 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: poppler: poppler-0.16.5.tar.gz

2011-05-18 Thread matkor

Files fetched: 1

STORED: http://poppler.freedesktop.org/poppler-0.16.5.tar.gz
2b6e0c26b77a943df3b9bb02d67ca236  poppler-0.16.5.tar.gz
Size: 1950312 bytes


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


packages: mysql-q4m/mysql-q4m.spec, mysql-q4m/destdir.patch (NEW) - builds ...

2011-05-18 Thread glen
Author: glen Date: Wed May 18 22:07:48 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- builds with mysql-devel 5.1 installed under th

 Files affected:
packages/mysql-q4m:
   mysql-q4m.spec (1.2 - 1.3) , destdir.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/mysql-q4m/mysql-q4m.spec
diff -u packages/mysql-q4m/mysql-q4m.spec:1.2 
packages/mysql-q4m/mysql-q4m.spec:1.3
--- packages/mysql-q4m/mysql-q4m.spec:1.2   Wed May 18 23:32:50 2011
+++ packages/mysql-q4m/mysql-q4m.spec   Thu May 19 00:07:43 2011
@@ -2,6 +2,9 @@
 # TODO
 # - port to mysql 5.5 (mysql_priv.h missing)
 # - build out of source tree (mysql_priv.h ...)
+# - system boost
+# - check so linking
+# - add -avoid-version to module, install to mysql dir
 Summary:   Queue for MySQL is a message queue
 Name:  mysql-q4m
 Version:   0.9.5
@@ -11,25 +14,28 @@
 Source0:   http://q4m.kazuhooku.com/dist/q4m-%{version}.tar.gz
 # Source0-md5: b7d9f659c0481d808c32f240b7719e1d
 Source1:   
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.1/mysql-5.1.55.tar.gz
-# Source1-md5: e07e79edad557874d0870c914c9c81e1
-#Source1:  
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.5/mysql-5.5.11.tar.gz
-#Patch0:   build.patch
+Patch0:destdir.patch
 URL:   http://q4m.github.com/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libstdc++-devel
 BuildRequires: libtool
-BuildRequires: mysql-devel = 5.0
+BuildRequires: mysql-devel = 5.1
+BuildRequires: rpmbuild(macros) = 1.553
+Requires:  mysql = 5.1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%defineskip_post_check_so  libqueue_engine.so.0.0.0
+
 %description
 Q4M (Queue for MySQL) is a message queue licensed under GPL that works
 as a pluggable storage engine of MySQL 5.1, designed to be robust,
-fast, flexible. It is already in production quality, and is used by
-several web services (see Users of Q4M).
+fast, flexible.
 
 %prep
 %setup -qn q4m-%{version} -a1
-#%patch0 -p1
+%undos Makefile.am
+%patch0 -p1
 ln -s mysql-5.* mysql-src
 
 %build
@@ -41,6 +47,7 @@
 %{__automake}
 %configure \
--with-mysql=$(pwd)/mysql-src \
+   --disable-static \
--enable-mmap \
--prefix=%{_prefix} \
--with-delete=pwrite \
@@ -52,12 +59,21 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+rm $RPM_BUILD_ROOT%{_libdir}/libqueue_engine.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README doc
+%attr(755,root,root) %{_bindir}/q4m-forward
+%attr(755,root,root) %{_libdir}/libqueue_engine.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libqueue_engine.so.0
+%attr(755,root,root) %{_libdir}/libqueue_engine.so
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -65,6 +81,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2011/05/18 22:07:43  glen
+- builds with mysql-devel 5.1 installed under th
+
 Revision 1.2  2011/05/18 21:32:50  glen
 - seems to build with 5.1 only, if even that
 


Index: packages/mysql-q4m/destdir.patch
diff -u /dev/null packages/mysql-q4m/destdir.patch:1.1
--- /dev/null   Thu May 19 00:07:48 2011
+++ packages/mysql-q4m/destdir.patchThu May 19 00:07:43 2011
@@ -0,0 +1,12 @@
+--- q4m-0.9.5/Makefile.am  2011-05-19 01:00:32.877553750 +0300
 q4m-0.9.5/Makefile.am  2011-05-19 01:02:45.366389710 +0300
+@@ -13,7 +13,8 @@
+   rm -fr $(bindistdir); }; }
+ 
+ install-exec-hook:
+-  $(INSTALL) $(SUPPORT_BIN) $(bindir)
++  $(INSTALL) -d $(DESTDIR)$(bindir)
++  $(INSTALL) $(SUPPORT_BIN) $(DESTDIR)$(bindir)
+   @cat support-files/install-exec-hook.txt
+ 
+ dist-doc:


 CVS-web:

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

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


packages: mysql-q4m/mysql-q4m.spec - package install.sql

2011-05-18 Thread glen
Author: glen Date: Wed May 18 22:10:31 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- package install.sql

 Files affected:
packages/mysql-q4m:
   mysql-q4m.spec (1.3 - 1.4) 

 Diffs:


Index: packages/mysql-q4m/mysql-q4m.spec
diff -u packages/mysql-q4m/mysql-q4m.spec:1.3 
packages/mysql-q4m/mysql-q4m.spec:1.4
--- packages/mysql-q4m/mysql-q4m.spec:1.3   Thu May 19 00:07:43 2011
+++ packages/mysql-q4m/mysql-q4m.spec   Thu May 19 00:10:26 2011
@@ -5,6 +5,7 @@
 # - system boost
 # - check so linking
 # - add -avoid-version to module, install to mysql dir
+# - mention support-files/install-exec-hook.txt contents
 Summary:   Queue for MySQL is a message queue
 Name:  mysql-q4m
 Version:   0.9.5
@@ -69,7 +70,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README doc
+%doc ChangeLog README doc support-files/install.sql
 %attr(755,root,root) %{_bindir}/q4m-forward
 %attr(755,root,root) %{_libdir}/libqueue_engine.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libqueue_engine.so.0
@@ -81,6 +82,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2011/05/18 22:10:26  glen
+- package install.sql
+
 Revision 1.3  2011/05/18 22:07:43  glen
 - builds with mysql-devel 5.1 installed under th
 


 CVS-web:

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

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