SVN: geninitrd/trunk/geninitrd

2011-02-19 Thread arekm
Author: arekm
Date: Sat Feb 19 09:26:36 2011
New Revision: 12163

Modified:
   geninitrd/trunk/geninitrd
Log:
Nicer way to display rcsid.

Modified: geninitrd/trunk/geninitrd
==
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Sat Feb 19 09:26:36 2011
@@ -7,8 +7,8 @@
 # based on mkinitrd from RedHat Linux
 #
 
-RCSID='$Revision$ $Date$'
-R=${RCSID#* *}; VERSION=${R%% *}
+GENINITRD_RCSID='$Revision$ $Date$'
+R=${GENINITRD_RCSID#* *}; VERSION=${R%% *}
 PROGRAM=${0##*/}
 
 . /etc/rc.d/init.d/functions
@@ -124,7 +124,7 @@
local mod
 
for mod in $GENINITRD_MODS; do
-   debug # mod-$mod: $RCSID
+   debug # $RCSID (mod-$mod)
eval setup_mod_$mod
done
 }
@@ -1071,7 +1071,7 @@
 kernel_version=$(echo $kernel | awk -F. '{print sprintf(%03d%03d,$1,$2)}')
 kernel_version_long=$(echo $kernel | awk -F. '{print 
sprintf(%03d%03d%03d,$1,$2,$3)}')
 
-debug # $RCSID
+debug # $GENINITRD_RCSID (geninitrd)
 debug Using _lib: $_lib
 debug Using initrd_dir: $initrd_dir
 
@@ -1221,7 +1221,7 @@
 add_linuxrc EOF
 #!/bin/sh
 # initrd generated by:
-# $RCSID
+# $GENINITRD_RCSID
 
 EOF
 mount_proc
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: geninitrd/trunk: ChangeLog Makefile

2011-02-19 Thread arekm
Author: arekm
Date: Sat Feb 19 09:27:52 2011
New Revision: 12164

Modified:
   geninitrd/trunk/ChangeLog
   geninitrd/trunk/Makefile
Log:
Release 1.32 (experimental).

Modified: geninitrd/trunk/ChangeLog
==
--- geninitrd/trunk/ChangeLog   (original)
+++ geninitrd/trunk/ChangeLog   Sat Feb 19 09:27:52 2011
@@ -1,3 +1,141 @@
+2011-02-19 08:26 + [r12163]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * geninitrd: Nicer way to display rcsid.
+
+2011-02-19 07:56 + [r12161-12162]  Arkadiusz Miśkiewicz 
arekm/at/pld-linux.org
+
+   * mod-ide.sh, functions: Revert, this wasn't meant to be in
+ previous commit.
+
+   * mod-blkid.sh, mod-nfs.sh, mod-sata.sh, mod-uvesafb.sh,
+ mod-condecor.sh, geninitrd, mod-lvm.sh, mod-tuxonice.sh,
+ mod-md.sh, mod-dmraid.sh, mod-scsi.sh, mod-ide.sh,
+ mod-fbsplash.sh, mod-udev.sh, mod-multipath.sh,
+ mod-bootsplash.sh, mod-depmod24.sh, mod-luks.sh, mod-suspend.sh,
+ functions: Report RCSID for loaded modules, too.
+
+2011-02-17 22:16 + [r12159]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * geninitrd: root dev finding: fallback to calculating based on
+ initrd /dev file
+
+2011-02-17 21:41 + [r12158]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * geninitrd: debugshell after failing to chroot.
+
+2011-02-17 21:37 + [r12157]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * mod-luks.sh: Try to activate luks only if not yet active (because
+ cryptsetup is run twice).
+
+2011-02-13 14:09 + [r12147]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * Makefile: setup TZ in export
+
+2011-02-11 12:30 + [r12143-12144]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * tests/bug-715930.sh: - update test
+
+   * mod-sata.sh: sort modules that ones who depend on libata are
+ first
+
+2011-02-11 12:07 + [r12142]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * mod-sata.sh: there is no bitwise matching only DEVICE_ANY arekm
+ looked up it in sources, so revert the bitwise op
+
+2011-02-11 08:24 + [r12139-12141]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * tests/bug-715930.sh: update test
+
+   * mod-sata.sh: - compare device bitwise. LP#715930
+
+   * mod-sata.sh: switch to parsing in shell instead of awk
+
+2011-02-10 11:32 + [r12131-12132]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * mod-sata.sh: add setup so detection results could be later
+ tweaked for testing
+
+   * tests/bug-715930.sh: hack up test using actual functions
+
+2011-02-09 19:19 + [r12127]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * tests/bug-715930.sh (added): partial testcase
+
+2011-02-05 11:51 + [r12116]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * geninitrd: Revert, that was wrong.
+
+2011-02-05 11:22 + [r12115]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * geninitrd: ccis needs sd_mod (areq).
+
+2011-02-03 18:45 + [r12114]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * geninitrd: Mount rootfs from initramfs with rootfsflags options.
+
+2011-02-03 11:16 + [r12113]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * mod-blkid.sh, mod-nfs.sh, mod-multipath.sh, mod-condecor.sh,
+ geninitrd, mod-bootsplash.sh, mod-luks.sh, mod-lvm.sh,
+ mod-tuxonice.sh, mod-dmraid.sh, mod-md.sh, mod-suspend.sh,
+ mod-fbsplash.sh, mod-udev.sh: Simplify main code by moving state
+ checks to modules itself
+
+2011-02-03 11:06 + [r12112]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * mod-luks.sh: Use double quotes (more readable in this context)
+
+2011-02-03 10:41 + [r12106-12111]  Artur Frysiak wiget/at/pld-linux.org
+
+   * Makefile: Make addons executable
+
+   * geninitrd: Try to setup encryption after soft-RAID and LVM setup
+
+   * mod-lvm.sh: Don't drop to shell if LVM is used but root device
+ isn't LV
+
+   * mod-luks.sh: Check source device before cryptsetup run
+
+   * functions: Simplify dm_name()
+
+   * functions: Use DM subsystem name not UUID for LVM/crypt detection
+
+2011-02-03 08:12 + [r12104]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * geninitrd: We have /dev/urandom, so also store /dev/random (luks
+ can use it for example).
+
+2011-02-02 17:15 + [r12103]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * geninitrd, functions: rename dm_* helpers to avoid confision what
+ they do and make them more generic
+
+2011-02-02 16:23 + [r12101-12102]  Artur Frysiak wiget/at/pld-linux.org
+
+   * functions: Simplify dm_longname()
+
+   * functions: Allow rootfs on crypted device
+
+2011-01-27 20:55 + [r12095]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * mod-md.sh: By default rootdev_new is the same as rootdev.
+
+2011-01-27 20:51 + [r12094]  Elan Ruusamäe 

SVN: geninitrd/tags/10000.32

2011-02-19 Thread arekm
Author: arekm
Date: Sat Feb 19 09:28:22 2011
New Revision: 12165

Added:
   geninitrd/tags/1.32/
  - copied from rev 12164, geninitrd/trunk/
Log:
Release 1.32 (experimental)

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


DISTFILES: geninitrd: geninitrd-10000.32.tar.gz

2011-02-19 Thread arekm

Files fetched: 1

STORED: no-url://geninitrd-1.32.tar.gz
9d75e347ff49312209e97ead93378f4a  geninitrd-1.32.tar.gz
Size: 87527 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: geninitrd/geninitrd.spec - 10000.32 (experimental).

2011-02-19 Thread arekm
Author: arekmDate: Sat Feb 19 08:29:43 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 1.32 (experimental).

 Files affected:
packages/geninitrd:
   geninitrd.spec (2.174 - 2.175) 

 Diffs:


Index: packages/geninitrd/geninitrd.spec
diff -u packages/geninitrd/geninitrd.spec:2.174 
packages/geninitrd/geninitrd.spec:2.175
--- packages/geninitrd/geninitrd.spec:2.174 Fri Feb 11 02:33:25 2011
+++ packages/geninitrd/geninitrd.spec   Sat Feb 19 09:29:38 2011
@@ -7,13 +7,13 @@
 Summary:   Creates an initial ramdisk image for preloading modules
 Summary(pl.UTF-8): Narzędzie do tworzenia inicjalnego ramdysku używanego 
przy starcie systemu
 Name:  geninitrd
-Version:   1.31
+Version:   1.32
 # leave rel 1 for ac
 Release:   0.2
 License:   GPL
 Group: Applications/System
 Source0:   %{name}-%{version}.tar.gz
-# Source0-md5: ba11c56735828f79148e476179945217
+# Source0-md5: 9d75e347ff49312209e97ead93378f4a
 Patch0:%{name}-romfs.patch
 Patch1:%{name}-gzip-compressor.patch
 BuildRequires: xmlto = 0:0.0.18-1
@@ -123,6 +123,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 2.175  2011/02/19 08:29:38  arekm
+- 1.32 (experimental).
+
 Revision 2.174  2011/02/11 01:33:25  sparky
 - s/util-linux-ng7util-linux/
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/geninitrd/geninitrd.spec?r1=2.174r2=2.175f=u

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


SVN: geninitrd/trunk: mod-blkid.sh mod-bootsplash.sh mod-condecor.sh mod-depmod24.sh mod-dmraid.sh m...

2011-02-19 Thread glen
Author: glen
Date: Sat Feb 19 09:34:13 2011
New Revision: 12166

Modified:
   geninitrd/trunk/mod-blkid.sh   (contents, props changed)
   geninitrd/trunk/mod-bootsplash.sh   (contents, props changed)
   geninitrd/trunk/mod-condecor.sh   (contents, props changed)
   geninitrd/trunk/mod-depmod24.sh   (contents, props changed)
   geninitrd/trunk/mod-dmraid.sh   (contents, props changed)
   geninitrd/trunk/mod-fbsplash.sh   (contents, props changed)
   geninitrd/trunk/mod-ide.sh   (contents, props changed)
   geninitrd/trunk/mod-luks.sh   (contents, props changed)
   geninitrd/trunk/mod-lvm.sh   (contents, props changed)
   geninitrd/trunk/mod-md.sh   (contents, props changed)
   geninitrd/trunk/mod-multipath.sh   (contents, props changed)
   geninitrd/trunk/mod-nfs.sh   (contents, props changed)
   geninitrd/trunk/mod-sata.sh   (contents, props changed)
   geninitrd/trunk/mod-scsi.sh   (contents, props changed)
   geninitrd/trunk/mod-suspend.sh   (contents, props changed)
   geninitrd/trunk/mod-tuxonice.sh   (contents, props changed)
   geninitrd/trunk/mod-udev.sh   (contents, props changed)
   geninitrd/trunk/mod-uvesafb.sh   (contents, props changed)
Log:
you need svn:keywords on each file for those to get expanded

Modified: geninitrd/trunk/mod-blkid.sh
==
--- geninitrd/trunk/mod-blkid.sh(original)
+++ geninitrd/trunk/mod-blkid.shSat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: blkid
 USE_BLKID=${USE_BLKID:-yes}

Modified: geninitrd/trunk/mod-bootsplash.sh
==
--- geninitrd/trunk/mod-bootsplash.sh   (original)
+++ geninitrd/trunk/mod-bootsplash.sh   Sat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: bootsplash
 BOOT_SPLASH=${BOOT_SPLASH:-no}

Modified: geninitrd/trunk/mod-condecor.sh
==
--- geninitrd/trunk/mod-condecor.sh (original)
+++ geninitrd/trunk/mod-condecor.sh Sat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: condecor
 FB_CON_DECOR=${FB_CON_DECOR:-no}

Modified: geninitrd/trunk/mod-depmod24.sh
==
--- geninitrd/trunk/mod-depmod24.sh (original)
+++ geninitrd/trunk/mod-depmod24.sh Sat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: depmod for 2.4 kernel
 

Modified: geninitrd/trunk/mod-dmraid.sh
==
--- geninitrd/trunk/mod-dmraid.sh   (original)
+++ geninitrd/trunk/mod-dmraid.sh   Sat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: dmraid
 USE_DMRAID=${USE_DMRAID:-yes}

Modified: geninitrd/trunk/mod-fbsplash.sh
==
--- geninitrd/trunk/mod-fbsplash.sh (original)
+++ geninitrd/trunk/mod-fbsplash.sh Sat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: fbsplash
 FB_SPLASH=${FB_SPLASH:-no}

Modified: geninitrd/trunk/mod-ide.sh
==
--- geninitrd/trunk/mod-ide.sh  (original)
+++ geninitrd/trunk/mod-ide.sh  Sat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: ide
 

Modified: geninitrd/trunk/mod-luks.sh
==
--- geninitrd/trunk/mod-luks.sh (original)
+++ geninitrd/trunk/mod-luks.sh Sat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: cryptsetup luks
 USE_LUKS=${USE_LUKS:-yes}

Modified: geninitrd/trunk/mod-lvm.sh
==
--- geninitrd/trunk/mod-lvm.sh  (original)
+++ geninitrd/trunk/mod-lvm.sh  Sat Feb 19 09:34:13 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision: 12159 $ $Date: 2011-02-17 23:16:30 +0100 (czw) $'
+RCSID='$Revision$ $Date$'
 
 # geninitrd mod: LVM
 USE_LVM=${USE_LVM:-yes}

Modified: geninitrd/trunk/mod-md.sh

SVN: geninitrd/trunk/geninitrd

2011-02-19 Thread glen
Author: glen
Date: Sat Feb 19 09:38:20 2011
New Revision: 12167

Modified:
   geninitrd/trunk/geninitrd
Log:
Move $RCSID printing where it has chance to work

Modified: geninitrd/trunk/geninitrd
==
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Sat Feb 19 09:38:20 2011
@@ -111,6 +111,7 @@
die $mod geninitrd module can't be loaded
fi
. /lib/geninitrd/mod-$mod.sh
+   debug # $RCSID (mod-$mod)
 
if type setup_mod_$mod  /dev/null; then
# add to list which need init
@@ -124,7 +125,6 @@
local mod
 
for mod in $GENINITRD_MODS; do
-   debug # $RCSID (mod-$mod)
eval setup_mod_$mod
done
 }
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: hudson/hudson.spec - oss project renamed to jenkins on January 11...

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 09:07:07 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- oss project renamed to jenkins on January 11, 2011

 Files affected:
packages/hudson:
   hudson.spec (1.34 - 1.35) 

 Diffs:


Index: packages/hudson/hudson.spec
diff -u packages/hudson/hudson.spec:1.34 packages/hudson/hudson.spec:1.35
--- packages/hudson/hudson.spec:1.34Mon Nov 15 14:32:33 2010
+++ packages/hudson/hudson.spec Sat Feb 19 10:07:02 2011
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 # TODO
+# - consider renaming to jenkins 
http://en.wikipedia.org/wiki/Jenkins_(software)
 # - build it from sources
 #   
https://hudson.dev.java.net/files/documents/2402/125619/hudson-1.280-src.zip
 # - use system jars
@@ -79,6 +80,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.35  2011/02/19 09:07:02  glen
+- oss project renamed to jenkins on January 11, 2011
+
 Revision 1.34  2010/11/15 13:32:33  pawelz
 - up to 1.384
 


 CVS-web:

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

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


packages: jenkins/context.xml, jenkins/jenkins.spec, jenkins/webxml.patch -...

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 10:39:07 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- hudson renamed to jenkins. worked for me

 Files affected:
packages/jenkins:
   context.xml (1.2 - 1.3) , jenkins.spec (1.35 - 1.36) , webxml.patch (1.1 
- 1.2) 

 Diffs:


Index: packages/jenkins/context.xml
diff -u packages/jenkins/context.xml:1.2 packages/jenkins/context.xml:1.3
--- packages/jenkins/context.xml:1.2Mon Feb  2 00:26:40 2009
+++ packages/jenkins/context.xmlSat Feb 19 11:39:02 2011
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8?
 !-- $Id$ --
-Context path=/hudson docBase=/usr/share/hudson
+Context path=/jenkins docBase=/usr/share/jenkins
 privileged=false allowLinking=true
 
 /Context


Index: packages/jenkins/jenkins.spec
diff -u packages/jenkins/jenkins.spec:1.35 packages/jenkins/jenkins.spec:1.36
--- packages/jenkins/jenkins.spec:1.35  Sat Feb 19 10:07:02 2011
+++ packages/jenkins/jenkins.spec   Sat Feb 19 11:39:02 2011
@@ -1,25 +1,25 @@
 # $Revision$, $Date$
 # TODO
-# - consider renaming to jenkins 
http://en.wikipedia.org/wiki/Jenkins_(software)
 # - build it from sources
 #   
https://hudson.dev.java.net/files/documents/2402/125619/hudson-1.280-src.zip
 # - use system jars
 %include   /usr/lib/rpm/macros.java
 Summary:   Hudson Continuous Build Server
-Name:  hudson
-Version:   1.384
+Name:  jenkins
+Version:   1.397
 Release:   1
 License:   MIT License
 Group: Networking/Daemons/Java/Servlets
-# Check for new releases and URLs here: 
https://hudson.dev.java.net/servlets/ProjectRSS?type=news
-Source0:   
http://hudson-ci.org/download/war/%{version}/%{name}.war#/%{name}-%{version}.war
-# Source0-md5: 65d1108eac802c284fdf4633bee3ef92
-Source1:   %{name}-context.xml
-Patch0:%{name}-webxml.patch
-URL:   https://hudson.dev.java.net/
+# Check for new releases and URLs here: http://mirrors.jenkins-ci.org/war/
+Source0:   
http://mirrors.jenkins-ci.org/war/%{version}/%{name}.war#/%{name}-%{version}.war
+# Source0-md5: 72fb60153948f92c34c33d0166edd35c
+Source1:   context.xml
+Patch0:webxml.patch
+URL:   http://www.jenkins-ci.org/
 BuildRequires: jpackage-utils
 BuildRequires: rpm-javaprov
 BuildRequires: rpmbuild(macros) = 1.546
+Obsoletes: hudson  1.396
 Requires:  jpackage-utils
 Requires:  jre-X11
 Requires:  tomcat
@@ -27,12 +27,12 @@
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Hudson monitors executions of repeated jobs, such as building a
+Jenkins monitors executions of repeated jobs, such as building a
 software project or jobs run by cron.
 
-Among those things, current Hudson focuses on the following two jobs:
+Among those things, current Jenkins focuses on the following two jobs:
 - Building/testing software projects continuously, just like
-  CruiseControl or DamageControl. In a nutshell, Hudson provides an
+  CruiseControl or DamageControl. In a nutshell, Jenkins provides an
   easy-to-use so-called continuous integration system, making it easier
   for developers to integrate changes to the project, and making it
   easier for users to obtain a fresh build. The automated, continoues
@@ -41,16 +41,17 @@
   procmail jobs, even those that are run on a remote machine. For
   example, with cron, all you receive is regular e-mails that capture
   the output, and it is up to you to look at them diligently and notice
-  when it broke. Hudson keeps those outputs and makes it easy for you to
+  when it broke. Jenkins keeps those outputs and makes it easy for you to
   notice when something is wrong.
 
 %prep
 %setup -qc
 rm *.class
 rm winstone.jar
-
 %patch0 -p1
 
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d 
$RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_datadir}/%{name},%{_sharedstatedir}/%{name},%{_tomcatconfdir}}
@@ -60,6 +61,22 @@
 cp -a . $RPM_BUILD_ROOT%{_datadir}/%{name}
 ln -sf %{_sysconfdir}/%{name}/web.xml 
$RPM_BUILD_ROOT%{_datadir}/%{name}/WEB-INF/web.xml
 
+%post
+# If we have an old hudson install, rename it to jenkins
+if test -d /var/lib/hudson; then
+   echo 2 Moving /var/lib/hudson - /var/lib/jenkins
+   # leave a marker to indicate this came from Hudson.
+   # could be useful down the road
+   # This also ensures that the .??* wildcard matches something
+   touch /var/lib/hudson/.moving-hudson
+   mv -f /var/lib/hudson/* /var/lib/hudson/.??* /var/lib/jenkins
+   rmdir /var/lib/hudson
+fi
+if test -d /var/run/hudson; then
+   mv -f /var/run/hudson/* /var/run/jenkins
+   rmdir /var/run/hudson
+fi
+
 %postun
 %tomcat_clear_cache %{name}
 
@@ -80,6 +97,9 @@
 All persons listed below can be reached at 

DISTFILES: jenkins: jenkins-1.397.war

2011-02-19 Thread glen

Files fetched: 1

STORED: http://mirrors.jenkins-ci.org/war/1.397/jenkins.war#/jenkins-1.397.war
72fb60153948f92c34c33d0166edd35c  jenkins-1.397.war
Size: 36684556 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: xfce4-mixer/xfce4-mixer.spec, xfce4-mixer/xfce4-mixer-ui.patch (N...

2011-02-19 Thread baggins
Author: baggins  Date: Sat Feb 19 11:17:36 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3
- port to libxfce4ui

 Files affected:
packages/xfce4-mixer:
   xfce4-mixer.spec (1.49 - 1.50) , xfce4-mixer-ui.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/xfce4-mixer/xfce4-mixer.spec
diff -u packages/xfce4-mixer/xfce4-mixer.spec:1.49 
packages/xfce4-mixer/xfce4-mixer.spec:1.50
--- packages/xfce4-mixer/xfce4-mixer.spec:1.49  Thu Feb 17 12:28:19 2011
+++ packages/xfce4-mixer/xfce4-mixer.spec   Sat Feb 19 12:17:31 2011
@@ -3,11 +3,12 @@
 Summary(pl.UTF-8): Wtyczka sterująca głośnością dla panelu Xfce
 Name:  xfce4-mixer
 Version:   4.6.1
-Release:   2
+Release:   3
 License:   GPL v2
 Group: X11/Applications/Sound
 Source0:   
http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
 # Source0-md5: a99e2455445480ef5081fe69454a46fc
+Patch0:%{name}-ui.patch
 URL:   http://www.xfce.org/projects/xfce4-mixer/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
@@ -16,7 +17,7 @@
 BuildRequires: gtk+2-devel = 2:2.10.6
 BuildRequires: intltool = 0.35.0
 BuildRequires: libtool
-BuildRequires: libxfcegui4-devel = %{version}
+BuildRequires: libxfce4ui-devel = %{version}
 BuildRequires: pkgconfig = 1:0.9.0
 BuildRequires: xfce4-dev-tools = 4.6.0
 BuildRequires: xfce4-panel-devel = %{version}
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -72,6 +74,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.50  2011/02/19 11:17:31  baggins
+- rel 3
+- port to libxfce4ui
+
 Revision 1.49  2011/02/17 11:28:19  megabajt
 - release 2
 


Index: packages/xfce4-mixer/xfce4-mixer-ui.patch
diff -u /dev/null packages/xfce4-mixer/xfce4-mixer-ui.patch:1.1
--- /dev/null   Sat Feb 19 12:17:36 2011
+++ packages/xfce4-mixer/xfce4-mixer-ui.patch   Sat Feb 19 12:17:31 2011
@@ -0,0 +1,413 @@
+diff --git a/configure.in b/configure.in
+index 3ff66e0..2bc6847 100644
+--- a/configure.in
 b/configure.in
+@@ -75,9 +75,9 @@ dnl ***
+ XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.12.0])
+ XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.12.0])
+ XDT_CHECK_PACKAGE([GST_PLUGINS_BASE], [gstreamer-plugins-base-0.10], [0.10.2])
+-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
++XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
+ XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
+-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.6.0])
++XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
+ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.6.0])
+ XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.6.0])
+ 
+diff --git a/libxfce4mixer/Makefile.am b/libxfce4mixer/Makefile.am
+index b01d3f5..399bb2d 100644
+--- a/libxfce4mixer/Makefile.am
 b/libxfce4mixer/Makefile.am
+@@ -28,7 +28,7 @@ libxfce4mixer_la_CFLAGS =
\
+   $(GLIB_CFLAGS)  \
+   $(GTK_FLAGS)\
+   $(LIBXFCE4UTIL_CFLAGS)  \
+-  $(LIBXFCEGUI4_CFLAGS)   \
++  $(LIBXFCE4UI_CFLAGS)\
+   $(XFCONF_CFLAGS)\
+   $(GST_PLUGINS_BASE_CFLAGS)
+ 
+@@ -40,7 +40,7 @@ libxfce4mixer_la_LIBADD =
\
+   $(GLIB_LIBS)\
+   $(GTK_FLAGS)\
+   $(LIBXFCE4UTIL_LIBS)\
+-  $(LIBXFCEGUI4_LIBS) \
++  $(LIBXFCE4UI_LIBS)  \
+   $(XFCONF_LIBS)  \
+   $(GST_PLUGINS_BASE_LIBS)\
+   -lgstaudio-0.10 \
+diff --git a/libxfce4mixer/xfce-mixer-card-combo.c 
b/libxfce4mixer/xfce-mixer-card-combo.c
+index 981fcae..db94866 100644
+--- a/libxfce4mixer/xfce-mixer-card-combo.c
 b/libxfce4mixer/xfce-mixer-card-combo.c
+@@ -142,6 +142,7 @@ xfce_mixer_card_combo_init (XfceMixerCardCombo *combo)
+   gtk_combo_box_set_model (GTK_COMBO_BOX (combo), GTK_TREE_MODEL 
(combo-list_store));
+ 
+   renderer = gtk_cell_renderer_text_new ();
++  g_object_set (G_OBJECT (renderer), ellipsize, PANGO_ELLIPSIZE_END, NULL);
+   gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (combo), renderer, TRUE);
+   gtk_cell_layout_add_attribute (GTK_CELL_LAYOUT (combo), renderer, text, 

DISTFILES: calibre: calibre-0.7.46-nofonts.tar.xz

2011-02-19 Thread lisu

Files fetched: 1

STORED: no-url://calibre-0.7.46-nofonts.tar.xz
13e788f227fd9fadb2157a1ec72913a3  calibre-0.7.46-nofonts.tar.xz
Size: 13818132 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: calibre/calibre.spec - up to 0.7.46

2011-02-19 Thread lisu
Author: lisu Date: Sat Feb 19 12:06:12 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.7.46

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

 Diffs:


Index: packages/calibre/calibre.spec
diff -u packages/calibre/calibre.spec:1.72 packages/calibre/calibre.spec:1.73
--- packages/calibre/calibre.spec:1.72  Mon Feb 14 16:26:12 2011
+++ packages/calibre/calibre.spec   Sat Feb 19 13:06:07 2011
@@ -11,12 +11,12 @@
 Summary:   E-book converter and library management
 Summary(pl.UTF-8): Konwerter oraz biblioteka dla e-booków
 Name:  calibre
-Version:   0.7.45
+Version:   0.7.46
 Release:   1
 License:   GPL v3+
 Group: Applications/Multimedia
 Source0:   %{name}-%{version}-nofonts.tar.xz
-# Source0-md5: c1fefc7bdbb83c895d0e71b9274a55bb
+# Source0-md5: 13e788f227fd9fadb2157a1ec72913a3
 Source1:   generate-tarball.sh
 Patch0:%{name}-prefix.patch
 Patch1:%{name}-manpages.patch
@@ -180,6 +180,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.73  2011/02/19 12:06:07  lisu
+- up to 0.7.46
+
 Revision 1.72  2011/02/14 15:26:12  lisu
 - 0.7.45
 


 CVS-web:

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


SVN: geninitrd/trunk: geninitrd mod-blkid.sh mod-bootsplash.sh mod-condecor.sh mod-depmod24.sh mod-d...

2011-02-19 Thread glen
Author: glen
Date: Sat Feb 19 14:53:03 2011
New Revision: 12168

Modified:
   geninitrd/trunk/geninitrd
   geninitrd/trunk/mod-blkid.sh
   geninitrd/trunk/mod-bootsplash.sh
   geninitrd/trunk/mod-condecor.sh
   geninitrd/trunk/mod-depmod24.sh
   geninitrd/trunk/mod-dmraid.sh
   geninitrd/trunk/mod-fbsplash.sh
   geninitrd/trunk/mod-ide.sh
   geninitrd/trunk/mod-luks.sh
   geninitrd/trunk/mod-lvm.sh
   geninitrd/trunk/mod-md.sh
   geninitrd/trunk/mod-multipath.sh
   geninitrd/trunk/mod-nfs.sh
   geninitrd/trunk/mod-sata.sh
   geninitrd/trunk/mod-scsi.sh
   geninitrd/trunk/mod-suspend.sh
   geninitrd/trunk/mod-tuxonice.sh
   geninitrd/trunk/mod-udev.sh
   geninitrd/trunk/mod-uvesafb.sh
Log:
truncate the date to cut out locale formats

Modified: geninitrd/trunk/geninitrd
==
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Sat Feb 19 14:53:03 2011
@@ -7,7 +7,7 @@
 # based on mkinitrd from RedHat Linux
 #
 
-GENINITRD_RCSID='$Revision$ $Date$'
+GENINITRD_RCSID='$Revision$ $Date::$'
 R=${GENINITRD_RCSID#* *}; VERSION=${R%% *}
 PROGRAM=${0##*/}
 

Modified: geninitrd/trunk/mod-blkid.sh
==
--- geninitrd/trunk/mod-blkid.sh(original)
+++ geninitrd/trunk/mod-blkid.shSat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: blkid
 USE_BLKID=${USE_BLKID:-yes}

Modified: geninitrd/trunk/mod-bootsplash.sh
==
--- geninitrd/trunk/mod-bootsplash.sh   (original)
+++ geninitrd/trunk/mod-bootsplash.sh   Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: bootsplash
 BOOT_SPLASH=${BOOT_SPLASH:-no}

Modified: geninitrd/trunk/mod-condecor.sh
==
--- geninitrd/trunk/mod-condecor.sh (original)
+++ geninitrd/trunk/mod-condecor.sh Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: condecor
 FB_CON_DECOR=${FB_CON_DECOR:-no}

Modified: geninitrd/trunk/mod-depmod24.sh
==
--- geninitrd/trunk/mod-depmod24.sh (original)
+++ geninitrd/trunk/mod-depmod24.sh Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: depmod for 2.4 kernel
 

Modified: geninitrd/trunk/mod-dmraid.sh
==
--- geninitrd/trunk/mod-dmraid.sh   (original)
+++ geninitrd/trunk/mod-dmraid.sh   Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: dmraid
 USE_DMRAID=${USE_DMRAID:-yes}

Modified: geninitrd/trunk/mod-fbsplash.sh
==
--- geninitrd/trunk/mod-fbsplash.sh (original)
+++ geninitrd/trunk/mod-fbsplash.sh Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: fbsplash
 FB_SPLASH=${FB_SPLASH:-no}

Modified: geninitrd/trunk/mod-ide.sh
==
--- geninitrd/trunk/mod-ide.sh  (original)
+++ geninitrd/trunk/mod-ide.sh  Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: ide
 

Modified: geninitrd/trunk/mod-luks.sh
==
--- geninitrd/trunk/mod-luks.sh (original)
+++ geninitrd/trunk/mod-luks.sh Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: cryptsetup luks
 USE_LUKS=${USE_LUKS:-yes}

Modified: geninitrd/trunk/mod-lvm.sh
==
--- geninitrd/trunk/mod-lvm.sh  (original)
+++ geninitrd/trunk/mod-lvm.sh  Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date$'
+RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: LVM
 USE_LVM=${USE_LVM:-yes}

Modified: geninitrd/trunk/mod-md.sh
==
--- geninitrd/trunk/mod-md.sh   (original)
+++ geninitrd/trunk/mod-md.sh   Sat Feb 19 14:53:03 2011
@@ -1,5 +1,5 @@
 #!/bin/sh

SVN: geninitrd/trunk: geninitrd mod-blkid.sh mod-bootsplash.sh mod-condecor.sh mod-depmod24.sh mod-d...

2011-02-19 Thread glen
Author: glen
Date: Sat Feb 19 14:59:40 2011
New Revision: 12169

Modified:
   geninitrd/trunk/geninitrd
   geninitrd/trunk/mod-blkid.sh
   geninitrd/trunk/mod-bootsplash.sh
   geninitrd/trunk/mod-condecor.sh
   geninitrd/trunk/mod-depmod24.sh
   geninitrd/trunk/mod-dmraid.sh
   geninitrd/trunk/mod-fbsplash.sh
   geninitrd/trunk/mod-ide.sh
   geninitrd/trunk/mod-luks.sh
   geninitrd/trunk/mod-lvm.sh
   geninitrd/trunk/mod-md.sh
   geninitrd/trunk/mod-multipath.sh
   geninitrd/trunk/mod-nfs.sh
   geninitrd/trunk/mod-sata.sh
   geninitrd/trunk/mod-scsi.sh
   geninitrd/trunk/mod-suspend.sh
   geninitrd/trunk/mod-tuxonice.sh
   geninitrd/trunk/mod-udev.sh
   geninitrd/trunk/mod-uvesafb.sh
Log:
each module their own rcsid var

Modified: geninitrd/trunk/geninitrd
==
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Sat Feb 19 14:59:40 2011
@@ -111,21 +111,23 @@
die $mod geninitrd module can't be loaded
fi
. /lib/geninitrd/mod-$mod.sh
-   debug # $RCSID (mod-$mod)
 
-   if type setup_mod_$mod  /dev/null; then
-   # add to list which need init
-   GENINITRD_MODS=$GENINITRD_MODS $mod
-   fi
+   GENINITRD_MODS=$GENINITRD_MODS $mod
done
 }
 
 # setup geninitrd modules
 geninitrd_setup_mods() {
-   local mod
+   local mod rcsid
 
for mod in $GENINITRD_MODS; do
-   eval setup_mod_$mod
+   eval rcsid=$(echo \$$mod | LC_ALL=C tr '[a-z]' '[A-Z]')_RCSID
+   debug # $rcsid (mod-$mod)
+
+   # some mods want init
+   if type setup_mod_$mod  /dev/null; then
+   eval setup_mod_$mod
+   fi
done
 }
 

Modified: geninitrd/trunk/mod-blkid.sh
==
--- geninitrd/trunk/mod-blkid.sh(original)
+++ geninitrd/trunk/mod-blkid.shSat Feb 19 14:59:40 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date::$'
+BLKID_RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: blkid
 USE_BLKID=${USE_BLKID:-yes}

Modified: geninitrd/trunk/mod-bootsplash.sh
==
--- geninitrd/trunk/mod-bootsplash.sh   (original)
+++ geninitrd/trunk/mod-bootsplash.sh   Sat Feb 19 14:59:40 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date::$'
+BOOTSPLASH_RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: bootsplash
 BOOT_SPLASH=${BOOT_SPLASH:-no}

Modified: geninitrd/trunk/mod-condecor.sh
==
--- geninitrd/trunk/mod-condecor.sh (original)
+++ geninitrd/trunk/mod-condecor.sh Sat Feb 19 14:59:40 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date::$'
+CONDECOR_RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: condecor
 FB_CON_DECOR=${FB_CON_DECOR:-no}

Modified: geninitrd/trunk/mod-depmod24.sh
==
--- geninitrd/trunk/mod-depmod24.sh (original)
+++ geninitrd/trunk/mod-depmod24.sh Sat Feb 19 14:59:40 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date::$'
+DEPMOD24_RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: depmod for 2.4 kernel
 

Modified: geninitrd/trunk/mod-dmraid.sh
==
--- geninitrd/trunk/mod-dmraid.sh   (original)
+++ geninitrd/trunk/mod-dmraid.sh   Sat Feb 19 14:59:40 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date::$'
+DMRAID_RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: dmraid
 USE_DMRAID=${USE_DMRAID:-yes}

Modified: geninitrd/trunk/mod-fbsplash.sh
==
--- geninitrd/trunk/mod-fbsplash.sh (original)
+++ geninitrd/trunk/mod-fbsplash.sh Sat Feb 19 14:59:40 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date::$'
+FBSPLASH_RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: fbsplash
 FB_SPLASH=${FB_SPLASH:-no}

Modified: geninitrd/trunk/mod-ide.sh
==
--- geninitrd/trunk/mod-ide.sh  (original)
+++ geninitrd/trunk/mod-ide.sh  Sat Feb 19 14:59:40 2011
@@ -1,5 +1,5 @@
 #!/bin/sh
-RCSID='$Revision$ $Date::$'
+IDE_RCSID='$Revision$ $Date::$'
 
 # geninitrd mod: ide
 

Modified: geninitrd/trunk/mod-luks.sh

packages: libsmbios/libsmbios-link.patch - missing patch

2011-02-19 Thread qboosh
Author: qboosh   Date: Sat Feb 19 14:55:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- missing patch

 Files affected:
packages/libsmbios:
   libsmbios-link.patch (1.2 - 1.3) 

 Diffs:


Index: packages/libsmbios/libsmbios-link.patch
diff -u /dev/null packages/libsmbios/libsmbios-link.patch:1.3
--- /dev/null   Sat Feb 19 15:55:01 2011
+++ packages/libsmbios/libsmbios-link.patch Sat Feb 19 15:54:56 2011
@@ -0,0 +1,11 @@
+--- libsmbios-2.2.26/Makefile.am.orig  2010-06-24 21:48:29.0 +0200
 libsmbios-2.2.26/Makefile.am   2010-08-14 21:51:24.422820781 +0200
+@@ -21,7 +21,7 @@
+ AM_CFLAGS = -Werror -Wall
+ AM_CXXFLAGS = -Werror -Wall
+ AM_LDADD = $(LIBINTL)
+-AM_LDFLAGS = -L$(top_builddir)/out/ -Wl,--no-undefined @LDFLAG_AS_NEEDED@
++AM_LDFLAGS = -Wl,--no-undefined @LDFLAG_AS_NEEDED@
+ 
+ if BUILD_WINDOWS
+ AM_LDFLAGS += -Wl,--avoid-version -Wl,--enable-auto-import


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libsmbios/libsmbios-link.patch?r1=1.2r2=1.3f=u

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


packages: libgdiplus/libgdiplus.spec - updated to 2.10

2011-02-19 Thread qboosh
Author: qboosh   Date: Sat Feb 19 15:12:49 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.10

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

 Diffs:


Index: packages/libgdiplus/libgdiplus.spec
diff -u packages/libgdiplus/libgdiplus.spec:1.71 
packages/libgdiplus/libgdiplus.spec:1.72
--- packages/libgdiplus/libgdiplus.spec:1.71Thu Nov 18 11:21:00 2010
+++ packages/libgdiplus/libgdiplus.spec Sat Feb 19 16:12:44 2011
@@ -9,7 +9,7 @@
 Summary:   An Open Source implementation of the GDI+ API
 Summary(pl.UTF-8): Otwarta implementacja API GDI+
 Name:  libgdiplus
-Version:   2.8.1
+Version:   2.10
 Release:   1
 %if %{with internal_cairo}
 License:   LGPL v2.1 or MPL 1.1
@@ -19,7 +19,7 @@
 Group: Libraries
 # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
 Source0:   
http://ftp.novell.com/pub/mono/sources/libgdiplus/%{name}-%{version}.tar.bz2
-# Source0-md5: b9be687fe7decea69128df252faa33e1
+# Source0-md5: 451966e8f637e3a1f02d1d30f900255d
 Patch0:%{name}-link.patch
 Patch1:%{name}-lt.patch
 Patch2:%{name}-libpng.patch
@@ -152,6 +152,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.72  2011/02/19 15:12:44  qboosh
+- updated to 2.10
+
 Revision 1.71  2010/11/18 10:21:00  caleb
 - Up to 2.8.1
 


 CVS-web:

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


DISTFILES: libgdiplus: libgdiplus-2.10.tar.bz2

2011-02-19 Thread qboosh

Files fetched: 1

STORED: 
http://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-2.10.tar.bz2
451966e8f637e3a1f02d1d30f900255d  libgdiplus-2.10.tar.bz2
Size: 1962898 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: ristretto/ristretto.spec, ristretto/ristretto-nodebug.patch (NEW)...

2011-02-19 Thread baggins
Author: baggins  Date: Sat Feb 19 15:57:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 0.0.91
- git patches
- libxfce4ui support

 Files affected:
packages/ristretto:
   ristretto.spec (1.9 - 1.10) , ristretto-nodebug.patch (NONE - 1.1)  (NEW), 
ristretto-scale-state.patch (NONE - 1.1)  (NEW), ristretto-ui.patch (NONE - 
1.1)  (NEW)

 Diffs:


Index: packages/ristretto/ristretto.spec
diff -u packages/ristretto/ristretto.spec:1.9 
packages/ristretto/ristretto.spec:1.10
--- packages/ristretto/ristretto.spec:1.9   Fri Feb  4 19:24:01 2011
+++ packages/ristretto/ristretto.spec   Sat Feb 19 16:57:34 2011
@@ -2,15 +2,18 @@
 Summary:   Picture-viewer for the Xfce desktop environment
 Summary(pl.UTF-8): Przeglądarka obrazów dla środowiska Xfce
 Name:  ristretto
-Version:   0.0.21
-Release:   3
+Version:   0.0.91
+Release:   1
 License:   GPL v2
 Group: X11/Applications/Graphics
-Source0:   
http://goodies.xfce.org/releases/ristretto/%{name}-%{version}.tar.gz
-# Source0-md5: 7774dcafdc365e70b8d981c0a52d6250
+Source0:   
http://archive.xfce.org/src/apps/ristretto/0.0/%{name}-%{version}.tar.bz2
+# Source0-md5: 1df541b920f044ac9f3731b2a0fe02d1
 Patch0:%{name}-desktop.patch
+Patch1:%{name}-scale-state.patch
+Patch2:%{name}-ui.patch
+Patch3:%{name}-nodebug.patch
 URL:   http://goodies.xfce.org/projects/applications/ristretto/
-BuildRequires: Thunar-devel = 0.4.0
+BuildRequires: Thunar-devel = 1.2.0
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
 BuildRequires: dbus-glib-devel = 0.34
@@ -19,14 +22,14 @@
 BuildRequires: gtk+2-devel = 2:2.10.0
 BuildRequires: intltool = 0.31
 BuildRequires: libexif-devel = 0.6.0
-BuildRequires: libxfce4util-devel = 4.4.0
-BuildRequires: libxfcegui4-devel = 4.4.0
+BuildRequires: libxfce4util-devel = 4.8.0
+BuildRequires: libxfce4ui-devel = 4.8.0
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) = 1.311
-BuildRequires: xfce4-dev-tools = 4.4.0
+BuildRequires: rpmbuild(macros) = 1.601
+BuildRequires: xfce4-dev-tools = 4.8.0
 Requires(post,postun): desktop-file-utils
-Requires(post,postun): gtk-update-icon-cache
-Requires(post,postun): hicolor-icon-theme
+Requires:  gtk-update-icon-cache
+Requires:  hicolor-icon-theme
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,6 +43,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %{__intltoolize}
@@ -47,8 +53,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
-   --disable-static
+%configure
+
 %{__make}
 
 %install
@@ -57,8 +63,7 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{nb_NO,nb}
-mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{pt_PT,pt}
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/ur_PK
 
 %find_lang %{name}
 
@@ -77,6 +82,9 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/%{name}
+%dir %{_docdir}/ristretto
+%dir %{_docdir}/ristretto/html
+%{_docdir}/ristretto/html/C
 %{_desktopdir}/%{name}.desktop
 %{_iconsdir}/hicolor/*/*/*
 
@@ -86,6 +94,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2011/02/19 15:57:34  baggins
+- 0.0.91
+- git patches
+- libxfce4ui support
+
 Revision 1.9  2011/02/04 18:24:01  wiget
 - Requires(post,postun): gtk-update-icon-cache
 


Index: packages/ristretto/ristretto-nodebug.patch
diff -u /dev/null packages/ristretto/ristretto-nodebug.patch:1.1
--- /dev/null   Sat Feb 19 16:57:39 2011
+++ packages/ristretto/ristretto-nodebug.patch  Sat Feb 19 16:57:34 2011
@@ -0,0 +1,19 @@
+commit 565519daa73bc7a737739b3ea618d076b159c7be
+Author: Stephan Arts step...@xfce.org
+Date:   Mon Nov 15 20:07:29 2010 +0100
+
+Remove debug output
+
+diff --git a/src/image.c b/src/image.c
+index 2e45a98..9b3c2ce 100644
+--- a/src/image.c
 b/src/image.c
+@@ -314,7 +314,7 @@ rstto_image_new (GFile *file)
+ gboolean
+ rstto_image_load (RsttoImage *image, gboolean empty_cache, gdouble scale, 
gboolean preload, GError **error)
+ {
+-g_debug(%s: %f, __FUNCTION__, scale);
++/* g_debug(%s: %f, __FUNCTION__, scale); */
+ RsttoImageCache *cache;
+ 
+ g_return_val_if_fail (image != NULL, FALSE);


Index: packages/ristretto/ristretto-scale-state.patch
diff -u /dev/null packages/ristretto/ristretto-scale-state.patch:1.1
--- /dev/null   Sat Feb 19 16:57:40 2011
+++ packages/ristretto/ristretto-scale-state.patch  Sat Feb 19 16:57:34 2011
@@ -0,0 +1,346 @@
+commit 048812613c8e8a77d1afb9b9cceb9fc8ed864572
+Author: Stephan Arts step...@xfce.org
+Date:   Wed Sep 22 04:40:34 2010 +0200
+
+- Fix 

SVN: rc-scripts/trunk/service

2011-02-19 Thread glen
Author: glen
Date: Sat Feb 19 17:03:43 2011
New Revision: 12170

Modified:
   rc-scripts/trunk/service
Log:
- tabs

Modified: rc-scripts/trunk/service
==
--- rc-scripts/trunk/service(original)
+++ rc-scripts/trunk/serviceSat Feb 19 17:03:43 2011
@@ -45,15 +45,15 @@
echo ${VERSION} 2
exit 0
;;
- --upstart)
-   USE_UPSTART=yes
+   --upstart)
+   USE_UPSTART=yes
shift
;;
- --no-upstart)
-   USE_UPSTART=no
+   --no-upstart)
+   USE_UPSTART=no
shift
;;
- *)
+   *)
if [ -z ${SERVICE} -a $# -eq 1 -a ${1} = --status-all ]; 
then
cd ${SERVICEDIR}
for SERVICE in *; do
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: openssh/opensshd.init - add try-restart

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 16:06:08 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- add try-restart

 Files affected:
packages/openssh:
   opensshd.init (1.45 - 1.46) 

 Diffs:


Index: packages/openssh/opensshd.init
diff -u packages/openssh/opensshd.init:1.45 packages/openssh/opensshd.init:1.46
--- packages/openssh/opensshd.init:1.45 Sat Feb  5 10:53:07 2011
+++ packages/openssh/opensshd.init  Sat Feb 19 17:06:03 2011
@@ -125,6 +125,18 @@
RETVAL=$?
 }
 
+condrestart() {
+   if [ ! -f /var/lock/subsys/sshd ]; then
+   msg_not_running OpenSSH
+   RETVAL=$1
+   return
+   fi
+
+   checkconfig
+   stop
+   start
+}
+
 RETVAL=0
 # See how we were called.
 case $1 in
@@ -139,6 +151,9 @@
stop
start
;;
+  try-restart)
+   condrestart 0
+   ;;
   reload|force-reload)
reload
;;
@@ -156,7 +171,7 @@
exit $?
;;
   *)
-   msg_usage $0 
{start|stop|restart|reload|force-reload|configtest|init|status}
+   msg_usage $0 
{start|stop|restart|try-restart|reload|force-reload|configtest|init|status}
exit 3
 esac
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssh/opensshd.init?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: xfce4-screenshooter/xfce4-screenshooter.spec, xfce4-screenshooter...

2011-02-19 Thread baggins
Author: baggins  Date: Sat Feb 19 16:24:45 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 5
- port to libxfce4ui
- plug some leaks

 Files affected:
packages/xfce4-screenshooter:
   xfce4-screenshooter.spec (1.6 - 1.7) , xfce4-screenshooter-leaks.patch 
(NONE - 1.1)  (NEW), xfce4-screenshooter-ui.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/xfce4-screenshooter/xfce4-screenshooter.spec
diff -u packages/xfce4-screenshooter/xfce4-screenshooter.spec:1.6 
packages/xfce4-screenshooter/xfce4-screenshooter.spec:1.7
--- packages/xfce4-screenshooter/xfce4-screenshooter.spec:1.6   Thu Feb 17 
12:45:10 2011
+++ packages/xfce4-screenshooter/xfce4-screenshooter.spec   Sat Feb 19 
17:24:40 2011
@@ -3,15 +3,20 @@
 Summary(pl.UTF-8): Aplikacja screenshooter i wtyczka dla panelu Xfce
 Name:  xfce4-screenshooter
 Version:   1.7.9
-Release:   4
+Release:   5
 License:   GPL
 Group: X11/Applications
 Source0:   
http://archive.xfce.org/src/apps/xfce4-screenshooter/1.7/%{name}-%{version}.tar.bz2
 # Source0-md5: c01d1cf3830bf8d60e09c0cdd223034c
+Patch0:%{name}-ui.patch
+Patch1:%{name}-leaks.patch
 URL:   
http://goodies.xfce.org/projects/panel-plugins/xfce4-screenshooter-plugin
+BuildRequires: autoconf = 2.50
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: intltool
 BuildRequires: libsoup-devel = 2.26.0
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: xfce4-dev-tools = 4.4.0
 BuildRequires: xfce4-panel-devel = 4.4.0
@@ -40,8 +45,16 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
 %configure \
--disable-static
 
@@ -102,6 +115,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2011/02/19 16:24:40  baggins
+- rel 5
+- port to libxfce4ui
+- plug some leaks
+
 Revision 1.6  2011/02/17 11:45:10  megabajt
 - release 4
 


Index: packages/xfce4-screenshooter/xfce4-screenshooter-leaks.patch
diff -u /dev/null 
packages/xfce4-screenshooter/xfce4-screenshooter-leaks.patch:1.1
--- /dev/null   Sat Feb 19 17:24:45 2011
+++ packages/xfce4-screenshooter/xfce4-screenshooter-leaks.patchSat Feb 
19 17:24:40 2011
@@ -0,0 +1,119 @@
+commit d0dbeb2a8d52f50e52201680c10d367b4a28fe93
+Author: Jérôme Guelfucci jero...@xfce.org
+Date:   Fri Dec 17 18:30:35 2010 +0100
+
+Plug a bunch of leaks.
+
+diff --git a/lib/screenshooter-zimagez.c b/lib/screenshooter-zimagez.c
+index cbac3ec..142b7a1 100644
+--- a/lib/screenshooter-zimagez.c
 b/lib/screenshooter-zimagez.c
+@@ -241,7 +241,12 @@ zimagez_upload_job (ScreenshooterJob *job, GValueArray 
*param_values, GError **e
+   g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
+ 
+   if (exo_job_set_error_if_cancelled (EXO_JOB (job), error))
+-return FALSE;
++{
++  g_free (comment);
++  g_free (password);
++
++  return FALSE;
++}
+ 
+   /* Get the last user */
+   last_user = g_value_get_string (g_value_array_get_nth (param_values, 1));
+diff --git a/src/main.c b/src/main.c
+index 986a600..1ae982e 100644
+--- a/src/main.c
 b/src/main.c
+@@ -152,6 +152,7 @@ int main (int argc, char **argv)
+PACKAGE, cli_error-message, PACKAGE_NAME);
+ 
+   g_error_free (cli_error);
++  g_free (sd);
+ 
+   return EXIT_FAILURE;
+ }
+@@ -161,16 +162,22 @@ int main (int argc, char **argv)
+   if (window  fullscreen)
+ {
+   g_printerr (conflict_error, window, fullscreen);
++
++  g_free (sd);
+   return EXIT_FAILURE;
+ }
+   else if (window  region)
+ {
+   g_printerr (conflict_error, window, region);
++
++  g_free (sd);
+   return EXIT_FAILURE;
+ }
+   else if (fullscreen  region)
+ {
+   g_printerr (conflict_error, fullscreen, region);
++
++  g_free (sd);
+   return EXIT_FAILURE;
+ }
+ 
+@@ -178,20 +185,26 @@ int main (int argc, char **argv)
+   if (upload  (application != NULL))
+ {
+   g_printerr (conflict_error, upload, open);
++
++  g_free (sd);
+   return EXIT_FAILURE;
+ }
+   else if (upload  (screenshot_dir != NULL))
+ {
+   g_printerr (conflict_error, upload, save);
++
++  g_free (sd);
+   return EXIT_FAILURE;
+ }
+   else if ((application != NULL)  (screenshot_dir != NULL))
+ {
+   g_printerr (conflict_error, open, save);
++
++  g_free (sd);
+   return EXIT_FAILURE;
+ }
+ 
+-  /* Warn that action options, mouse and delay will be ignored in 
++  /* Warn that action options, mouse and delay will be ignored in
+* non-cli mode */
+   if ((application != NULL)  !(fullscreen || window || region))
+ g_printerr (ignore_error, open);
+@@ -207,6 

packages: crossmingw32-glib2/crossmingw32-glib2.spec - updated to 2.28.1

2011-02-19 Thread qboosh
Author: qboosh   Date: Sat Feb 19 17:10:37 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.28.1

 Files affected:
packages/crossmingw32-glib2:
   crossmingw32-glib2.spec (1.52 - 1.53) 

 Diffs:


Index: packages/crossmingw32-glib2/crossmingw32-glib2.spec
diff -u packages/crossmingw32-glib2/crossmingw32-glib2.spec:1.52 
packages/crossmingw32-glib2/crossmingw32-glib2.spec:1.53
--- packages/crossmingw32-glib2/crossmingw32-glib2.spec:1.52Wed Feb  9 
20:16:14 2011
+++ packages/crossmingw32-glib2/crossmingw32-glib2.spec Sat Feb 19 18:10:32 2011
@@ -13,12 +13,12 @@
 Summary(zh_CN.UTF-8):  实用工具函数库
 %definerealname   glib
 Name:  crossmingw32-%{realname}2
-Version:   2.28.0
+Version:   2.28.1
 Release:   1
 License:   LGPL v2+
 Group: Development/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-%{version}.tar.bz2
-# Source0-md5: 51dbe36bc03a29a1f9bf6b74fb4a6926
+# Source0-md5: 9c097e61dc34eb5c6347e94f1f90be07
 Patch0:%{name}-stacktest.patch
 URL:   http://www.gtk.org/
 BuildRequires: autoconf = 2.62
@@ -214,6 +214,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.53  2011/02/19 17:10:32  qboosh
+- updated to 2.28.1
+
 Revision 1.52  2011/02/09 19:16:14  qboosh
 - updated to 2.28.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-glib2/crossmingw32-glib2.spec?r1=1.52r2=1.53f=u

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


packages: microcode-data-intel/microcode-data-intel.spec - updated to 20101123

2011-02-19 Thread charles
Author: charles  Date: Sat Feb 19 17:10:47 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 20101123

 Files affected:
packages/microcode-data-intel:
   microcode-data-intel.spec (1.6 - 1.7) 

 Diffs:


Index: packages/microcode-data-intel/microcode-data-intel.spec
diff -u packages/microcode-data-intel/microcode-data-intel.spec:1.6 
packages/microcode-data-intel/microcode-data-intel.spec:1.7
--- packages/microcode-data-intel/microcode-data-intel.spec:1.6 Thu Oct 28 
23:58:41 2010
+++ packages/microcode-data-intel/microcode-data-intel.spec Sat Feb 19 
18:10:42 2011
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 Summary:   Microcode definitions for Intel processors
 Name:  microcode-data-intel
-Version:   20100914
+Version:   20101123
 Release:   1
 License:   INTEL SOFTWARE LICENSE AGREEMENT
 Group: Base
 # http://downloadcenter.intel.com/, enter microcode to the search
-Source0:   
http://downloadmirror.intel.com/19342/eng/microcode-%{version}.tgz
-# Source0-md5: c6e765670173dd6e3d9a5c72f6cd1c40
+Source0:   
http://downloadmirror.intel.com/19611/eng/microcode-%{version}.tgz
+# Source0-md5: e19dd592d3357cd47e4d360ce43f4032
 Provides:  microcode-data
 ExclusiveArch: i686 pentium2 pentium3 pentium4 %{x8664}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,6 +47,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2011/02/19 17:10:42  charles
+- updated to 20101123
+
 Revision 1.6  2010/10/28 21:58:41  gotar
 - upgraded to 20100914 (skipping 19299/20100826 
4f0922e5e0e97331fa63c085a74f80cf)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/microcode-data-intel/microcode-data-intel.spec?r1=1.6r2=1.7f=u

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


packages: crossmingw32-libpng/crossmingw32-libpng.spec, crossmingw32-libpng...

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 17:21:00 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated pngminus patch
- filter out -gdwarf-3 (ELF only)

 Files affected:
packages/crossmingw32-libpng:
   crossmingw32-libpng.spec (1.45 - 1.46) , libpng-pngminus.patch (1.6 - 1.7) 

 Diffs:


Index: packages/crossmingw32-libpng/crossmingw32-libpng.spec
diff -u packages/crossmingw32-libpng/crossmingw32-libpng.spec:1.45 
packages/crossmingw32-libpng/crossmingw32-libpng.spec:1.46
--- packages/crossmingw32-libpng/crossmingw32-libpng.spec:1.45  Fri Dec 10 
16:37:33 2010
+++ packages/crossmingw32-libpng/crossmingw32-libpng.spec   Sat Feb 19 
18:20:54 2011
@@ -41,6 +41,7 @@
 %endif
 # -z options are invalid for mingw linker
 %definefilterout_ld-Wl,-z,.*
+%definefilterout_c -gdwarf-3
 
 %description
 The PNG library is a collection of routines used to create and
@@ -146,6 +147,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.46  2011/02/19 17:20:54  wiget
+- updated pngminus patch
+- filter out -gdwarf-3 (ELF only)
+
 Revision 1.45  2010/12/10 15:37:33  qboosh
 - updated to 1.4.5
 


Index: packages/crossmingw32-libpng/libpng-pngminus.patch
diff -u packages/crossmingw32-libpng/libpng-pngminus.patch:1.6 
packages/crossmingw32-libpng/libpng-pngminus.patch:1.7
--- packages/crossmingw32-libpng/libpng-pngminus.patch:1.6  Fri Dec 14 
20:11:42 2007
+++ packages/crossmingw32-libpng/libpng-pngminus.patch  Sat Feb 19 18:20:54 2011
@@ -5,7 +5,7 @@
  #PNGLIBS = $(PNGPATH)/lib/libpng12.a
  PNGINC = -I../..
 -PNGLIB = -L../.. -lpng
-+PNGLIB = -L../.. -L../../.libs -lpng12
++PNGLIB = -L../.. -L../../.libs -lpng14
  PNGLIBS = ../../libpng.a
  
  #ZPATH = /usr/local


 CVS-web:

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

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-libpng/libpng-pngminus.patch?r1=1.6r2=1.7f=u

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


packages: xfce4-mpc-plugin/xfce4-mpc-plugin.spec, xfce4-mpc-plugin/xfce4-mp...

2011-02-19 Thread baggins
Author: baggins  Date: Sat Feb 19 17:30:10 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- libxfce4ui support

 Files affected:
packages/xfce4-mpc-plugin:
   xfce4-mpc-plugin.spec (1.12 - 1.13) , xfce4-mpc-plugin-ui.patch (NONE - 
1.1)  (NEW)

 Diffs:


Index: packages/xfce4-mpc-plugin/xfce4-mpc-plugin.spec
diff -u packages/xfce4-mpc-plugin/xfce4-mpc-plugin.spec:1.12 
packages/xfce4-mpc-plugin/xfce4-mpc-plugin.spec:1.13
--- packages/xfce4-mpc-plugin/xfce4-mpc-plugin.spec:1.12Tue Feb 15 
11:43:06 2011
+++ packages/xfce4-mpc-plugin/xfce4-mpc-plugin.spec Sat Feb 19 18:30:05 2011
@@ -3,18 +3,20 @@
 Summary(pl.UTF-8): Wtyczka mpc dla panelu Xfce
 Name:  xfce4-mpc-plugin
 Version:   0.3.6
-Release:   1
+Release:   2
 License:   BSD-like
 Group: X11/Applications
 Source0:   
http://archive.xfce.org/src/panel-plugins/xfce4-mpc-plugin/0.3/%{name}-%{version}.tar.bz2
 # Source0-md5: a632885d803dcebd82bbb91ed3c7
+Patch0:%{name}-ui.patch
 URL:   http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: exo-devel = 0.3.1.1
+BuildRequires: exo-devel = 0.6.0
 BuildRequires: gettext-devel
 BuildRequires: intltool = 0.35.5
 BuildRequires: libmpd-devel = 0.12
+BuildRequires: libxfce4ui-devel = 4.8.0
 BuildRequires: pkgconfig
 BuildRequires: xfce4-dev-tools = 4.4.0
 BuildRequires: xfce4-panel-devel = 4.4.0
@@ -29,6 +31,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -55,8 +58,8 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mpc-plugin
-%{_datadir}/xfce4/panel-plugins/xfce4-mpc-plugin.desktop
+%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/xfce4-mpc-plugin
+%{_datadir}/xfce4/panel/plugins/xfce4-mpc-plugin.desktop
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -64,6 +67,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2011/02/19 17:30:05  baggins
+- rel 2
+- libxfce4ui support
+
 Revision 1.12  2011/02/15 10:43:06  megabajt
 - updated to 0.3.6
 


Index: packages/xfce4-mpc-plugin/xfce4-mpc-plugin-ui.patch
diff -u /dev/null packages/xfce4-mpc-plugin/xfce4-mpc-plugin-ui.patch:1.1
--- /dev/null   Sat Feb 19 18:30:11 2011
+++ packages/xfce4-mpc-plugin/xfce4-mpc-plugin-ui.patch Sat Feb 19 18:30:05 2011
@@ -0,0 +1,208 @@
+From 2bb3290aa681f37bccedd3ba38f99eb62a727969 Mon Sep 17 00:00:00 2001
+From: Landry Breuil lan...@xfce.org
+Date: Fri, 21 Jan 2011 18:29:26 +
+Subject: Port to libxfce4ui/libxfce4panel 4.8
+
+- depend on latest version of libs, drop dependency on libxfcegui4
+- replace old $(libexecdir)/xfce4/panel-plugins path by newer 
$(libdir)/xfce4/panel/plugins
+- replace xfce_themed_icon_load() by xfce_panel_pixbuf_from_source()
+- replace xfce_exec() by xfce_spawn_command_line_on_screen()
+- replace xfce_create_panel_button() by xfce_panel_create_button()
+- replace xfce_about_info_new()  friends by regular gtk_show_about_dialog()
+- fix libxfce4panel headers inclusion
+- update email in AUTHORS  comments
+---
+diff --git a/AUTHORS b/AUTHORS
+index 6035b13..3ff0490 100644
+--- a/AUTHORS
 b/AUTHORS
+@@ -1 +1 @@
+-Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
++Landry Breuil landry at rhaalovely.net
+diff --git a/configure.ac b/configure.ac
+index d0c1cfb..f3fa345 100644
+--- a/configure.ac
 b/configure.ac
+@@ -34,10 +34,9 @@ dnl Check for standard header files
+ AC_HEADER_STDC
+ 
+ dnl configure the panel plugin
+-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22])
+-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.22])
+-XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.1], [],
+-  [XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])])
++XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.8.0])
++XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
++XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])
+ 
+ dnl check for libmpd presence
+ AC_ARG_WITH(libmpd,
+diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
+index e233a9b..a99f218 100644
+--- a/panel-plugin/Makefile.am
 b/panel-plugin/Makefile.am
+@@ -1,15 +1,15 @@
+-plugindir = $(libexecdir)/xfce4/panel-plugins
++plugindir = $(libdir)/xfce4/panel/plugins
+ plugin_PROGRAMS = xfce4-mpc-plugin
+ 
+ xfce4_mpc_plugin_CFLAGS = \
+   -DPACKAGE_LOCALE_DIR=\$(localedir)\   \
+   @EXO_CFLAGS@\
+-  @LIBXFCEGUI4_CFLAGS@\
++  @LIBXFCE4UI_CFLAGS@ \
+   

packages: xfce4-xkb-plugin/xfce4-xkb-plugin.spec, xfce4-xkb-plugin/xfce4-xk...

2011-02-19 Thread baggins
Author: baggins  Date: Sat Feb 19 17:34:52 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 7
- libxfce4ui support

 Files affected:
packages/xfce4-xkb-plugin:
   xfce4-xkb-plugin.spec (1.17 - 1.18) , xfce4-xkb-plugin-ui.patch (NONE - 
1.1)  (NEW)

 Diffs:


Index: packages/xfce4-xkb-plugin/xfce4-xkb-plugin.spec
diff -u packages/xfce4-xkb-plugin/xfce4-xkb-plugin.spec:1.17 
packages/xfce4-xkb-plugin/xfce4-xkb-plugin.spec:1.18
--- packages/xfce4-xkb-plugin/xfce4-xkb-plugin.spec:1.17Thu Feb 17 
00:10:49 2011
+++ packages/xfce4-xkb-plugin/xfce4-xkb-plugin.spec Sat Feb 19 18:34:47 2011
@@ -3,13 +3,14 @@
 Summary(pl.UTF-8): Wyświetlanie i przełączanie bieżącego układu klawiatury
 Name:  xfce4-xkb-plugin
 Version:   0.5.3.3
-Release:   6
+Release:   7
 License:   BSD-like
 Group: X11/Applications
 Source0:   
http://goodies.xfce.org/releases/xfce4-xkb-plugin/%{name}-%{version}.tar.gz
 # Source0-md5: b233cc9de1cbace075eaf6e2c9a8e685
 Patch0:%{name}-xklavier-api.patch
 Patch1:%{name}-libxklavier5.patch
+Patch2:%{name}-ui.patch
 URL:   http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
 BuildRequires: autoconf = 2.50
 BuildRequires: automake = 1:1.8
@@ -39,6 +40,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 
 %build
 %{__intltoolize}
@@ -58,8 +60,6 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/panel-plugins/*.la
-
 %find_lang %{name}
 
 %clean
@@ -78,6 +78,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.18  2011/02/19 17:34:47  baggins
+- rel 7
+- libxfce4ui support
+
 Revision 1.17  2011/02/16 23:10:49  megabajt
 - release 6
 


Index: packages/xfce4-xkb-plugin/xfce4-xkb-plugin-ui.patch
diff -u /dev/null packages/xfce4-xkb-plugin/xfce4-xkb-plugin-ui.patch:1.1
--- /dev/null   Sat Feb 19 18:34:52 2011
+++ packages/xfce4-xkb-plugin/xfce4-xkb-plugin-ui.patch Sat Feb 19 18:34:47 2011
@@ -0,0 +1,162 @@
+http://bugzilla.xfce.org/show_bug.cgi?id=6396
+
+--- configure.in
 configure.in
+@@ -63,7 +63,7 @@
+ dnl ***
+ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
+ XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
+-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
++XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
+ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
+ XDT_CHECK_PACKAGE([LIBXKLAVIER], [libxklavier], [3.2])
+ XDT_CHECK_PACKAGE([LIBRSVG], [librsvg-2.0], [2.18])
+--- panel-plugin/Makefile.am
 panel-plugin/Makefile.am
+@@ -23,7 +23,7 @@
+ xfce4_xkb_plugin_CFLAGS = 
\
+   @LIBXFCE4PANEL_CFLAGS@  
\
+   @GTK_CFLAGS@
\
+-  @LIBXFCEGUI4_CFLAGS@
\
++  @LIBXFCE4UI_CFLAGS@ 
\
+   @LIBXFCE4UTIL_CFLAGS@   
\
+   @LIBXKLAVIER_CFLAGS@
\
+   @LIBRSVG_CFLAGS@
\
+@@ -36,7 +36,7 @@
+ xfce4_xkb_plugin_LDADD =  
\
+   @LIBXFCE4PANEL_LIBS@
\
+   @GTK_LIBS@  
\
+-  @LIBXFCEGUI4_LIBS@  
\
++  @LIBXFCE4UI_LIBS@   
\
+   @LIBXFCE4UTIL_LIBS@ 
\
+   @LIBXKLAVIER_LIBS@  
\
+   @LIBWNCK_LIBS@  
\
+--- panel-plugin/xfce4-xkb-plugin.h
 panel-plugin/xfce4-xkb-plugin.h
+@@ -29,7 +29,7 @@
+ #include xkb-config.h
+ 
+ #include libxfce4util/libxfce4util.h
+-#include libxfcegui4/libxfcegui4.h
++#include libxfce4ui/libxfce4ui.h
+ #include libxfce4panel/xfce-panel-plugin.h
+ 
+ #include X11/Xlib.h
+--- panel-plugin/xkb-settings-dialog.c
 panel-plugin/xkb-settings-dialog.c
+@@ -32,7 +32,7 @@
+ #include gtk/gtk.h
+ 
+ #include libxfce4panel/xfce-panel-plugin.h
+-#include libxfcegui4/libxfcegui4.h
++#include libxfce4ui/libxfce4ui.h
+ 
+ #include xfce4-xkb-plugin.h
+ #include xfce4-xkb-plugin-private.h
+@@ -447,7 +447,7 @@
+ 

packages: crossmingw32-w32api/crossmingw32-w32api.spec - filter out some co...

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 17:35:02 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- filter out some compiler and linker flags

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

 Diffs:


Index: packages/crossmingw32-w32api/crossmingw32-w32api.spec
diff -u packages/crossmingw32-w32api/crossmingw32-w32api.spec:1.44 
packages/crossmingw32-w32api/crossmingw32-w32api.spec:1.45
--- packages/crossmingw32-w32api/crossmingw32-w32api.spec:1.44  Sat Oct  2 
12:58:59 2010
+++ packages/crossmingw32-w32api/crossmingw32-w32api.spec   Sat Feb 19 
18:34:57 2011
@@ -38,6 +38,9 @@
 # strip fails on static COFF files
 %defineno_install_post_strip 1
 
+%definefilterout_ld-Wl,-z,.*
+%definefilterout_c -gdwarf-3
+
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
 %defineoptflags-O2
@@ -166,6 +169,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.45  2011/02/19 17:34:57  wiget
+- filter out some compiler and linker flags
+
 Revision 1.44  2010/10/02 10:58:59  qboosh
 - updated w32api to 3.15, glext to 65
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-w32api/crossmingw32-w32api.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: crossmingw32-w32api/crossmingw32-w32api.spec - release 2

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 17:56:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

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

 Diffs:


Index: packages/crossmingw32-w32api/crossmingw32-w32api.spec
diff -u packages/crossmingw32-w32api/crossmingw32-w32api.spec:1.45 
packages/crossmingw32-w32api/crossmingw32-w32api.spec:1.46
--- packages/crossmingw32-w32api/crossmingw32-w32api.spec:1.45  Sat Feb 19 
18:34:57 2011
+++ packages/crossmingw32-w32api/crossmingw32-w32api.spec   Sat Feb 19 
18:56:34 2011
@@ -7,7 +7,7 @@
 %defineapisrc  w32api-%{apiver}-1-mingw32
 %define runver 3.18
 %definerunsrc  mingwrt-%{runver}-mingw32
-Release:   1
+Release:   2
 Epoch: 1
 License:   Free
 Group: Development/Libraries
@@ -169,6 +169,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.46  2011/02/19 17:56:34  wiget
+- release 2
+
 Revision 1.45  2011/02/19 17:34:57  wiget
 - filter out some compiler and linker flags
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-w32api/crossmingw32-w32api.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: dnsmasq/dnsmasq.spec - 2.57

2011-02-19 Thread areq
Author: areq Date: Sat Feb 19 18:09:26 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 2.57

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

 Diffs:


Index: packages/dnsmasq/dnsmasq.spec
diff -u packages/dnsmasq/dnsmasq.spec:1.85 packages/dnsmasq/dnsmasq.spec:1.86
--- packages/dnsmasq/dnsmasq.spec:1.85  Wed Jun  9 01:53:15 2010
+++ packages/dnsmasq/dnsmasq.spec   Sat Feb 19 19:09:21 2011
@@ -5,13 +5,13 @@
 Summary:   A lightweight caching server (DNS, DHCP)
 Summary(pl.UTF-8): Lekki buforujący serwer nazw (DNS) i DHCP
 Name:  dnsmasq
-Version:   2.55
+Version:   2.57
 Release:   1
 License:   GPL v2
 Group: Networking/Daemons
 #Source0:  
http://thekelleys.org.uk/dnsmasq/test-releases/%{name}-%{version}%{_rc}.tar.gz
 Source0:   http://thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz
-# Source0-md5: b093d7c6bc7f97ae6fd35d048529232a
+# Source0-md5: d10faeb409717eae94718d7716ca63a4
 Source1:   %{name}.init
 Source2:   %{name}.config
 URL:   http://www.thekelleys.org.uk/dnsmasq/doc.html
@@ -114,6 +114,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.86  2011/02/19 18:09:21  areq
+- 2.57
+
 Revision 1.85  2010/06/08 23:53:15  radek
 - version 2.55
 


 CVS-web:

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


DISTFILES: dnsmasq: dnsmasq-2.57.tar.gz

2011-02-19 Thread areq

Files fetched: 1

STORED: http://thekelleys.org.uk/dnsmasq/dnsmasq-2.57.tar.gz
d10faeb409717eae94718d7716ca63a4  dnsmasq-2.57.tar.gz
Size: 456035 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: crossmingw32-bzip2/crossmingw32-bzip2.spec - filter out some comp...

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 18:29:19 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- filter out some compiler and linker flags

 Files affected:
packages/crossmingw32-bzip2:
   crossmingw32-bzip2.spec (1.9 - 1.10) 

 Diffs:


Index: packages/crossmingw32-bzip2/crossmingw32-bzip2.spec
diff -u packages/crossmingw32-bzip2/crossmingw32-bzip2.spec:1.9 
packages/crossmingw32-bzip2/crossmingw32-bzip2.spec:1.10
--- packages/crossmingw32-bzip2/crossmingw32-bzip2.spec:1.9 Thu Sep 23 
20:23:21 2010
+++ packages/crossmingw32-bzip2/crossmingw32-bzip2.spec Sat Feb 19 19:29:14 2011
@@ -31,6 +31,8 @@
 %define_dlldir /usr/share/wine/windows/system
 %define__cc%{target}-gcc
 %define__cxx   %{target}-g++
+%definefilterout_ld-Wl,-z,.*
+%definefilterout_c -gdwarf-3
 
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
@@ -167,6 +169,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2011/02/19 18:29:14  wiget
+- filter out some compiler and linker flags
+
 Revision 1.9  2010/09/23 18:23:21  qboosh
 - updated to 1.0.6 (fixes CVE-2010-0405)
 


 CVS-web:

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

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


packages: game-music-emu/game-music-emu.spec - release 2

2011-02-19 Thread megabajt
Author: megabajt Date: Sat Feb 19 18:31:29 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/game-music-emu:
   game-music-emu.spec (1.2 - 1.3) 

 Diffs:


Index: packages/game-music-emu/game-music-emu.spec
diff -u packages/game-music-emu/game-music-emu.spec:1.2 
packages/game-music-emu/game-music-emu.spec:1.3
--- packages/game-music-emu/game-music-emu.spec:1.2 Sat Feb 19 05:11:25 2011
+++ packages/game-music-emu/game-music-emu.spec Sat Feb 19 19:31:24 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Zbiór emulatorów do odtwarzania muzyki z gier
 Name:  game-music-emu
 Version:   0.5.5
-Release:   1
+Release:   2
 License:   LGPL v2.1+
 Group: Libraries
 #Source0Download: http://code.google.com/p/game-music-emu/downloads/list
@@ -108,6 +108,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2011/02/19 18:31:24  megabajt
+- release 2
+
 Revision 1.2  2011/02/19 04:11:25  evil
 - added game-music-emu-multilib.patch stolen from gentoo
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/game-music-emu/game-music-emu.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: crossmingw32-libiconv/crossmingw32-libiconv.spec - filter out som...

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 18:45:25 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- filter out some compiler and linker flags

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

 Diffs:


Index: packages/crossmingw32-libiconv/crossmingw32-libiconv.spec
diff -u packages/crossmingw32-libiconv/crossmingw32-libiconv.spec:1.22 
packages/crossmingw32-libiconv/crossmingw32-libiconv.spec:1.23
--- packages/crossmingw32-libiconv/crossmingw32-libiconv.spec:1.22  Sun Sep 
19 07:38:56 2010
+++ packages/crossmingw32-libiconv/crossmingw32-libiconv.spec   Sat Feb 19 
19:45:20 2011
@@ -28,6 +28,8 @@
 %define_dlldir /usr/share/wine/windows/system
 %define__cc%{target}-gcc
 %define__cxx   %{target}-g++
+%definefilterout_ld-Wl,-z,.*
+%definefilterout   -gdwarf-3
 
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
@@ -138,6 +140,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2011/02/19 18:45:20  wiget
+- filter out some compiler and linker flags
+
 Revision 1.22  2010/09/19 05:38:56  qboosh
 - unified MinGW32 caps
 


 CVS-web:

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

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


packages: libmimic/libmimic.spec, libmimic/link.patch (NEW) - fix linking (...

2011-02-19 Thread megabajt
Author: megabajt Date: Sat Feb 19 18:52:29 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fix linking (link.patch)
- drop libtool file
- release 2

 Files affected:
packages/libmimic:
   libmimic.spec (1.1 - 1.2) , link.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/libmimic/libmimic.spec
diff -u packages/libmimic/libmimic.spec:1.1 packages/libmimic/libmimic.spec:1.2
--- packages/libmimic/libmimic.spec:1.1 Mon Dec 20 17:45:25 2010
+++ packages/libmimic/libmimic.spec Sat Feb 19 19:52:24 2011
@@ -3,14 +3,18 @@
 Summary(pl.UTF-8): Biblioteka kodująca/dekodująca obraz Mimic v2.x
 Name:  libmimic
 Version:   1.0.4
-Release:   1
+Release:   2
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/farsight/%{name}-%{version}.tar.gz
 # Source0-md5: 94f0dbb1d3c253201553a4069555fb84
+Patch0:link.patch
 URL:   http://farsight.sourceforge.net/
+BuildRequires: autoconf = 2.53
+BuildRequires: automake
 BuildRequires: doxygen
 BuildRequires: glib2-devel = 2.0
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,8 +55,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -62,6 +72,8 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,7 +90,6 @@
 %defattr(644,root,root,755)
 %doc doc/api/html/*
 %attr(755,root,root) %{_libdir}/libmimic.so
-%{_libdir}/libmimic.la
 %{_includedir}/mimic.h
 %{_pkgconfigdir}/libmimic.pc
 
@@ -92,5 +103,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/02/19 18:52:24  megabajt
+- fix linking (link.patch)
+- drop libtool file
+- release 2
+
 Revision 1.1  2010/12/20 16:45:25  qboosh
 - new


Index: packages/libmimic/link.patch
diff -u /dev/null packages/libmimic/link.patch:1.1
--- /dev/null   Sat Feb 19 19:52:29 2011
+++ packages/libmimic/link.patchSat Feb 19 19:52:24 2011
@@ -0,0 +1,10 @@
+diff -urN libmimic-1.0.4/src/Makefile.am libmimic-1.0.4.new//src/Makefile.am
+--- libmimic-1.0.4/src/Makefile.am 2006-02-07 10:53:40.0 +0100
 libmimic-1.0.4.new//src/Makefile.am2011-02-19 19:48:32.680036931 
+0100
+@@ -21,3 +21,6 @@
+   -version-info $(MIMIC_CURRENT):$(MIMIC_REVISION):$(MIMIC_AGE) \
+   -export-symbols-regex ^[^_].*
+ 
++libmimic_la_LIBADD = \
++  @GLIB_LIBS@ \
++  -lm


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmimic/libmimic.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: wine/wine.spec - rel 3; enable 64bit wine

2011-02-19 Thread arekm
Author: arekmDate: Sat Feb 19 19:03:11 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3; enable 64bit wine

 Files affected:
packages/wine:
   wine.spec (1.395 - 1.396) 

 Diffs:


Index: packages/wine/wine.spec
diff -u packages/wine/wine.spec:1.395 packages/wine/wine.spec:1.396
--- packages/wine/wine.spec:1.395   Wed Dec 22 00:41:46 2010
+++ packages/wine/wine.spec Sat Feb 19 20:03:06 2011
@@ -33,7 +33,7 @@
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:  wine
 Version:   1.2.2
-Release:   2
+Release:   3
 Epoch: 1
 License:   LGPL
 Group: Applications/Emulators
@@ -114,7 +114,7 @@
 Provides:  libntdll.dll.so
 Obsoletes: wine-doc-pdf
 Obsoletes: wine-drv-arts
-ExclusiveArch: %{ix86}
+ExclusiveArch: %{ix86} %{x8664}
 ExcludeArch:   i386
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -281,6 +281,9 @@
 %{__autoconf}
 %{__autoheader}
 %configure \
+%ifarch %{x8664}
+   --enable-win64 \
+%endif
--with%{!?with_alsa:out}-alsa \
--with-audioio \
--without-capi \
@@ -428,29 +431,35 @@
 %lang(sv) %doc documentation/README.sv
 %lang(tr) %doc documentation/README.tr
 %attr(755,root,root) %{_bindir}/msiexec
-%attr(755,root,root) %{_bindir}/wine
 %attr(755,root,root) %{_bindir}/wineboot
 %attr(755,root,root) %{_bindir}/winedbg
 %attr(755,root,root) %{_bindir}/winecfg
-%attr(755,root,root) %{_bindir}/wine-preloader
 %attr(755,root,root) %{_bindir}/wineserver
+%ifarch %{x8664}
+%attr(755,root,root) %{_bindir}/wine64
+%else
+%attr(755,root,root) %{_bindir}/wine
+%attr(755,root,root) %{_bindir}/wine-preloader
+%endif
 %attr(755,root,root) %{_libdir}/*.so*
 %dir %{_libdir}/wine
 %dir %{_libdir}/wine/fakedlls
 %{_libdir}/wine/fakedlls/*.acm
 %{_libdir}/wine/fakedlls/*.cpl
 %{_libdir}/wine/fakedlls/*.dll
-%{_libdir}/wine/fakedlls/*.dll16
 %{_libdir}/wine/fakedlls/*.drv
-%{_libdir}/wine/fakedlls/*.drv16
 %{_libdir}/wine/fakedlls/*.ds
 %{_libdir}/wine/fakedlls/*.exe
-%{_libdir}/wine/fakedlls/*.exe16
-%{_libdir}/wine/fakedlls/*.mod16
 %{_libdir}/wine/fakedlls/*.ocx
 %{_libdir}/wine/fakedlls/*.sys
 %{_libdir}/wine/fakedlls/*.tlb
+%ifarch %{ix86}
+%{_libdir}/wine/fakedlls/*.dll16
+%{_libdir}/wine/fakedlls/*.drv16
+%{_libdir}/wine/fakedlls/*.exe16
+%{_libdir}/wine/fakedlls/*.mod16
 %{_libdir}/wine/fakedlls/*.vxd
+%endif
 %{_mandir}/man1/wine.1*
 %{_mandir}/man1/msiexec.1*
 %{_mandir}/man1/wineboot.1*
@@ -551,6 +560,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.396  2011/02/19 19:03:06  arekm
+- rel 3; enable 64bit wine
+
 Revision 1.395  2010/12/21 23:41:46  glen
 - add Comment to wine.desktop, appears in open with dialog as description
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine.spec?r1=1.395r2=1.396f=u

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


packages: wine/wine.spec - require proper freetype

2011-02-19 Thread arekm
Author: arekmDate: Sat Feb 19 19:14:13 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- require proper freetype

 Files affected:
packages/wine:
   wine.spec (1.396 - 1.397) 

 Diffs:


Index: packages/wine/wine.spec
diff -u packages/wine/wine.spec:1.396 packages/wine/wine.spec:1.397
--- packages/wine/wine.spec:1.396   Sat Feb 19 20:03:06 2011
+++ packages/wine/wine.spec Sat Feb 19 20:14:08 2011
@@ -100,7 +100,11 @@
 BuildRequires: xorg-lib-libXrender-devel
 BuildRequires: xorg-lib-libXxf86dga-devel
 BuildRequires: xorg-lib-libXxf86vm-devel
+%ifarch %{x8664}
+Requires:  libfreetype.so.6()(64bit)
+%else
 Requires:  libfreetype.so.6
+%endif
 Suggests:  binfmt-detector
 Suggests:  ca-certificates
 Conflicts: ca-certificates  20080809-4
@@ -560,6 +564,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.397  2011/02/19 19:14:08  arekm
+- require proper freetype
+
 Revision 1.396  2011/02/19 19:03:06  arekm
 - rel 3; enable 64bit wine
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine.spec?r1=1.396r2=1.397f=u

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


DISTFILES: os-prober: os-prober_1.44.tar.gz

2011-02-19 Thread glen

Files fetched: 1

STORED: http://ftp.debian.org/debian/pool/main/o/os-prober/os-prober_1.44.tar.gz
44781dbc2fd748a678fe9d2f29f862ef  os-prober_1.44.tar.gz
Size: 24421 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: os-prober/os-prober.spec - up to 1.44

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 19:18:43 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 1.44

 Files affected:
packages/os-prober:
   os-prober.spec (1.3 - 1.4) 

 Diffs:


Index: packages/os-prober/os-prober.spec
diff -u packages/os-prober/os-prober.spec:1.3 
packages/os-prober/os-prober.spec:1.4
--- packages/os-prober/os-prober.spec:1.3   Mon Dec 27 15:51:07 2010
+++ packages/os-prober/os-prober.spec   Sat Feb 19 20:18:38 2011
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 Summary:   Utilities that detect other operating system installs on a set 
of drives
 Name:  os-prober
-Version:   1.42
+Version:   1.44
 Release:   1
 License:   GPL
 Group: Base/Kernel
 URL:   http://packages.qa.debian.org/o/os-prober.html
 Source0:   
http://ftp.debian.org/debian/pool/main/o/os-prober/%{name}_%{version}.tar.gz
-# Source0-md5: 8c208654327df559884a54b69d840219
+# Source0-md5: 44781dbc2fd748a678fe9d2f29f862ef
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # no binary blobs
@@ -19,7 +19,7 @@
 on them, and work out how to boot other linux installs.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 %{__make} \
@@ -82,6 +82,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2011/02/19 19:18:38  glen
+- up to 1.44
+
 Revision 1.3  2010/12/27 14:51:07  glen
 - up to 1.42
 


 CVS-web:

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

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


packages: rpmlint/rpmlint.config - add GPL as valid licenses

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 19:19:17 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- add GPL as valid licenses

 Files affected:
packages/rpmlint:
   rpmlint.config (1.8 - 1.9) 

 Diffs:


Index: packages/rpmlint/rpmlint.config
diff -u packages/rpmlint/rpmlint.config:1.8 packages/rpmlint/rpmlint.config:1.9
--- packages/rpmlint/rpmlint.config:1.8 Thu Feb 17 07:45:21 2011
+++ packages/rpmlint/rpmlint.config Sat Feb 19 20:19:12 2011
@@ -34,6 +34,7 @@
# These are the short names for all of the PLD Linux approved licenses.
'BSD',
'GPL v2',
+   'GPL',
'GPL, Open Data License',
'LGPL v2.1',
'LGPL v3',


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpmlint/rpmlint.config?r1=1.8r2=1.9f=u

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


packages: libgadu/libgadu.spec - updated configure options - libgadu now de...

2011-02-19 Thread qboosh
Author: qboosh   Date: Sat Feb 19 19:20:07 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated configure options
- libgadu now defaults to gnutls, so updated BR/R (and added openssl bcond)

 Files affected:
packages/libgadu:
   libgadu.spec (1.19 - 1.20) 

 Diffs:


Index: packages/libgadu/libgadu.spec
diff -u packages/libgadu/libgadu.spec:1.19 packages/libgadu/libgadu.spec:1.20
--- packages/libgadu/libgadu.spec:1.19  Mon Feb 14 18:12:50 2011
+++ packages/libgadu/libgadu.spec   Sat Feb 19 20:20:02 2011
@@ -2,8 +2,8 @@
 #
 # Conditional build:
 %bcond_without pthread # POSIX threads support
+%bcond_withopenssl # use OpenSSL instead of GnuTLS
 #
-
 Summary:   libgadu library
 Summary(es.UTF-8): Biblioteca libgadu
 Summary(pl.UTF-8): Biblioteka libgadu
@@ -18,8 +18,9 @@
 URL:   http://toxygen.net/libgadu/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
+%{!?with_openssl:BuildRequires:gnutls-devel}
 BuildRequires: libtool
-BuildRequires: openssl-devel = 0.9.7d
+%{?with_openssl:BuildRequires: openssl-devel = 0.9.7d}
 BuildRequires: pkgconfig
 Obsoletes: libgg
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -46,7 +47,8 @@
 Summary(pl.UTF-8): Część biblioteki libgadu dla programistów
 Group: Development/Libraries
 Requires:  %{name} = %{epoch}:%{version}-%{release}
-Requires:  openssl-devel
+%{!?with_openssl:Requires: gnutls-devel}
+%{?with_openssl:Requires:  openssl-devel}
 Obsoletes: libgg-devel
 
 %description devel
@@ -97,10 +99,9 @@
 %{__autoheader}
 %{__automake}
 %configure \
-   --enable-dynamic \
-   --enable-shared \
-   --enable-static \
+   --disable-silent-rules \
--without-bind \
+   %{?with_openssl:--without-gnutls} \
 %if %{with pthread}
--with-pthread \
 %else
@@ -144,6 +145,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2011/02/19 19:20:02  qboosh
+- updated configure options
+- libgadu now defaults to gnutls, so updated BR/R (and added openssl bcond)
+
 Revision 1.19  2011/02/14 17:12:50  arekm
 - up to 1.10
 


 CVS-web:

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

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


packages: rpmlint/rpmlint.spec, rpmlint/bug-201.patch (NEW) - fix for linti...

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 19:28:50 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fix for linting ghost pyc files

 Files affected:
packages/rpmlint:
   rpmlint.spec (1.38 - 1.39) , bug-201.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/rpmlint/rpmlint.spec
diff -u packages/rpmlint/rpmlint.spec:1.38 packages/rpmlint/rpmlint.spec:1.39
--- packages/rpmlint/rpmlint.spec:1.38  Mon Feb 14 08:12:18 2011
+++ packages/rpmlint/rpmlint.spec   Sat Feb 19 20:28:45 2011
@@ -6,7 +6,7 @@
 Summary:   Tool for checking common errors in RPM packages
 Name:  rpmlint
 Version:   1.1
-Release:   4
+Release:   5
 License:   GPL v2
 Group: Development/Building
 Source0:   http://rpmlint.zarb.org/download/%{name}-%{version}.tar.xz
@@ -18,6 +18,7 @@
 Patch2:%{name}-licenses.patch
 Patch3:rpm-compat.patch
 Patch4:postshell.patch
+Patch5:bug-201.patch
 URL:   http://rpmlint.zarb.org/
 BuildRequires: python = 1.5.2
 BuildRequires: python-modules
@@ -67,6 +68,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p2
 
 cp -p config config.example
 cp -p %{SOURCE3} config
@@ -136,6 +138,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.39  2011/02/19 19:28:45  glen
+- fix for linting ghost pyc files
+
 Revision 1.38  2011/02/14 07:12:18  glen
 - add /sbin/postshell as valid shell
 


Index: packages/rpmlint/bug-201.patch
diff -u /dev/null packages/rpmlint/bug-201.patch:1.1
--- /dev/null   Sat Feb 19 20:28:50 2011
+++ packages/rpmlint/bug-201.patch  Sat Feb 19 20:28:45 2011
@@ -0,0 +1,76 @@
+Index: /trunk/FilesCheck.py
+===
+--- /trunk/FilesCheck.py (revision 1832)
 /trunk/FilesCheck.py (revision 1837)
+@@ -663,37 +663,38 @@
+ if source_file:
+ if source_file in files:
+-# Verify that the magic ABI value embedded in the .pyc
+-# header is correct
+-found_magic = py_demarshal_long(chunk[:4])  0x
+-exp_magic, exp_version = get_expected_pyc_magic(f)
+-if exp_magic and found_magic != exp_magic:
+-found_version = 'unknown'
+-for (pv, pm) in _python_magic_values.items():
+-if pm == found_magic:
+-found_version = pv
+-break
+-# If expected version was from the file path, 
issue
+-# an error, otherwise a warning.
+-msg = (pkg, 'python-bytecode-wrong-magic-value',
+-   f, expected %d (%s), found %d (%s) %
+-   (exp_magic,
+-exp_version or python_default_version,
+-found_magic, found_version))
+-if exp_version is not None:
+-printError(*msg)
+-else:
+-printWarning(*msg)
+- 
+-# Verify that the timestamp embedded in the .pyc 
header
+-# matches the mtime of the .py file:
+-pyc_timestamp = py_demarshal_long(chunk[4:8])
+-if pyc_timestamp != files[source_file].mtime:
+-cts = datetime.fromtimestamp(
+-pyc_timestamp).isoformat()
+-sts = datetime.fromtimestamp(
+-files[source_file].mtime).isoformat()
+-printError(pkg,
+-   'python-bytecode-inconsistent-mtime',
+-   f, cts, source_file, sts)
++if chunk:
++# Verify that the magic ABI value embedded in the
++# .pyc header is correct
++found_magic = py_demarshal_long(chunk[:4])  
0x
++exp_magic, exp_version = get_expected_pyc_magic(f)
++if exp_magic and found_magic != exp_magic:
++found_version = 'unknown'
++for (pv, pm) in _python_magic_values.items():
++if pm == found_magic:
++found_version = pv
++break
++# If expected version was from the file path,

PLD-doc: notify-specsupdate.sh - match exact pkgs

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 19:29:48 2011 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- match exact pkgs

 Files affected:
PLD-doc:
   notify-specsupdate.sh (1.6 - 1.7) 

 Diffs:


Index: PLD-doc/notify-specsupdate.sh
diff -u PLD-doc/notify-specsupdate.sh:1.6 PLD-doc/notify-specsupdate.sh:1.7
--- PLD-doc/notify-specsupdate.sh:1.6   Tue Mar 30 23:08:28 2010
+++ PLD-doc/notify-specsupdate.sh   Sat Feb 19 20:29:43 2011
@@ -42,7 +42,7 @@
 for pkg in $files; do
[ -d $topdir/$pkg ] || continue
echo $pkg:
-   echo $diff | grep -E ^[-+]$pkg || :
+   echo $diff | grep -E ^[-+]$pkg\( || :
echo 
 done
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/notify-specsupdate.sh?r1=1.6r2=1.7f=u

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


PLD-doc: BuildRequires.txt - vim deps

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 19:30:00 2011 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- vim deps

 Files affected:
PLD-doc:
   BuildRequires.txt (1.157 - 1.158) 

 Diffs:


Index: PLD-doc/BuildRequires.txt
diff -u PLD-doc/BuildRequires.txt:1.157 PLD-doc/BuildRequires.txt:1.158
--- PLD-doc/BuildRequires.txt:1.157 Tue Feb  8 17:18:59 2011
+++ PLD-doc/BuildRequires.txt   Sat Feb 19 20:29:55 2011
@@ -159,9 +159,9 @@
 # %define _vimdatadir %{_datadir}/vim/vimfiles
 Requires:  vim-rt = 4:6.3.058-3
 
-# unversioned vim syntax dir:
+# unversioned vim syntax dir with ftdetect
 # %define _vimdatadir %{_datadir}/vim
-Requires:  vim-rt = 4:7.2.170
+Requires:  vim-rt = 4:7.2.411
 
 # unversioned vim datadir
 # %define _vimdatadir %{_datadir}/vim


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/BuildRequires.txt?r1=1.157r2=1.158f=u

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


packages: gource/gource.spec - use system font package (old change)

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 19:35:02 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- use system font package (old change)

 Files affected:
packages/gource:
   gource.spec (1.5 - 1.6) 

 Diffs:


Index: packages/gource/gource.spec
diff -u packages/gource/gource.spec:1.5 packages/gource/gource.spec:1.6
--- packages/gource/gource.spec:1.5 Tue Feb 23 00:38:01 2010
+++ packages/gource/gource.spec Sat Feb 19 20:34:57 2011
@@ -1,8 +1,6 @@
 # $Revision$, $Date$
-# TODO
-# - use fonts-TTF-freefont
 Summary:   Software version control visualization
-Summary(pl.UTF-8):  Narzędzie wizualizujące kontrolę wersji
+Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji
 Name:  gource
 Version:   0.24
 Release:   1
@@ -22,6 +20,7 @@
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
 BuildRequires: xorg-lib-libX11-devel
+Requires:  fonts-TTF-freefont
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,8 +29,8 @@
 branches with files as leaves. Developers can be seen working on the
 tree at the times they contributed to the project.
 
-Currently there is first party support for Git and Mercurial, and third
-party (using additional steps) for CVS and SVN.
+Currently there is first party support for Git and Mercurial, and
+third party (using additional steps) for CVS and SVN.
 
 %description -l pl.UTF-8
 Gource wyświetla projekty software'owe jako animowane drzewo z
@@ -40,8 +39,8 @@
 nad drzewem w czasie gdy rzeczywiście pracowali.
 
 Na chwilę obecną Gource natywnie wspiera repozytoria Git i Mercurial.
-Przy pomocy zewnętrznych narzędzi można również oglądać repozytoria CVS
-i SVN.
+Przy pomocy zewnętrznych narzędzi można również oglądać repozytoria
+CVS i SVN.
 
 %prep
 %setup -q
@@ -53,8 +52,13 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
+   gourcefontdir=%{_datadir}/fonts/TTF \
DESTDIR=$RPM_BUILD_ROOT
 
+# remove by file, to note when upstream bundles different font
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/README
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/fonts/FreeSans.ttf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -62,7 +66,10 @@
 %defattr(644,root,root,755)
 %doc ChangeLog README THANKS
 %attr(755,root,root) %{_bindir}/gource
-%{_datadir}/gource
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*.png
+%{_datadir}/%{name}/*.tga
+%{_datadir}/%{name}/*.style
 %{_mandir}/man1/gource.1*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -71,6 +78,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2011/02/19 19:34:57  glen
+- use system font package (old change)
+
 Revision 1.5  2010/02/22 23:38:01  pawelz
 - reverted part of cosmetics
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gource/gource.spec?r1=1.5r2=1.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: gource/gource.spec - up to 0.31

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 19:39:34 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.31

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

 Diffs:


Index: packages/gource/gource.spec
diff -u packages/gource/gource.spec:1.7 packages/gource/gource.spec:1.8
--- packages/gource/gource.spec:1.7 Sat Feb 19 20:36:10 2011
+++ packages/gource/gource.spec Sat Feb 19 20:39:29 2011
@@ -2,11 +2,11 @@
 Summary:   Software version control visualization
 Summary(pl.UTF-8): Narzędzie wizualizujące kontrolę wersji
 Name:  gource
-Version:   0.24
+Version:   0.31
 Release:   1
 URL:   http://gource.googlecode.com/
 Source0:   http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: f896ebc6efbe3deed47dccf6c768dba5
+# Source0-md5: 079c756ebb14f914886d436689e12c59
 License:   GPL v3+
 Group: X11/Applications
 BuildRequires: OpenGL-GLU-devel
@@ -19,6 +19,7 @@
 BuildRequires: libpng-devel
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
+BuildRequires: tinyxml-devel
 BuildRequires: xorg-lib-libX11-devel
 Requires:  fonts-TTF-freefont
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,6 +48,7 @@
 
 %build
 %configure \
+   --with-tinyxml \
--enable-ttf-font-dir=%{_datadir}/fonts/TTF
 %{__make}
 
@@ -74,6 +76,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2011/02/19 19:39:29  glen
+- up to 0.31
+
 Revision 1.7  2011/02/19 19:36:10  glen
 - use configure arg for system ttf font dir
 


 CVS-web:

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

2011-02-19 Thread glen

Files fetched: 1

STORED: http://gource.googlecode.com/files/gource-0.31.tar.gz
079c756ebb14f914886d436689e12c59  gource-0.31.tar.gz
Size: 653514 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: mc: mc-4.7.5.1.tar.bz2 mc-non-english-man-pages.tar.bz2

2011-02-19 Thread arekm

Files fetched: 1

STORED: http://www.midnight-commander.org/downloads/mc-4.7.5.1.tar.bz2
2ffe4771e94569d497010eea298b13cd  mc-4.7.5.1.tar.bz2
Size: 2653652 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/mc-non-english-man-pages.tar.bz2
17d7b574e1b85ad6f8ddceda9e841f19  mc-non-english-man-pages.tar.bz2


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


packages: mc/mc.spec - 4.7.5.1

2011-02-19 Thread arekm
Author: arekmDate: Sat Feb 19 19:45:31 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 4.7.5.1

 Files affected:
packages/mc:
   mc.spec (1.328 - 1.329) 

 Diffs:


Index: packages/mc/mc.spec
diff -u packages/mc/mc.spec:1.328 packages/mc/mc.spec:1.329
--- packages/mc/mc.spec:1.328   Fri Jan 28 01:21:49 2011
+++ packages/mc/mc.spec Sat Feb 19 20:45:26 2011
@@ -21,13 +21,13 @@
 Summary(uk.UTF-8): Диспетчер файлів Midnight Commander
 Summary(zh_CN.UTF-8):  一个方便实用的文件管理器和虚拟Shell
 Name:  mc
-Version:   4.7.5
+Version:   4.7.5.1
 Release:   1
 Epoch: 1
 License:   GPL v2+
 Group: Applications/Shells
 Source0:   
http://www.midnight-commander.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 4eb2438b168fb0f93b748889a9294f54
+# Source0-md5: 2ffe4771e94569d497010eea298b13cd
 Source3:   
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source3-md5: 17d7b574e1b85ad6f8ddceda9e841f19
 Source7:   %{name}.desktop
@@ -312,6 +312,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.329  2011/02/19 19:45:26  arekm
+- 4.7.5.1
+
 Revision 1.328  2011/01/28 00:21:49  charles
 - rm outdated -find_options.patch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mc/mc.spec?r1=1.328r2=1.329f=u

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


packages: gource/gource.spec - BR: gawk, glew-devel

2011-02-19 Thread glen
Author: glen Date: Sat Feb 19 19:52:31 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- BR: gawk, glew-devel

 Files affected:
packages/gource:
   gource.spec (1.8 - 1.9) 

 Diffs:


Index: packages/gource/gource.spec
diff -u packages/gource/gource.spec:1.8 packages/gource/gource.spec:1.9
--- packages/gource/gource.spec:1.8 Sat Feb 19 20:39:29 2011
+++ packages/gource/gource.spec Sat Feb 19 20:52:25 2011
@@ -15,6 +15,8 @@
 BuildRequires: SDL_image-devel = 1.2
 BuildRequires: freetype-devel
 BuildRequires: ftgl-devel = 2.1.3
+BuildRequires: gawk
+BuildRequires: glew-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: pcre-devel
@@ -76,6 +78,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2011/02/19 19:52:25  glen
+- BR: gawk, glew-devel
+
 Revision 1.8  2011/02/19 19:39:29  glen
 - up to 0.31
 


 CVS-web:

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

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


packages: slv2/slv2.spec, slv2/link.patch (NEW) - fix linking (link.patch) ...

2011-02-19 Thread megabajt
Author: megabajt Date: Sat Feb 19 19:57:33 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fix linking (link.patch)
- release 3

 Files affected:
packages/slv2:
   slv2.spec (1.7 - 1.8) , link.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/slv2/slv2.spec
diff -u packages/slv2/slv2.spec:1.7 packages/slv2/slv2.spec:1.8
--- packages/slv2/slv2.spec:1.7 Wed Feb  2 16:52:23 2011
+++ packages/slv2/slv2.spec Sat Feb 19 20:57:28 2011
@@ -3,11 +3,12 @@
 Summary(pl.UTF-8): Biblioteka hosta LV2 ułatwiająca korzystanie z wtyczek 
LV2
 Name:  slv2
 Version:   0.6.6
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: Libraries
 Source0:   http://download.drobilla.net/%{name}-%{version}.tar.bz2
 # Source0-md5: b8e8e0e82dd04324fcd533e8acd1ce85
+Patch0:link.patch
 URL:   http://drobilla.net/software/slv2/
 BuildRequires: doxygen
 BuildRequires: jack-audio-connection-kit-devel = 0.107.0
@@ -74,6 +75,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 sed -i 's|/lib/|/%{_lib}/|g' src/world.c
 sed -i s|/lib'|/%{_lib}'| autowaf.py
 
@@ -132,6 +134,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2011/02/19 19:57:28  megabajt
+- fix linking (link.patch)
+- release 3
+
 Revision 1.7  2011/02/02 15:52:23  qboosh
 - chmod libs +x to allow generating ELF deps (waf prevented it)
 - release 2


Index: packages/slv2/link.patch
diff -u /dev/null packages/slv2/link.patch:1.1
--- /dev/null   Sat Feb 19 20:57:33 2011
+++ packages/slv2/link.patchSat Feb 19 20:57:28 2011
@@ -0,0 +1,11 @@
+diff -urN slv2-0.6.6/wscript slv2-0.6.6.new//wscript
+--- slv2-0.6.6/wscript 2009-05-26 05:44:51.0 +0200
 slv2-0.6.6.new//wscript2011-02-19 20:34:41.807662366 +0100
+@@ -96,6 +96,7 @@
+   obj.target   = 'slv2'
+   obj.vnum = SLV2_LIB_VERSION
+   obj.install_path = '${LIBDIR}'
++  obj.lib  = 'dl'
+   autowaf.use_lib(bld, obj, 'REDLAND LV2CORE')
+ 
+   # Static library (for unit test code coverage)


 CVS-web:

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


packages: crossmingw32-libiconv/crossmingw32-libiconv.spec - reverted previ...

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 20:15:19 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- reverted previous bogus change (too old gcc)

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

 Diffs:


Index: packages/crossmingw32-libiconv/crossmingw32-libiconv.spec
diff -u packages/crossmingw32-libiconv/crossmingw32-libiconv.spec:1.23 
packages/crossmingw32-libiconv/crossmingw32-libiconv.spec:1.24
--- packages/crossmingw32-libiconv/crossmingw32-libiconv.spec:1.23  Sat Feb 
19 19:45:20 2011
+++ packages/crossmingw32-libiconv/crossmingw32-libiconv.spec   Sat Feb 19 
21:15:14 2011
@@ -4,7 +4,7 @@
 %definerealname   libiconv
 Name:  crossmingw32-%{realname}
 Version:   1.13.1
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Development/Libraries
 Source0:   http://ftp.gnu.org/gnu/libiconv/%{realname}-%{version}.tar.gz
@@ -28,8 +28,6 @@
 %define_dlldir /usr/share/wine/windows/system
 %define__cc%{target}-gcc
 %define__cxx   %{target}-g++
-%definefilterout_ld-Wl,-z,.*
-%definefilterout   -gdwarf-3
 
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
@@ -140,6 +138,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2011/02/19 20:15:14  wiget
+- reverted previous bogus change (too old gcc)
+
 Revision 1.23  2011/02/19 18:45:20  wiget
 - filter out some compiler and linker flags
 


 CVS-web:

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


packages: crossmingw32-bzip2/crossmingw32-bzip2.spec - reverted previous bo...

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 20:17:51 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- reverted previous bogus change (too old gcc)

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

 Diffs:


Index: packages/crossmingw32-bzip2/crossmingw32-bzip2.spec
diff -u packages/crossmingw32-bzip2/crossmingw32-bzip2.spec:1.10 
packages/crossmingw32-bzip2/crossmingw32-bzip2.spec:1.11
--- packages/crossmingw32-bzip2/crossmingw32-bzip2.spec:1.10Sat Feb 19 
19:29:14 2011
+++ packages/crossmingw32-bzip2/crossmingw32-bzip2.spec Sat Feb 19 21:17:46 2011
@@ -31,8 +31,6 @@
 %define_dlldir /usr/share/wine/windows/system
 %define__cc%{target}-gcc
 %define__cxx   %{target}-g++
-%definefilterout_ld-Wl,-z,.*
-%definefilterout_c -gdwarf-3
 
 %ifnarch %{ix86}
 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
@@ -169,6 +167,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2011/02/19 20:17:46  wiget
+- reverted previous bogus change (too old gcc)
+
 Revision 1.10  2011/02/19 18:29:14  wiget
 - filter out some compiler and linker flags
 


 CVS-web:

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


packages: crossmingw32-zlib/crossmingw32-zlib.spec - no need to filter out ...

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 20:21:02 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- no need to filter out any flags with new gcc

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

 Diffs:


Index: packages/crossmingw32-zlib/crossmingw32-zlib.spec
diff -u packages/crossmingw32-zlib/crossmingw32-zlib.spec:1.30 
packages/crossmingw32-zlib/crossmingw32-zlib.spec:1.31
--- packages/crossmingw32-zlib/crossmingw32-zlib.spec:1.30  Sat Feb 19 
18:50:53 2011
+++ packages/crossmingw32-zlib/crossmingw32-zlib.spec   Sat Feb 19 21:20:56 2011
@@ -15,7 +15,7 @@
 Summary(pl.UTF-8): Biblioteka z podprogramami do kompresji i dekompresji - 
wersja skrośna dla MinGW32
 Name:  crossmingw32-%{realname}
 Version:   1.2.5
-Release:   3
+Release:   4
 License:   BSD
 Group: Development/Libraries
 Source0:   http://www.zlib.net/current/%{realname}-%{version}.tar.gz
@@ -40,8 +40,6 @@
 %define_dlldir /usr/share/wine/windows/system
 %define__cc%{target}-gcc
 %define__cxx   %{target}-g++
-%definefilterout_ld-Wl,-z,.*
-%definefilterout_c -gdwarf-3
 
 %ifarch alpha sparc sparc64 sparcv9
 %defineoptflags-O2
@@ -200,6 +198,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.31  2011/02/19 20:20:56  wiget
+- no need to filter out any flags with new gcc
+
 Revision 1.30  2011/02/19 17:50:53  wiget
 - fix dlname in libtool file
 - filter out some compiler and linker flags


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-zlib/crossmingw32-zlib.spec?r1=1.30r2=1.31f=u

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


packages: crossmingw32-libpng/crossmingw32-libpng.spec - no need to filter ...

2011-02-19 Thread wiget
Author: wigetDate: Sat Feb 19 20:24:14 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- no need to filter out -gdwarf-3 with new gcc

 Files affected:
packages/crossmingw32-libpng:
   crossmingw32-libpng.spec (1.46 - 1.47) 

 Diffs:


Index: packages/crossmingw32-libpng/crossmingw32-libpng.spec
diff -u packages/crossmingw32-libpng/crossmingw32-libpng.spec:1.46 
packages/crossmingw32-libpng/crossmingw32-libpng.spec:1.47
--- packages/crossmingw32-libpng/crossmingw32-libpng.spec:1.46  Sat Feb 19 
18:20:54 2011
+++ packages/crossmingw32-libpng/crossmingw32-libpng.spec   Sat Feb 19 
21:24:09 2011
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8): Biblioteka PNG - wersja skrośna dla MinGW32
 Name:  crossmingw32-%{realname}
 Version:   1.4.5
-Release:   1
+Release:   2
 License:   distributable
 Group: Development/Libraries
 Source0:   
http://downloads.sourceforge.net/libpng/%{realname}-%{version}.tar.xz
@@ -40,8 +40,7 @@
 %defineoptflags-O2
 %endif
 # -z options are invalid for mingw linker
-%definefilterout_ld-Wl,-z,.*
-%definefilterout_c -gdwarf-3
+%definefilterout_ld-Wl,-z,.*
 
 %description
 The PNG library is a collection of routines used to create and
@@ -147,6 +146,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.47  2011/02/19 20:24:09  wiget
+- no need to filter out -gdwarf-3 with new gcc
+
 Revision 1.46  2011/02/19 17:20:54  wiget
 - updated pngminus patch
 - filter out -gdwarf-3 (ELF only)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw32-libpng/crossmingw32-libpng.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: soundtouch/soundtouch-nosse.patch - now it should apply...

2011-02-19 Thread megabajt
Author: megabajt Date: Sat Feb 19 21:51:08 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- now it should apply...

 Files affected:
packages/soundtouch:
   soundtouch-nosse.patch (1.3 - 1.4) 

 Diffs:


Index: packages/soundtouch/soundtouch-nosse.patch
diff -u packages/soundtouch/soundtouch-nosse.patch:1.3 
packages/soundtouch/soundtouch-nosse.patch:1.4
--- packages/soundtouch/soundtouch-nosse.patch:1.3  Sun Jun 21 18:11:43 2009
+++ packages/soundtouch/soundtouch-nosse.patch  Sat Feb 19 22:51:03 2011
@@ -1,6 +1,6 @@
 soundtouch/source/SoundTouch/Makefile.am.orig  2009-01-25 
17:32:53.0 +0100
-+++ soundtouch/source/SoundTouch/Makefile.am   2009-04-10 18:04:37.333724702 
+0200
-@@ -30,17 +30,16 @@
+--- soundtouch/source/SoundTouch/Makefile.am.orig  2009-01-25 
17:32:53.0 +0100
 soundtouch/source/SoundTouch/Makefile.am   2009-04-10 18:04:37.333724702 
+0200
+@@ -30,17 +30,16 @@
  
  lib_LTLIBRARIES=libSoundTouch.la
  #


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/soundtouch/soundtouch-nosse.patch?r1=1.3r2=1.4f=u

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


packages: soundtouch/soundtouch.spec - removed TODO (builds on x86_64) - re...

2011-02-19 Thread megabajt
Author: megabajt Date: Sat Feb 19 21:54:53 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- removed TODO (builds on x86_64)
- release 4

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

 Diffs:


Index: packages/soundtouch/soundtouch.spec
diff -u packages/soundtouch/soundtouch.spec:1.17 
packages/soundtouch/soundtouch.spec:1.18
--- packages/soundtouch/soundtouch.spec:1.17Sun Jun 21 18:25:09 2009
+++ packages/soundtouch/soundtouch.spec Sat Feb 19 22:54:48 2011
@@ -1,13 +1,9 @@
 # $Revision$, $Date$
-#
-# TODO:
-# - fix x86_64 build
-#
 Summary:   SoundTouch - sound processing library
 Summary(pl.UTF-8): SoundTouch - biblioteka do przetwarzania dźwięku
 Name:  soundtouch
 Version:   1.4.0
-Release:   3
+Release:   4
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
@@ -137,6 +133,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.18  2011/02/19 21:54:48  megabajt
+- removed TODO (builds on x86_64)
+- release 4
+
 Revision 1.17  2009/06/21 16:25:09  hawk
 - fixed building on x86_64, release 3
 


 CVS-web:

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


packages: capi4k-utils/capi4k-utils.spec, capi4k-utils/capi4k-utils-amd64.p...

2011-02-19 Thread evil
Author: evil Date: Sat Feb 19 21:56:32 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated amd64.patch
- added include/msg2str_safety/ppd244/ppd245/rcapid patches from gentoo
- finally builds

 Files affected:
packages/capi4k-utils:
   capi4k-utils.spec (1.22 - 1.23) , capi4k-utils-amd64.patch (1.4 - 1.5) , 
capi4k-utils-include.patch (NONE - 1.1)  (NEW), 
capi4k-utils-msg2str_safety.patch (NONE - 1.1)  (NEW), 
capi4k-utils-ppd244.patch (NONE - 1.1)  (NEW), capi4k-utils-ppd245.patch (NONE 
- 1.1)  (NEW), capi4k-utils-rcapid.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/capi4k-utils/capi4k-utils.spec
diff -u packages/capi4k-utils/capi4k-utils.spec:1.22 
packages/capi4k-utils/capi4k-utils.spec:1.23
--- packages/capi4k-utils/capi4k-utils.spec:1.22Sun Mar 22 23:33:44 2009
+++ packages/capi4k-utils/capi4k-utils.spec Sat Feb 19 22:56:27 2011
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8): Biblioteki i narzędzia konfiguracyjne CAPI 2.0
 Name:  capi4k-utils
 Version:   2005.07.18
-Release:   2
+Release:   3
 License:   GPL
 Group: Applications/Communications
 Source0:   ftp://ftp.in-berlin.de/pub/capi4linux/%{name}-2005-07-18.tar.gz
@@ -16,8 +16,13 @@
 # Source1-md5: 03739a0170eba14f03f7dc7ccc58bba8
 Source10:  capi.conf
 Source11:  capi.init
-Patch0:%{name}-make.patch
-Patch1:%{name}-amd64.patch
+Patch0:%{name}-include.patch
+Patch1:%{name}-make.patch
+Patch2:%{name}-msg2str_safety.patch
+Patch3:%{name}-ppd244.patch
+Patch4:%{name}-ppd245.patch
+Patch5:%{name}-rcapid.patch
+Patch6:%{name}-amd64.patch
 URL:   ftp://ftp.in-berlin.de/pub/capi4linux/
 BuildRequires: libtool
 BuildRequires: ppp-plugin-devel
@@ -150,8 +155,13 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
-%if %{_lib} == lib64
 %patch1 -p1
+%patch2 -p0
+%patch3 -p0
+%patch4 -p0
+%patch5 -p1
+%if %{_lib} == lib64
+%patch6 -p1
 %endif
 
 cat  .config  END
@@ -211,6 +221,7 @@
 %attr(755,root,root) %{_bindir}/capiinfo
 %attr(755,root,root) %{_sbindir}/capiinit
 %attr(755,root,root) %{_sbindir}/avmcapictrl
+%ghost %{_libdir}/libcapi20.so.3
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %attr(754,root,root) /etc/rc.d/init.d/capi
 %{_mandir}/man8/capiinfo.8*
@@ -254,6 +265,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2011/02/19 21:56:27  evil
+- updated amd64.patch
+- added include/msg2str_safety/ppd244/ppd245/rcapid patches from gentoo
+- finally builds
+
 Revision 1.22  2009/03/22 22:33:44  baggins
 - unified: removed _initrddir macro usage
 


Index: packages/capi4k-utils/capi4k-utils-amd64.patch
diff -u packages/capi4k-utils/capi4k-utils-amd64.patch:1.4 
packages/capi4k-utils/capi4k-utils-amd64.patch:1.5
--- packages/capi4k-utils/capi4k-utils-amd64.patch:1.4  Wed Dec 22 20:52:02 2004
+++ packages/capi4k-utils/capi4k-utils-amd64.patch  Sat Feb 19 22:56:27 2011
@@ -55,3 +55,123 @@
  
  userpass.so: userpass.o
$(CC) -o $@ $(LDFLAGS) $(CFLAGS) -nostdlib userpass.o
+diff -r -u ../capi4k-utils.orig/pppdcapiplugin/Makefile.template 
./pppdcapiplugin/Makefile.template
+--- ../capi4k-utils.orig/pppdcapiplugin/Makefile.template  2001-05-01 
14:43:49.0 +0200
 ./pppdcapiplugin/Makefile.template 2011-02-19 22:45:36.613077158 +0100
+@@ -8,7 +8,7 @@
+ #  as published by the Free Software Foundation; either version
+ #  2 of the License, or (at your option) any later version.
+ 
+-PLUGINDIR=${DESTDIR}/usr/lib/pppd/$(PPPVERSION)
++PLUGINDIR=${DESTDIR}/usr/lib64/pppd/$(PPPVERSION)
+ 
+ include $(TOPDIR)/Rules.make
+ 
+diff -r -u ../capi4k-utils.orig/pppdcapiplugin/ppp-2.3.11/Makefile 
./pppdcapiplugin/ppp-2.3.11/Makefile
+--- ../capi4k-utils.orig/pppdcapiplugin/ppp-2.3.11/Makefile2001-05-01 
14:43:49.0 +0200
 ./pppdcapiplugin/ppp-2.3.11/Makefile   2011-02-19 22:45:36.609744073 
+0100
+@@ -8,7 +8,7 @@
+ #  as published by the Free Software Foundation; either version
+ #  2 of the License, or (at your option) any later version.
+ 
+-PLUGINDIR=${DESTDIR}/usr/lib/pppd/$(PPPVERSION)
++PLUGINDIR=${DESTDIR}/usr/lib64/pppd/$(PPPVERSION)
+ 
+ include $(TOPDIR)/Rules.make
+ 
+diff -r -u ../capi4k-utils.orig/pppdcapiplugin/ppp-2.4.0/Makefile 
./pppdcapiplugin/ppp-2.4.0/Makefile
+--- ../capi4k-utils.orig/pppdcapiplugin/ppp-2.4.0/Makefile 2001-05-01 
14:43:50.0 +0200
 ./pppdcapiplugin/ppp-2.4.0/Makefile2011-02-19 22:45:36.616410243 
+0100
+@@ -8,7 +8,7 @@
+ #  as published by the Free Software Foundation; either version
+ #  2 of the License, or (at your option) any later version.
+ 
+-PLUGINDIR=${DESTDIR}/usr/lib/pppd/$(PPPVERSION)

packages: gource/gource.spec - dropped BR: gawk (false positive generated b...

2011-02-19 Thread sparky
Author: sparky   Date: Sat Feb 19 22:00:32 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- dropped BR: gawk (false positive generated by cleanbuild)

 Files affected:
packages/gource:
   gource.spec (1.9 - 1.10) 

 Diffs:


Index: packages/gource/gource.spec
diff -u packages/gource/gource.spec:1.9 packages/gource/gource.spec:1.10
--- packages/gource/gource.spec:1.9 Sat Feb 19 20:52:25 2011
+++ packages/gource/gource.spec Sat Feb 19 23:00:27 2011
@@ -15,7 +15,6 @@
 BuildRequires: SDL_image-devel = 1.2
 BuildRequires: freetype-devel
 BuildRequires: ftgl-devel = 2.1.3
-BuildRequires: gawk
 BuildRequires: glew-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
@@ -78,6 +77,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2011/02/19 22:00:27  sparky
+- dropped BR: gawk (false positive generated by cleanbuild)
+
 Revision 1.9  2011/02/19 19:52:25  glen
 - BR: gawk, glew-devel
 


 CVS-web:

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

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


packages (DEVEL): wine/wine.spec - up to 1.3.14 - added x8664 as second Exc...

2011-02-19 Thread evil
Author: evil Date: Sat Feb 19 22:04:07 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- up to 1.3.14
- added x8664 as second ExclusiveArch, and added rules allowing building 
wine64(Win64/PE64 compatible)
- cosmetic fixes

 Files affected:
packages/wine:
   wine.spec (1.391.2.20 - 1.391.2.21) 

 Diffs:


Index: packages/wine/wine.spec
diff -u packages/wine/wine.spec:1.391.2.20 packages/wine/wine.spec:1.391.2.21
--- packages/wine/wine.spec:1.391.2.20  Mon Feb  7 09:00:04 2011
+++ packages/wine/wine.spec Sat Feb 19 23:04:02 2011
@@ -37,14 +37,14 @@
 Summary(pl.UTF-8): Program pozwalający uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:  wine
-Version:   1.3.13
-Release:   0.1
+Version:   1.3.14
+Release:   1
 Epoch: 1
 License:   LGPL
 Group: Applications/Emulators
 Source0:   http://downloads.sourceforge.net/wine/%{name}-%{version}.tar.bz2
-# Source0-md5: e6d4cd7e51678f90760e2193893637aa
-Source1:   http://downloads.sourceforge.net/wine/wine_gecko-1.1.0-x86.cab
+# Source0-md5: c99c8f518d3b2a13a739dfbd6c417e80
+Source1:   
http://downloads.sourceforge.net/wine/%{name}_gecko-1.1.0-x86.cab
 # Source1-md5: 7217cb91106f2efd85d6d1a84f5ee305
 Source2:   %{name}-uninstaller.desktop
 Patch0:%{name}-fontcache.patch
@@ -55,7 +55,6 @@
 Patch6:%{name}-notarget.patch
 Patch7:%{name}-manpaths.patch
 Patch8:desktop.patch
-#PatchX:   %{name}-dga.patch
 URL:   http://www.winehq.org/
 BuildRequires: OpenAL-devel = 1.1
 BuildRequires: OpenGL-GLU-devel
@@ -123,7 +122,7 @@
 Provides:  libntdll.dll.so
 Obsoletes: wine-doc-pdf
 Obsoletes: wine-drv-arts
-ExclusiveArch: %{ix86}
+ExclusiveArch: %{ix86} %{x8664}
 ExcludeArch:   i386
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -251,7 +250,7 @@
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 Requires:  jack-audio-connection-kit
 # dlopened by SONAME detected at build time
-%{?with_jack:Requires: %{getsoname /usr/%{_lib}/libjack.so}}
+%{?with_jack:Requires: %{getsoname %{_libdir}/libjack.so}}
 
 %description drv-jack
 JACK driver for WINE mm.dll (multimedia system) implementation.
@@ -290,6 +289,9 @@
 %{__autoconf}
 %{__autoheader}
 %configure \
+%ifarch %{x8664}
+   --enable-win64 \
+%endif
--with%{!?with_alsa:out}-alsa \
--with-audioio \
--without-capi \
@@ -438,11 +440,19 @@
 %lang(sv) %doc documentation/README.sv
 %lang(tr) %doc documentation/README.tr
 %attr(755,root,root) %{_bindir}/msiexec
+%ifnarch %{x8664}
 %attr(755,root,root) %{_bindir}/wine
+%else
+%attr(755,root,root) %{_bindir}/wine64
+%endif
 %attr(755,root,root) %{_bindir}/wineboot
 %attr(755,root,root) %{_bindir}/winedbg
 %attr(755,root,root) %{_bindir}/winecfg
+%ifnarch %{x8664}
 %attr(755,root,root) %{_bindir}/wine-preloader
+%else
+%attr(755,root,root) %{_bindir}/wine64-preloader
+%endif
 %attr(755,root,root) %{_bindir}/wineserver
 %attr(755,root,root) %{_libdir}/*.so*
 %dir %{_libdir}/wine
@@ -450,17 +460,25 @@
 %{_libdir}/wine/fakedlls/*.acm
 %{_libdir}/wine/fakedlls/*.cpl
 %{_libdir}/wine/fakedlls/*.dll
+%ifarch %{ix86}
 %{_libdir}/wine/fakedlls/*.dll16
+%endif
 %{_libdir}/wine/fakedlls/*.drv
+%ifarch %{ix86}
 %{_libdir}/wine/fakedlls/*.drv16
+%endif
 %{_libdir}/wine/fakedlls/*.ds
 %{_libdir}/wine/fakedlls/*.exe
+%ifarch %{ix86}
 %{_libdir}/wine/fakedlls/*.exe16
 %{_libdir}/wine/fakedlls/*.mod16
+%endif
 %{_libdir}/wine/fakedlls/*.ocx
 %{_libdir}/wine/fakedlls/*.sys
 %{_libdir}/wine/fakedlls/*.tlb
+%ifarch %{ix86}
 %{_libdir}/wine/fakedlls/*.vxd
+%endif
 %{_mandir}/man1/wine.1*
 %lang(de) %{_mandir}/de/man1/wine*.1*
 %lang(fr) %{_mandir}/fr/man1/wine*.1*
@@ -560,6 +578,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.391.2.21  2011/02/19 22:04:02  evil
+- up to 1.3.14
+- added x8664 as second ExclusiveArch, and added rules allowing building 
wine64(Win64/PE64 compatible)
+- cosmetic fixes
+
 Revision 1.391.2.20  2011/02/07 08:00:04  lisu
 - rel 0.1
 - TODO


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine.spec?r1=1.391.2.20r2=1.391.2.21f=u

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


DISTFILES: wine: wine-1.3.14.tar.bz2 wine_gecko-1.1.0-x86.cab

2011-02-19 Thread evil

Files fetched: 1

STORED: http://downloads.sourceforge.net/wine/wine-1.3.14.tar.bz2
c99c8f518d3b2a13a739dfbd6c417e80  wine-1.3.14.tar.bz2
Size: 18970017 bytes
ALREADY GOT: http://downloads.sourceforge.net/wine/wine_gecko-1.1.0-x86.cab
7217cb91106f2efd85d6d1a84f5ee305  wine_gecko-1.1.0-x86.cab


-- 
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/bug580324.patch, mysql/control_online_alter_index.patch, my...

2011-02-19 Thread arekm
Author: arekmDate: Sat Feb 19 22:17:06 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 5.5.9

 Files affected:
packages/mysql:
   bug580324.patch (1.1 - 1.2) , control_online_alter_index.patch (1.1 - 1.2) 
, error_pad.patch (1.1 - 1.2) , innodb_adaptive_hash_index_partitions.patch 
(1.1 - 1.2) , innodb_admin_command_base.patch (1.1 - 1.2) , 
innodb_buffer_pool_pages_i_s.patch (1.1 - 1.2) , innodb_buffer_pool_shm.patch 
(1.1 - 1.2) , innodb_deadlock_count.patch (1.1 - 1.2) , 
innodb_dict_size_limit.patch (1.1 - 1.2) , innodb_expand_import.patch (1.1 - 
1.2) , innodb_extend_slow.patch (1.1 - 1.2) , innodb_extra_rseg.patch (1.1 - 
1.2) , innodb_fast_checksum.patch (1.1 - 1.2) , innodb_files_extend.patch (1.1 
- 1.2) , innodb_fix_misc.patch (1.1 - 1.2) , innodb_io_patches.patch (1.1 - 
1.2) , innodb_lru_dump_restore.patch (1.1 - 1.2) , innodb_opt_lru_count.patch 
(1.1 - 1.2) , innodb_overwrite_relay_log_info.patch (1.1 - 1.2) , 
innodb_pass_corrupt_table.patch (1.1 - 1.2) , innodb_recovery_patches.patch 
(1.1 - 1.2) , innodb_separate_doublewrite.patch (1.1 - 1.2) , 
innodb_show_lock_name.patch (
 1.1 - 1.2) , innodb_show_status.patch (1.1 - 1.2) , 
innodb_show_status_extend.patch (1.1 - 1.2) , innodb_show_sys_tables.patch 
(1.1 - 1.2) , innodb_split_buf_pool_mutex.patch (1.1 - 1.2) , 
innodb_stats.patch (1.1 - 1.2) , innodb_thread_concurrency_timer_based.patch 
(1.1 - 1.2) , log_connection_error.patch (1.1 - 1.2) , 
log_warnings_silence.patch (1.1 - 1.2) , microsec_process.patch (1.1 - 1.2) , 
mysql-test.diff (1.1 - 1.2) , mysql.spec (1.521 - 1.522) , 
mysql_dump_ignore_ct.patch (1.1 - 1.2) , mysql_syslog.patch (1.1 - 1.2) , 
optimizer_fix.patch (1.1 - 1.2) , query_cache_enhance.patch (1.1 - 1.2) , 
remove_fcntl_excessive_calls.patch (1.1 - 1.2) , 
response_time_distribution.patch (1.1 - 1.2) , show_slave_status_nolock.patch 
(1.1 - 1.2) , show_temp.patch (1.1 - 1.2) , slow_extended.patch (1.1 - 1.2) 
, sql_no_fcache.patch (1.1 - 1.2) , userstat.patch (1.1 - 1.2) 

 Diffs:


Index: packages/mysql/bug580324.patch
diff -u packages/mysql/bug580324.patch:1.1 packages/mysql/bug580324.patch:1.2
--- packages/mysql/bug580324.patch:1.1  Fri Jan 28 10:18:02 2011
+++ packages/mysql/bug580324.patch  Sat Feb 19 23:16:58 2011
@@ -26,7 +26,7 @@
 diff -ruN a/sql/sql_parse.cc b/sql/sql_parse.cc
 --- a/sql/sql_parse.cc 2011-01-11 21:35:26.0 +0300
 +++ b/sql/sql_parse.cc 2011-01-11 21:48:50.0 +0300
-@@ -1110,11 +1110,18 @@
+@@ -1113,11 +1113,18 @@
  break;
  #else
{
@@ -46,7 +46,7 @@
  /*
SHOW statements should not add the used tables to the list of tables
used in a transaction.
-@@ -1127,24 +1134,23 @@
+@@ -1130,24 +1137,23 @@
  /*
We have name + wildcard in packet, separated by endzero
  */
@@ -83,7 +83,7 @@
  mysql_reset_thd_for_next_command(thd);
  lex_start(thd);
  /* Must be before we init the table list. */
-@@ -1169,9 +1175,6 @@
+@@ -1172,9 +1178,6 @@
  table_list.schema_table= schema_table;
  }
  


Index: packages/mysql/control_online_alter_index.patch
diff -u packages/mysql/control_online_alter_index.patch:1.1 
packages/mysql/control_online_alter_index.patch:1.2
--- packages/mysql/control_online_alter_index.patch:1.1 Fri Jan 28 10:18:02 2011
+++ packages/mysql/control_online_alter_index.patch Sat Feb 19 23:16:59 2011
@@ -43,7 +43,7 @@
 diff -ruN a/sql/sql_partition.cc b/sql/sql_partition.cc
 --- a/sql/sql_partition.cc 2010-11-03 07:01:14.0 +0900
 +++ b/sql/sql_partition.cc 2010-12-03 13:59:56.444039002 +0900
-@@ -4635,7 +4635,12 @@
+@@ -4636,7 +4636,12 @@
  alter_info-num_parts= curr_part_no - new_part_no;
}
  }
@@ -60,7 +60,7 @@
 diff -ruN a/sql/sql_table.cc b/sql/sql_table.cc
 --- a/sql/sql_table.cc 2010-11-03 07:01:14.0 +0900
 +++ b/sql/sql_table.cc 2010-12-03 13:51:04.768955495 +0900
-@@ -6107,6 +6107,10 @@
+@@ -6117,6 +6117,10 @@
  uint  *idx_end_p;
  
  alter_flags= table-file-alter_table_flags(alter_info-flags);
@@ -74,7 +74,7 @@
 diff -ruN a/sql/sys_vars.cc b/sql/sys_vars.cc
 --- a/sql/sys_vars.cc  2010-12-02 21:23:05.569356468 +0900
 +++ b/sql/sys_vars.cc  2010-12-03 14:05:28.857356603 +0900
-@@ -2124,6 +2124,13 @@
+@@ -2140,6 +2140,13 @@
 GLOBAL_VAR(opt_optimizer_fix),
 NO_CMD_LINE, DEFAULT(TRUE));
  


Index: packages/mysql/error_pad.patch
diff -u packages/mysql/error_pad.patch:1.1 packages/mysql/error_pad.patch:1.2
--- packages/mysql/error_pad.patch:1.1  Fri Jan 28 10:18:02 2011
+++ packages/mysql/error_pad.patch  Sat Feb 19 23:16:59 2011
@@ -98,7 +98,7 @@
 -  DBUG_RETURN(0);
 +if (!(current_error= parse_padd_string(str, rcount)))
 +{
-+  fprintf(stderr, Failed 

DISTFILES: mysql: mysql-5.5.9.tar.gz sphinx-0.9.9.tar.gz

2011-02-19 Thread arekm

Files fetched: 1

STORED: 
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.5/mysql-5.5.9.tar.gz
701c0c44b7f1c2300adc0dc45729f903  mysql-5.5.9.tar.gz
Size: 23841228 bytes
ALREADY GOT: http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz
7b9b618cb9b378f949bb1b91ddcc4f54  sphinx-0.9.9.tar.gz


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


packages (MYSQL_5_1): mysql/mysql-bug677407.patch, mysql/mysql-error_pad.pa...

2011-02-19 Thread arekm
Author: arekmDate: Sat Feb 19 22:36:00 2011 GMT
Module: packages  Tag: MYSQL_5_1
 Log message:
- up to 5.1.11

 Files affected:
packages/mysql:
   mysql-bug677407.patch (1.1.2.1 - 1.1.2.2) , mysql-error_pad.patch (1.1.2.1 
- 1.1.2.2) , mysql-i_s_innodb_buffer_pool_pages.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_adjust_defaults.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_admin_command_base.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_deadlock_count.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_dict_size_limit.patch (1.2.2.1 - 1.2.2.2) , 
mysql-innodb_expand_import.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_expand_undo_slots.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_extend_slow.patch (1.2 - 1.2.2.1) , mysql-innodb_extra_rseg.patch 
(1.2.2.1 - 1.2.2.2) , mysql-innodb_fast_checksum.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_files_extend.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_fix_misc.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_io_patches.patch (1.1.4.1 - 1.1.4.2) , 
mysql-innodb_lru_dump_restore.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_overwrite_relay_log_info.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_pass_corrupt_table.patch (
 1.1.2.1 - 1.1.2.2) , mysql-innodb_purge_thread.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_recovery_patches.patch (1.1.4.1 - 1.1.4.2) , 
mysql-innodb_separate_doublewrite.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_show_enhancements.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_show_lock_name.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_show_status.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_show_sys_tables.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_split_buf_pool_mutex.patch (1.3 - 1.3.2.1) , 
mysql-innodb_stats.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_swap_builtin_plugin.patch (1.1.2.1 - 1.1.2.2) , 
mysql-innodb_thread_concurrency_timer_based.patch (1.2.2.1 - 1.2.2.2) , 
mysql-microsec_process.patch (1.3 - 1.3.2.1) , mysql-optimizer_fix.patch 
(1.1.2.1 - 1.1.2.2) , mysql-profiling_slow.patch (1.2.2.1 - 1.2.2.2) , 
mysql-query_cache_enhance.patch (1.1.2.1 - 1.1.2.2) , mysql-show_patches.patch 
(1.1.4.1 - 1.1.4.2) , mysql-show_temp_51.patch (1.1.2.1 - 1.1.2.2) , 
mysql-slow_extended.p
 atch (1.1.2.1 - 1.1.2.2) , mysql-suppress_log_warning_1592.patch (1.1.2.1 - 
1.1.2.2) , mysql-userstat.patch (1.2 - 1.2.2.1) , mysql.spec (1.496.2.4 - 
1.496.2.5) , plugin-avoid-version.patch (1.3 - 1.3.2.1) 

 Diffs:


Index: packages/mysql/mysql-bug677407.patch
diff -u packages/mysql/mysql-bug677407.patch:1.1.2.1 
packages/mysql/mysql-bug677407.patch:1.1.2.2
--- packages/mysql/mysql-bug677407.patch:1.1.2.1Fri Dec 17 12:41:48 2010
+++ packages/mysql/mysql-bug677407.patchSat Feb 19 23:35:53 2011
@@ -49,6 +49,7 @@
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+diff -ruN a/storage/innodb_plugin/trx/trx0i_s.c 
b/storage/innodb_plugin/trx/trx0i_s.c
 --- a/storage/innodb_plugin/trx/trx0i_s.c  2010-11-03 16:39:54.0 
+0300
 +++ b/storage/innodb_plugin/trx/trx0i_s.c  2010-11-30 13:57:03.0 
+0300
 @@ -157,10 +157,6 @@
@@ -62,7 +63,7 @@
i_s_table_cache_t innodb_trx;   /*! innodb_trx table */
i_s_table_cache_t innodb_locks; /*! innodb_locks table */
i_s_table_cache_t innodb_lock_waits;/*! innodb_lock_waits table */
-@@ -1101,13 +1097,6 @@
+@@ -1142,13 +1138,6 @@
  {
ullint  now;
  
@@ -76,7 +77,7 @@
  #ifdef UNIV_SYNC_DEBUG
ut_a(rw_lock_own(cache-rw_lock, RW_LOCK_EX));
  #endif
-@@ -1205,6 +1194,12 @@
+@@ -1246,6 +1235,12 @@
  /*===*/
trx_i_s_cache_t*cache)  /*! in/out: cache */
  {
@@ -89,7 +90,7 @@
if (!can_cache_be_updated(cache)) {
  
return(1);
-@@ -1217,6 +1212,10 @@
+@@ -1258,6 +1253,10 @@
  
mutex_exit(kernel_mutex);
  
@@ -100,7 +101,7 @@
return(0);
  }
  
-@@ -1247,16 +1246,12 @@
+@@ -1288,16 +1287,12 @@
release kernel_mutex
release trx_i_s_cache_t::rw_lock
acquire trx_i_s_cache_t::rw_lock, S
@@ -117,7 +118,7 @@
table_cache_init(cache-innodb_trx, sizeof(i_s_trx_row_t));
table_cache_init(cache-innodb_locks, sizeof(i_s_locks_row_t));
table_cache_init(cache-innodb_lock_waits,
-@@ -1307,18 +1302,10 @@
+@@ -1348,18 +1343,10 @@
  /*===*/
trx_i_s_cache_t*cache)  /*! in: cache */
  {


Index: packages/mysql/mysql-error_pad.patch
diff -u packages/mysql/mysql-error_pad.patch:1.1.2.1 
packages/mysql/mysql-error_pad.patch:1.1.2.2
--- packages/mysql/mysql-error_pad.patch:1.1.2.1Fri Dec 17 12:41:48 2010
+++ packages/mysql/mysql-error_pad.patchSat Feb 19 23:35:53 2011
@@ -61,7 +61,7 @@
 -  goto err;
 +int padd_to= tmp_error-d_code;
 +char* padd_message= tmp-text;
-+while 

DISTFILES: mysql: mysql-5.1.55.tar.gz sphinx-0.9.9.tar.gz

2011-02-19 Thread arekm

Files fetched: 1

STORED: 
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/MySQL-5.1/mysql-5.1.55.tar.gz
e07e79edad557874d0870c914c9c81e1  mysql-5.1.55.tar.gz
Size: 23769743 bytes
ALREADY GOT: http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz
7b9b618cb9b378f949bb1b91ddcc4f54  sphinx-0.9.9.tar.gz


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


packages: gxmessage/gxmessage.spec - update icon cache in post/postun

2011-02-19 Thread megabajt
Author: megabajt Date: Sat Feb 19 22:36:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- update icon cache in post/postun

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

 Diffs:


Index: packages/gxmessage/gxmessage.spec
diff -u packages/gxmessage/gxmessage.spec:1.15 
packages/gxmessage/gxmessage.spec:1.16
--- packages/gxmessage/gxmessage.spec:1.15  Wed Feb  2 18:41:34 2011
+++ packages/gxmessage/gxmessage.spec   Sat Feb 19 23:36:34 2011
@@ -16,6 +16,9 @@
 BuildRequires: intltool
 BuildRequires: libtool
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) = 1.601
+Requires:  gtk-update-icon-cache
+Requires:  hicolor-icon-theme
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,6 +57,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README AUTHORS ChangeLog
@@ -68,6 +77,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2011/02/19 22:36:34  megabajt
+- update icon cache in post/postun
+
 Revision 1.15  2011/02/02 17:41:34  sparky
 - BR: intltool
 


 CVS-web:

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

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


packages: libibverbs/libibverbs.spec - release 2

2011-02-19 Thread megabajt
Author: megabajt Date: Sat Feb 19 22:50:18 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/libibverbs:
   libibverbs.spec (1.6 - 1.7) 

 Diffs:


Index: packages/libibverbs/libibverbs.spec
diff -u packages/libibverbs/libibverbs.spec:1.6 
packages/libibverbs/libibverbs.spec:1.7
--- packages/libibverbs/libibverbs.spec:1.6 Sat Jan  8 22:24:13 2011
+++ packages/libibverbs/libibverbs.spec Sat Feb 19 23:50:13 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Biblioteka bezpośredniego dostępu do sprzętu InfiniBand 
z przestrzeni użytkownika
 Name:  libibverbs
 Version:   1.1.4
-Release:   1
+Release:   2
 License:   BSD or GPL v2
 Group: Libraries
 Source0:   
http://www.openfabrics.org/downloads/verbs/%{name}-%{version}.tar.gz
@@ -129,6 +129,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2011/02/19 22:50:13  megabajt
+- release 2
+
 Revision 1.6  2011/01/08 21:24:13  qboosh
 - fixed .pc presence check
 


 CVS-web:

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

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


packages (DEVEL): wine/wine.spec - added CAPI 2.0 (ISDN) support - removed ...

2011-02-19 Thread evil
Author: evil Date: Sat Feb 19 23:16:08 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- added CAPI 2.0 (ISDN) support
- removed deprecated TODOs

 Files affected:
packages/wine:
   wine.spec (1.391.2.21 - 1.391.2.22) 

 Diffs:


Index: packages/wine/wine.spec
diff -u packages/wine/wine.spec:1.391.2.21 packages/wine/wine.spec:1.391.2.22
--- packages/wine/wine.spec:1.391.2.21  Sat Feb 19 23:04:02 2011
+++ packages/wine/wine.spec Sun Feb 20 00:16:03 2011
@@ -1,21 +1,15 @@
 # $Revision$, $Date$
 #
-# TODO: solve this:
-#  pen.c: In function 'X11DRV_SelectPen':
-#  pen.c:31:12: internal compiler error: Segmentation fault
-#
 # Conditional build:
 %bcond_without alsa# don't build ALSA mm driver
 %bcond_withesd # build ESD mm driver
+%bcond_without capi# don't build CAPI 2.0 (ISDN) support
 %bcond_without gstramer# don't build GStreamer filters support
 %bcond_without jack# don't build JACK mm driver
 %bcond_without nas # don't build NAS mm driver
 %bcond_without sane# don't build TWAIN DLL with scanning support 
(through SANE)
 %bcond_without cups# without CUPS printing support in 
winspool,wineps DLLs
 #
-# TODO:
-# - support for CAPI (ISDN support; --with-capi)
-#
 # NOTE: wine detects the following SONAMES for dlopen at build time:
 #   libcrypto,libssl (wininet.dll)
 #   libcups (winspool.dll.so,wineps.dll.so)
@@ -63,6 +57,7 @@
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
+%{?with_capi:BuildRequires:capi4k-utils-devel}
 %{?with_cups:BuildRequires:cups-devel}
 BuildRequires: docbook-dtd31-sgml
 BuildRequires: docbook-utils
@@ -193,6 +188,18 @@
 %description programs -l pl.UTF-8
 Wine - programy.
 
+%package dll-capi
+Summary:   CAPI 2.0 (ISDN) implementation DLLs for Wine
+Summary(pl.UTF-8): Biblioteki DLL z implementacją CAPI 2.0 (ISDN) dla Wine
+Group: Applications/Emulators
+Requires:  %{name} = %{epoch}:%{version}-%{release}
+
+%description dll-capi
+CAPI 2.0 (ISDN) implementation DLLs for Wine (through OpenGL).
+
+%description dll-capi -l pl.UTF-8
+Biblioteki DLL z implementacją CAPI 2.0 (ISDN) dla Wine (poprzez OpenGL).
+
 %package dll-d3d
 Summary:   Direct3D implementation DLLs for Wine
 Summary(pl.UTF-8): Biblioteki DLL z implementacją Direct3D dla Wine
@@ -294,7 +301,7 @@
 %endif
--with%{!?with_alsa:out}-alsa \
--with-audioio \
-   --without-capi \
+   --with%{!?with_capi:out}-capi \
--with-cms \
--with-coreaudio \
--with%{!?with_cups:out}-cups \
@@ -531,6 +538,10 @@
 %{_mandir}/man1/wrc.1*
 %{_aclocaldir}/*.m4
 
+%files dll-capi
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/wine/capi2032.dll.so
+
 %files dll-d3d
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/wine/d3d8.dll.so
@@ -578,6 +589,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.391.2.22  2011/02/19 23:16:03  evil
+- added CAPI 2.0 (ISDN) support
+- removed deprecated TODOs
+
 Revision 1.391.2.21  2011/02/19 22:04:02  evil
 - up to 1.3.14
 - added x8664 as second ExclusiveArch, and added rules allowing building 
wine64(Win64/PE64 compatible)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine.spec?r1=1.391.2.21r2=1.391.2.22f=u

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


PLD-doc: PLD-update-TODO - updated

2011-02-19 Thread arekm
Author: arekmDate: Sat Feb 19 23:37:26 2011 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.1290 - 1.1291) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.1290 PLD-doc/PLD-update-TODO:1.1291
--- PLD-doc/PLD-update-TODO:1.1290  Fri Feb 18 16:53:51 2011
+++ PLD-doc/PLD-update-TODO Sun Feb 20 00:37:21 2011
@@ -18,6 +18,7 @@
 Narval(10) [OLD] 2.0.2 [NEW] 3.0.3
 Narval-pda(11) [OLD] 20011016 [NEW] 20020927
 NewsFeed(11) [OLD] 2.11 [NEW] 2.14
+OpenAL(15) [OLD] 1.12.854 [NEW] 1.13
 OpenSceneGraph(9) [OLD] 2.8.3 [NEW] 2.9.11
 PackageKit(29) [OLD] 0.6.8 [NEW] 0.6.12
 Perlbal(18) [OLD] 1.72 [NEW] 1.78
@@ -71,7 +72,6 @@
 antlr(28) [OLD] 2.7.7 [NEW] 3.1b1
 anubis(20) [OLD] 4.1 [NEW] 4.1.1
 anyfs-tools(16) [OLD] 0.84.12 [NEW] 0.85.1c
-anyremote(14) [OLD] 5.3 [NEW] 5.4
 anyterm(15) [OLD] 1.1.4 [NEW] 1.1.29
 apache-mod_authn_sasl(11) [OLD] 1.0.2 [NEW] 1.2
 apache-mod_caml(13) [OLD] 1.3.4 [NEW] 1.3.6
@@ -98,7 +98,7 @@
 asm(10) [OLD] 1.5.3 [NEW] 3.3.1
 asm2(10) [OLD] 2.2.3 [NEW] 3.3.1
 aspell-ca(12) [OLD] 2.1.5 [NEW] 20040130
-aspell-pl-alt(9) [OLD] 20110122 [NEW] 20110218
+aspell-pl-alt(9) [OLD] 20110122 [NEW] 20110219
 asterisk(46) [OLD] 1.8.1.1 [NEW] 1.8.2.3
 asterisk-addons(13) [OLD] 1.6.2.2 [NEW] 1.6.2.3
 asterisk-oh323(11) [OLD] 0.7.1 [NEW] 0.7.3
@@ -127,8 +127,7 @@
 bibclean(12) [OLD] 2.11.4 [NEW] 2.11.4.updates
 bincimap(9) [OLD] 1.2.12final [NEW] 1.2.13final
 binutils(25) [OLD] 2.21.51.0.6 [NEW] 2.21.51.0.6.ia64
-biosdevname(9) [OLD] 0.3.6 [NEW] 0.3.7
-bitbake(9) [OLD] 1.8.18 [NEW] 1.10.2
+bitbake(9) [OLD] 1.8.18 [NEW] 1.12.0
 bitlbee(9) [OLD] 1.2.3 [NEW] 3.0.1
 blender(12) [OLD] 2.49b [NEW] 2.50a1
 bless(9) [OLD] 0.4.1 [NEW] 0.6.0
@@ -167,7 +166,6 @@
 cgterm(9) [OLD] 1.6 [NEW] 1.7b2
 chemtool(9) [OLD] 1.6.11 [NEW] 1.6.12
 cheops-ng(9) [OLD] 0.1.12 [NEW] 0.2.3
-chromium-bsu(9) [OLD] 0.9.14 [NEW] 0.9.15
 chuck(10) [OLD] 1.1.5.6 [NEW] 1.2.1.3
 cinelerra(16) [OLD] 4.1 [NEW] 4.2
 clalsadrv(11) [OLD] 1.0.1 [NEW] 2.0.0
@@ -217,6 +215,7 @@
 crossm68k-uClibc(17) [OLD] 0.9.27 [NEW] 0.9.31
 crossmingw32-binutils(13) [OLD] 2.21.51.0.6 [NEW] 2.21.51.0.6.ia64
 crossmingw32-cairomm(10) [OLD] 1.8.6 [NEW] 1.9.8
+crossmingw32-glib2(20) [OLD] 2.28.0 [NEW] 2.28.1
 crossmingw32-libpng(10) [OLD] 1.4.5 [NEW] 1.5.1
 crossmingw32-libtiff(10) [OLD] 3.9.4 [NEW] 4.0.0beta6
 crossmingw32-lua40(10) [OLD] 4.0.1 [NEW] 5.1.4
@@ -246,6 +245,7 @@
 ctemplate(8) [OLD] 0.97 [NEW] 0.99
 ctwm(9) [OLD] 3.6 [NEW] 3.8a
 cuberok(8) [OLD] 0.0.11 [NEW] 0.1.0
+cups-backend-pdf(13) [OLD] 2.5.0 [NEW] 2.5.1
 cvm(12) [OLD] 0.95 [NEW] 0.96
 cvsgraph(9) [OLD] 1.6.1 [NEW] 1.7.0
 cwautomacros(8) [OLD] 20080318 [NEW] 20110201
@@ -259,7 +259,7 @@
 darkstat(9) [OLD] 3.0.711 [NEW] 3.0.713
 darktable(9) [OLD] 0.6 [NEW] 0.8
 dash(9) [OLD] 0.5.5.1 [NEW] 0.5.6.1
-dbus(15) [OLD] 1.4.1 [NEW] 1.4.4
+dbus(15) [OLD] 1.4.1 [NEW] 1.4.6
 ddpt(9) [OLD] 0.91 [NEW] 0.92
 deadbeef(8) [OLD] 0.4.1 [NEW] 0.4.4
 debhelper(9) [OLD] 5.0.62 [NEW] 8.1.2
@@ -275,7 +275,7 @@
 dlm(9) [OLD] 2.00.00 [NEW] 3.0.7
 dnprogs(14) [OLD] 2.23 [NEW] 2.53
 dnrd(13) [OLD] 2.20.1 [NEW] 2.20.3
-dnsmasq(13) [OLD] 2.55 [NEW] 2.56
+dnsmasq(13) [OLD] 2.55 [NEW] 2.57
 dnstop(9) [OLD] 20090128 [NEW] 20110127
 docbook-tdg(9) [OLD] 2.0.15 [NEW] 2.0.17
 doldaconnect(13) [OLD] 1.2 [NEW] 1.3
@@ -347,6 +347,7 @@
 folks(9) [OLD] 0.2.0 [NEW] 0.2.1
 fonts-TTF-hanazono(9) [OLD] 20100718 [NEW] 20101013
 fonts-TTF-mplus(8) [OLD] 033 [NEW] 036
+foomatic-filters(14) [OLD] 4.0.6 [NEW] 4.0.7
 free-sa(10) [OLD] 1.6.2 [NEW] 2.0.0b3p8
 freepbx(12) [OLD] 2.3.0 [NEW] 2.6.0beta1
 freeswan(19) [OLD] 2.04 [NEW] 2.06
@@ -468,6 +469,7 @@
 gtick(13) [OLD] 0.3.13 [NEW] 0.4.2
 gtk+-directfb(10) [OLD] 1.3.4 [NEW] 2.0.9
 gtk-iptables(9) [OLD] 0.4.21 [NEW] 0.5.1
+gtk-vnc(9) [OLD] 0.4.2 [NEW] 0.4.3
 gtk2hs(18) [OLD] 0.9.12 [NEW] 0.10.1
 gtkatlantic(9) [OLD] 0.4.2 [NEW] 0.4.3
 gtkdbfeditor(9) [OLD] 0.2.0 [NEW] 0.4.0
@@ -493,8 +495,8 @@
 horde-dimp(12) [OLD] 1.1.5 [NEW] 1.1.6
 horde-webmail(19) [OLD] 1.2.6 [NEW] 1.2.9
 hostapd(12) [OLD] 0.7.0 [NEW] 0.7.3
-howto(11) [OLD] 20100920 [NEW] 20110218
-howto-html(11) [OLD] 20100920 [NEW] 20110218
+howto(11) [OLD] 20100920 [NEW] 20110219
+howto-html(11) [OLD] 20100920 [NEW] 20110219
 htb-gen(13) [OLD] 0.8.3 [NEW] 0.9b
 html2ps(10) [OLD] 1.0b5 [NEW] 1.0b7
 html2text.spec:9: impossible substitution: 
http://userpage.fu-berlin.de/%7Embayer/tools/html2text-1.3.2a.tar.gz
@@ -538,7 +540,7 @@
 irrd(9) [OLD] 2.2.2 [NEW] 2.3.10
 iso-codes(9) [OLD] 3.24 [NEW] 3.24.1
 isomaster(9) [OLD] 1.3.7 [NEW] 1.3.8
-ispell-pl-alt(9) [OLD] 20110122 [NEW] 20110218
+ispell-pl-alt(9) [OLD] 20110122 [NEW] 20110219
 iw(9) [OLD] 0.9.21 [NEW] 0.9.22
 jabberd(24) [OLD] 2.2.9 [NEW] 2.2.12
 jack-rack(14) [OLD] 1.4.4 [NEW] 1.4.7
@@ -655,11 +657,10 @@
 libdomainkeys(9) [OLD] 0.68 [NEW] 0.69
 libdumbtts(9) [OLD] 0.3.0 [NEW] 0.3.2

packages: supertuxkart/supertuxkart.spec - add licenses used for some data ...

2011-02-19 Thread evil
Author: evil Date: Sat Feb 19 23:49:21 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- add licenses used for some data files

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

 Diffs:


Index: packages/supertuxkart/supertuxkart.spec
diff -u packages/supertuxkart/supertuxkart.spec:1.25 
packages/supertuxkart/supertuxkart.spec:1.26
--- packages/supertuxkart/supertuxkart.spec:1.25Mon Jan 24 01:22:26 2011
+++ packages/supertuxkart/supertuxkart.spec Sun Feb 20 00:49:16 2011
@@ -1,18 +1,15 @@
 # $Revision$, $Date$
 
-%define_addons_ver 0.6.1
 
 Summary:   SuperTuxKart - an enhanced version of TuxKart
 Summary(pl.UTF-8): SuperTuxKart - ulepszona wersja gry TuxKart
 Name:  supertuxkart
 Version:   0.7
 Release:   1
-License:   GPL v3+
+License:   GPL v1, GPL v2, GPL v3+, CC-BY-SA v3, CC-BY-SA v3+
 Group: X11/Applications/Games
 Source0:   
http://downloads.sourceforge.net/supertuxkart/%{name}-%{version}-src.tar.bz2
 # Source0-md5: 2806f271e4d37fee5ad8ca166e1ad489
-Source1:   
http://downloads.sourceforge.net/supertuxkart/addon%{_addons_ver}-1.zip
-# Source1-md5: 28c2a6aff5190072e5b81b88d09126b8
 Patch0:%{name}-desktop.patch
 Patch1:%{name}-useless_files.patch
 Patch2:%{name}-gettext.patch
@@ -42,7 +39,7 @@
 Tux lub jego przyjaciele.
 
 %prep
-%setup -q -a 1
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -64,8 +61,6 @@
DESTDIR=$RPM_BUILD_ROOT
 
 install data/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
-cp -a tracks/* $RPM_BUILD_ROOT%{_datadir}/games/%{name}/data/tracks
-cp -a karts/* $RPM_BUILD_ROOT%{_datadir}/games/%{name}/data/karts
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,6 +79,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.26  2011/02/19 23:49:16  evil
+- add licenses used for some data files
+
 Revision 1.25  2011/01/24 00:22:26  sparky
 - BR: pkgconfig
 


 CVS-web:

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

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


DISTFILES: supertuxkart-addons-karts: ERRORS:

2011-02-19 Thread evil
supertuxkart-addons-karts.spec: source 1 not defined (# SourceN-md5: has to be 
placed just after SourceN:)



Files fetched: 0



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


packages: supertuxkart-addons-karts/supertuxkart-addons-karts.spec (NEW) - ...

2011-02-19 Thread evil
Author: evil Date: Sat Feb 19 23:58:26 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- initial release

 Files affected:
packages/supertuxkart-addons-karts:
   supertuxkart-addons-karts.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/supertuxkart-addons-karts/supertuxkart-addons-karts.spec
diff -u /dev/null 
packages/supertuxkart-addons-karts/supertuxkart-addons-karts.spec:1.1
--- /dev/null   Sun Feb 20 00:58:26 2011
+++ packages/supertuxkart-addons-karts/supertuxkart-addons-karts.spec   Sun Feb 
20 00:58:21 2011
@@ -0,0 +1,49 @@
+# $Revision$, $Date$
+
+Summary:   Additional karts for SuperTuxKart
+Summary(pl.UTF-8): Dodatkowe karty dla SuperTuxKart
+Name:  supertuxkart-addons-karts
+Version:   0.7
+Release:   1
+License:   Distributable
+Group: X11/Applications/Games
+Source0:   
http://downloads.sourceforge.net/supertuxkart/karts_addons_%{version}.zip
+# Source1-md5: 141165fc0a894c1216257261d3d54a1c
+URL:   http://supertuxkart.sourceforge.net/
+BuildRequires: unzip
+Requires:  supertuxkart = 0.7
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Additional karts for SuperTuxKart.
+
+%description -l pl.UTF-8
+Dodatkowe karty dla SuperTuxKart.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/games/supertuxkart/
+
+cp -a data $RPM_BUILD_ROOT%{_datadir}/games/supertuxkart/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/games/supertuxkart/data/karts/*
+
+%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/02/19 23:58:21  evil
+- initial release
+

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


packages: kqthebetrayer/kqthebetrayer.spec, kqthebetrayer/kqthebetrayer-ins...

2011-02-19 Thread evil
Author: evil Date: Sun Feb 20 00:57:56 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- remove compiled lua scripts
- added install_once.patch preventing double installation of some data files

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

 Diffs:


Index: packages/kqthebetrayer/kqthebetrayer.spec
diff -u packages/kqthebetrayer/kqthebetrayer.spec:1.3 
packages/kqthebetrayer/kqthebetrayer.spec:1.4
--- packages/kqthebetrayer/kqthebetrayer.spec:1.3   Mon Feb  7 00:18:03 2011
+++ packages/kqthebetrayer/kqthebetrayer.spec   Sun Feb 20 01:57:51 2011
@@ -12,6 +12,7 @@
 URL:   http://virtualkingdoms.net/kqthebetrayer/
 Source1:   %{name}.desktop
 Patch0:%{name}-naming_scheme.patch
+Patch1:%{name}-install_once.patch
 BuildRequires: allegro-devel = 4.2.1
 BuildRequires: autoconf
 BuildRequires: automake
@@ -36,10 +37,14 @@
 %prep
 %setup -q -n %{name}%{version}src
 %patch0
+%patch1 -p1
 %{__sed} 's/luac/luac50/g' -i scripts/Makefile.{am,in}
+# workaround for not fully cleaned scripts dir from compiled lua files:
+rm scripts/*.lob
 
 %build
 CFLAGS=-I/usr/include/lua50 %{rpmcflags}
+LDFLAGS=-lm %{rpmldflags}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -49,7 +54,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+#%{__make} install \
+make install \
DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
@@ -82,6 +88,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2011/02/20 00:57:51  evil
+- remove compiled lua scripts
+- added install_once.patch preventing double installation of some data files
+
 Revision 1.3  2011/02/06 23:18:03  sparky
 - unified preamble in %changelog
 


Index: packages/kqthebetrayer/kqthebetrayer-install_once.patch
diff -u /dev/null packages/kqthebetrayer/kqthebetrayer-install_once.patch:1.1
--- /dev/null   Sun Feb 20 01:57:57 2011
+++ packages/kqthebetrayer/kqthebetrayer-install_once.patch Sun Feb 20 
01:57:51 2011
@@ -0,0 +1,82 @@
+--- kqthebetrayer0.2.7src/Makefile.in.orig 2011-02-20 01:38:13.330480759 
+0100
 kqthebetrayer0.2.7src/Makefile.in  2011-02-20 01:41:51.364339375 +0100
+@@ -340,16 +340,16 @@
+ maps/capital.map maps/haunt.map maps/shrine.map \
+ maps/townx2.map maps/tunnel2.map maps/castle.map \
+ maps/hq.map maps/townx3.map  maps/tunnel.map \
+-maps/cavex1.map maps/land1.map maps/townx3.map \
++maps/cavex1.map maps/land1.map \
+ maps/villagex.map
+ 
+ mapdir = $(pkgdatadir)/maps
+ cscripts_DATA = scripts/starting.lob scripts/starting2.lob \
+   scripts/townx.lob scripts/glade.lob \
+-scripts/global.lob scripts/land.lob scripts/starting.lob \
++scripts/global.lob scripts/land.lob \
+   scripts/init.lob scripts/townx4.lob scripts/glade2.lob \
+ scripts/tunnel.lob scripts/tunnel2.lob scripts/villagex.lob \
+-scripts/capital.lob scripts/hq.lob scripts/townx4.lob \
++scripts/capital.lob scripts/hq.lob \
+ scripts/haunt.lob scripts/shrine.lob scripts/blacksmith.lob \
+ scripts/cavex1.lob scripts/manorx.lob
+ 
+@@ -360,7 +360,7 @@
+   scripts/global.lua scripts/init.lua scripts/townx4.lua \
+ scripts/glade2.lua scripts/tunnel.lua scripts/tunnel2.lua \
+ scripts/villagex.lua scripts/capital.lua scripts/hq.lua \
+-scripts/townx4.lua scripts/haunt.lua scripts/shrine.lua \
++scripts/haunt.lua scripts/shrine.lua \
+ scripts/blacksmith.lua scripts/cavex1.lua scripts/manorx.lua \
+ Mac/Info.plist Mac/KQ-icon.icns maps/mapdraw2.glade \
+ other/kq.ico
+@@ -373,7 +373,7 @@
+   music/walk.s3m music/comeback.mod music/hm.s3m music/rain.s3m \
+   music/waterw.xm music/dag_4.xm music/infanita.mod music/rend5.s3m \
+   music/enfero.xm music/into61.s3m music/toroia.s3m music/eranasp.mod \
+-  music/land.mod music/town.mod music/comeback.mod music/grseed.s3m \
++  music/land.mod music/town.mod music/grseed.s3m \
+ music/res.xm music/renc1.s3m
+ 
+ musicdir = $(pkgdatadir)/music
+--- kqthebetrayer0.2.7src/Makefile.am.orig 2011-02-20 01:53:47.971475687 
+0100
 kqthebetrayer0.2.7src/Makefile.am  2011-02-20 01:55:23.927725504 +0100
+@@ -64,7 +64,7 @@
+ maps/capital.map maps/haunt.map maps/shrine.map \
+ maps/townx2.map maps/tunnel2.map maps/castle.map \
+ maps/hq.map maps/townx3.map  maps/tunnel.map \
+-maps/cavex1.map maps/land1.map maps/townx3.map \
++maps/cavex1.map maps/land1.map \
+ maps/villagex.map
+ 
+ 
+@@ -72,10 +72,10 @@
+ 
+ cscripts_DATA = scripts/starting.lob scripts/starting2.lob \
+   scripts/townx.lob 

packages: supertuxkart-addons-karts/supertuxkart-addons-karts.spec - s/Sour...

2011-02-19 Thread evil
Author: evil Date: Sun Feb 20 01:03:41 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- s/Source1-md5/Source0-md5/

 Files affected:
packages/supertuxkart-addons-karts:
   supertuxkart-addons-karts.spec (1.1 - 1.2) 

 Diffs:


Index: packages/supertuxkart-addons-karts/supertuxkart-addons-karts.spec
diff -u packages/supertuxkart-addons-karts/supertuxkart-addons-karts.spec:1.1 
packages/supertuxkart-addons-karts/supertuxkart-addons-karts.spec:1.2
--- packages/supertuxkart-addons-karts/supertuxkart-addons-karts.spec:1.1   
Sun Feb 20 00:58:21 2011
+++ packages/supertuxkart-addons-karts/supertuxkart-addons-karts.spec   Sun Feb 
20 02:03:36 2011
@@ -8,7 +8,7 @@
 License:   Distributable
 Group: X11/Applications/Games
 Source0:   
http://downloads.sourceforge.net/supertuxkart/karts_addons_%{version}.zip
-# Source1-md5: 141165fc0a894c1216257261d3d54a1c
+# Source0-md5: 141165fc0a894c1216257261d3d54a1c
 URL:   http://supertuxkart.sourceforge.net/
 BuildRequires: unzip
 Requires:  supertuxkart = 0.7
@@ -44,6 +44,9 @@
 * %{date} PLD Team feedb...@pld-linux.org
 All persons listed below can be reached at cvs_login@pld-linux.org
 $Log$
+Revision 1.2  2011/02/20 01:03:36  evil
+- s/Source1-md5/Source0-md5/
+
 Revision 1.1  2011/02/19 23:58:21  evil
 - initial release
 


 CVS-web:

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


DISTFILES: supertuxkart-addons-karts: karts_addons_0.7.zip

2011-02-19 Thread evil

Files fetched: 1

STORED: http://downloads.sourceforge.net/supertuxkart/karts_addons_0.7.zip
141165fc0a894c1216257261d3d54a1c  karts_addons_0.7.zip
Size: 3948626 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: kqthebetrayer/kqthebetrayer.spec - replace 'make install'(used fo...

2011-02-19 Thread evil
Author: evil Date: Sun Feb 20 01:06:20 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- replace 'make install'(used for debugging) with correct one '%{_make} 
install' macro

 Files affected:
packages/kqthebetrayer:
   kqthebetrayer.spec (1.4 - 1.5) 

 Diffs:


Index: packages/kqthebetrayer/kqthebetrayer.spec
diff -u packages/kqthebetrayer/kqthebetrayer.spec:1.4 
packages/kqthebetrayer/kqthebetrayer.spec:1.5
--- packages/kqthebetrayer/kqthebetrayer.spec:1.4   Sun Feb 20 01:57:51 2011
+++ packages/kqthebetrayer/kqthebetrayer.spec   Sun Feb 20 02:06:15 2011
@@ -54,8 +54,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-#%{__make} install \
-make install \
+%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
@@ -88,6 +87,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2011/02/20 01:06:15  evil
+- replace 'make install'(used for debugging) with correct one '%{_make} 
install' macro
+
 Revision 1.4  2011/02/20 00:57:51  evil
 - remove compiled lua scripts
 - added install_once.patch preventing double installation of some data files


 CVS-web:

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

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


DISTFILES: libev: libev-4.04.tar.gz

2011-02-19 Thread aredridel

Files fetched: 1

STORED: http://dist.schmorp.de/libev/libev-4.04.tar.gz
c1130d0a4782681ba5277df1bc3fb335  libev-4.04.tar.gz
Size: 471713 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: libev/libev.spec - 4.04

2011-02-19 Thread aredridel
Author: aredridelDate: Sun Feb 20 04:10:48 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 4.04

 Files affected:
packages/libev:
   libev.spec (1.11 - 1.12) 

 Diffs:


Index: packages/libev/libev.spec
diff -u packages/libev/libev.spec:1.11 packages/libev/libev.spec:1.12
--- packages/libev/libev.spec:1.11  Wed Jan 12 20:13:49 2011
+++ packages/libev/libev.spec   Sun Feb 20 05:10:43 2011
@@ -6,12 +6,12 @@
 Summary:   libev - an event notification library
 Summary(pl.UTF-8): libev - biblioteka powiadamiająca o zdarzeniach
 Name:  libev
-Version:   4.03
+Version:   4.04
 Release:   1
 License:   BSD or GPL v2+
 Group: Libraries
 Source0:   http://dist.schmorp.de/libev/%{name}-%{version}.tar.gz
-# Source0-md5: 86cd5c1b42fced1bd02c6e0119e9b865
+# Source0-md5: c1130d0a4782681ba5277df1bc3fb335
 URL:   http://software.schmorp.de/pkg/libev
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
@@ -116,6 +116,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2011/02/20 04:10:43  aredridel
+- 4.04
+
 Revision 1.11  2011/01/12 19:13:49  qboosh
 - updated to 4.03
 


 CVS-web:

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

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


packages: nodejs/nodejs.spec - 0.4.1

2011-02-19 Thread aredridel
Author: aredridelDate: Sun Feb 20 05:59:10 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 0.4.1

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

 Diffs:


Index: packages/nodejs/nodejs.spec
diff -u packages/nodejs/nodejs.spec:1.14 packages/nodejs/nodejs.spec:1.15
--- packages/nodejs/nodejs.spec:1.14Sat Feb 19 08:53:43 2011
+++ packages/nodejs/nodejs.spec Sun Feb 20 06:59:05 2011
@@ -2,13 +2,13 @@
 
 Summary:   Asynchronous JavaScript Engine
 Name:  nodejs
-Version:   0.4.0
+Version:   0.4.1
 Release:   0
 License:   BSD
 Group: Libraries
 URL:   http://nodejs.org/
 Source0:   http://nodejs.org/dist/node-v%{version}.tar.gz
-# Source0-md5: 18f89256751f9b8e27dee8494f508171
+# Source0-md5: 9566bdbd05c18cc2bbe1fa0fba60dd0a
 Patch0:%{name}-ev-multiplicity.patch
 BuildRequires: c-ares-devel
 BuildRequires: c-ares-devel = 1.7.4
@@ -108,6 +108,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.15  2011/02/20 05:59:05  aredridel
+- 0.4.1
+
 Revision 1.14  2011/02/19 07:53:43  aredridel
 - R: v8 = 3.1.5
 


 CVS-web:

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

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


DISTFILES: nodejs: node-v0.4.1.tar.gz

2011-02-19 Thread aredridel

Files fetched: 1

STORED: http://nodejs.org/dist/node-v0.4.1.tar.gz
9566bdbd05c18cc2bbe1fa0fba60dd0a  node-v0.4.1.tar.gz
Size: 4855576 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: xine-ui: xine-ui-0.99.6.tar.xz

2011-02-19 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/xine/xine-ui-0.99.6.tar.xz
d468b4e7fe39ff19888261e1da9be914  xine-ui-0.99.6.tar.xz
Size: 1797144 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: xine-ui/xine-ui-ncurses.patch, xine-ui/xine-ui-pl.po.patch, xine-...

2011-02-19 Thread qboosh
Author: qboosh   Date: Sun Feb 20 06:49:57 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.99.6
- updated ncurses,pl.po patches, removed obsolete install_once patch and 
xine.png
- added lirc patch

 Files affected:
packages/xine-ui:
   xine-ui-ncurses.patch (1.2 - 1.3) , xine-ui-pl.po.patch (1.6 - 1.7) , 
xine-ui.spec (1.106 - 1.107) , xine-ui-lirc.patch (NONE - 1.1)  (NEW), 
install_once.patch (1.1 - NONE)  (REMOVED), xine.png (1.2 - NONE)  (REMOVED)

 Diffs:


Index: packages/xine-ui/xine-ui-ncurses.patch
diff -u packages/xine-ui/xine-ui-ncurses.patch:1.2 
packages/xine-ui/xine-ui-ncurses.patch:1.3
--- packages/xine-ui/xine-ui-ncurses.patch:1.2  Fri May  4 02:51:55 2007
+++ packages/xine-ui/xine-ui-ncurses.patch  Sun Feb 20 07:49:51 2011
@@ -1,11 +1,11 @@
 configure.ac   2007-05-04 02:35:18.755421561 +0200
-+++ configure.ac-new   2007-05-04 02:40:20.610440809 +0200
-@@ -304,7 +304,7 @@
-AS_HELP_STRING([--without-ncurses], [Turn off ncurses support.]))
- 
- if test x$with_ncurses != xno; then
--  AC_CHECK_HEADERS(curses.h)
-+  AC_CHECK_HEADERS(ncurses/ncurses.h)
-   AC_CHECK_LIB(ncurses, cbreak,
-AC_DEFINE(HAVE_NCURSES,,[Define this if you have ncurses 
installed])
-ac_have_ncurses=yes
+--- xine-ui-0.99.6/m4/readline.m4.orig 2009-12-19 00:14:27.0 +0100
 xine-ui-0.99.6/m4/readline.m4  2011-02-20 07:02:26.886967526 +0100
+@@ -63,7 +63,7 @@
+   if test $LIBS = ''; then
+   LIBS=''
+   LDFLAGS=$READLINE_LDFLAGS_TEMP
+-AC_CHECK_LIB([ncurses], [cbreak])
++AC_SEARCH_LIBS([cbreak], [tinfow ncursesw tinfo ncurses])
+ if test $LIBS = ''; then
+ AC_MSG_NOTICE([libreadline is not linked against libncurses, and I 
can't find it - disabling])
+ have_readline=no


Index: packages/xine-ui/xine-ui-pl.po.patch
diff -u packages/xine-ui/xine-ui-pl.po.patch:1.6 
packages/xine-ui/xine-ui-pl.po.patch:1.7
--- packages/xine-ui/xine-ui-pl.po.patch:1.6Sun May 13 13:44:49 2007
+++ packages/xine-ui/xine-ui-pl.po.patchSun Feb 20 07:49:51 2011
@@ -1,95 +1,149 @@
 xine-ui-0.99.5/po/pl.po.orig   2007-04-27 01:23:47.0 +0200
-+++ xine-ui-0.99.5/po/pl.po2007-05-13 12:42:07.048761255 +0200
-@@ -1,11 +1,11 @@
+--- xine-ui-0.99.6/po/pl.po.orig   2010-03-06 02:35:04.0 +0100
 xine-ui-0.99.6/po/pl.po2011-02-19 20:16:37.650971716 +0100
+@@ -1,15 +1,14 @@
  msgid 
  msgstr 
 -Project-Id-Version: pl\n
-+Project-Id-Version: xine-ui 0.99.5\n
++Project-Id-Version: xine-ui 0.99.6\n
  Report-Msgid-Bugs-To: xine-de...@lists.sourceforge.net\n
- POT-Creation-Date: 2007-04-24 01:02+0200\n
- PO-Revision-Date: 2007-04-25 00:55+0200\n
- Last-Translator: Bart�omiej Muryn bmu...@gmail.com\n
+ POT-Creation-Date: 2010-03-06 01:35+\n
+-PO-Revision-Date: 2007-04-25 00:55+0200\n
+-Last-Translator: Bart�omiej Muryn bmu...@gmail.com\n
 -Language-Team:  p...@li.org\n
++PO-Revision-Date: 2011-02-19 20:21+0100\n
++Last-Translator: Jakub Bogusz qbo...@pld-linux.org\n
 +Language-Team: Polish translation-team...@lists.sourceforge.net\n
  MIME-Version: 1.0\n
  Content-Type: text/plain; charset=ISO-8859-2\n
  Content-Transfer-Encoding: 8bit\n
-@@ -244,7 +244,7 @@
+-X-Generator: vi\n
  
- #: src/xitk/control.c:865
+ #: src/xitk/actions.c:385
+ msgid There is no MRL.
+@@ -34,9 +33,9 @@
+ \n
+ 
+ #: src/xitk/actions.c:446
+-#, fuzzy, c-format
++#, c-format
+ msgid Video Codec: %s (%s)\n
+-msgstr %sKodek obrazu: %s (%s)\n
++msgstr Kodek obrazu: %s (%s)\n
+ 
+ #: src/xitk/actions.c:447 src/xitk/actions.c:458 src/xitk/stream_infos.c:140
+ #: src/xitk/stream_infos.c:350
+@@ -44,22 +43,21 @@
+ msgstr Niedost�pne
+ 
+ #: src/xitk/actions.c:457
+-#, fuzzy, c-format
++#, c-format
+ msgid Audio Codec: %s (%s)\n
+-msgstr %sKodek d�wi�ku: %s (%s)\n
++msgstr Kodek d�wi�ku: %s (%s)\n
+ 
+ #: src/xitk/actions.c:478
+ msgid Start Playback ?
+ msgstr Odtwarza�?
+ 
+ #: src/xitk/actions.c:483
+-#, fuzzy
+ msgid 
+ \n
+ Start playback anyway ?\n
+ msgstr 
+-%s\n
+-Czy,pomimo to, odtwarza�?\n
++\n
++Czy, pomimo to, odtwarza�?\n
+ 
+ #: src/xitk/actions.c:802
+ msgid No MRL (input stream) specified
+@@ -189,7 +187,7 @@
+ 
+ #: src/xitk/control.c:868
  msgid Close control window
 -msgstr Zamkni�cie panela kontrolnego
 +msgstr Zamkni�cie panelu kontrolnego
  
- #: src/xitk/download.c:56
+ #: src/xitk/download.c:53
  msgid Download in progress
-@@ -314,7 +314,7 @@
+@@ -259,7 +257,7 @@
  msgstr 
  - b��d silnika xine -\n
  \n
 -�le wpisane MRL. MRL '%s' wydaje si� by� b��dne.\n
 +�le wpisane MRL. MRL '%s' wydaje si� by� b��dne.\n
  
- #: src/xitk/errors.c:294
+ #: src/xitk/errors.c:291
  #, c-format
-@@ -339,11 +339,11 @@
+@@ -284,11 +282,11 @@
  
- #: src/xitk/errors.c:317
+ #: src/xitk/errors.c:314
  msgid Opening mozilla web browser, 

packages: dsniff/dsniff.spec - release 21

2011-02-19 Thread arekm
Author: arekmDate: Sun Feb 20 07:11:09 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 21

 Files affected:
packages/dsniff:
   dsniff.spec (1.65 - 1.66) 

 Diffs:


Index: packages/dsniff/dsniff.spec
diff -u packages/dsniff/dsniff.spec:1.65 packages/dsniff/dsniff.spec:1.66
--- packages/dsniff/dsniff.spec:1.65Mon Nov  8 19:47:07 2010
+++ packages/dsniff/dsniff.spec Sun Feb 20 08:11:04 2011
@@ -2,7 +2,7 @@
 # TODO
 # - make R: mozilla-firefox something generic (it uses X11 and remote.c to find
 #   browser window to send openURL(%s, %s) command there)
-%definerel 20
+%definerel 21
 Summary:   Network audit tools
 Summary(pl.UTF-8): Narzędzia do kontroli sieci
 Name:  dsniff
@@ -115,6 +115,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.66  2011/02/20 07:11:04  arekm
+- release 21
+
 Revision 1.65  2010/11/08 18:47:07  shadzik
 - rel .20
 


 CVS-web:

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

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


packages: evolution-exchange/evolution-exchange.spec - release 3

2011-02-19 Thread arekm
Author: arekmDate: Sun Feb 20 07:17:55 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/evolution-exchange:
   evolution-exchange.spec (1.64 - 1.65) 

 Diffs:


Index: packages/evolution-exchange/evolution-exchange.spec
diff -u packages/evolution-exchange/evolution-exchange.spec:1.64 
packages/evolution-exchange/evolution-exchange.spec:1.65
--- packages/evolution-exchange/evolution-exchange.spec:1.64Tue Feb 15 
11:19:43 2011
+++ packages/evolution-exchange/evolution-exchange.spec Sun Feb 20 08:17:50 2011
@@ -5,7 +5,7 @@
 Summary(pl.UTF-8): Wsparcie dla Microsoft Exchange w Evolution
 Name:  evolution-exchange
 Version:   2.32.1
-Release:   2
+Release:   3
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.32/%{name}-%{version}.tar.bz2
@@ -125,6 +125,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.65  2011/02/20 07:17:50  arekm
+- release 3
+
 Revision 1.64  2011/02/15 10:19:43  arekm
 - release 2
 


 CVS-web:

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

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


packages: avogadro/avogadro.spec - release 5

2011-02-19 Thread arekm
Author: arekmDate: Sun Feb 20 07:18:34 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 5

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

 Diffs:


Index: packages/avogadro/avogadro.spec
diff -u packages/avogadro/avogadro.spec:1.15 
packages/avogadro/avogadro.spec:1.16
--- packages/avogadro/avogadro.spec:1.15Fri Feb  4 03:07:13 2011
+++ packages/avogadro/avogadro.spec Sun Feb 20 08:18:29 2011
@@ -5,7 +5,7 @@
 Summary:   An advanced molecular editor for chemical purposes
 Name:  avogadro
 Version:   1.0.1
-Release:   4
+Release:   5
 License:   GPL v2
 Group: Applications/Editors
 Source0:   
http://downloads.sourceforge.net/avogadro/%{name}-%{version}.tar.bz2
@@ -117,6 +117,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2011/02/20 07:18:29  arekm
+- release 5
+
 Revision 1.15  2011/02/04 02:07:13  sparky
 - BR: pkgconfig, qt4-linguist
 


 CVS-web:

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

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


packages: openbabel/openbabel.spec - release 2

2011-02-19 Thread arekm
Author: arekmDate: Sun Feb 20 07:18:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/openbabel:
   openbabel.spec (1.36 - 1.37) 

 Diffs:


Index: packages/openbabel/openbabel.spec
diff -u packages/openbabel/openbabel.spec:1.36 
packages/openbabel/openbabel.spec:1.37
--- packages/openbabel/openbabel.spec:1.36  Sun Feb  6 09:20:00 2011
+++ packages/openbabel/openbabel.spec   Sun Feb 20 08:18:34 2011
@@ -5,7 +5,7 @@
 Summary(pl.UTF-8): Międzyplatformowy program chemiczny i biblioteka do 
konwersji formatów plików
 Name:  openbabel
 Version:   2.3.0
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/openbabel/%{name}-%{version}.tar.gz
@@ -196,6 +196,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.37  2011/02/20 07:18:34  arekm
+- release 2
+
 Revision 1.36  2011/02/06 08:20:00  qboosh
 - release 1; uninstalled bindings to finish are new things
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openbabel/openbabel.spec?r1=1.36r2=1.37f=u

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


packages: kde4-kdeedu/kde4-kdeedu.spec - release 3

2011-02-19 Thread arekm
Author: arekmDate: Sun Feb 20 07:18:45 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/kde4-kdeedu:
   kde4-kdeedu.spec (1.80 - 1.81) 

 Diffs:


Index: packages/kde4-kdeedu/kde4-kdeedu.spec
diff -u packages/kde4-kdeedu/kde4-kdeedu.spec:1.80 
packages/kde4-kdeedu/kde4-kdeedu.spec:1.81
--- packages/kde4-kdeedu/kde4-kdeedu.spec:1.80  Sat Jan 22 15:46:27 2011
+++ packages/kde4-kdeedu/kde4-kdeedu.spec   Sun Feb 20 08:18:39 2011
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): K Desktop Environment - edukacja i rozrywka
 Name:  kde4-kdeedu
 Version:   4.6.0
-Release:   2
+Release:   3
 License:   GPL
 Group: X11/Applications/Games
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
@@ -1011,6 +1011,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.81  2011/02/20 07:18:39  arekm
+- release 3
+
 Revision 1.80  2011/01/22 14:46:27  arekm
 - more icons
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-kdeedu/kde4-kdeedu.spec?r1=1.80r2=1.81f=u

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


packages: telepathy-gabble/telepathy-gabble.spec - release 2

2011-02-19 Thread arekm
Author: arekmDate: Sun Feb 20 07:19:06 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/telepathy-gabble:
   telepathy-gabble.spec (1.36 - 1.37) 

 Diffs:


Index: packages/telepathy-gabble/telepathy-gabble.spec
diff -u packages/telepathy-gabble/telepathy-gabble.spec:1.36 
packages/telepathy-gabble/telepathy-gabble.spec:1.37
--- packages/telepathy-gabble/telepathy-gabble.spec:1.36Wed Jan 19 
16:10:54 2011
+++ packages/telepathy-gabble/telepathy-gabble.spec Sun Feb 20 08:19:01 2011
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8): Zarządca połączeń Telepathy dla Jabbera/XMPP
 Name:  telepathy-gabble
 Version:   0.11.5
-Release:   1
+Release:   2
 License:   LGPL
 Group: Libraries
 Source0:   
http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
@@ -84,6 +84,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.37  2011/02/20 07:19:01  arekm
+- release 2
+
 Revision 1.36  2011/01/19 15:10:54  caleb
 - Up to 0.11.5
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/telepathy-gabble/telepathy-gabble.spec?r1=1.36r2=1.37f=u

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


packages: wine/wine.spec - rel 4; libjack 64bit

2011-02-19 Thread arekm
Author: arekmDate: Sun Feb 20 07:20:46 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 4; libjack 64bit

 Files affected:
packages/wine:
   wine.spec (1.397 - 1.398) 

 Diffs:


Index: packages/wine/wine.spec
diff -u packages/wine/wine.spec:1.397 packages/wine/wine.spec:1.398
--- packages/wine/wine.spec:1.397   Sat Feb 19 20:14:08 2011
+++ packages/wine/wine.spec Sun Feb 20 08:20:40 2011
@@ -33,7 +33,7 @@
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:  wine
 Version:   1.2.2
-Release:   3
+Release:   4
 Epoch: 1
 License:   LGPL
 Group: Applications/Emulators
@@ -246,7 +246,11 @@
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 Requires:  jack-audio-connection-kit
 # dlopened by SONAME detected at build time
+%ifarch %{x8664}
+%{?with_jack:Requires:  %{getsoname /usr/%{_lib}/libjack.so}()(64bit)}
+%else
 %{?with_jack:Requires: %{getsoname /usr/%{_lib}/libjack.so}}
+%endif
 
 %description drv-jack
 JACK driver for WINE mm.dll (multimedia system) implementation.
@@ -564,6 +568,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.398  2011/02/20 07:20:40  arekm
+- rel 4; libjack 64bit
+
 Revision 1.397  2011/02/19 19:14:08  arekm
 - require proper freetype
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine.spec?r1=1.397r2=1.398f=u

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


packages: xfmedia/xfmedia.spec - release 5

2011-02-19 Thread arekm
Author: arekmDate: Sun Feb 20 07:21:08 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 5

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

 Diffs:


Index: packages/xfmedia/xfmedia.spec
diff -u packages/xfmedia/xfmedia.spec:1.25 packages/xfmedia/xfmedia.spec:1.26
--- packages/xfmedia/xfmedia.spec:1.25  Fri Feb  4 19:24:12 2011
+++ packages/xfmedia/xfmedia.spec   Sun Feb 20 08:21:03 2011
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8): Xfmedia - lekki odtwarzacz multimedialny oparty na 
silniku xine
 Name:  xfmedia
 Version:   0.9.2
-Release:   4
+Release:   5
 License:   GPL v2
 Group: X11/Applications/Multimedia
 Source0:   
http://spuriousinterrupt.org/projects/xfmedia/files/%{name}-%{version}.tar.bz2
@@ -142,6 +142,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.26  2011/02/20 07:21:03  arekm
+- release 5
+
 Revision 1.25  2011/02/04 18:24:12  wiget
 - Requires(post,postun): gtk-update-icon-cache
 


 CVS-web:

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

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


packages: gxine/gxine-desktop.patch, gxine/gxine.spec, gxine/gxine-link.pat...

2011-02-19 Thread qboosh
Author: qboosh   Date: Sun Feb 20 07:30:21 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated from 4-year old 0.5.11 to 0.5.905
- updated desktop patch
- added link patch (avoid -lnsl etc.)
- added --with-gudev to use udev instead of hal

 Files affected:
packages/gxine:
   gxine-desktop.patch (1.8 - 1.9) , gxine.spec (1.34 - 1.35) , 
gxine-link.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/gxine/gxine-desktop.patch
diff -u packages/gxine/gxine-desktop.patch:1.8 
packages/gxine/gxine-desktop.patch:1.9
--- packages/gxine/gxine-desktop.patch:1.8  Sun Dec 17 09:58:22 2006
+++ packages/gxine/gxine-desktop.patch  Sun Feb 20 08:30:16 2011
@@ -1,9 +1,13 @@
 gxine-0.5.9/gxine.desktop.orig 2006-12-17 09:22:32.0 +0100
-+++ gxine-0.5.9/gxine.desktop  2006-12-17 09:44:03.0 +0100
-@@ -4,11 +4,12 @@
- Name=gxine
- GenericName=Video Player
+--- gxine-0.5.905/gxine.desktop.in.orig2009-12-19 17:10:03.0 
+0100
 gxine-0.5.905/gxine.desktop.in 2011-02-19 20:42:05.602975068 +0100
+@@ -5,14 +5,16 @@
+ GenericName[ca]=Reproductor de peŀlícules
+ GenericName[de]=Video-Player
+ GenericName[es]=Reproductor de películas
++GenericName[pl]=Odtwarzacz filmów
  Comment=Watch videos or TV and listen to audio in a variety of formats
+ Comment[ca]=Reproduïu vídeos i cançons
+ Comment[es]=Reproduce vídeos y canciones
 +Comment[pl]=Odwarzanie filmów i piosenek, oglądanie telewizji cyfrowej
  Exec=gxine
  X-MultipleArgs=true
@@ -12,6 +16,12 @@
  Type=Application
  StartupNotify=true
 -Categories=AudioVideo;GTK;Player;TV;
--MimeType=video/mpeg;video/msvideo;video/quicktime;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;application/x-ogg;application/ogg;audio/x-mp3;audio/x-mpeg;video/x-mpeg;video/x-fli;audio/x-wav;audio/x-mpegurl;audio/x-scpls;audio/x-ms-asx;application/vnd.rn-realmedia;audio/x-real-audio;audio/x-pn-realaudio;application/x-flac;audio/x-flac;application/x-shockwave-flash;audio/mpeg;audio/x-ms-asf;audio/x-m4a;audio/x-ms-wax;video/dv;video/x-anim;video/x-flc;misc/ultravox;application/x-matroska;audio/vnd.rn-realaudio;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;image/vnd.rn-realpix;video/vnd.rn-realvideo
-+Categories=GTK;AudioVideo;Player;
-+MimeType=video/mpeg;video/msvideo;video/quicktime;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;application/x-ogg;application/ogg;audio/x-mp3;audio/x-mpeg;video/x-mpeg;video/x-fli;audio/x-wav;audio/x-mpegurl;audio/x-scpls;audio/x-ms-asx;application/vnd.rn-realmedia;audio/x-real-audio;audio/x-pn-realaudio;application/x-flac;audio/x-flac;application/x-shockwave-flash;audio/mpeg;audio/x-ms-asf;audio/x-m4a;audio/x-ms-wax;video/dv;video/x-anim;video/x-flc;misc/ultravox;application/x-matroska;audio/vnd.rn-realaudio;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;image/vnd.rn-realpix;video/vnd.rn-realvideo;
++Categories=AudioVideo;GTK;Player;
+ 
MimeType=x-content/video-dvd;x-content/audio-cdda;x-content/video-vcd;x-content/video-svcd;
+\ Brak znaku nowej linii na ko�cu pliku
+--- gxine-0.5.905/mime.extra.orig  2009-12-19 17:10:04.0 +0100
 gxine-0.5.905/mime.extra   2011-02-20 07:23:13.558973392 +0100
+@@ -1,3 +0,0 @@
+-x-content/video-dvd
+-x-content/video-svcd
+-x-content/video-vcd


Index: packages/gxine/gxine.spec
diff -u packages/gxine/gxine.spec:1.34 packages/gxine/gxine.spec:1.35
--- packages/gxine/gxine.spec:1.34  Fri Nov  7 21:52:42 2008
+++ packages/gxine/gxine.spec   Sun Feb 20 08:30:16 2011
@@ -7,30 +7,40 @@
 Summary(de.UTF-8): GTK+ basierende grafische Oberfläche für die 
xine-Bibliotheken
 Summary(pl.UTF-8): Oparty na GTK+ graficzny interfejs do bibliotek XINE
 Name:  gxine
-Version:   0.5.11
-Release:   5
-License:   GPL
+Version:   0.5.905
+Release:   1
+License:   GPL v2+
 Group: X11/Applications/Multimedia
-Source0:   http://dl.sourceforge.net/xine/%{name}-%{version}.tar.bz2
-# Source0-md5: b210d1f6e3eab3ff496c1db9e09dbcd0
+Source0:   http://downloads.sourceforge.net/xine/%{name}-%{version}.tar.bz2
+# Source0-md5: 3c9092f1c5c8dc85e95ca327cdcc77af
 Patch0:%{name}-desktop.patch
 Patch1:%{name}-plugindir.patch
-URL:   http://xine.sourceforge.net/
+Patch2:%{name}-link.patch
+URL:   http://www.xine-project.org/
 BuildRequires: autoconf = 2.59
 BuildRequires: automake = 1:1.9
 BuildRequires: dbus-glib-devel = 0.35
-BuildRequires: gtk+2-devel = 1:2.6.0
+BuildRequires: glib2-devel = 1:2.10.0
+BuildRequires: gtk+2-devel = 2:2.8.0
 BuildRequires: js-devel
 BuildRequires: libtool
+BuildRequires: libxcb-devel = 1.0
 %{?with_lirc:BuildRequires:lirc-devel}
 BuildRequires: nspr-devel
-BuildRequires: pango-devel = 1.12.0
+BuildRequires: 

DISTFILES: gxine: gxine-0.5.905.tar.bz2

2011-02-19 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/xine/gxine-0.5.905.tar.bz2
3c9092f1c5c8dc85e95ca327cdcc77af  gxine-0.5.905.tar.bz2
Size: 1203720 bytes


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


packages: glibc/glibc.spec - informative -static summaries - updated locale...

2011-02-19 Thread qboosh
Author: qboosh   Date: Sun Feb 20 07:45:29 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- informative -static summaries
- updated locale comments (added en@shaw as LANGUAGE-usable, kg as unsupported)
- added dir for tl (tl_PH) locale

 Files affected:
packages/glibc:
   glibc.spec (1.893 - 1.894) 

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.893 packages/glibc/glibc.spec:1.894
--- packages/glibc/glibc.spec:1.893 Fri Feb 18 17:03:32 2011
+++ packages/glibc/glibc.spec   Sun Feb 20 08:45:23 2011
@@ -684,9 +684,9 @@
 kodowania danych z poziomu dowolnego programu.
 
 %package static
-Summary:   Static libraries
+Summary:   Static GNU libc libraries
 Summary(es.UTF-8): Bibliotecas estáticas
-Summary(pl.UTF-8): Biblioteki statyczne
+Summary(pl.UTF-8): Biblioteki statyczne GNU libc
 Summary(ru.UTF-8): Статические библиотеки glibc
 Summary(uk.UTF-8): Статичні бібліотеки glibc
 Group: Development/Libraries
@@ -1105,6 +1105,7 @@
 # Languages not supported by glibc locales, but usable via $LANGUAGE:
 #   ang - Old English (gtk+, gnome)
 #   ca@valencia (gtk+, gnome; as ca_ES@valencia in FileZilla; locale exists in 
Debian)
+#   en@shaw - English with Shavian alphabet (gnome)
 #   tlh - Klingon (bzflag)
 # and variants:
 #   sr@ije (use LANGUAGE=sr_ME@ije/sr_RS@ije) (gnome)
@@ -1121,6 +1122,7 @@
 #   ilo (kudzu)
 #   io  (gtk+2, gnome, alacarte)
 #   jv  (gmpc)
+#   kg  (gtk+3)
 #   kok (iso-codes)
 #   lb  (geany,miro)
 #   man (ccsm; incorrectly named md)
@@ -1144,7 +1146,7 @@
es_VE et eu fa fil fo fr_BE fr_CA fr_CH fur fy ga gd gez gu gv ha he \
hi hne hsb hy ia id ig ik is it_CH iu ka kk kl km kn ks ku kw ky la \
lg li lo lt lv mai mg mi mk ml mn mr ms mt my nds ne nl_BE nn nr nso \
-   oc om or pa pap ps pt ps rm ro sa sc se si sid sl so sq sr sr@Latn \
+   oc om or pa pap ps pt ps rm ro sa sc se si sid sl so sq sr sr@Latn tl \
sr@ije sr@latin ss st sw ta te tg th ti tig tk tl tlh tn ts tt ug uk \
ur uz uz@cyrillic ve vi wa wal wo xh yi yo zh_HK zu; do
if [ ! -d $RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES ]; then
@@ -1699,6 +1701,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.894  2011/02/20 07:45:23  qboosh
+- informative -static summaries
+- updated locale comments (added en@shaw as LANGUAGE-usable, kg as unsupported)
+- added dir for tl (tl_PH) locale
+
 Revision 1.893  2011/02/18 16:03:32  glen
 - restart crond if glibc is upgraded, LP#721338
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.893r2=1.894f=u

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