[packages/kde4-kdebase-workspace] - up to 4.9.5

2013-01-05 Thread arekm
commit 883477a4dc5f52c776e628346a338a5bd5abd71d
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:28:05 2013 +0100

- up to 4.9.5

 kde4-kdebase-workspace.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-kdebase-workspace.spec b/kde4-kdebase-workspace.spec
index 9fcdcd1..a0f0215 100644
--- a/kde4-kdebase-workspace.spec
+++ b/kde4-kdebase-workspace.spec
@@ -7,12 +7,12 @@
 Summary:   KDE 4 base workspace components
 Summary(pl.UTF-8): Podstawowe komponenty środowiska KDE 4
 Name:  kde4-kdebase-workspace
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: b26cc75639cada6de8c96ee752c0291b
+# Source0-md5: 139bdce88559ddc638ea616a6a443cf6
 Source1:   kdebase-kdesktop.pam
 Source2:   kdebase-kdm.pam
 Source3:   kdebase-kdm-np.pam


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdebase-workspace.git/commitdiff/883477a4dc5f52c776e628346a338a5bd5abd71d

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


DISTFILES: kde4-kdebase-workspace: kde-workspace-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/kde-workspace-4.9.5.tar.xz
139bdce88559ddc638ea616a6a443cf6  kde-workspace-4.9.5.tar.xz
Size: 22520656 bytes


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


[packages/kde4-kdebase] - up to 4.9.5

2013-01-05 Thread arekm
commit bf5a4ee41ec3e04bdfd5d7849223c878b2dd50d1
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:35:39 2013 +0100

- up to 4.9.5

 kde-baseapps-4.9.4-fix-bugs-311206-311246.diff | 232 -
 kde4-kdebase.spec  |   8 +-
 2 files changed, 3 insertions(+), 237 deletions(-)
---
diff --git a/kde4-kdebase.spec b/kde4-kdebase.spec
index e77fdf7..d0de3ed 100644
--- a/kde4-kdebase.spec
+++ b/kde4-kdebase.spec
@@ -15,14 +15,13 @@ Summary(ru.UTF-8):  K Desktop Environment - базовые файлы
 Summary(uk.UTF-8): K Desktop Environment - базові файли
 Summary(zh_CN.UTF-8):  KDE核心
 Name:  kde4-kdebase
-Version:   4.9.4
-Release:   2
+Version:   4.9.5
+Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: a8fb5329986598d155e9861ea638da65
+# Source0-md5: 510440a4efc787e3fbb7d13e24ce821c
 Patch100:  %{name}-branch.diff
-Patch0:kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
 URL:   http://www.kde.org/
 BuildRequires: QtCore-devel = %{qtver}
 BuildRequires: QtNetwork-devel = %{qtver}
@@ -249,7 +248,6 @@ Biblioteki współdzielone konquerora.
 %prep
 %setup -q -n %{orgname}-%{version}
 #%patch100 -p0
-%patch0 -p1
 
 for f in $(find . -name '*.desktop'); do
if grep -q '\[ven\]' $f; then
diff --git a/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff 
b/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
deleted file mode 100644
index 9f328ec..000
--- a/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff
+++ /dev/null
@@ -1,232 +0,0 @@
-diff --git a/dolphin/src/kitemviews/kstandarditemlistwidget.cpp 
b/dolphin/src/kitemviews/kstandarditemlistwidget.cpp
-index f92cab5..af16954 100644
 a/dolphin/src/kitemviews/kstandarditemlistwidget.cpp
-+++ b/dolphin/src/kitemviews/kstandarditemlistwidget.cpp
-@@ -193,7 +193,8 @@ 
KStandardItemListWidget::KStandardItemListWidget(KItemListWidgetInformant* infor
- m_additionalInfoTextColor(),
- m_overlay(),
- m_rating(),
--m_roleEditor(0)
-+m_roleEditor(0),
-+m_oldRoleEditor(0)
- {
- }
- 
-@@ -203,6 +204,7 @@ KStandardItemListWidget::~KStandardItemListWidget()
- m_textInfo.clear();
- 
- delete m_roleEditor;
-+delete m_oldRoleEditor;
- }
- 
- void KStandardItemListWidget::setLayout(Layout layout)
-@@ -609,13 +611,16 @@ void KStandardItemListWidget::editedRoleChanged(const 
QByteArray current, const
-this, 
SLOT(slotRoleEditingCanceled(int,QByteArray,QVariant)));
- disconnect(m_roleEditor, 
SIGNAL(roleEditingFinished(int,QByteArray,QVariant)),
-this, 
SLOT(slotRoleEditingFinished(int,QByteArray,QVariant)));
--// Do not delete the role editor using deleteLater() because we 
might be
--// inside a nested event loop which has been started by one of 
its event
--// handlers (contextMenuEvent() or dragdrop inside 
mouseMoveEvent()).
--m_roleEditor-deleteWhenIdle();
-+m_oldRoleEditor = m_roleEditor;
-+m_roleEditor-hide();
- m_roleEditor = 0;
- }
- return;
-+} else if (m_oldRoleEditor) {
-+// Delete the old editor before constructing the new one to
-+// prevent a memory leak.
-+m_oldRoleEditor-deleteLater();
-+m_oldRoleEditor = 0;
- }
- 
- Q_ASSERT(!m_roleEditor);
-@@ -1267,21 +1272,19 @@ QRectF KStandardItemListWidget::roleEditingRect(const 
QByteArray role) const
- 
- void KStandardItemListWidget::closeRoleEditor()
- {
-+disconnect(m_roleEditor, 
SIGNAL(roleEditingCanceled(int,QByteArray,QVariant)),
-+   this, SLOT(slotRoleEditingCanceled(int,QByteArray,QVariant)));
-+disconnect(m_roleEditor, 
SIGNAL(roleEditingFinished(int,QByteArray,QVariant)),
-+   this, SLOT(slotRoleEditingFinished(int,QByteArray,QVariant)));
-+
- if (m_roleEditor-hasFocus()) {
- // If the editing was not ended by a FocusOut event, we have
- // to transfer the keyboard focus back to the KItemListContainer.
- scene()-views()[0]-parentWidget()-setFocus();
- }
- 
--disconnect(m_roleEditor, 
SIGNAL(roleEditingCanceled(int,QByteArray,QVariant)),
--   this, SLOT(slotRoleEditingCanceled(int,QByteArray,QVariant)));
--disconnect(m_roleEditor, 
SIGNAL(roleEditingFinished(int,QByteArray,QVariant)),
--   this, SLOT(slotRoleEditingFinished(int,QByteArray,QVariant)));
--
--// Do not delete the role editor using deleteLater() because we might be
--// inside a nested event loop which has been started by one of its event
--// handlers (contextMenuEvent() or dragdrop inside mouseMoveEvent()).
--m_roleEditor-deleteWhenIdle();
-+m_oldRoleEditor = m_roleEditor;
-+m_roleEditor-hide();
- m_roleEditor = 0;
- }
- 
-diff --git 

DISTFILES: kde4-kdebase: kde-baseapps-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/kde-baseapps-4.9.5.tar.xz
510440a4efc787e3fbb7d13e24ce821c  kde-baseapps-4.9.5.tar.xz
Size: 2527344 bytes


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


[packages/kde4-konsole] - up to 4.9.5

2013-01-05 Thread arekm
commit de32e7da860a7d398ea5a19a204bedb3aefed975
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:39:05 2013 +0100

- up to 4.9.5

 kde4-konsole.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-konsole.spec b/kde4-konsole.spec
index 341178c..0df76d1 100644
--- a/kde4-konsole.spec
+++ b/kde4-konsole.spec
@@ -8,12 +8,12 @@
 Summary:   K Desktop Environment - KDE Terminal Emulator
 Summary(pl.UTF-8): K Desktop Environment - Emulator terminala dla KDE
 Name:  kde4-konsole
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 0c5cba9a434fa5e0404e6f0cdd89e512
+# Source0-md5: 2e1bea3c818df37bf0ef8129440c66e6
 Patch0:konsole-wordchars.patch
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdebase-devel = %{version}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-konsole.git/commitdiff/de32e7da860a7d398ea5a19a204bedb3aefed975

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


DISTFILES: kde4-konsole: konsole-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/konsole-4.9.5.tar.xz
2e1bea3c818df37bf0ef8129440c66e6  konsole-4.9.5.tar.xz
Size: 442472 bytes


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


[packages/kde4-libkexiv2] - up to 4.9.5

2013-01-05 Thread arekm
commit afcc31a2260ad315557e5aaf056a6f289b6fab2c
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:42:22 2013 +0100

- up to 4.9.5

 kde4-libkexiv2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-libkexiv2.spec b/kde4-libkexiv2.spec
index 2ee457e..2df9798 100644
--- a/kde4-libkexiv2.spec
+++ b/kde4-libkexiv2.spec
@@ -4,12 +4,12 @@
 Summary:   libkexiv2 - picture metadata manipulation library
 Summary(pl.UTF-8): libkexiv2 - biblioteka do obróbki metadanych obrazków
 Name:  kde4-libkexiv2
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: b6c455535118421968c55a661e96d2e1
+# Source0-md5: 079e048aba5fd76ea5ba39871fc61b19
 URL:   http://www.kde.org/
 BuildRequires: exiv2-devel = 0.20
 BuildRequires: kde4-kdelibs-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-libkexiv2.git/commitdiff/afcc31a2260ad315557e5aaf056a6f289b6fab2c

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


DISTFILES: kde4-libkexiv2: libkexiv2-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/libkexiv2-4.9.5.tar.xz
079e048aba5fd76ea5ba39871fc61b19  libkexiv2-4.9.5.tar.xz
Size: 134320 bytes


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


[packages/kde4-kdebase-runtime] - up to 4.9.5

2013-01-05 Thread arekm
commit f8e527cfb62aa080f2b815e6036f0ee217609c0d
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:43:03 2013 +0100

- up to 4.9.5

 kde4-kdebase-runtime.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-kdebase-runtime.spec b/kde4-kdebase-runtime.spec
index 331df0f..740f4c7 100644
--- a/kde4-kdebase-runtime.spec
+++ b/kde4-kdebase-runtime.spec
@@ -11,12 +11,12 @@
 Summary:   KDE 4 base runtime components
 Summary(pl.UTF-8): Komponenty uruchomieniowe podstawowej części KDE 4
 Name:  kde4-kdebase-runtime
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 471f1cf654bebf8c29a009096912bfd6
+# Source0-md5: e7b17cb6f59d8c36a09ac9862936fd44
 Source1:   kdebase-searchproviders.tar.bz2
 # Source1-md5: 126c3524b5367f5096a628acbf9dc86f
 Source2:   l10n-iso639-1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdebase-runtime.git/commitdiff/f8e527cfb62aa080f2b815e6036f0ee217609c0d

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


DISTFILES: kde4-kdebase-runtime: kde-runtime-4.9.5.tar.xz kdebase-searchproviders.tar.bz2

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/kde-runtime-4.9.5.tar.xz
e7b17cb6f59d8c36a09ac9862936fd44  kde-runtime-4.9.5.tar.xz
Size: 6432752 bytes
ALREADY GOT: no-url://kdebase-searchproviders.tar.bz2
126c3524b5367f5096a628acbf9dc86f  kdebase-searchproviders.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/kde4-kdeartwork] - up to 4.9.5

2013-01-05 Thread arekm
commit 74e949fbda24bb174240f6bb8c7aa32014a54f8d
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:47:34 2013 +0100

- up to 4.9.5

 kde4-kdeartwork.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-kdeartwork.spec b/kde4-kdeartwork.spec
index 58d8f53..d71e01a 100644
--- a/kde4-kdeartwork.spec
+++ b/kde4-kdeartwork.spec
@@ -5,12 +5,12 @@
 Summary:   K Desktop Environment - artwork
 Summary(pl.UTF-8): K Desktop Environment - grafiki itp.
 Name:  kde4-kdeartwork
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   LGPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: a0bae9fae49544be913cdd7bf984653d
+# Source0-md5: a710d1f50bb23595a5f7a52fbdde7cf1
 Patch0:%{name}-findxscreensaver.patch
 Patch1:%{name}-crystalsvg-hicolor.patch
 URL:   http://www.kde.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdeartwork.git/commitdiff/74e949fbda24bb174240f6bb8c7aa32014a54f8d

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


[packages/kde4-okular] - up to 4.9.5

2013-01-05 Thread arekm
commit bda1960db21c8378acff00f47bd88fc8850bdfaf
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:47:44 2013 +0100

- up to 4.9.5

 kde4-okular.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-okular.spec b/kde4-okular.spec
index cede769..1d8f63f 100644
--- a/kde4-okular.spec
+++ b/kde4-okular.spec
@@ -5,12 +5,12 @@
 Summary:   K Desktop Environment - KDE universal document viewer
 Summary(pl.UTF-8): K Desktop Environment - Uniwersalna przeglądarka 
dokumentów dla KDE
 Name:  kde4-okular
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL
 Group: X11/Applications/Graphics
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 811535e5fd417dbfb560d3a6fa4f2db7
+# Source0-md5: c95ada3fb597a6f3e727b4bbe92de087
 URL:   http://www.kde.org/
 BuildRequires: chmlib-devel
 BuildRequires: djvulibre-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-okular.git/commitdiff/bda1960db21c8378acff00f47bd88fc8850bdfaf

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


[packages/kde4-kdenetwork] - up to 4.9.5

2013-01-05 Thread arekm
commit 4e6bdb09f258fe7a45bc66c386ec0b77b4a4d2ab
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:47:51 2013 +0100

- up to 4.9.5

 kde4-kdenetwork.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-kdenetwork.spec b/kde4-kdenetwork.spec
index 323b159..caf8ba8 100644
--- a/kde4-kdenetwork.spec
+++ b/kde4-kdenetwork.spec
@@ -14,12 +14,12 @@ Summary(es.UTF-8):  K Desktop Environment - aplicaciones de 
red
 Summary(pl.UTF-8): K Desktop Environment - aplikacje sieciowe
 Summary(pt_BR.UTF-8):  K Desktop Environment - aplicações de rede
 Name:  kde4-kdenetwork
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 591d645622e32a245acb4f92536811c3
+# Source0-md5: 5f1696646f8774b733d25ac34aae643c
 Patch100:  %{name}-branch.diff
 Patch0:%{name}-FindLibgadu.patch
 Patch1:%{name}-gcc.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdenetwork.git/commitdiff/4e6bdb09f258fe7a45bc66c386ec0b77b4a4d2ab

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


DISTFILES: kde4-okular: okular-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/okular-4.9.5.tar.xz
c95ada3fb597a6f3e727b4bbe92de087  okular-4.9.5.tar.xz
Size: 1382080 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: kde4-kdenetwork: kdenetwork-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/kdenetwork-4.9.5.tar.xz
5f1696646f8774b733d25ac34aae643c  kdenetwork-4.9.5.tar.xz
Size: 9027808 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: kde4-kdeartwork: kdeartwork-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/kdeartwork-4.9.5.tar.xz
a710d1f50bb23595a5f7a52fbdde7cf1  kdeartwork-4.9.5.tar.xz
Size: 139181536 bytes


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


[packages/kde4-kwallet] - up to 4.9.5

2013-01-05 Thread arekm
commit e9d476b543fa7efaa2b942274309b5b6eba438b5
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:50:27 2013 +0100

- up to 4.9.5

 kde4-kwallet.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-kwallet.spec b/kde4-kwallet.spec
index daac9f5..dd0d039 100644
--- a/kde4-kwallet.spec
+++ b/kde4-kwallet.spec
@@ -5,12 +5,12 @@
 
 Summary:   K Desktop Environment - KDE Wallet Manager
 Name:  kde4-kwallet
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 4c03fb643c0261008db8d3b5956942ed
+# Source0-md5: 3dc013cfa15ce351d365476543d7b512
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdebase-devel = %{version}
 Obsoletes: kde4-kdeutils-kwalletmanager


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kwallet.git/commitdiff/e9d476b543fa7efaa2b942274309b5b6eba438b5

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


DISTFILES: kde4-kwallet: kwallet-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/kwallet-4.9.5.tar.xz
3dc013cfa15ce351d365476543d7b512  kwallet-4.9.5.tar.xz
Size: 282000 bytes


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


[packages/kde4-libkipi] - up to 4.9.5

2013-01-05 Thread arekm
commit 3da87fa55a6dbb2665357cd77bcd9e420fda16df
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:50:35 2013 +0100

- up to 4.9.5

 kde4-libkipi.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-libkipi.spec b/kde4-libkipi.spec
index a554bcc..8f43cd5 100644
--- a/kde4-libkipi.spec
+++ b/kde4-libkipi.spec
@@ -5,12 +5,12 @@
 Summary:   Kipi library
 Summary(pl.UTF-8): Biblioteka kipi
 Name:  kde4-libkipi
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: b9a2095f6263e3b4bde80e0ed8a82473
+# Source0-md5: dfa016095add32ee800426bf2c4a545c
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: rpmbuild(macros) = 1.164


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-libkipi.git/commitdiff/3da87fa55a6dbb2665357cd77bcd9e420fda16df

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


DISTFILES: kde4-libkipi: libkipi-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/libkipi-4.9.5.tar.xz
dfa016095add32ee800426bf2c4a545c  libkipi-4.9.5.tar.xz
Size: 76744 bytes


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


[packages/kde4-wallpapers] - up to 4.9.5

2013-01-05 Thread arekm
commit 6f62b8c8e7daaaea3d43d0654b562430c2d4c8c9
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:51:09 2013 +0100

- up to 4.9.5

 kde4-wallpapers.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-wallpapers.spec b/kde4-wallpapers.spec
index 30a7168..47d676a 100644
--- a/kde4-wallpapers.spec
+++ b/kde4-wallpapers.spec
@@ -6,12 +6,12 @@
 Summary:   KDE 4 wallpapers
 Summary(pl.UTF-8): Tapety KDE 4
 Name:  kde4-wallpapers
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: d48f4a8c333cca0c2ddd0fee8ba1be02
+# Source0-md5: a83c51feb7a3e90b3b5106c562d6dc06
 URL:   http://www.kde.org/
 Obsoletes: kde4-kdebase-workspace-wallpapers
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-wallpapers.git/commitdiff/6f62b8c8e7daaaea3d43d0654b562430c2d4c8c9

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


DISTFILES: kde4-wallpapers: kde-wallpapers-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/kde-wallpapers-4.9.5.tar.xz
a83c51feb7a3e90b3b5106c562d6dc06  kde-wallpapers-4.9.5.tar.xz
Size: 77207948 bytes


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


[packages/kde4-gwenview] - up to 4.9.5

2013-01-05 Thread arekm
commit 4adbf908cc5c03d7ea40f8770b752efee150ea93
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:52:03 2013 +0100

- up to 4.9.5

 kde4-gwenview.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-gwenview.spec b/kde4-gwenview.spec
index 60a09e0..d9396d8 100644
--- a/kde4-gwenview.spec
+++ b/kde4-gwenview.spec
@@ -5,12 +5,12 @@
 Summary:   K Desktop Environment - Simple image viewer
 Summary(pl.UTF-8): K Desktop Environment - Prosta przeglądarka obrazków
 Name:  kde4-gwenview
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL
 Group: X11/Applications/Graphics
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: ecd4d87d33e33ceffac527fc5e70b869
+# Source0-md5: d81c71f953f7c41dce19c8c3df338ebf
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdebase-devel
 BuildRequires: kde4-kdelibs-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-gwenview.git/commitdiff/4adbf908cc5c03d7ea40f8770b752efee150ea93

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


DISTFILES: kde4-gwenview: gwenview-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/gwenview-4.9.5.tar.xz
d81c71f953f7c41dce19c8c3df338ebf  gwenview-4.9.5.tar.xz
Size: 2057776 bytes


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


[packages/kde4-ksnapshot] - up to 4.9.5

2013-01-05 Thread arekm
commit f58b3b40322bdc983bf6bc4aadfd9355ff25ec6e
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 09:55:23 2013 +0100

- up to 4.9.5

 kde4-ksnapshot.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kde4-ksnapshot.spec b/kde4-ksnapshot.spec
index be0db14..c68b5de 100644
--- a/kde4-ksnapshot.spec
+++ b/kde4-ksnapshot.spec
@@ -5,12 +5,12 @@
 Summary:   K Desktop Environment - Snap Shot
 Summary(pl.UTF-8): K Desktop Environment - Program do przechwytywania 
ekranu
 Name:  kde4-ksnapshot
-Version:   4.9.4
+Version:   4.9.5
 Release:   1
 License:   GPL
 Group: X11/Applications/Graphics
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 79037435f834f29da9b4f71927998fb0
+# Source0-md5: 2766ac1b1d9c8e1de62eaa8cbeb908cd
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: libjpeg-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-ksnapshot.git/commitdiff/f58b3b40322bdc983bf6bc4aadfd9355ff25ec6e

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


DISTFILES: kde4-ksnapshot: ksnapshot-4.9.5.tar.xz

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/stable/4.9.5/src/ksnapshot-4.9.5.tar.xz
2766ac1b1d9c8e1de62eaa8cbeb908cd  ksnapshot-4.9.5.tar.xz
Size: 264312 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


PLD-doc: PLD-update-TODO - updated

2013-01-05 Thread arekm
] 20120509.0
-expedite(8) [OLD] 1.7.3 [NEW] 1.7.4
+expedite(8) [OLD] 1.7.3 [NEW] 1.7.5
 fakechroot(8) [OLD] 2.3 [NEW] 2.16.orig
 fakeroot(9) [OLD] 1.18 [NEW] 1.18.4
 fax4CUPS(8) [OLD] 1.24 [NEW] 1.29
 fbterm(8) [OLD] 1.7 [NEW] 1.7.0
-fcron(8) [OLD] 3.0.6 [NEW] 3.1.0
+fcron(8) [OLD] 3.0.6 [NEW] 3.1.1
 fdmf(9) [OLD] 0.0.9r [NEW] 0.0.9s
 febootstrap(8) [OLD] 3.20 [NEW] 3.21
 feh(9) [OLD] 2.5 [NEW] 2.8
@@ -271,6 +273,7 @@
 fet(12) [OLD] 5.17.0 [NEW] 5.18.2
 fftw(13) [OLD] 2.1.5 [NEW] 3.3.3
 figlet(8) [OLD] 2.2.4 [NEW] 2.2.5
+file(35) [OLD] 5.11 [NEW] 5.12
 fio(8) [OLD] 2.0.3 [NEW] 2.0.12.2
 flickcurl(9) [OLD] 1.22 [NEW] 1.23
 flow-tools(8) [OLD] 0.68.5 [NEW] 0.68.5.1
@@ -338,7 +341,7 @@
 gnue-forms(8) [OLD] 0.5.11 [NEW] 0.6.3
 gnue-navigator(8) [OLD] 0.0.8 [NEW] 0.1.0
 gnue-reports(8) [OLD] 0.1.7 [NEW] 0.2.0
-gnupg(19) [OLD] 1.4.12 [NEW] 2.0.19
+gnupg(19) [OLD] 1.4.13 [NEW] 2.0.19
 gnusound(8) [OLD] 0.7.1 [NEW] 0.7.5
 gnustep-back(18) [OLD] 0.16.0 [NEW] 0.22.0
 gnustep-base(13) [OLD] 1.19.1 [NEW] 1.24.0
@@ -365,7 +368,7 @@
 grilo(14) [OLD] 0.2.3 [NEW] 0.2.4
 groff(16) [OLD] 1.21 [NEW] 1.22.1
 grub(20) [OLD] 0.97 [NEW] 1.98
-grubby(12) [OLD] 8.11 [NEW] 8.20
+grubby(12) [OLD] 8.11 [NEW] 8.22
 gsql(8) [OLD] 0.2.0 [NEW] 0.2.2
 gstreamer0.10-plugins-bad(37) [OLD] 0.10.23 [NEW] 0.11.90
 gstreamer0.10-plugins-base(26) [OLD] 0.10.36 [NEW] 1.0.4
@@ -374,6 +377,7 @@
 gstreamer0.10(8) [OLD] 0.10.36 [NEW] 1.0.4
 gtick(12) [OLD] 0.3.13 [NEW] 0.5.1
 gtk+-directfb(9) [OLD] 1.3.4 [NEW] 2.0.9
+gtk+3(21) [OLD] 3.6.2 [NEW] 3.6.3
 gtk-webkit(12) [OLD] 1.10.1 [NEW] 1.11.2
 gtk-webkit3(17) [OLD] 1.10.1 [NEW] 1.11.2
 gtk-xfce-engine(14) [OLD] 3.0.0 [NEW] 3.0.1
@@ -391,9 +395,9 @@
 gxmms(15) [OLD] 0.2.1 [NEW] 0.3.0
 gypsy(10) [OLD] 0.8 [NEW] 0.9
 hadoop(15) [OLD] 0.20.2 [NEW] 2.0.2
+harfbuzz(12) [OLD] 0.9.9 [NEW] 0.9.10
 headerdoc(16) [OLD] 8.9.5 [NEW] 8.9.14
 hedgewars(18) [OLD] 0.9.16 [NEW] 0.9.17
-help2man(9) [OLD] 1.40.13 [NEW] 1.41.1
 hesiod(8) [OLD] 3.0.2 [NEW] 3.1.0
 hevea(11) [OLD] 1.10 [NEW] 2.00
 homebank(7) [OLD] 4.0 [NEW] 4.5pre1
@@ -433,8 +437,9 @@
 ipmiutil(17) [OLD] 2.8.7 [NEW] 2.8.7a
 iptraf(12) [OLD] 3.0.1 [NEW] 3.0.1.bin.i386
 iputils(15) [OLD] s20121126 [NEW] s20121221
+ircii(12) [OLD] 20081115 [NEW] 2015
 irrd(8) [OLD] 2.2.2 [NEW] 2.3.10
-ispell-pl-alt(8) [OLD] 20121228 [NEW] 20130101
+ispell-pl-alt(8) [OLD] 20121228 [NEW] 20130105
 iw(8) [OLD] 3.7 [NEW] 3.8
 jailkit(8) [OLD] 2.13 [NEW] 2.15
 java-bnd(17) [OLD] 0.0.363 [NEW] 0.0.400
@@ -516,10 +521,10 @@
 libeXosip2(8) [OLD] 3.3.0 [NEW] 4.0.0
 libhttpd(8) [OLD] 1.3 [NEW] 1.4
 libkolab(12) [OLD] 0.3.1 [NEW] 0.4.0
-libmicrohttpd(12) [OLD] 0.9.22 [NEW] 0.9.24
 libmusicbrainz(9) [OLD] 2.1.5 [NEW] 4.0.0
 libmusicbrainz3(9) [OLD] 3.0.3 [NEW] 4.0.0
-libnl1(13) [OLD] 1.1 [NEW] 3.2.16
+libnl(13) [OLD] 3.2.16 [NEW] 3.2.17
+libnl1(13) [OLD] 1.1 [NEW] 3.2.17
 libobjc2(10) [OLD] 1.2 [NEW] 1.6.1
 libosip2(12) [OLD] 3.6.0 [NEW] 4.0.0
 libpeas(13) [OLD] 1.6.1 [NEW] 1.6.2
@@ -544,15 +549,16 @@
 links2(24) [OLD] 2.1pre28 [NEW] 2.7
 links2(21) [OLD] 2.2 [NEW] 2.7
 linux-wlan-ng(26) [OLD] 0.2.7 [NEW] 0.2.9
-live(11) [OLD] 2012.12.15 [NEW] 2012.12.24
+live(11) [OLD] 2012.12.15 [NEW] 2013.01.04
 lout(10) [OLD] 3.31 [NEW] 3.39
 lshw(13) [OLD] B.02.16 [NEW] T.00.07
+lsof(12) [OLD] 4.86 [NEW] 4.87
 lsyncd(7) [OLD] 1.26 [NEW] 2.1.4
 lua40(10) [OLD] 4.0.1 [NEW] 5.2.1
 lua50(12) [OLD] 5.0.3 [NEW] 5.2.1
 lua51(12) [OLD] 5.1.4 [NEW] 5.2.1
 lxc(7) [OLD] 0.7.5 [NEW] 0.8.0
-lyx(16) [OLD] 2.0.3 [NEW] 2.0.5
+lyx(16) [OLD] 2.0.3 [NEW] 2.0.5.1
 macosd(9) [OLD] 0.3.1 [NEW] 0.3.2
 man-pages(42) [OLD] 3.39 [NEW] 3.45
 mapserver(18) [OLD] 4.10.2 [NEW] 6.2.0
@@ -565,7 +571,7 @@
 mediawiki(14) [OLD] 1.18.4 [NEW] 1.18.6
 memcached(12) [OLD] 1.4.13 [NEW] 1.4.15
 memtester(9) [OLD] 4.2.2 [NEW] 4.3.0
-mercurial(22) [OLD] 2.2.3 [NEW] 2.4.1
+mercurial(22) [OLD] 2.2.3 [NEW] 2.4.2
 metacity(20) [OLD] 2.34.2 [NEW] 2.34.13
 metaio(7) [OLD] 8.2 [NEW] 8.3.0
 midori(13) [OLD] 0.4.4 [NEW] 0.4.7
@@ -620,7 +626,7 @@
 nss_extrausers(8) [OLD] 0.2 [NEW] 0.6
 nullmailer(9) [OLD] 1.05 [NEW] 1.11
 nut(18) [OLD] 2.6.4 [NEW] 2.6.5
-nvidia-settings(15) [OLD] 304.64 [NEW] 313.09
+nvidia-settings(15) [OLD] 310.19 [NEW] 313.09
 obby(8) [OLD] 0.4.7 [NEW] 0.4.8
 ocaml-camlidl(8) [OLD] 1.05 [NEW] 1.05.doc.html
 ocaml-camlimages(8) [OLD] 2.12 [NEW] 3.0.2
@@ -653,6 +659,7 @@
 partysip(10) [OLD] 0.6.0 [NEW] 2.2.3
 passepartout(8) [OLD] 0.7.0 [NEW] 0.7.1
 pawm(8) [OLD] 2.0.3 [NEW] 2.3.0
+pax-utils(8) [OLD] 0.5 [NEW] 0.6
 pax(11) [OLD] 1.5 [NEW] 20120606
 pdftk(9) [OLD] 1.44 [NEW] 1.45
 pdtoolkit(9) [OLD] 3.16 [NEW] 3.18.1
@@ -666,6 +673,7 @@
 perl-Apache-Reload(11) [OLD] 0.11 [NEW] 0.12
 perl-Apache-Test(16) [OLD] 1.37 [NEW] 1.38
 perl-Apache-VMonitor(18) [OLD] 2.06 [NEW] 2.07
+perl-App-Nopaste(15) [OLD] 0.33 [NEW] 0.90
 perl-Archive-Tar(30) [OLD] 1.82 [NEW] 1.90
 perl-Astro-FITS-CFITSIO(16) [OLD] 1.05 [NEW] 1.09
 perl-Astro-FITS-Header(17) [OLD] 3.01 [NEW] 3.07
@@ -749,11 +757,11 @@
 perl-DBD-Informix(16) [OLD] 2005.02 [NEW] 2011.0612
 perl

[packages/glibc] - updated locale_fixes and morelocales patches: - fix country_isbn and telephone data in sr_ME (to

2013-01-05 Thread qboosh
commit 3e7420f741e27f1de963fb5d007189cd54406884
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 14:22:46 2013 +0100

- updated locale_fixes and morelocales patches:
  - fix country_isbn and telephone data in sr_ME (too much copying from 
sr_RS)
  - fix bo_CN,bo_IN: add required name_fmt fields (don't know if correct)
  - add sr_BA@ijekavian (from Debian BZ with my fixes)
  - add sr_ME@latin, sr_BA@ijekavianlatin (transliterations of cyrillic 
variants)
  - add ay_PE,quz_PE (from http://lh.2xlibre.net/locales/, with my fixes)
  - include ak_GH,sq_KV files (from http://lh.2xlibre.net/locales/, with 
some my fixes;
not added to SUPPORTED - some data missing in ak_GH, Kosovo is not 
included in iso-3166.def yet)
  - readd plain ia to SUPPORTED
- added sr@ijekavian,sr@ijekavianlatin dirs; sr@ije is now obsolete (like 
sr@Latn)
- release 2

 glibc-locale_fixes.patch |  46 +++
 glibc-morelocales.patch  | 914 +++
 glibc.spec   |  16 +-
 3 files changed, 968 insertions(+), 8 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 606704c..79e16d8 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -34,7 +34,7 @@ Summary(tr.UTF-8):GNU libc
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   %{core_version}
-Release:   1
+Release:   2
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -1188,11 +1188,7 @@ done
 #
 # To be removed (after fixing packages still using it):
 #   sr@Latn (use sr@latin instead)
-#
-# To be clarified:
-#   sr@ije or sr@ijekavian? (currently sr@ije is supported)
-#   sr@ijelatin or sr@ijekavianlatin? (currently not supported)
-#   sr@ijekavian and sr@ijekavianlatin exist in: akonadi-googledata, amarok, 
k3b, konversation, ktorrent, wesnoth
+#   sr@ije (use sr@ijekavian instead)
 #
 # Short forms (omitted country code, used instead of long form) for ambiguous 
or unclear cases:
 # aa=aa_ER
@@ -1220,6 +1216,9 @@ done
 # ru=ru_RU
 # so=so_SO
 # sr=sr_RS [cyrillic]
+# sr@latin=sr_RS@latin
+# sr@ijekavian=sr_BA@ijekavian
+# sr@ijekavianlatin=sr_BA@ijekavianlatin
 # sv=sv_SE
 # sw=sw_TZ (or common for KE, TZ, UG?)
 # ta=ta_IN
@@ -1241,8 +1240,9 @@ for i in aa aa@saaho af am an ang ar ar_TN as ast az 
be@latin be@tarask \
hi hne hsb hy ia id ig ik is it_CH iu ka kg 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 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
+   sr@ije sr@ijekavian sr@ijekavianlatin 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
install -d $RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES
# use lang() tags with ll_CC@variant (stripping charset and 
@quot|@boldquot)
diff --git a/glibc-locale_fixes.patch b/glibc-locale_fixes.patch
index db86857..fa61839 100644
--- a/glibc-locale_fixes.patch
+++ b/glibc-locale_fixes.patch
@@ -3761,3 +3761,49 @@ diff -uNr 
libc.orig/localedata/locales/translit_devanagari_iscii libc/localedata
 +lang_libU0077U006FU006C
  END LC_ADDRESS
 -
+--- glibc-2.17/localedata/locales/sr_ME.orig   2012-12-25 04:02:13.0 
+0100
 glibc-2.17/localedata/locales/sr_ME2013-01-04 15:59:24.058148312 
+0100
+@@ -149,7 +149,7 @@
+ country_name  
U0426U0440U043DU0430U0020U0413U043EU0440U0430
+ country_num   499
+ country_car   U004DU004EU0045
+-country_isbn  U0038U0036
++country_isbn  U0039U0039U0034U0030
+ lang_name U0441U0440U043FU0441U043AU0438
+ lang_term U0073U0072U0070
+ lang_lib  U0073U0063U0063
+@@ -157,7 +157,11 @@
+ END LC_ADDRESS
+ 
+ LC_TELEPHONE
+-copy sr_RS
++tel_int_fmt   U002BU0025U0063U0020U0025U0061U0020U0025/
++U006C
++tel_dom_fmt   U0025U0041U0020U0025U006C
++int_prefixU0033U0038U0032
++int_selectU0030U0030
+ END LC_TELEPHONE
+ 
+ LC_MEASUREMENT
+--- glibc-2.17/localedata/locales/bo_CN.orig   2012-12-25 04:02:13.0 
+0100
 glibc-2.17/localedata/locales/bo_CN2013-01-05 07:58:03.573616094 
+0100
+@@ -145,7 +145,7 @@
+ LC_NAME
+ % FIXME
+ 
+-name_fmt  
++name_fmt  
U0025U0070U0025U0074U0025U0066U0025U0074U0025U0067
+ % name_genFIXME
+ % name_miss   FIXME
+ % name_mr FIXME
+--- glibc-2.17/localedata/locales/bo_IN.orig   2012-12-25 04:02:13.0 
+0100
 glibc-2.17/localedata/locales/bo_IN2013-01-05 07:59:33.026947563 
+0100
+@@ -70,7 +70,7 @@
+ 
+ LC_NAME
+ % FIXME
+-name_fmt  
++name_fmt  
U0025U0070U0025U0074U0025U0066U0025U0074U0025U0067
+ % name_genFIXME
+ % name_miss   FIXME
+ % name_mr FIXME
diff --git a/glibc-morelocales.patch 

[packages/bluez] Created branch bluez-4

2013-01-05 Thread qboosh
The branch 'bluez-4' was created pointing to:

 d2ef307... - fix gstreamer package and deps - rel 3

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


[packages/bluez] - up to 5.0 (note: rather big changes, packaging needs finishing; bluez 4.x left on bluez-4 branch)

2013-01-05 Thread qboosh
commit 886fa953e855c44ab249d623d132c72938695ce9
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 14:47:44 2013 +0100

- up to 5.0 (note: rather big changes, packaging needs finishing; bluez 4.x 
left on bluez-4 branch)
- updated wacom-mode-2,audio_socket patches
- removed obsolete etc_dir patch (rfcomm no longer uses rfcomm.conf file)
- added am patch (fixes build with automake 1.13)
- no more dund,pand services, init scripts dropped
- rfcomm init scripts needs work
- base bluez package now includes hcidump and obexd
- alsa and gstreamer plugins dropped upstream
- bluez services rely on udev more than ever

 bluez-am.patch   |  11 +++
 bluez-audio_socket.patch |   5 +-
 bluez-etc_dir.patch  |  16 
 bluez-wacom-mode-2.patch |   6 +-
 bluez.spec   | 204 ---
 dund.init|  89 -
 dund.upstart |  10 ---
 pand.init|  87 
 pand.upstart |  10 ---
 9 files changed, 83 insertions(+), 355 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index 8814339..28e7c93 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -1,39 +1,40 @@
+# TODO:
+# - verify/update bluetooth init script
+# - update (or drop if it's no longer applicable) rfcomm init script
+# - separate obexd here? / separate -client in obexd.spec
 Summary:   Bluetooth utilities
 Summary(pl.UTF-8): Narzędzia Bluetooth
 Name:  bluez
-Version:   4.101
-Release:   3
+Version:   5.0
+Release:   0.1
 License:   GPL v2+
 Group: Applications/System
 #Source0Download: http://www.bluez.org/download.html
-Source0:   
http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.bz2
-# Source0-md5: 902b390af95c6c5d6d1a17d94c8344ab
+Source0:   
http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
+# Source0-md5: 03230ccf44536087653b56a45c99e2b4
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
-Source3:   dund.init
-Source4:   pand.init
+# FIXME: rfcomm.conf no longer supported
 Source5:   rfcomm.init
-Patch0:%{name}-etc_dir.patch
-Patch1:%{name}-wacom-mode-2.patch
-Patch2:%{name}-audio_socket.patch
+Patch0:%{name}-wacom-mode-2.patch
+Patch1:%{name}-audio_socket.patch
+Patch2:%{name}-am.patch
 URL:   http://www.bluez.org/
-BuildRequires: alsa-lib-devel = 1.0.10-1
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
-BuildRequires: bison
 BuildRequires: check-devel = 0.9.6
 BuildRequires: dbus-devel = 1.4
 BuildRequires: glib2-devel = 1:2.28
-BuildRequires: gstreamer0.10-devel = 0.10.30
-BuildRequires: gstreamer0.10-plugins-base-devel = 0.10
-BuildRequires: libcap-ng-devel
-BuildRequires: libsndfile-devel
+BuildRequires: libical-devel
 BuildRequires: libtool
-BuildRequires: libusb-compat-devel
+BuildRequires: libusb-compat-devel = 0.1
 BuildRequires: pkgconfig = 1:0.9.0
 BuildRequires: readline-devel
 BuildRequires: rpmbuild(macros) = 1.626
-BuildRequires: udev-devel
+BuildRequires: systemd-units = 38
+BuildRequires: tar = 1:1.22
+BuildRequires: udev-devel = 1:143
+BuildRequires: xz
 Requires(post,preun,postun):   systemd-units = 38
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  dbus-libs = 1.4
@@ -41,13 +42,23 @@ Requires:   glib2 = 1:2.28
 Requires:  hwdata = 0.225
 Requires:  rc-scripts
 Requires:  systemd-units = 38
+Requires:  udev = 1:143
+Provides:  bluez-hcidump = %{version}
 Provides:  bluez-utils = %{version}-%{release}
+Provides:  obexd = %{version}
+# moved somewhere or dropped?
+#Obsoletes:alsa-plugins-bluetooth
+Obsoletes: bluez-hcidump
 Obsoletes: bluez-hciemu
 Obsoletes: bluez-pan
 Obsoletes: bluez-sdp
 Obsoletes: bluez-systemd
 Obsoletes: bluez-utils
 Obsoletes: bluez-utils-init
+Obsoletes: obexd
+# moved somewhere or dropped?
+#Obsoletes:gstreamer-bluetooth  4.101-3
+#Obsoletes:gstreamer0.10-bluetooth  5
 Conflicts: bluez-bluefw
 ExcludeArch:   s390 s390x
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -59,49 +70,27 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Bluetooth utilities:
  - bluetoothd
- - dund
- - hcitool
  - hciattach
  - hciconfig
- - hciemu
- - hidd
+ - hcidump
+ - hcitool
  - l2ping
- - pand
  - start scripts (PLD)
- - PCMCIA configuration files
 
 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
 
 %description -l pl.UTF-8
 Narzędzia Bluetooth:
  - bluetoothd
- - dund
- - hcitool
  - hciattach
  - hciconfig
- - hciemu
- - hidd
+ - hcidump
+ - hcitool
  - l2ping
- - pand
  - skrypty startowe (PLD)
- - pliki konfiguracji PCMCIA
 
 Znaki towarowe BLUETOOTH są własnością Bluetooth SIG, Inc. z USA.
 
-%package -n alsa-plugins-bluetooth
-Summary:   ALSA plugins for Bluetooth 

DISTFILES: bluez: bluez-5.0.tar.xz

2013-01-05 Thread qboosh

Files fetched: 1

STORED: http://www.kernel.org/pub/linux/bluetooth/bluez-5.0.tar.xz
03230ccf44536087653b56a45c99e2b4  bluez-5.0.tar.xz
Size: 923932 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/harfbuzz] - updated to 0.9.10

2013-01-05 Thread qboosh
commit 1a0e16c6c48ec6f80767f695a265f7fc9641f533
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 15:08:05 2013 +0100

- updated to 0.9.10

 harfbuzz.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/harfbuzz.spec b/harfbuzz.spec
index 4a42698..4db0c25 100644
--- a/harfbuzz.spec
+++ b/harfbuzz.spec
@@ -5,12 +5,12 @@
 Summary:   HarfBuzz - internationalized text shaping library
 Summary(pl.UTF-8): HarfBuzz - biblioteka rysująca tekst z obsługą wielu 
języków
 Name:  harfbuzz
-Version:   0.9.9
+Version:   0.9.10
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   
http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
-# Source0-md5: e901ffe556d706b7d43b272f83be7f09
+# Source0-md5: deec04f2281bef6323f4ad1dabbf75f7
 URL:   http://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: cairo-devel = 1.8.0
 BuildRequires: freetype-devel = 2.3.8


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/harfbuzz.git/commitdiff/1a0e16c6c48ec6f80767f695a265f7fc9641f533

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


DISTFILES: harfbuzz: harfbuzz-0.9.10.tar.bz2

2013-01-05 Thread qboosh

Files fetched: 1

STORED: 
http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.10.tar.bz2
deec04f2281bef6323f4ad1dabbf75f7  harfbuzz-0.9.10.tar.bz2
Size: 885141 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/xorg-proto-trapproto] - restored

2013-01-05 Thread qboosh
commit db0f56b425c93919671b0f568bc4afe7ef8989df
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 15:05:39 2013 +0100

- restored

This reverts commit 2b313521c35dc295ec07cd5d01d17387d76310db.

 xorg-proto-trapproto.spec | 59 +++
 1 file changed, 59 insertions(+)
---
diff --git a/xorg-proto-trapproto.spec b/xorg-proto-trapproto.spec
new file mode 100644
index 000..26064df
--- /dev/null
+++ b/xorg-proto-trapproto.spec
@@ -0,0 +1,59 @@
+Summary:   Trap protocol and ancillary headers
+Summary(pl.UTF-8): Nagłówki protokołu Trap i pomocnicze
+Name:  xorg-proto-trapproto
+Version:   3.4.3
+Release:   2
+License:   MIT
+Group: X11/Development/Libraries
+Source0:   
http://xorg.freedesktop.org/releases/individual/proto/trapproto-%{version}.tar.bz2
+# Source0-md5: 3b713239e5e6b269b31cb665563358df
+URL:   http://xorg.freedesktop.org/
+BuildRequires: autoconf = 2.57
+BuildRequires: automake
+BuildRequires: xorg-util-util-macros
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Trap protocol and ancillary headers.
+
+%description -l pl.UTF-8
+Nagłówki protokołu Trap i pomocnicze.
+
+%package devel
+Summary:   Trap protocol and ancillary headers
+Summary(pl.UTF-8): Nagłówki protokołu Trap i pomocnicze
+Group: X11/Development/Libraries
+Requires:  xorg-proto-xproto-devel
+
+%description devel
+Trap protocol and ancillary headers.
+
+%description devel -l pl.UTF-8
+Nagłówki protokołu Trap i pomocnicze.
+
+%prep
+%setup -q -n trapproto-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT \
+   pkgconfigdir=%{_pkgconfigdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files devel
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog
+%{_includedir}/X11/extensions/*.h
+%{_pkgconfigdir}/trapproto.pc


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-proto-trapproto.git/commitdiff/9f53223f2c145a11af0ce3018843da03768cf437

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


[packages/xorg-proto-trapproto] - proper descriptions (Trap is an extension) - R: xorg-lib-libXt-devel (as specified in trapproto.pc

2013-01-05 Thread qboosh
commit 9f53223f2c145a11af0ce3018843da03768cf437
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 15:12:37 2013 +0100

- proper descriptions (Trap is an extension)
- R: xorg-lib-libXt-devel (as specified in trapproto.pc, for 
X11/Intrinsic.h)

 xorg-proto-trapproto.spec | 19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/xorg-proto-trapproto.spec b/xorg-proto-trapproto.spec
index 26064df..68bb674 100644
--- a/xorg-proto-trapproto.spec
+++ b/xorg-proto-trapproto.spec
@@ -1,5 +1,5 @@
-Summary:   Trap protocol and ancillary headers
-Summary(pl.UTF-8): Nagłówki protokołu Trap i pomocnicze
+Summary:   Trap extension headers
+Summary(pl.UTF-8): Pliki nagłówkowe rozszerzenia Trap
 Name:  xorg-proto-trapproto
 Version:   3.4.3
 Release:   2
@@ -14,22 +14,23 @@ BuildRequires:  xorg-util-util-macros
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Trap protocol and ancillary headers.
+Trap extension headers.
 
 %description -l pl.UTF-8
-Nagłówki protokołu Trap i pomocnicze.
+Pliki nagłówkowe rozszerzenia Trap.
 
 %package devel
-Summary:   Trap protocol and ancillary headers
-Summary(pl.UTF-8): Nagłówki protokołu Trap i pomocnicze
+Summary:   Trap extension headers
+Summary(pl.UTF-8): Pliki nagłówkowe rozszerzenia Trap
 Group: X11/Development/Libraries
 Requires:  xorg-proto-xproto-devel
+Requires:  xorg-lib-libXt-devel
 
 %description devel
-Trap protocol and ancillary headers.
+Trap extension headers.
 
 %description devel -l pl.UTF-8
-Nagłówki protokołu Trap i pomocnicze.
+Pliki nagłówkowe rozszerzenia Trap.
 
 %prep
 %setup -q -n trapproto-%{version}
@@ -55,5 +56,5 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %doc COPYING ChangeLog
-%{_includedir}/X11/extensions/*.h
+%{_includedir}/X11/extensions/xtrap*.h
 %{_pkgconfigdir}/trapproto.pc


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-proto-trapproto.git/commitdiff/9f53223f2c145a11af0ce3018843da03768cf437

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


[packages/crossmingw32-harfbuzz] - updated to 0.9.10

2013-01-05 Thread qboosh
commit 83533b3ee56d70d2e99819e03ba32bf79d5b88dd
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 15:18:13 2013 +0100

- updated to 0.9.10

 crossmingw32-harfbuzz.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-harfbuzz.spec b/crossmingw32-harfbuzz.spec
index 273251e..7f7c0fc 100644
--- a/crossmingw32-harfbuzz.spec
+++ b/crossmingw32-harfbuzz.spec
@@ -1,12 +1,12 @@
 Summary:   HarfBuzz - internationalized text shaping library - MinGW32 
cross version
 Summary(pl.UTF-8): Rasteryzer fontów TrueType - wersja skrośna dla MinGW32
 Name:  crossmingw32-harfbuzz
-Version:   0.9.9
+Version:   0.9.10
 Release:   1
 License:   MIT
 Group: Development/Libraries
 Source0:   
http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
-# Source0-md5: e901ffe556d706b7d43b272f83be7f09
+# Source0-md5: deec04f2281bef6323f4ad1dabbf75f7
 URL:   http://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires: crossmingw32-cairo = 1.8.0
 BuildRequires: crossmingw32-freetype = 2.3.8


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-harfbuzz.git/commitdiff/83533b3ee56d70d2e99819e03ba32bf79d5b88dd

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


[packages/xorg-lib-libXTrap] - updated to 1.0.1 - proper description

2013-01-05 Thread qboosh
commit ba1dcba26388210425a0b7cc0a6fa7977eab48b4
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 15:27:21 2013 +0100

- updated to 1.0.1
- proper description

 xorg-lib-libXTrap.spec | 63 --
 1 file changed, 40 insertions(+), 23 deletions(-)
---
diff --git a/xorg-lib-libXTrap.spec b/xorg-lib-libXTrap.spec
index e8b78d1..f82ba0c 100644
--- a/xorg-lib-libXTrap.spec
+++ b/xorg-lib-libXTrap.spec
@@ -1,12 +1,12 @@
-Summary:   XTrap library
-Summary(pl.UTF-8): Biblioteka XTrap
+Summary:   libXTrap library - client API for the DEC-XTRAP extension
+Summary(pl.UTF-8): Biblioteka libXTrap - API klienckie rozszerzenia 
DEC-XTRAP
 Name:  xorg-lib-libXTrap
-Version:   1.0.0
-Release:   5
+Version:   1.0.1
+Release:   1
 License:   MIT
 Group: X11/Libraries
 Source0:   
http://xorg.freedesktop.org/releases/individual/lib/libXTrap-%{version}.tar.bz2
-# Source0-md5: 1e2d966b5b2b89910e418bb0f78e10de
+# Source0-md5: 076ff6279d202f19421b51af4f723935
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.57
 BuildRequires: automake
@@ -15,17 +15,41 @@ BuildRequires:  pkgconfig = 1:0.19
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXt-devel
 BuildRequires: xorg-proto-trapproto-devel
-BuildRequires: xorg-util-util-macros
+BuildRequires: xorg-proto-xextproto-devel
+BuildRequires: xorg-util-util-macros = 1.17
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-XTrap library.
+libXTrap library is the Xlib-based client API for the DEC-XTRAP
+extension.
+
+XTrap was a proposed standard extension for X11R5 which facilitated
+the capturing of server protocol and synthesizing core input events.
+
+Digital participated in the X Consortium's xtest working group which
+chose to evolve XTrap functionality into the XTEST  RECORD extensions
+for X11R6.
+
+As X11R6 was released in 1994, XTrap has now been deprecated for over 15
+years, and uses of it should be quite rare.
 
 %description -l pl.UTF-8
-Biblioteka XTrap.
+Biblioteka libXTrap to oparte na bibliotece Xlib API klienckie dla
+rozszerzenia DEC-XTRAP.
+
+XTrap było proponowanym standardowym rozszerzeniem dla X11R5,
+ułatwiającym przechwytywanie protokołu serwera i sztuczne tworzenie
+zdarzeń wejściowych.
+
+Digital brał udział w grupie roboczej X Consortium xtest, która
+zdecydowała o ewolucji funkcjonalności XTrap w rozszerzenia XTEST oraz
+RECORD dla X11R6.
+
+Jako że X11R6 zostało wydane w 1994, XTrap jest przestarzałe od ponad 15
+lat i jego użycie powinno być raczej rzadkie.
 
 %package devel
-Summary:   Header files for libXTrap library
+Summary:   Development files for libXTrap library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libXTrap
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
@@ -34,16 +58,12 @@ Requires:   xorg-lib-libXt-devel
 Requires:  xorg-proto-trapproto-devel
 
 %description devel
-XTrap library.
-
-This package contains the header files needed to develop programs that
-use libXTrap.
+This package contains the development files needed to compile programs
+that use libXTrap.
 
 %description devel -l pl.UTF-8
-Biblioteka XTrap.
-
-Pakiet zawiera pliki nagłówkowe niezbędne do kompilowania programów
-używających biblioteki libXTrap.
+Ten pakiet zawiera pliki programistyczne niezbędne do kompilowania
+programów używających biblioteki libXTrap.
 
 %package static
 Summary:   Static libXTrap library
@@ -52,14 +72,10 @@ Group:  X11/Development/Libraries
 Requires:  %{name}-devel = %{version}-%{release}
 
 %description static
-XTrap library.
-
 This package contains the static libXTrap library.
 
 %description static -l pl.UTF-8
-Biblioteka XTrap.
-
-Pakiet zawiera statyczną bibliotekę libXTrap.
+Ten pakiet zawiera statyczną bibliotekę libXTrap.
 
 %prep
 %setup -q -n libXTrap-%{version}
@@ -89,8 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/libXTrap.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libXTrap.so.6
 
 %files devel
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-lib-libXTrap.git/commitdiff/ba1dcba26388210425a0b7cc0a6fa7977eab48b4

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


DISTFILES: xorg-lib-libXTrap: libXTrap-1.0.1.tar.bz2

2013-01-05 Thread qboosh

Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/lib/libXTrap-1.0.1.tar.bz2
076ff6279d202f19421b51af4f723935  libXTrap-1.0.1.tar.bz2
Size: 269484 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/cogl] - updated to 1.12.2 - removed obsolete fix-experimental-doc-build patch

2013-01-05 Thread qboosh
commit 0da8520e128b4d6430700df5fa5fbbb4c2d1c261
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 15:39:11 2013 +0100

- updated to 1.12.2
- removed obsolete fix-experimental-doc-build patch

 cogl-fix-experimental-doc-build.patch | 27 ---
 cogl.spec |  9 +++--
 2 files changed, 3 insertions(+), 33 deletions(-)
---
diff --git a/cogl.spec b/cogl.spec
index 2a8bb90..2b73b3c 100644
--- a/cogl.spec
+++ b/cogl.spec
@@ -5,14 +5,12 @@
 Summary:   A library for using 3D graphics hardware to draw pretty pictures
 Summary(pl.UTF-8): Biblioteka do rysowania ładnych obrazków przy użyciu 
sprzętowej grafiki 3D
 Name:  cogl
-Version:   1.12.0
-Release:   2
+Version:   1.12.2
+Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/cogl/1.12/%{name}-%{version}.tar.xz
-# Source0-md5: 2ec55647764ee208182fbe07ee9f7e9c
-# https://bugzilla.gnome.org/show_bug.cgi?id=684731
-Patch0:%{name}-fix-experimental-doc-build.patch
+# Source0-md5: 439fd7aa2195d76b5cd8ee393f0112b4
 URL:   http://www.clutter-project.org/
 BuildRequires: OpenGL-GLX-devel
 BuildRequires: autoconf = 2.59
@@ -104,7 +102,6 @@ Ten pakiet zawiera dokumentację API cogl.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gettextize}
diff --git a/cogl-fix-experimental-doc-build.patch 
b/cogl-fix-experimental-doc-build.patch
deleted file mode 100644
index 2bac3db..000
--- a/cogl-fix-experimental-doc-build.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 a/cogl/cogl-context.h  2012-09-18 02:06:20.0 +0400
-+++ b/cogl/cogl-context.h  2012-09-24 20:13:48.193019200 +0400
-@@ -72,19 +72,19 @@
-  * help applications control the lifetime a context without us needing to
-  * introduce special api to handle the breakup of internal circular
-  * references due to internal resources and caches associated with the
-- * context.
-+ * context./note
-  *
-- * One a context has been destroyed then all directly or indirectly
-+ * noteOne a context has been destroyed then all directly or indirectly
-  * dependant resources will be in an inconsistent state and should not
-- * be manipulated or queried in any way.
-+ * be manipulated or queried in any way./note
-  *
-- * For applications that rely on the operating system to clean up
-+ * noteFor applications that rely on the operating system to clean up
-  * resources this policy shouldn't affect them, but for applications
-  * that need to carefully destroy and re-create Cogl contexts multiple
-  * times throughout their lifetime (such as Android applications) they
-  * should be careful to destroy all context dependant resources, such as
-  * framebuffers or textures etc before unrefing and destroying the
-- * context.note
-+ * context./note
-  */
- 
- #ifdef COGL_ENABLE_EXPERIMENTAL_API


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cogl.git/commitdiff/0da8520e128b4d6430700df5fa5fbbb4c2d1c261

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


DISTFILES: cogl: cogl-1.12.2.tar.xz

2013-01-05 Thread qboosh

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/cogl/1.12/cogl-1.12.2.tar.xz
439fd7aa2195d76b5cd8ee393f0112b4  cogl-1.12.2.tar.xz
Size: 1301108 bytes


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


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

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

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

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


 gitweb:

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

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


[packages/libnl] - updated to 3.2.17

2013-01-05 Thread qboosh
commit 9eb4346c2237f115e4e3cd44d94f5f82d7e3a0f7
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 16:12:03 2013 +0100

- updated to 3.2.17

 libnl.spec | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/libnl.spec b/libnl.spec
index 3dd7092..383daee 100644
--- a/libnl.spec
+++ b/libnl.spec
@@ -5,15 +5,15 @@
 Summary:   Netlink sockets library
 Summary(pl.UTF-8): Biblioteka do obsługi gniazd netlink
 Name:  libnl
-Version:   3.2.16
+Version:   3.2.17
 Release:   1
 Epoch: 1
 License:   LGPL v2.1
 Group: Libraries
 Source0:   
http://www.infradead.org/~tgr/libnl/files/%{name}-%{version}.tar.gz
-# Source0-md5: f06e6de102abb2cef71ed671957ee099
+# Source0-md5: 2e57ef6ced666b0288a8a205b9a0ad00
 Source1:   
http://www.infradead.org/~tgr/libnl/files/%{name}-doc-%{version}.tar.gz
-# Source1-md5: f378337e90cd4eb06c3dda3caf3ac135
+# Source1-md5: e823c74872f59c8b9406eabc74de1f1b
 Patch0:%{name}-link.patch
 Patch1:%{name}-pedantic.patch
 URL:   http://www.infradead.org/~tgr/libnl/
@@ -100,8 +100,7 @@ Pythonowy interfejs do protokołów netlink.
 
 %prep
 %setup -q -a1
-#mv -f libnl-doc-%{version} libnl-doc
-mv -f libnl-doc-3.2.15 libnl-doc
+mv -f libnl-doc-%{version} libnl-doc
 %patch0 -p1
 %patch1 -p1
 
@@ -117,7 +116,7 @@ mv -f libnl-doc-3.2.15 libnl-doc
 %{__make}
 
 %if 0
-# no docs sources in 3.2.14 .. 3.2.16
+# no docs sources in 3.2.14 .. 3.2.17
 %{?with_apidocs:%{__make} -j1 -C doc gendoc}
 %endif
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libnl.git/commitdiff/9eb4346c2237f115e4e3cd44d94f5f82d7e3a0f7

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


DISTFILES: libnl: libnl-3.2.17.tar.gz libnl-doc-3.2.17.tar.gz

2013-01-05 Thread qboosh

Files fetched: 2

STORED: http://www.infradead.org/~tgr/libnl/files/libnl-3.2.17.tar.gz
2e57ef6ced666b0288a8a205b9a0ad00  libnl-3.2.17.tar.gz
Size: 737314 bytes
STORED: http://www.infradead.org/~tgr/libnl/files/libnl-doc-3.2.17.tar.gz
e823c74872f59c8b9406eabc74de1f1b  libnl-doc-3.2.17.tar.gz
Size: 11796556 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/lsof] - updated to 1.87

2013-01-05 Thread qboosh
commit fdca848f15e762aa3e4c7c448099c1e9105c9be6
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 16:30:23 2013 +0100

- updated to 1.87

 lsof.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lsof.spec b/lsof.spec
index 3c87bd8..1bf12a1 100644
--- a/lsof.spec
+++ b/lsof.spec
@@ -5,12 +5,12 @@ Summary(pt_BR.UTF-8): Lista os arquivos abertos pelos 
processos que estão rodan
 Summary(ru.UTF-8): Показывает открытые процессами файлы
 Summary(uk.UTF-8): Показує відкриті процесами файли
 Name:  lsof
-Version:   4.86
+Version:   4.87
 Release:   1
 License:   Free
 Group: Applications/System
 Source0:   
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/%{name}_%{version}.tar.bz2
-# Source0-md5: 9f1cda41f35add068c7b81f873fa56b5
+# Source0-md5: 80e2a76d0e05826db910ec88e631296c
 Patch0:%{name}-linux-ipv6mapped.patch
 URL:   http://people.freebsd.org/~abe/
 BuildRequires: libselinux-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lsof.git/commitdiff/fdca848f15e762aa3e4c7c448099c1e9105c9be6

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


DISTFILES: lsof: lsof_4.87.tar.bz2

2013-01-05 Thread qboosh

Files fetched: 1

STORED: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.87.tar.bz2
80e2a76d0e05826db910ec88e631296c  lsof_4.87.tar.bz2
Size: 773664 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/xbase] - added am patch (fixes build with automake 1.13 and gcc configured --with-pkgversion) - ghost sonam

2013-01-05 Thread qboosh
commit 4718091ea67db0d4b999b0e2f0cd4b6a70254fb6
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 16:33:17 2013 +0100

- added am patch (fixes build with automake 1.13 and gcc configured 
--with-pkgversion)
- ghost soname symlink

 xbase-am.patch | 20 
 xbase.spec | 28 
 2 files changed, 40 insertions(+), 8 deletions(-)
---
diff --git a/xbase.spec b/xbase.spec
index 9899ab4..b7a1c15 100644
--- a/xbase.spec
+++ b/xbase.spec
@@ -3,12 +3,13 @@ Summary(pl.UTF-8):XBase - kompatybilna z xbase biblioteka 
klas C++
 Name:  xbase
 Version:   2.1.1
 Release:   4
-License:   LGPL (library), GPL (programs)
+License:   LGPL v2.1+ (library), GPL v2+ (programs)
 Group: Libraries
-Source0:   http://dl.sourceforge.net/xdb/%{name}-%{version}.tar.gz
+Source0:   http://downloads.sourceforge.net/xdb/%{name}-%{version}.tar.gz
 # Source0-md5: f36852f0ba0c4d9e047e84c3269fde37
 Patch0:%{name}-fix.patch
 Patch1:%{name}-gcc4.patch
+Patch2:%{name}-am.patch
 URL:   http://linux.techass.com/projects/xdb/
 BuildRequires: autoconf = 2.52
 BuildRequires: automake
@@ -64,6 +65,7 @@ Statyczna biblioteka XBase.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -73,7 +75,6 @@ Statyczna biblioteka XBase.
 %{__automake}
 CXXFLAGS=%{rpmcflags} -fno-implicit-templates
 %configure \
-   --enable-nls \
--with-exceptions \
--with-index-ndx \
--with-index-ntx
@@ -94,17 +95,28 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/[!x]*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_bindir}/checkndx
+%attr(755,root,root) %{_bindir}/copydbf
+%attr(755,root,root) %{_bindir}/dbfutil1
+%attr(755,root,root) %{_bindir}/dbfxtrct
+%attr(755,root,root) %{_bindir}/deletall
+%attr(755,root,root) %{_bindir}/dumphdr
+%attr(755,root,root) %{_bindir}/dumprecs
+%attr(755,root,root) %{_bindir}/packdbf
+%attr(755,root,root) %{_bindir}/reindex
+%attr(755,root,root) %{_bindir}/undelall
+%attr(755,root,root) %{_bindir}/zap
+%attr(755,root,root) %{_libdir}/libxbase.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libxbase.so.1
 
 %files devel
 %defattr(644,root,root,755)
 %doc html/{*.html,*.jpg}
 %attr(755,root,root) %{_bindir}/xbase-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libxbase.so
+%{_libdir}/libxbase.la
 %{_includedir}/xbase
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libxbase.a
diff --git a/xbase-am.patch b/xbase-am.patch
new file mode 100644
index 000..2b320bd
--- /dev/null
+++ b/xbase-am.patch
@@ -0,0 +1,20 @@
+--- xbase-2.1.1/configure.in.orig  2013-01-05 16:14:20.452995450 +0100
 xbase-2.1.1/configure.in   2013-01-05 16:15:52.132993541 +0100
+@@ -55,7 +55,7 @@
+ AM_INIT_AUTOMAKE(xbase, 2.1.1)
+ 
+ # create this header file
+-AM_CONFIG_HEADER(xbase/xbconfig.h)
++AC_CONFIG_HEADERS(xbase/xbconfig.h)
+ 
+ #create a library
+ AM_PROG_LIBTOOL
+@@ -80,7 +80,7 @@
+ 
+ # get G++ version
+ if test $GXX = yes; then
+-  GXXVER=`${CXX} -v 21 | grep version | cut -d   -f 3 -`
++  GXXVER=`${CXX} -v 21 | grep ' version ' | cut -d   -f 3 -`
+   GXXVER=gcc${GXXVER}
+ else
+   GXXVER=


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xbase.git/commitdiff/4718091ea67db0d4b999b0e2f0cd4b6a70254fb6

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


[packages/cifs-utils] - up to 5.8

2013-01-05 Thread arekm
commit fe3a8d86e658414c363aaa7d667392025b479298
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 16:39:27 2013 +0100

- up to 5.8

 cifs-utils.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 77f1e12..4065598 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -1,12 +1,12 @@
 Summary:   Utilities for mounting and managing CIFS mounts
 Summary(pl.UTF-8): Narzędzia do montowania i zarządzania montowaniami CIFS
 Name:  cifs-utils
-Version:   5.5
+Version:   5.8
 Release:   1
 License:   GPL v3+
 Group: Daemons
 Source0:   
ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
-# Source0-md5: 4de6c660ccdb9506d0e2cff4f37b8707
+# Source0-md5: 6aa9c4347780872fefe5823ac06a8ff3
 Patch0:%{name}-heimdal.patch
 URL:   http://linux-cifs.samba.org/cifs-utils/
 BuildRequires: heimdal-devel = 1.5.1-3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cifs-utils.git/commitdiff/fe3a8d86e658414c363aaa7d667392025b479298

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


DISTFILES: cifs-utils: cifs-utils-5.8.tar.bz2

2013-01-05 Thread arekm

Files fetched: 1

STORED: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-5.8.tar.bz2
6aa9c4347780872fefe5823ac06a8ff3  cifs-utils-5.8.tar.bz2
Size: 383272 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/glib2] - added am patch (fixes build with automake 1.13) - rename sr@ije locale to sr@ijekavian - release 2

2013-01-05 Thread qboosh
commit 9e8f811c10f2e013ad3b86633a28086bd93c54ce
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 17:20:16 2013 +0100

- added am patch (fixes build with automake 1.13)
- rename sr@ije locale to sr@ijekavian
- release 2

 glib2-am.patch | 11 +++
 glib2.spec |  8 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/glib2.spec b/glib2.spec
index 9b93d3d..63641a3 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -19,13 +19,14 @@ Summary(tr.UTF-8):  Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 Name:  glib2
 Version:   2.34.3
-Release:   1
+Release:   2
 Epoch: 1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/glib/2.34/glib-%{version}.tar.xz
 # Source0-md5: a4ca31e258273c3761e3de2edd607661
 Patch0:%{name}-makefile.patch
+Patch1:%{name}-am.patch
 URL:   http://www.gtk.org/
 BuildRequires: autoconf = 2.62
 BuildRequires: automake = 1:1.11
@@ -204,8 +205,9 @@ Bashowe uzupełnianie nazw dla narzędzi gio: gdbus i 
gsettings.
 %prep
 %setup -q -n glib-%{version}
 %patch0 -p1
+%patch1 -p1
 
-%if !%{with apidocs}
+%if %{without apidocs}
 %{__sed} -e '/SUBDIRS/s/docs//' -i Makefile.am
 %{__sed} -e '/^docs.*Makefile$/d' -i configure.ac
 echo 'AC_DEFUN([GTK_DOC_CHECK],[])'  acinclude.m4
@@ -244,6 +246,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/gio/modules/libgiofam.la \
%{?with_static_libs:$RPM_BUILD_ROOT%{_libdir}/gio/modules/libgiofam.a}
 
+%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{sr@ije,sr@ijekavian}
+
 %py_comp $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb
 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb
 %py_postclean $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb
diff --git a/glib2-am.patch b/glib2-am.patch
new file mode 100644
index 000..feb9e45
--- /dev/null
+++ b/glib2-am.patch
@@ -0,0 +1,11 @@
+--- glib-2.34.3/configure.ac.orig  2012-11-26 18:10:04.0 +0100
 glib-2.34.3/configure.ac   2013-01-05 16:34:55.719636370 +0100
+@@ -291,7 +291,7 @@
+ AM_CONDITIONAL(HAVE_CXX, [test $CXX != ])
+ AC_LANG_RESTORE
+ 
+-AM_PROG_CC_STDC
++AC_PROG_CC
+ AM_PROG_CC_C_O
+ AC_PROG_INSTALL
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glib2.git/commitdiff/9e8f811c10f2e013ad3b86633a28086bd93c54ce

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


[packages/awesome] - release 3 (by relup.sh)

2013-01-05 Thread arekm
commit ef67aa2fab95f26703fa4634261357a23cf830ad
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 18:02:23 2013 +0100

- release 3 (by relup.sh)

 awesome.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/awesome.spec b/awesome.spec
index 529d0b3..802177c 100644
--- a/awesome.spec
+++ b/awesome.spec
@@ -4,7 +4,7 @@ Summary(hu.UTF-8):  awesome ablakkezelő
 Summary(pl.UTF-8): Zarządca okien X - Awesome
 Name:  awesome
 Version:   3.4.12
-Release:   2
+Release:   3
 License:   GPL v2
 Group: X11/Window Managers
 Source0:   http://awesome.naquadah.org/download/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/awesome.git/commitdiff/ef67aa2fab95f26703fa4634261357a23cf830ad

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


[packages/libxfcegui4] - release 3 (by relup.sh)

2013-01-05 Thread arekm
commit e29508f4c4ba7e7ea7fb9ecefb0beb70315e3c13
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 18:02:37 2013 +0100

- release 3 (by relup.sh)

 libxfcegui4.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libxfcegui4.spec b/libxfcegui4.spec
index 63bdb2b..232f8db 100644
--- a/libxfcegui4.spec
+++ b/libxfcegui4.spec
@@ -7,7 +7,7 @@ Summary:Various GTK+ widgets for Xfce
 Summary(pl.UTF-8): Różne widgety GTK+ dla Xfce
 Name:  libxfcegui4
 Version:   4.10.0
-Release:   2
+Release:   3
 License:   LGPL v2
 Group: X11/Libraries
 Source0:   
http://archive.xfce.org/src/archive/libxfcegui4/4.10/%{name}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxfcegui4.git/commitdiff/e29508f4c4ba7e7ea7fb9ecefb0beb70315e3c13

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


[packages/startup-notification] - release 2 (by relup.sh)

2013-01-05 Thread arekm
commit 0e4e2ddc156cd7eaca963d7e7c66dacf49126f30
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 18:02:44 2013 +0100

- release 2 (by relup.sh)

 startup-notification.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/startup-notification.spec b/startup-notification.spec
index 800a5de..4363245 100644
--- a/startup-notification.spec
+++ b/startup-notification.spec
@@ -2,7 +2,7 @@ Summary:Startup Notification Library
 Summary(pl.UTF-8): Biblioteka Startup Notification
 Name:  startup-notification
 Version:   0.12
-Release:   1
+Release:   2
 Group: X11/Libraries
 # most of the code is on MIT license, only sn-util.c contains LGPL-licensed 
GLib code
 License:   LGPL v2+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/startup-notification.git/commitdiff/0e4e2ddc156cd7eaca963d7e7c66dacf49126f30

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


[packages/xcb-util-image] - release 2 (by relup.sh)

2013-01-05 Thread arekm
commit 67380890fc16b0d82b7d5ba2b4ae2aba39c90015
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 18:02:52 2013 +0100

- release 2 (by relup.sh)

 xcb-util-image.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xcb-util-image.spec b/xcb-util-image.spec
index f4c0316..a8668a2 100644
--- a/xcb-util-image.spec
+++ b/xcb-util-image.spec
@@ -2,7 +2,7 @@ Summary:XCB util-image module
 Summary(pl.UTF-8): Moduł XCB util-image
 Name:  xcb-util-image
 Version:   0.3.9
-Release:   1
+Release:   2
 License:   MIT
 Group: Libraries
 Source0:   http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xcb-util-image.git/commitdiff/67380890fc16b0d82b7d5ba2b4ae2aba39c90015

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


[packages/xorg-app-xbacklight] - release 2 (by relup.sh)

2013-01-05 Thread arekm
commit 68ca9a2a2e2713282a94bcc07bce9fd585aa4679
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 18:02:58 2013 +0100

- release 2 (by relup.sh)

 xorg-app-xbacklight.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-app-xbacklight.spec b/xorg-app-xbacklight.spec
index b49f362..377f31d 100644
--- a/xorg-app-xbacklight.spec
+++ b/xorg-app-xbacklight.spec
@@ -2,7 +2,7 @@ Summary:xbacklight application - adjust backlight 
brightness using RandR extens
 Summary(pl.UTF-8): Aplikacja xbacklight - zmiana jasności podświetlenia 
obrazu poprzez RandR
 Name:  xorg-app-xbacklight
 Version:   1.2.0
-Release:   1
+Release:   2
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-app-xbacklight.git/commitdiff/68ca9a2a2e2713282a94bcc07bce9fd585aa4679

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


[packages/xorg-driver-video-intel] - release 2 (by relup.sh)

2013-01-05 Thread arekm
commit fe4f6931f92c4220e72a371ff73735c113567bb4
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 18:03:05 2013 +0100

- release 2 (by relup.sh)

 xorg-driver-video-intel.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-driver-video-intel.spec b/xorg-driver-video-intel.spec
index 3af819c..edaeae8 100644
--- a/xorg-driver-video-intel.spec
+++ b/xorg-driver-video-intel.spec
@@ -14,7 +14,7 @@ Summary:  X.org video driver for Intel integrated 
graphics chipsets
 Summary(pl.UTF-8): Sterownik obrazu X.org dla zintegrowanych układów 
graficznych Intela
 Name:  xorg-driver-video-intel
 Version:   2.20.17
-Release:   1
+Release:   2
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-intel.git/commitdiff/fe4f6931f92c4220e72a371ff73735c113567bb4

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


[packages/sharutils] - updated to 4.13.2 - added pl.po-update patch (pl.po update from TP)

2013-01-05 Thread qboosh
commit 620a42bba26dfd4f9ba9e66c486c1c4f8e4beb36
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 18:05:12 2013 +0100

- updated to 4.13.2
- added pl.po-update patch (pl.po update from TP)

 sharutils-info.patch |  38 ++-
 sharutils-pl.po-update.patch | 648 +++
 sharutils.spec   |   6 +-
 3 files changed, 676 insertions(+), 16 deletions(-)
---
diff --git a/sharutils.spec b/sharutils.spec
index c01c030..ea8e86b 100644
--- a/sharutils.spec
+++ b/sharutils.spec
@@ -8,16 +8,17 @@ Summary(ru.UTF-8):Утилиты GNU shar для создания и распа
 Summary(tr.UTF-8): Arşivleme ve kabuk araçları
 Summary(uk.UTF-8): Утиліти GNU shar для створення та розпаковки 
shell-архівів
 Name:  sharutils
-Version:   4.13.1
+Version:   4.13.2
 Release:   1
 License:   GPL v3+
 Group: Applications
 Source0:   http://ftp.gnu.org/gnu/sharutils/%{name}-%{version}.tar.bz2
-# Source0-md5: 6c6d2f5fefe32c6d7131922c5649075d
+# Source0-md5: 37ebe9639ccf8bba25bb5e302830b29b
 Source1:   
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 336f405f69324d129a6ccd3b66f8eb6c
 Patch0:%{name}-info.patch
 Patch1:format-security.patch
+Patch2:%{name}-pl.po-update.patch
 URL:   http://www.gnu.org/software/sharutils/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake = 1:1.12
@@ -91,6 +92,7 @@ programlar üzerinden güvenli bir şekilde gönderilebilir.
 %setup -q -a1
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/sharutils-info.patch b/sharutils-info.patch
index 9c5ecef..b0a07a6 100644
--- a/sharutils-info.patch
+++ b/sharutils-info.patch
@@ -1,6 +1,6 @@
 sharutils-4.13.1/doc/sharutils.texi.orig   2013-01-02 19:22:04.381496546 
+0100
-+++ sharutils-4.13.1/doc/sharutils.texi2013-01-02 19:26:47.921490636 
+0100
-@@ -2,17 +2,13 @@
+--- sharutils-4.13.2/doc/sharutils.texi.orig   2012-12-31 18:43:20.0 
+0100
 sharutils-4.13.2/doc/sharutils.texi2013-01-05 15:42:59.099701332 
+0100
+@@ -2,16 +2,13 @@
  @c %**start of header
  @setfilename sharutils.info
  @settitle GNU @code{shar} utilities
@@ -15,7 +15,6 @@
 -* unshar: (sharutils)unshar Invocation. Explode a shell archive.
 -* uudecode: (sharutils)uudecode Invocation. Restore file from 7-bits.
 -* uuencode: (sharutils)uuencode Invocation. Force binary file to 7-bits.
--* doc-license: GNU Free Documentation License.  Documentation license.
 +* Shar utilities: (sharutils).Shell archiver, 
uuencode/uudecode
 +* shar: (sharutils)shar.  Make a shell archive
 +* unshar: (sharutils)unshar.  Explode a shell archive
@@ -24,7 +23,7 @@
  @end direntry
  
  @finalout
-@@ -78,10 +74,10 @@
+@@ -77,10 +74,10 @@
  
  The basic @code{shar} utilities
  
@@ -39,7 +38,7 @@
  
  @end detailmenu
  @end menu
-@@ -122,19 +118,19 @@
+@@ -121,19 +118,19 @@
  in manufacturing shars and in specifying shar @emph{smartness}.  For
  example, @code{shar} may compress files, uuencode binary files, split
  long files and construct multi-part mailings, ensure correct unsharing
@@ -65,20 +64,20 @@
  @end menu
  
  @include invoke-shar.texi
 sharutils-4.13.1/doc/invoke-shar.texi.orig 2012-12-28 02:11:25.0 
+0100
-+++ sharutils-4.13.1/doc/invoke-shar.texi  2013-01-02 19:29:13.984820926 
+0100
+--- sharutils-4.13.2/doc/invoke-shar.texi.orig 2013-01-05 07:37:46.0 
+0100
 sharutils-4.13.2/doc/invoke-shar.texi  2013-01-05 15:44:47.639699068 
+0100
 @@ -1,4 +1,4 @@
 -@node shar Invocation
 +@node shar
  @section Invoking shar
  @pindex shar
  @cindex create a shell archive
-@@ -471,7 +471,7 @@
- order.  If the recipient of the shell archives wants to put all of
- them in a single email folder (file), they will have to be saved in
- the correct order for @command{unshar} to unpack them all at once (using
--one of the split archive options).  @xref{unshar Invocation}.
-+one of the split archive options).  @xref{unshar}.
+@@ -489,7 +489,7 @@
+ all of them in a single email folder (file), they will have to be
+ saved in the correct order for @command{unshar} to unpack them all at
+ once (using one of the split archive options).
+-@xref{unshar Invocation}.
++@xref{unshar}.
  @subsubheading input-file-list option (-I).
  @anchor{shar input-file-list}
  @cindex shar-input-file-list
@@ -106,3 +105,14 @@
  @section Invoking uuencode
  @pindex uuencode
  @cindex encode a file into email friendly text
+--- sharutils-4.13.2/src/shar-opts.def.orig2013-01-03 22:46:34.0 
+0100
 sharutils-4.13.2/src/shar-opts.def 2013-01-05 15:44:28.246366137 +0100
+@@ -360,7 +360,7 @@
+   all of them in a single email folder (file), they will have to be
+   saved in the correct order for @command{unshar} to unpack them all at
+   once (using one of the split archive options).
+-

DISTFILES: sharutils: sharutils-4.13.2.tar.bz2 sharutils-non-english-man-pages.tar.bz2

2013-01-05 Thread qboosh

Files fetched: 1

STORED: http://ftp.gnu.org/gnu/sharutils/sharutils-4.13.2.tar.bz2
37ebe9639ccf8bba25bb5e302830b29b  sharutils-4.13.2.tar.bz2
Size: 1226358 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/sharutils-non-english-man-pages.tar.bz2
336f405f69324d129a6ccd3b66f8eb6c  
sharutils-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/startup-notification] - release 3 (by relup.sh)

2013-01-05 Thread arekm
commit d43777f470c9c37b5bfcec241dab61bd1520f9f6
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Sat Jan 5 18:09:41 2013 +0100

- release 3 (by relup.sh)

 startup-notification.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/startup-notification.spec b/startup-notification.spec
index 4363245..1f566c3 100644
--- a/startup-notification.spec
+++ b/startup-notification.spec
@@ -2,7 +2,7 @@ Summary:Startup Notification Library
 Summary(pl.UTF-8): Biblioteka Startup Notification
 Name:  startup-notification
 Version:   0.12
-Release:   2
+Release:   3
 Group: X11/Libraries
 # most of the code is on MIT license, only sn-util.c contains LGPL-licensed 
GLib code
 License:   LGPL v2+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/startup-notification.git/commitdiff/d43777f470c9c37b5bfcec241dab61bd1520f9f6

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


[packages/xbase64] Created branch master

2013-01-05 Thread qboosh
The branch 'master' was created.

Summary of new commits:

  1f24920... - new: LFS (64-bit files) capable xbase under new name
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: xbase64: xbase64-3.1.2.tar.gz

2013-01-05 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/xdb/xbase64-3.1.2.tar.gz
7f3a727c142b4339faa781e1f6d5871c  xbase64-3.1.2.tar.gz
Size: 425650 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/xbase64] - new: LFS (64-bit files) capable xbase under new name

2013-01-05 Thread qboosh
commit 1f24920b628b1ab63dc292a6248f2db731c2e964
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 18:32:25 2013 +0100

- new: LFS (64-bit files) capable xbase under new name

 xbase64-am.patch  |  20 
 xbase64-fix.patch |  38 +++
 xbase64.spec  | 141 ++
 3 files changed, 199 insertions(+)
---
diff --git a/xbase64.spec b/xbase64.spec
new file mode 100644
index 000..ad76ca7
--- /dev/null
+++ b/xbase64.spec
@@ -0,0 +1,141 @@
+Summary:   XBase64 - xbase-compatible C++ class library
+Summary(pl.UTF-8): XBase64 - kompatybilna z xbase biblioteka klas C++
+Name:  xbase64
+Version:   3.1.2
+Release:   1
+License:   LGPL v2.1+ (library), GPL v2+ (programs)
+Group: Libraries
+Source0:   http://downloads.sourceforge.net/xdb/%{name}-%{version}.tar.gz
+# Source0-md5: 7f3a727c142b4339faa781e1f6d5871c
+Patch0:%{name}-fix.patch
+Patch1:%{name}-am.patch
+URL:   http://linux.techass.com/projects/xdb/
+BuildRequires: autoconf = 2.52
+BuildRequires: automake
+BuildRequires: doxygen
+BuildRequires: libstdc++-devel
+BuildRequires: libtool = 2:1.5
+BuildRequires: sed = 4.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XBase64 is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class
+library. It's useful for accessing data in legacy dBase 3 and 4
+database files as well as a general light-weight database engine. It
+includes support for DBF (dBase version 3 and 4) data files, NDX and
+NTX indexes, and DBT (dBase version 3 and 4). It supports file and
+record locking under *nix OSes.
+
+%description -l pl.UTF-8
+XBase64 to kompatybilna z xbase (czyli dBase, FoxPro itp.) biblioteka
+klas C++. Jest przydatna do dostępu do danych w plikach starych baz
+dBase 3 i 4, a także jako lekki silnik baz danych ogólnego
+przeznaczenia. Obsługuje pliki baz DBF (dBase w wersji 3 i 4), indeksy
+NDX i NTX oraz DBT (dBase w wersji 3 i 4). Obsługuje blokowanie
+plików i rekordów pod systemami uniksowymi.
+
+%package devel
+Summary:   XBase64 development files
+Summary(pl.UTF-8): Pliki dla programistów używających XBase64
+License:   LGPL v2.1+
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  libstdc++-devel
+
+%description devel
+This package contains XBase64 development files.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe potrzebne przy tworzeniu
+aplikacji używających Xbase64.
+
+%package static
+Summary:   Static XBase64 library
+Summary(pl.UTF-8): Statyczna biblioteka XBase64
+License:   LGPL v2.1+
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Static XBase64 library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka XBase64.
+
+%package tools
+Summary:   XBase64 utilities for xbase files
+Summary(pl.UTF-8): XBase64 - narzędzia do plików xbase
+Group: Applications/File
+Requires:  %{name} = %{version}-%{release}
+Obsoletes: xbase-tools
+Conflicts: xbase  2.1.1-5
+
+%description tools
+XBase64 utilities for xbase files.
+
+%description tools -l pl.UTF-8
+XBase64 - narzędzia do plików xbase.
+
+%prep
+%setup -q
+
+# not undos - there are some CRs in the middle if lines
+%{__sed} -i -e 's,\r,,' -e 's,__GNU LesserG__,__GNU_LesserG__,' xbase64/*.[ch]*
+
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+   --with-index-ndx \
+   --with-index-ntx
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog authors news readme todo
+%attr(755,root,root) %{_libdir}/libxbase64.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libxbase64.so.1
+
+%files devel
+%defattr(644,root,root,755)
+%doc docs/html/{*.html,*.png}
+%attr(755,root,root) %{_bindir}/xbase64-config
+%attr(755,root,root) %{_libdir}/libxbase64.so
+%{_libdir}/libxbase64.la
+%{_includedir}/xbase64
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libxbase64.a
+
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/checkndx
+%attr(755,root,root) %{_bindir}/copydbf
+%attr(755,root,root) %{_bindir}/dbfutil1
+%attr(755,root,root) %{_bindir}/dbfxtrct
+%attr(755,root,root) %{_bindir}/deletall
+%attr(755,root,root) %{_bindir}/dumphdr
+%attr(755,root,root) %{_bindir}/dumprecs
+%attr(755,root,root) %{_bindir}/packdbf
+%attr(755,root,root) %{_bindir}/reindex
+%attr(755,root,root) %{_bindir}/undelall
+%attr(755,root,root) %{_bindir}/zap
diff --git a/xbase64-am.patch b/xbase64-am.patch
new file mode 100644
index 000..0ba1eea
--- /dev/null
+++ b/xbase64-am.patch
@@ -0,0 +1,20 @@
+--- 

[packages/xbase] - separated -tools to allow installing both xbase and xbase64 libs

2013-01-05 Thread qboosh
commit 938b0a7e0df5b23fbe5e198592cbebd2bcddc226
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 18:38:52 2013 +0100

- separated -tools to allow installing both xbase and xbase64 libs

 xbase.spec | 44 ++--
 1 file changed, 30 insertions(+), 14 deletions(-)
---
diff --git a/xbase.spec b/xbase.spec
index b7a1c15..26e0aac 100644
--- a/xbase.spec
+++ b/xbase.spec
@@ -2,7 +2,7 @@ Summary:XBase - xbase-compatible C++ class library
 Summary(pl.UTF-8): XBase - kompatybilna z xbase biblioteka klas C++
 Name:  xbase
 Version:   2.1.1
-Release:   4
+Release:   5
 License:   LGPL v2.1+ (library), GPL v2+ (programs)
 Group: Libraries
 Source0:   http://downloads.sourceforge.net/xdb/%{name}-%{version}.tar.gz
@@ -36,7 +36,7 @@ plików i rekordów pod systemami uniksowymi.
 %package devel
 Summary:   XBase development files
 Summary(pl.UTF-8): Pliki dla programistów używających XBase
-License:   LGPL
+License:   LGPL v2.1+
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  libstdc++-devel
@@ -51,7 +51,7 @@ aplikacji używających Xbase.
 %package static
 Summary:   Static XBase library
 Summary(pl.UTF-8): Statyczna biblioteka XBase
-License:   LGPL
+License:   LGPL v2.1+
 Group: Development/Libraries
 Requires:  %{name}-devel = %{version}-%{release}
 
@@ -61,6 +61,19 @@ Static XBase library.
 %description static -l pl.UTF-8
 Statyczna biblioteka XBase.
 
+%package tools
+Summary:   XBase utilities for xbase files
+Summary(pl.UTF-8): XBase - narzędzia do plików xbase
+License:   GPL v2+
+Group: Applications/File
+Requires:  %{name} = %{version}-%{release}
+
+%description tools
+XBase utilities for xbase files.
+
+%description tools -l pl.UTF-8
+XBase - narzędzia do plików xbase.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -95,17 +108,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/checkndx
-%attr(755,root,root) %{_bindir}/copydbf
-%attr(755,root,root) %{_bindir}/dbfutil1
-%attr(755,root,root) %{_bindir}/dbfxtrct
-%attr(755,root,root) %{_bindir}/deletall
-%attr(755,root,root) %{_bindir}/dumphdr
-%attr(755,root,root) %{_bindir}/dumprecs
-%attr(755,root,root) %{_bindir}/packdbf
-%attr(755,root,root) %{_bindir}/reindex
-%attr(755,root,root) %{_bindir}/undelall
-%attr(755,root,root) %{_bindir}/zap
 %attr(755,root,root) %{_libdir}/libxbase.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libxbase.so.1
 
@@ -120,3 +122,17 @@ rm -rf $RPM_BUILD_ROOT
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libxbase.a
+
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/checkndx
+%attr(755,root,root) %{_bindir}/copydbf
+%attr(755,root,root) %{_bindir}/dbfutil1
+%attr(755,root,root) %{_bindir}/dbfxtrct
+%attr(755,root,root) %{_bindir}/deletall
+%attr(755,root,root) %{_bindir}/dumphdr
+%attr(755,root,root) %{_bindir}/dumprecs
+%attr(755,root,root) %{_bindir}/packdbf
+%attr(755,root,root) %{_bindir}/reindex
+%attr(755,root,root) %{_bindir}/undelall
+%attr(755,root,root) %{_bindir}/zap


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xbase.git/commitdiff/938b0a7e0df5b23fbe5e198592cbebd2bcddc226

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


[packages/xbase64] - explicit License for -tools

2013-01-05 Thread qboosh
commit 6dc02e5e4c44b00a0c35e16a1fab82b2e376974a
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 18:39:34 2013 +0100

- explicit License for -tools

 xbase64.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/xbase64.spec b/xbase64.spec
index ad76ca7..773929f 100644
--- a/xbase64.spec
+++ b/xbase64.spec
@@ -65,6 +65,7 @@ Statyczna biblioteka XBase64.
 %package tools
 Summary:   XBase64 utilities for xbase files
 Summary(pl.UTF-8): XBase64 - narzędzia do plików xbase
+License:   GPL v2+
 Group: Applications/File
 Requires:  %{name} = %{version}-%{release}
 Obsoletes: xbase-tools


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xbase64.git/commitdiff/6dc02e5e4c44b00a0c35e16a1fab82b2e376974a

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


[packages/chromium-browser/DEVEL] adapter

2013-01-05 Thread glen
commit 8456d6763e94a7b88e55d1d8ba6ee6c4434d6d6f
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 10:26:27 2013 +0200

adapter

 chromium-browser.spec | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index d12d8f0..5ba2914 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -55,7 +55,7 @@
 # - mute BEEP mixer if you do not want to hear horrible system bell when
 #   pressing home/end in url bar or more ^F search results on page.
 # - space considerations:
-#   - unpacked sources: ~654MiB
+#   - unpacked sources: ~649MiB
 #   - built code: ~1.4GiB (x86_64/i686)
 # - http://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites
 # - to look for new tarball, use update-source.sh script
@@ -69,7 +69,7 @@
 Summary:   A WebKit powered web browser
 Name:  chromium-browser
 Version:   24.0.1312.45
-Release:   0.18
+Release:   0.20
 License:   BSD, LGPL v2+ (ffmpeg)
 Group: X11/Applications/Networking
 Source0:   
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/%{name}-%{version}.tar.gz
@@ -91,7 +91,7 @@ Patch6:   get-webkit_revision.patch
 Patch7:dlopen_sonamed_gl.patch
 Patch8:chromium_useragent.patch.in
 Patch9:chromium-ppapi.patch
-Patch10:   system-libxnvctrl.patch
+Patch10:   system-libxnvctrl.patch
 # https://bugs.gentoo.org/show_bug.cgi?id=393471
 # libjpeg-turbo = 1.1.90 supports that feature
 Patch11:   chromium-revert-jpeg-swizzle-r2.patch
@@ -128,27 +128,27 @@ BuildRequires:gtk+2-devel
 %{?with_kerberos:BuildRequires:heimdal-devel}
 BuildRequires: hicolor-icon-theme
 %{?with_system_jsoncpp:BuildRequires:  jsoncpp-devel}
+%{?with_system_libxvnctrl:BuildRequires:   libXNVCtrl-devel = 310.19}
 BuildRequires: libevent-devel
+%{?with_system_libexif:BuildRequires:  libexif-devel = 1:0.6.21}
 %{?with_keyring:BuildRequires: libgnome-keyring-devel}
 BuildRequires: libicu-devel = 4.6
 %{!?with_libjpegturbo:BuildRequires:   libjpeg-devel}
 %{?with_libjpegturbo:BuildRequires:libjpeg-turbo-devel = 1.2.0}
+%{?with_system_libmtp:BuildRequires:   libmtp-devel = 1.1.3}
 BuildRequires: libpng-devel
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: libstdc++-devel
 %{?with_system_libusb:BuildRequires:   libusb-devel = 1.0}
 %{?with_system_libvpx:BuildRequires:   libvpx-devel = 0.9.5-2}
 %{?with_system_libwebp:BuildRequires:  libwebp-devel = 0.1.99}
-%{?with_system_libxvnctrl:BuildRequires:   libXNVCtrl-devel = 310.19}
 BuildRequires: libxml2-devel
 BuildRequires: libxslt-devel
 BuildRequires: lzma
 %{?with_system_minizip:BuildRequires:  minizip-devel}
-%{?with_system_libexif:BuildRequires:  libexif-devel = 1:0.6.21}
-%{?with_system_libmtp:BuildRequires:   libmtp-devel = 1.1.3}
-%{?with_system_opus:BuildRequires: opus-devel = 1.0.2}
 BuildRequires: nspr-devel
 BuildRequires: nss-devel = 1:3.12.3
+%{?with_system_opus:BuildRequires: opus-devel = 1.0.2}
 BuildRequires: pam-devel
 BuildRequires: pango-devel
 BuildRequires: perl-modules


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/8ca2ff1d9250a6c126111bca40e1a084af97cd9f

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


[packages/chromium-browser/DEVEL] prepare system protobuf bcond. should work in 25.x branch

2013-01-05 Thread glen
commit 75a27c2e99bf6a5396bed4dc3703af1b981e7026
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 14:35:32 2013 +0200

prepare system protobuf bcond. should work in 25.x branch

 chromium-browser.spec | 10 +-
 clean-source.sh   |  1 +
 get-source.sh |  2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 5ba2914..7ceb0cf 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -22,6 +22,7 @@
 %bcond_without system_libxnvctrl   # system libxnvctrl
 %bcond_without system_minizip  # system minizip
 %bcond_without system_opus # system opus codec support, 
http://www.opus-codec.org/examples/
+%bcond_withsystem_protobuf # system protobuf
 %bcond_without system_speex# system speex
 %bcond_withsystem_sqlite   # system sqlite
 %bcond_without system_srtp # system srtp (can be used if using 
bundled libjingle)
@@ -153,6 +154,7 @@ BuildRequires:  pam-devel
 BuildRequires: pango-devel
 BuildRequires: perl-modules
 BuildRequires: pkgconfig
+%{?with_system_protobuf:BuildRequires: protobuf-devel}
 %{?with_pulseaudio:BuildRequires:  pulseaudio-devel}
 BuildRequires: python
 #BuildRequires:python-gyp = 1-%{gyp_rev}
@@ -289,7 +291,12 @@ cat  chrome/test/data/nacl/nacl_test_data.gyp -EOF
 }
 EOF
 
-sh -x clean-source.sh %{!?with_system_v8:v8=0} %{!?with_nacl:nacl=0} 
%{!?with_system_zlib:zlib=0}
+sh -x clean-source.sh \
+   %{!?with_nacl:nacl=0} \
+   %{!?with_system_protobuf:protobuf=0} \
+   %{!?with_system_v8:v8=0} \
+   %{!?with_system_zlib:zlib=0} \
+   %{nil}
 
 %build
 cd src
@@ -375,6 +382,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{gyp_with system_libxnvctrl} \
%{gyp_with system_minizip} \
%{gyp_with system_opus} \
+   %{gyp_with system_protobuf} \
%{gyp_with system_speex} \
%{gyp_with system_sqlite} \
%{gyp_with system_v8} \
diff --git a/clean-source.sh b/clean-source.sh
index 93d093a..92c3e5d 100755
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -657,6 +657,7 @@ strip_system_dirs \
third_party/libxml_ \
third_party/libxslt \
third_party/opus \
+   third_party/protobuf \
third_party/speex \
third_party/yasm \
third_party/zlib \
diff --git a/get-source.sh b/get-source.sh
index 740aae8..67a62f3 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -71,7 +71,7 @@ else
v8=0
 fi
 
-sh -x $WORK_DIR/clean-source.sh v8=$v8
+sh -x $WORK_DIR/clean-source.sh v8=$v8 protobuf=0
 
 # do not keep REMOVED*.txt in tarball. they are visible in .log anyway
 rm -vf REMOVED-*.txt


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/8ca2ff1d9250a6c126111bca40e1a084af97cd9f

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


[packages/chromium-browser/DEVEL] prepare for system ffmpeg. should work in 25.x branch

2013-01-05 Thread glen
commit 7d0dbc8df4c9480bd1d73747128bbfade46bde38
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 14:57:49 2013 +0200

prepare for system ffmpeg. should work in 25.x branch

 chromium-browser.spec | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 7ceb0cf..ab73394 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -2,7 +2,6 @@
 # Conditional build:
 %bcond_without cups# with cups
 %bcond_without debuginfo   # disable debuginfo creation (it is 
huge)
-%bcond_without ffmpegsumo  # build with ffmpegsumo
 %bcond_without gconf   # with GConf
 %bcond_without kerberos# build with kerberos support (dlopened 
if support compiled, library names in src/net/http/http_auth_gssapi_posix.cc)
 %bcond_without keyring # with keyring support (gnome-keyring 
dlopened, kwalletd via dbus)
@@ -14,6 +13,7 @@
 %bcond_withshared_libs # with shared libs
 %bcond_withsse2# use SSE2 instructions
 %bcond_without system_flac # system flac
+%bcond_withsystem_ffmpeg   # system ffmpeg instead of ffmpegsumo
 %bcond_without system_jsoncpp  # system jsoncpp
 %bcond_without system_libexif  # system libexif
 %bcond_without system_libmtp   # system libmtp
@@ -47,7 +47,6 @@
 # - check system sqlite linking problems
 # - find system deps: find -name '*.gyp*' | xargs grep 'use_system.*=='
 # - use_system_ssl (use_openssl: http://crbug.com/62803)
-# - use_system_ffmpeg  build_ffmpegsumo
 # - use_system_hunspell
 # - use_system_stlport
 # - other defaults: src/build/common.gypi
@@ -120,6 +119,7 @@ BuildRequires:  bzip2-devel
 %{?with_cups:BuildRequires:cups-devel}
 BuildRequires: dbus-glib-devel
 BuildRequires: expat-devel
+%{?with_system_ffmpeg:BuildRequires:   ffmpeg-devel = 1.0}
 %{?with_system_flac:BuildRequires: flac-devel = 1.2.1-7}
 BuildRequires: flex
 BuildRequires: fontconfig-devel
@@ -350,10 +350,8 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{!?debug:-Dwerror=} \
%{!?debuginfo:-Dfastbuild=1 -Dremove_webcore_debug_symbols=1} \
%{?with_shared_libs:-Dlibrary=shared_library} \
-   -Dbuild_ffmpegsumo=%{?with_ffmpegsumo:1}%{!?with_ffmpegsumo:0} \
-   -Dffmpeg_branding=Chrome \
+   %{!?with_system_ffmpeg:-Dbuild_ffmpegsumo=1 -Dffmpeg_branding=Chrome 
-Dproprietary_codecs=1} \
-Dremove_webcore_debug_symbols=1 \
-   -Dproprietary_codecs=1 \
-Dinclude_tests=0 \
 %if %{with nacl}
-Dnaclsdk_mode=custom:/usr/x86_64-nacl \
@@ -373,6 +371,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{gyp_with kerberos} -Dlinux_link_kerberos=0 \
%{gyp_with keyring gnome_keyring} -Dlinux_link_gnome_keyring=0 \
%{gyp_with pulseaudio} \
+   %{gyp_with system_ffmpeg} \
%{gyp_with system_flac} \
%{gyp_with system_libexif} \
%{gyp_with system_libmtp} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/8ca2ff1d9250a6c126111bca40e1a084af97cd9f

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


DISTFILES: chromium-browser: ERRORS: chromium-browser-24.0.1312.45.tar.gz

2013-01-05 Thread glen
FATAL: 
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/chromium-browser-24.0.1312.45.tar.gz
 md5 mismatch, needed 2995d5aa3f1ecb470e60e0984229fcce, got 
dd0d267bb1d4a6426862fade66477494

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/chromium-browser/DEVEL] typo, notes, remove debug

2013-01-05 Thread glen
commit e20f2cd0e04183823ed8fb63bd074b756d5ca14b
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 19:26:49 2013 +0200

typo, notes, remove debug

 get-source.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/get-source.sh b/get-source.sh
index 67a62f3..753da35 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -18,7 +18,7 @@ if [ -z $VERSION ]; then
exit 1
 fi
 
-# don't use .xz for beta channels, annooying if unpacks that slowly
+# don't use .xz for beta channels, annoying if unpacks that slowly
 if [ $CHANNEL = stable ]; then
EXT=xz
 else
@@ -85,6 +85,7 @@ echo $svnver  build/LASTCHANGE.in
 cd ../..
 
 tarball=$PACKAGE_NAME-$VERSION.tar.$EXT
+# xz -9 OOM's on carme
 XZ_OPT=-e8 tar -cf $tarball --$EXT $PACKAGE_NAME-$VERSION
 ls -lh $tarball
 
@@ -100,7 +101,6 @@ mv $LOGFILE $DIST_DIR
 
 rm -rf $TMP_DIR
 
-set -x
 # create diff patches
 BASEVER=${VERSION%.*}.0
 if [ -e $DIST_DIR/$PACKAGE_NAME-$BASEVER.tar.$EXT ]; then
@@ -109,7 +109,6 @@ if [ -e $DIST_DIR/$PACKAGE_NAME-$BASEVER.tar.$EXT ]; then
sh -x $WORK_DIR/make-diff-patch.sh $base $current
mv $PACKAGE_NAME-$VERSION.patch.$EXT $DIST_DIR
 fi
-set +x
 
 # try updating spec and build it as well
 if [ -x $WORK_DIR/update-source.sh ]; then


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/8ca2ff1d9250a6c126111bca40e1a084af97cd9f

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


[packages/chromium-browser/DEVEL] ffmpeg_branding=Chrome is equivalent to proprietary_codecs=1

2013-01-05 Thread glen
commit 6e2c55721b9e20268ed62bb1337c49e9db202cec
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 19:28:12 2013 +0200

ffmpeg_branding=Chrome is equivalent to proprietary_codecs=1

 chromium-browser.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index ab73394..ba3ae63 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -69,7 +69,7 @@
 Summary:   A WebKit powered web browser
 Name:  chromium-browser
 Version:   24.0.1312.45
-Release:   0.20
+Release:   0.21
 License:   BSD, LGPL v2+ (ffmpeg)
 Group: X11/Applications/Networking
 Source0:   
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/%{name}-%{version}.tar.gz
@@ -350,7 +350,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{!?debug:-Dwerror=} \
%{!?debuginfo:-Dfastbuild=1 -Dremove_webcore_debug_symbols=1} \
%{?with_shared_libs:-Dlibrary=shared_library} \
-   %{!?with_system_ffmpeg:-Dbuild_ffmpegsumo=1 -Dffmpeg_branding=Chrome 
-Dproprietary_codecs=1} \
+   %{!?with_system_ffmpeg:-Dbuild_ffmpegsumo=1 -Dproprietary_codecs=1} \
-Dremove_webcore_debug_symbols=1 \
-Dinclude_tests=0 \
 %if %{with nacl}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/8ca2ff1d9250a6c126111bca40e1a084af97cd9f

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


[packages/chromium-browser/DEVEL] remove duplicate remove_webcore_debug_symbols=1

2013-01-05 Thread glen
commit 1c38ebf80bb09c357ae0b068df84cb16189be98e
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 19:31:10 2013 +0200

remove duplicate remove_webcore_debug_symbols=1

 chromium-browser.spec | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index ba3ae63..a835570 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -351,7 +351,6 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{!?debuginfo:-Dfastbuild=1 -Dremove_webcore_debug_symbols=1} \
%{?with_shared_libs:-Dlibrary=shared_library} \
%{!?with_system_ffmpeg:-Dbuild_ffmpegsumo=1 -Dproprietary_codecs=1} \
-   -Dremove_webcore_debug_symbols=1 \
-Dinclude_tests=0 \
 %if %{with nacl}
-Dnaclsdk_mode=custom:/usr/x86_64-nacl \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/8ca2ff1d9250a6c126111bca40e1a084af97cd9f

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


[packages/chromium-browser/DEVEL] drop outdated options-support.patch

2013-01-05 Thread glen
commit 8ca2ff1d9250a6c126111bca40e1a084af97cd9f
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 19:39:10 2013 +0200

drop outdated options-support.patch

 chromium-browser.spec |  2 --
 options-support.patch | 40 
 2 files changed, 42 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index a835570..05db5a6 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -86,7 +86,6 @@ Patch1:   plugin-searchdirs.patch
 #Patch2:   system-nspr.patch
 Patch3:disable_dlog_and_dcheck_in_release_builds.patch
 Patch4:path-libpdf.patch
-Patch5:options-support.patch
 Patch6:get-webkit_revision.patch
 Patch7:dlopen_sonamed_gl.patch
 Patch8:chromium_useragent.patch.in
@@ -251,7 +250,6 @@ ln -s %{SOURCE7} src
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch15 -p1
diff --git a/options-support.patch b/options-support.patch
deleted file mode 100644
index 6f0cb29..000
--- a/options-support.patch
+++ /dev/null
@@ -1,40 +0,0 @@
 chromium-browser-7.0.505.0~svn20100825r57278/src/build/common.gypi~
2010-08-25 10:57:49.0 +0300
-+++ chromium-browser-7.0.505.0~svn20100825r57278/src/build/common.gypi 
2010-08-25 10:59:07.552987859 +0300
-@@ -249,6 +249,18 @@
- # Set this to true to enable SELinux support.
- 'selinux%': 0,
- 
-+# Use system libpng
-+'use_system_libpng%': 1,
-+
-+# Use system bzip2
-+'use_system_bzip2%': 1,
-+
-+# Use system libjpeg
-+'use_system_libjpeg%': 1,
-+
-+# Use system zlib
-+'use_system_zlib%': 1,
-+
- # Override whether we should use Breakpad on Linux. I.e. for Chrome bot.
- 'linux_breakpad%': 0,
- # And if we want to dump symbols for Breakpad-enabled builds.
-@@ -215,6 +227,18 @@
-   ['selinux==1', {
- 'defines': ['CHROMIUM_SELINUX=1'],
-   }],
-+  ['use_system_libpng==1', {
-+'defines': ['USE_SYSTEM_LIBPNG=1'],
-+  }],
-+  ['use_system_bzip2==1', {
-+'defines': ['USE_SYSTEM_LIBBZ2=1'],
-+  }],
-+  ['use_system_libjpeg==1', {
-+'defines': ['USE_SYSTEM_LIBJPEG=1'],
-+  }],
-+  ['use_system_zlib==1', {
-+'defines': ['USE_SYSTEM_ZLIB=1'],
-+  }],
-   ['coverage!=0', {
- 'conditions': [
-   ['OS==mac', {


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/8ca2ff1d9250a6c126111bca40e1a084af97cd9f

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


[packages/chromium-browser/DEVEL] fix ffmpeg packaging

2013-01-05 Thread glen
commit fcc48c1917a3765de37b184429e4f0c29a8ece88
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 19:57:50 2013 +0200

fix ffmpeg packaging

correction to 7d0dbc8df4c9480bd1d73747128bbfade46bde38

 chromium-browser.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 05db5a6..3fdaf7c 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -69,7 +69,7 @@
 Summary:   A WebKit powered web browser
 Name:  chromium-browser
 Version:   24.0.1312.45
-Release:   0.21
+Release:   0.22
 License:   BSD, LGPL v2+ (ffmpeg)
 Group: X11/Applications/Networking
 Source0:   
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/%{name}-%{version}.tar.gz
@@ -422,7 +422,7 @@ cp -a *.pak locales resources 
$RPM_BUILD_ROOT%{_libdir}/%{name}
 cp -p chrome.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
 install -p chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/%{name}
 install -p chrome_sandbox $RPM_BUILD_ROOT%{_libdir}/%{name}/chromium-sandbox
-%if %{with ffmpegsumo}
+%if %{without system_ffmpeg}
 install -p libffmpegsumo.so $RPM_BUILD_ROOT%{_libdir}/%{name}
 %endif
 cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}
@@ -508,7 +508,7 @@ fi
 %attr(4555,root,root) %{_libdir}/%{name}/chromium-sandbox
 
 # ffmpeg libs
-%if %{with ffmpegsumo}
+%if %{without system_ffmpeg}
 %attr(755,root,root) %{_libdir}/%{name}/libffmpegsumo.so
 %endif
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/fcc48c1917a3765de37b184429e4f0c29a8ece88

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


DISTFILES: chromium-browser: ERRORS: chromium-browser-24.0.1312.45.tar.gz

2013-01-05 Thread glen
FATAL: 
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/chromium-browser-24.0.1312.45.tar.gz
 md5 mismatch, needed 2995d5aa3f1ecb470e60e0984229fcce, got 
dd0d267bb1d4a6426862fade66477494

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/file] - updated to 5.12 - updated sparc,searchpath patches - removed obsolete nodejs patch

2013-01-05 Thread qboosh
commit 49d7bd2c95292eef6735529cabe38f43d0e8deca
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 19:30:41 2013 +0100

- updated to 5.12
- updated sparc,searchpath patches
- removed obsolete nodejs patch

 file-sparc.patch | 17 -
 file.spec| 16 
 nodejs.patch | 49 -
 searchpath.patch |  6 +++---
 4 files changed, 19 insertions(+), 69 deletions(-)
---
diff --git a/file.spec b/file.spec
index 8326b7c..4d0ad0e 100644
--- a/file.spec
+++ b/file.spec
@@ -28,12 +28,12 @@ Summary(uk.UTF-8):  Утиліта для визначення типів фай
 Summary(zh_CN.UTF-8):  判定文件类型的工具。
 Summary(zh_TW.UTF-8):  用於決定檔案類型的一個工具程式。
 Name:  file
-Version:   5.11
-Release:   3
+Version:   5.12
+Release:   1
 License:   distributable
 Group: Applications/File
 Source0:   ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
-# Source0-md5: 16a407bd66d6c7a832f3a5c0d609c27b
+# Source0-md5: 1d7d85cb9354f79e5e351deef36be6ba
 Source1:   
http://ftp1.pld-linux.org/people/glen/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 6a45bcaefd19b94db36a1b2b7c5b806b
 Source2:   %{name}-zisofs.magic
@@ -43,18 +43,18 @@ Patch0: %{name}-sparc.patch
 Patch1:%{name}-selinux.patch
 Patch2:searchpath.patch
 Patch3:automake.patch
-Patch4:nodejs.patch
-Patch5:sticky-bit.patch
+Patch4:sticky-bit.patch
 URL:   http://www.darwinsys.com/file/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libtool = 2:2.0
 BuildRequires: rpmbuild(macros) = 1.453
 %if %{with python}
 BuildRequires: python-devel
 BuildRequires: python-modules
 BuildRequires: rpm-pythonprov
 %endif
+BuildRequires: zlib-devel
 Requires:  libmagic = %{version}-%{release}
 Conflicts: rpm-build  4.4.1-9
 Conflicts: xdelta  1.0.0
@@ -202,6 +202,7 @@ Summary:Header files for libmagic library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libmagic
 Group: Development/Libraries
 Requires:  libmagic = %{version}-%{release}
+Requires:  zlib-devel
 
 %description -n libmagic-devel
 Library of functions which operate on magic database file.
@@ -251,7 +252,6 @@ Wiązania Pythona dla libmagic.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %if %{cc_version}  3.4
 %{__sed} -i -e 's,-Wextra,,' configure.ac
@@ -270,7 +270,7 @@ rm -f magic/Magdir/{*.orig,*~}
 %{__automake}
 %configure \
--enable-fsect-man5 \
-   %{!?with_static_libs:--enable-static=no}
+   %{?with_static_libs:--enable-static}
 
 %{__make}
 
diff --git a/file-sparc.patch b/file-sparc.patch
index 38fb6e1..aeb121e 100644
--- a/file-sparc.patch
+++ b/file-sparc.patch
@@ -26,17 +26,16 @@ diff -Nru file-4.02.bak/magic/Magdir/bsdi 
file-4.02/magic/Magdir/bsdi
  0byte0x80   dynamically linked executable
  0byte^0x80   executable
  16   belong  0  not stripped
-diff -Nru file-4.02.bak/magic/Magdir/mach file-4.02/magic/Magdir/mach
 file-4.02.bak/magic/Magdir/machSun Feb 14 18:16:20 1999
-+++ file-4.02/magic/Magdir/machThu Apr  3 09:14:25 2003
-@@ -34,7 +34,7 @@
- 4belong  11  hp pa-risc
- 4belong  12  acorn
- 4belong  13  m88k
+--- file-5.12/magic/Magdir/mach.orig   2013-01-05 18:01:15.529528408 +0100
 file-5.12/magic/Magdir/mach2013-01-05 18:05:58.686189172 +0100
+@@ -76,7 +76,7 @@
+ 8   belong  0   mc88000
+ 8   belong  1   mc88100
+ 8   belong  2   mc88110
 -4belong  14  sparc
 +4belong  14  SPARC
- 4belong  15  i860-big
- 4belong  16  i860
+ 4belong  15  i860g
+ 4belong  16  alpha
  4belong  17  rs6000
 diff -Nru file-4.02.bak/magic/Magdir/netbsd file-4.02/magic/Magdir/netbsd
 --- file-4.02.bak/magic/Magdir/netbsd  Tue Apr  1 01:53:37 2003
diff --git a/nodejs.patch b/nodejs.patch
deleted file mode 100644
index 5eff974..000
--- a/nodejs.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 3a7c447b560eda64bb19020f5e13639841ae6f64 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= g...@delfi.ee
-Date: Sat, 16 Jun 2012 15:36:19 +0300
-Subject: [PATCH] add recognizing of node.js script shebangs
-

- magic/Magdir/javascript |   17 +
- magic/Makefile.am   |1 +
- 2 files changed, 18 insertions(+)
- create mode 100644 magic/Magdir/javascript
-
-diff --git a/magic/Magdir/javascript b/magic/Magdir/javascript
-new file mode 100644
-index 000..ad585c7
 /dev/null
-+++ b/magic/Magdir/javascript
-@@ -0,0 +1,17 @@

DISTFILES: file: file-5.12.tar.gz file-non-english-man-pages.tar.bz2

2013-01-05 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.astron.com/pub/file/file-5.12.tar.gz
1d7d85cb9354f79e5e351deef36be6ba  file-5.12.tar.gz
Size: 632808 bytes
ALREADY GOT: 
http://ftp1.pld-linux.org/people/glen/file-non-english-man-pages.tar.bz2
6a45bcaefd19b94db36a1b2b7c5b806b  file-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/xbase64] - one more fix: redefined variable in dumprecs

2013-01-05 Thread qboosh
commit e86c3e215503da28a9fa880aa0d80728aced0520
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 19:33:50 2013 +0100

- one more fix: redefined variable in dumprecs

 xbase64-fix.patch | 15 +++
 1 file changed, 15 insertions(+)
---
diff --git a/xbase64-fix.patch b/xbase64-fix.patch
index 70355c4..31a031d 100644
--- a/xbase64-fix.patch
+++ b/xbase64-fix.patch
@@ -36,3 +36,18 @@
  
  void xbNodeLink::AddNode(xbNodeLink* node)
  {
+--- xbase64-3.1.2/bin/dumprecs.cpp.orig2004-03-25 16:58:24.0 
+0100
 xbase64-3.1.2/bin/dumprecs.cpp 2013-01-05 19:31:58.354017486 +0100
+@@ -84,9 +84,9 @@
+ }
+ 
+ std::cout  Processing file sequentially from beginning...  
std::endl;
+-int i = 0;
+-while(iMyFile.NoOfRecords()){
+-  rc = MyFile.DumpRecord(++i);
++int j = 0;
++while(jMyFile.NoOfRecords()){
++  rc = MyFile.DumpRecord(++j);
+   if( rc != XB_NO_ERROR )
+ x.DisplayError( rc );
+ }


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xbase64.git/commitdiff/e86c3e215503da28a9fa880aa0d80728aced0520

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


[packages/atk] (2 commits) ...Merge branch 'master' of git://git.pld-linux.org/packages/atk

2013-01-05 Thread qboosh
Summary of changes:

  02c1a01... - rename sr@ije locale to sr@ijekavian; release 2
  c81824e... Merge branch 'master' of git://git.pld-linux.org/packages/a
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/atk: 1/2] - rename sr@ije locale to sr@ijekavian; release 2

2013-01-05 Thread qboosh
commit 02c1a01df2fcfe094a21c57a4cc769e13e2af849
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 19:36:15 2013 +0100

- rename sr@ije locale to sr@ijekavian; release 2

 atk.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/atk.spec b/atk.spec
index b681257..a10a8e0 100644
--- a/atk.spec
+++ b/atk.spec
@@ -8,7 +8,7 @@ Summary(pl.UTF-8):  ATK - biblioteka ułatwiająca 
niepełnosprawnym korzystanie
 Summary(pt_BR.UTF-8):  Interfaces para suporte a acessibilidade
 Name:  atk
 Version:   2.6.0
-Release:   1
+Release:   2
 Epoch: 1
 License:   LGPL v2+
 Group: X11/Libraries
@@ -132,10 +132,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libatk-1.0.la
 
-%find_lang atk10
-
 %{!?with_apidocs:rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}/atk}
 
+%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{sr@ije,sr@ijekavian}
+
+%find_lang atk10
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/atk.git/commitdiff/c81824e888e340c80b4ee94bfd414262fd32a521

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


[packages/atk: 2/2] Merge branch 'master' of git://git.pld-linux.org/packages/atk

2013-01-05 Thread qboosh
commit c81824e888e340c80b4ee94bfd414262fd32a521
Merge: 02c1a01 564ee2a
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 19:36:23 2013 +0100

Merge branch 'master' of git://git.pld-linux.org/packages/atk

---


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/atk.git/commitdiff/c81824e888e340c80b4ee94bfd414262fd32a521

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


[packages/atk] - release 3

2013-01-05 Thread qboosh
commit 90840606841a4839e422d7d37a2d0fa770934a3f
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 19:37:09 2013 +0100

- release 3

 atk.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/atk.spec b/atk.spec
index a10a8e0..df0edee 100644
--- a/atk.spec
+++ b/atk.spec
@@ -8,7 +8,7 @@ Summary(pl.UTF-8):  ATK - biblioteka ułatwiająca 
niepełnosprawnym korzystanie
 Summary(pt_BR.UTF-8):  Interfaces para suporte a acessibilidade
 Name:  atk
 Version:   2.6.0
-Release:   2
+Release:   3
 Epoch: 1
 License:   LGPL v2+
 Group: X11/Libraries


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/atk.git/commitdiff/90840606841a4839e422d7d37a2d0fa770934a3f

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


[packages/chromium-browser/DEVEL] ensure removal messages are not UTF8 encoded

2013-01-05 Thread glen
commit 0593259b127cfec47ab6c134bb74eedf6e2aaea3
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 20:40:42 2013 +0200

ensure removal messages are not UTF8 encoded

 clean-source.sh | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/clean-source.sh b/clean-source.sh
index 92c3e5d..5b7dd7e 100755
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -1,6 +1,8 @@
 #!/bin/sh
 set -xe
 
+export LC_ALL=C
+
 # import options
 # remove everything unless it's remove has been disabled with 0
 # v8=0 means do not remove v8


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/0593259b127cfec47ab6c134bb74eedf6e2aaea3

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


DISTFILES: chromium-browser: ERRORS: chromium-browser-24.0.1312.45.tar.gz

2013-01-05 Thread glen
FATAL: 
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/chromium-browser-24.0.1312.45.tar.gz
 md5 mismatch, needed 2995d5aa3f1ecb470e60e0984229fcce, got 
dd0d267bb1d4a6426862fade66477494

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/gdk-pixbuf2] - rename sr@ije locale to sr@ijekavian; release 2

2013-01-05 Thread qboosh
commit ce56c90ea2c1535179c37fbbfea5efb7f0946cf9
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 19:44:14 2013 +0100

- rename sr@ije locale to sr@ijekavian; release 2

 gdk-pixbuf2.spec | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec
index 63433dd..7a4c38c 100644
--- a/gdk-pixbuf2.spec
+++ b/gdk-pixbuf2.spec
@@ -9,7 +9,7 @@ Summary:An image loading and scaling library
 Summary(pl.UTF-8): Biblioteka ładująca i skalująca obrazki
 Name:  gdk-pixbuf2
 Version:   2.26.5
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.26/gdk-pixbuf-%{version}.tar.xz
@@ -89,9 +89,6 @@ Dokumentacja API biblioteki gdk-pixbuf.
 %setup -q -n gdk-pixbuf-%{version}
 %patch0 -p1
 
-sed -i s#^io## po/LINGUAS
-%{__rm} po/io.po
-
 %build
 %{__gettextize}
 %{__libtoolize}
@@ -127,6 +124,10 @@ touch 
$RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/%{abiver}/loaders.cache
 
 %{!?with_apidocs:%{__rm} -r $RPM_BUILD_ROOT%{_gtkdocdir}}
 
+%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{sr@ije,sr@ijekavian}
+# not supported by glibc
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/io
+
 %find_lang gdk-pixbuf %{name}.lang
 
 %clean


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdk-pixbuf2.git/commitdiff/ce56c90ea2c1535179c37fbbfea5efb7f0946cf9

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


[packages/sharutils] - more format-security workarounds

2013-01-05 Thread qboosh
commit a11c2d3bb1482b1817e6858893461b8f7bb5a233
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 20:02:33 2013 +0100

- more format-security workarounds

 format-security.patch | 102 ++
 1 file changed, 102 insertions(+)
---
diff --git a/format-security.patch b/format-security.patch
index 3408f5b..eb4bd65 100644
--- a/format-security.patch
+++ b/format-security.patch
@@ -63,6 +63,33 @@
  status = SHAR_EXIT_FILE_NOT_FOUND;
}
  else
+@@ -946,7 +946,7 @@
+ free (current_directory);
+   }
+ else
+-  error (0, errno, _(Cannot get current directory name));
++  error (0, errno, %s, _(Cannot get current directory name));
+   }
+ 
+   {
+@@ -1974,7 +1974,7 @@
+*/
+   FILE * fp = freopen (/dev/null, fwriteonly_mode, stderr);
+   if (fp != stderr)
+-error (SHAR_EXIT_FAILED, errno,
++error (SHAR_EXIT_FAILED, errno, %s,
+_(reopening stderr to /dev/null));
+ }
+ 
+@@ -2040,7 +2040,7 @@
+   if (HAVE_OPT(QUERY_USER))
+ {
+   if (HAVE_OPT(NET_HEADERS))
+-  error (0, 0, _(PLEASE avoid -X shars on Usenet or public networks));
++  error (0, 0, %s, _(PLEASE avoid -X shars on Usenet or public 
networks));
+ 
+   fputs (shar_wish=\n, output);
+ }
 @@ -2189,7 +2189,7 @@
optionLoadLine (sharOptions, arg);
  }
@@ -72,3 +99,78 @@
continue;
  }
  
+--- sharutils-4.13.2/src/uuencode.c.orig   2013-01-05 07:00:08.0 
+0100
 sharutils-4.13.2/src/uuencode.c2013-01-05 19:47:25.470199849 +0100
+@@ -118,7 +118,7 @@
+ try_putchar (int c)
+ {
+   if (putchar (c) == EOF)
+-error (EXIT_FAILURE, 0, _(Write error));
++error (EXIT_FAILURE, 0, %s, _(Write error));
+ }
+ 
+ /*.
+@@ -181,7 +181,7 @@
+   if (feof (stdin))
+ finishing = 1;
+   else
+-error (EXIT_FAILURE, 0, _(Read error));
++error (EXIT_FAILURE, 0, %s, _(Read error));
+ }
+ 
+   if (! HAVE_OPT(BASE64))
+@@ -189,13 +189,13 @@
+ 
+   n = encode_block (buf_out, buf, n);
+   if (fwrite (buf_out, 1, n, stdout) != n)
+-error (EXIT_FAILURE, errno, _(Write error));
++error (EXIT_FAILURE, errno, %s, _(Write error));
+ }
+ 
+   if (ferror (stdin))
+-error (EXIT_FAILURE, 0, _(Read error));
++error (EXIT_FAILURE, 0, %s, _(Read error));
+   if (fclose (stdin) != 0)
+-error (EXIT_FAILURE, errno, _(Read error));
++error (EXIT_FAILURE, errno, %s, _(Read error));
+ 
+   if (! HAVE_OPT(BASE64))
+ {
+@@ -223,9 +223,9 @@
+ 
+   FILE * fp = freopen (*argv, FOPEN_READ_BINARY, stdin);
+   if (fp != stdin)
+-error (EXIT_FAILURE, errno, _(fopen-ing %s), *argv);
++error (EXIT_FAILURE, errno, %s, _(fopen-ing %s), *argv);
+   if (fstat (fileno (stdin), sb) != 0)
+-error (EXIT_FAILURE, errno, _(fstat-ing %s), *argv);
++error (EXIT_FAILURE, errno, %s, _(fstat-ing %s), *argv);
+   *mode = sb.st_mode  (S_IRWXU | S_IRWXG | S_IRWXO);
+ output_name = argv[1];
+   break;
+@@ -251,7 +251,7 @@
+   size_t nmlen = strlen (output_name);
+   char * p = malloc (nmlen + (nmlen  1) + 3);
+   if (p == NULL)
+-error (EXIT_FAILURE, ENOMEM, _(Allocation failure));
++error (EXIT_FAILURE, ENOMEM, %s, _(Allocation failure));
+   nmlen = encode_block (p, (unsigned char *)output_name, nmlen);
+   if (HAVE_OPT(BASE64))
+ {
+@@ -281,14 +281,14 @@
+   HAVE_OPT(BASE64) ? -base64 : ,
+   HAVE_OPT(ENCODE_FILE_NAME) ? -encoded : ,
+ mode, output_name)  0)
+-error (EXIT_FAILURE, errno, _(Write error));
++error (EXIT_FAILURE, errno, %s, _(Write error));
+ 
+   encode ();
+ 
+   if (ferror (stdout) ||
+   puts (HAVE_OPT(BASE64) ?  : end) == EOF ||
+   fclose (stdout) != 0)
+-error (EXIT_FAILURE, errno, _(Write error));
++error (EXIT_FAILURE, errno, %s, _(Write error));
+ 
+   exit (EXIT_SUCCESS);
+ }


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sharutils.git/commitdiff/a11c2d3bb1482b1817e6858893461b8f7bb5a233

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


[packages/chromium-browser/DEVEL] add system harfbuzz bcond

2013-01-05 Thread glen
commit 01b4dc8e59a7f26cbb205e2e5120ddf8db82881a
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 21:05:42 2013 +0200

add system harfbuzz bcond

uses harfbuzz-ng internally. should be working in 25.x branch

 chromium-browser.spec | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 3fdaf7c..d228a51 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -14,6 +14,7 @@
 %bcond_withsse2# use SSE2 instructions
 %bcond_without system_flac # system flac
 %bcond_withsystem_ffmpeg   # system ffmpeg instead of ffmpegsumo
+%bcond_withsystem_harfbuzz # system harfbuzz
 %bcond_without system_jsoncpp  # system jsoncpp
 %bcond_without system_libexif  # system libexif
 %bcond_without system_libmtp   # system libmtp
@@ -69,7 +70,7 @@
 Summary:   A WebKit powered web browser
 Name:  chromium-browser
 Version:   24.0.1312.45
-Release:   0.22
+Release:   0.23
 License:   BSD, LGPL v2+ (ffmpeg)
 Group: X11/Applications/Networking
 Source0:   
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/%{name}-%{version}.tar.gz
@@ -125,6 +126,7 @@ BuildRequires:  fontconfig-devel
 BuildRequires: glib2-devel
 BuildRequires: gperf
 BuildRequires: gtk+2-devel
+%{?with_system_harfbuzz:BuildRequires: harfbuzz-devel}
 %{?with_kerberos:BuildRequires:heimdal-devel}
 BuildRequires: hicolor-icon-theme
 %{?with_system_jsoncpp:BuildRequires:  jsoncpp-devel}
@@ -370,6 +372,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{gyp_with pulseaudio} \
%{gyp_with system_ffmpeg} \
%{gyp_with system_flac} \
+   %{gyp_with system_harfbuzz} \
%{gyp_with system_libexif} \
%{gyp_with system_libmtp} \
%{gyp_with system_libusb} \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/01b4dc8e59a7f26cbb205e2e5120ddf8db82881a

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


DISTFILES: chromium-browser: ERRORS: chromium-browser-24.0.1312.45.tar.gz

2013-01-05 Thread glen
FATAL: 
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/chromium-browser-24.0.1312.45.tar.gz
 md5 mismatch, needed 2995d5aa3f1ecb470e60e0984229fcce, got 
dd0d267bb1d4a6426862fade66477494

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/libgda] - added xml patch (fixes build with current libxml2) - rename sr@Latn locale to sr@latin - release 1

2013-01-05 Thread qboosh
commit 142780d3c117c5b5616411605abccfe89bffaecb
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 20:18:46 2013 +0100

- added xml patch (fixes build with current libxml2)
- rename sr@Latn locale to sr@latin
- release 19

 libgda-xml.patch | 11 +++
 libgda.spec  | 10 +++---
 2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/libgda.spec b/libgda.spec
index 2494df0..4f6097d 100644
--- a/libgda.spec
+++ b/libgda.spec
@@ -19,7 +19,7 @@ Summary:  GNU Data Access library
 Summary(pl.UTF-8): Biblioteka GNU Data Access
 Name:  libgda
 Version:   1.2.4
-Release:   18
+Release:   19
 Epoch: 1
 License:   LGPL v2/GPL v2
 Group: Applications/Databases
@@ -35,6 +35,7 @@ Patch6:   %{name}-gtk-doc.patch
 Patch7:%{name}-sybase.patch
 Patch8:%{name}-firebird.patch
 Patch9:glib.patch
+Patch10:   %{name}-xml.patch
 URL:   http://www.gnome-db.org/
 %{?with_firebird:BuildRequires:Firebird-devel}
 BuildRequires: autoconf = 2.59
@@ -288,6 +289,7 @@ Pakiet dostarczający dane z xBase (dBase, Clippera, FoxPro) 
dla GDA.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 CXXFLAGS=%{rpmcxxflags} -fno-rtti -fno-exceptions
@@ -319,7 +321,9 @@ rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT
 
 # modules dlopened by *.so through libgmodule
-rm -f $RPM_BUILD_ROOT%{_libdir}/libgda/providers/*.{a,la}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgda/providers/*.{a,la}
+
+%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{sr@Latn,sr@latin}
 
 %find_lang %{name} --with-gnome --all-name
 
@@ -352,7 +356,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_sysconfdir}/libgda
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libgda/config
 %{_mandir}/man1/gda-config-tool.1*
-%{_mandir}/man5/*
+%{_mandir}/man5/gda-config.5*
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/libgda-xml.patch b/libgda-xml.patch
new file mode 100644
index 000..4bdfe04
--- /dev/null
+++ b/libgda-xml.patch
@@ -0,0 +1,11 @@
+--- libgda-1.2.4/libgda/gda-xql-utils.c.orig   2007-01-09 13:50:51.0 
+0100
 libgda-1.2.4/libgda/gda-xql-utils.c2013-01-05 20:01:24.392711485 
+0100
+@@ -94,7 +94,7 @@
+   if (freedoc)
+   xmlFreeDoc (doc);
+ 
+-  buffer = g_strdup (outbuf-buffer-content);
++  buffer = g_strdup (xmlBufContent(outbuf-buffer));
+   xmlOutputBufferClose (outbuf);
+ 
+   return buffer;


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgda.git/commitdiff/142780d3c117c5b5616411605abccfe89bffaecb

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


[packages/speex] - add speex_1.2~rc1-7.diff from debian - package pdf doc in -devel

2013-01-05 Thread glen
commit 394a412772efd70b9eaf159bfa2dca36e28927e9
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 21:51:58 2013 +0200

- add speex_1.2~rc1-7.diff from debian
- package pdf doc in -devel

 speex.spec   |  25 +++--
 speex_1.2~rc1-7.diff | 103 +++
 2 files changed, 116 insertions(+), 12 deletions(-)
---
diff --git a/speex.spec b/speex.spec
index 2740d78..adc3381 100644
--- a/speex.spec
+++ b/speex.spec
@@ -1,19 +1,20 @@
 #
 # Conditional build:
 %bcond_without static_libs # don't build static library
-#
-%definebverrc1
-%definerel 2
+
+%definesubver  rc1
+%definerel 3
 Summary:   An open-source, patent-free speech codec
 Summary(pl.UTF-8): Otwarty kodek mowy, wolny od patentów
 Name:  speex
 Version:   1.2
-Release:   %{bver}.%{rel}
+Release:   %{subver}.%{rel}
 Epoch: 1
 License:   BSD
 Group: Libraries
-Source0:   
http://downloads.xiph.org/releases/speex/%{name}-%{version}%{bver}.tar.gz
+Source0:   
http://downloads.xiph.org/releases/speex/%{name}-%{version}%{subver}.tar.gz
 # Source0-md5: c4438b22c08e5811ff10e2b06ee9b9ae
+Patch0:%{name}_1.2~rc1-7.diff
 URL:   http://www.speex.org/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
@@ -70,8 +71,8 @@ Obsoletes:Speex-progs
 
 %description progs
 Utilities for the Speex codec: speexdec (decodes a Speex file and
-produces a WAV or raw file) and speexenc (encodes file from WAV or
-raw format using Speex).
+produces a WAV or raw file) and speexenc (encodes file from WAV or raw
+format using Speex).
 
 %description progs -l pl.UTF-8
 Narzędzia do kodeka Speex: speexdec (dekodujące plik Speex i tworzące
@@ -79,7 +80,8 @@ plik WAV lub raw) oraz speexenc (kodujący plik z formatu WAV 
lub raw
 przy użyciu kodeka Speex).
 
 %prep
-%setup -q -n %{name}-%{version}%{bver}
+%setup -q -n %{name}-%{version}%{subver}
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -93,21 +95,19 @@ przy użyciu kodeka Speex).
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
-   docdir=%{_docdir}/%{name}
+   doc_DATA=
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/manual.pdf
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
 %attr(755,root,root) %{_libdir}/libspeex.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libspeex.so.1
 %attr(755,root,root) %{_libdir}/libspeexdsp.so.*.*.*
@@ -115,6 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%doc doc/manual.pdf
 %attr(755,root,root) %{_libdir}/libspeex.so
 %attr(755,root,root) %{_libdir}/libspeexdsp.so
 %{_libdir}/libspeex.la
diff --git a/speex_1.2~rc1-7.diff b/speex_1.2~rc1-7.diff
new file mode 100644
index 000..1d87d64
--- /dev/null
+++ b/speex_1.2~rc1-7.diff
@@ -0,0 +1,103 @@
+--- speex-1.2~rc1.orig/libspeex/resample.c
 speex-1.2~rc1/libspeex/resample.c
+@@ -561,8 +561,8 @@
+   st-cutoff = quality_map[st-quality].downsample_bandwidth * 
st-den_rate / st-num_rate;
+   /* FIXME: divide the numerator and denominator by a certain amount if 
they're too large */
+   st-filt_len = st-filt_len*st-num_rate / st-den_rate;
+-  /* Round down to make sure we have a multiple of 4 */
+-  st-filt_len = (~0x3);
++  /* Round up to make sure we have a multiple of 8 for SSE */
++  st-filt_len = ((st-filt_len-1)(~0x7))+8;
+   if (2*st-den_rate  st-num_rate)
+  st-oversample = 1;
+   if (4*st-den_rate  st-num_rate)
+@@ -579,7 +579,7 @@
+}
+
+/* Choose the resampling type that requires the least amount of memory */
+-   if (st-den_rate = st-oversample)
++   if (st-filt_len*st-den_rate = st-filt_len*st-oversample+8)
+{
+   spx_uint32_t i;
+   if (!st-sinc_table)
+@@ -756,9 +756,9 @@
+ #endif
+
+/* Per channel data */
+-   st-last_sample = (spx_int32_t*)speex_alloc(nb_channels*sizeof(int));
+-   st-magic_samples = (spx_uint32_t*)speex_alloc(nb_channels*sizeof(int));
+-   st-samp_frac_num = (spx_uint32_t*)speex_alloc(nb_channels*sizeof(int));
++   st-last_sample = 
(spx_int32_t*)speex_alloc(nb_channels*sizeof(spx_int32_t));
++   st-magic_samples = 
(spx_uint32_t*)speex_alloc(nb_channels*sizeof(spx_uint32_t));
++   st-samp_frac_num = 
(spx_uint32_t*)speex_alloc(nb_channels*sizeof(spx_uint32_t));
+for (i=0;inb_channels;i++)
+{
+   st-last_sample[i] = 0;
+@@ -954,13 +954,15 @@
+ {
+spx_uint32_t i;
+int istride_save, ostride_save;
+-   spx_uint32_t bak_len = *out_len;
++   spx_uint32_t bak_out_len = *out_len;
++   spx_uint32_t bak_in_len = *in_len;
+istride_save = st-in_stride;
+ostride_save = st-out_stride;
+st-in_stride = st-out_stride = st-nb_channels;
+for (i=0;ist-nb_channels;i++)
+{
+-  

[packages/libgda] - added format patch (fixes build with -Werror=format-security)

2013-01-05 Thread qboosh
commit 24d1d43678a7e4814082b36af89d47c4fa22a84a
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Jan 5 22:39:46 2013 +0100

- added format patch (fixes build with -Werror=format-security)

 libgda-format.patch | 25 +
 libgda.spec | 14 --
 2 files changed, 33 insertions(+), 6 deletions(-)
---
diff --git a/libgda.spec b/libgda.spec
index 4f6097d..f142971 100644
--- a/libgda.spec
+++ b/libgda.spec
@@ -36,6 +36,7 @@ Patch7:   %{name}-sybase.patch
 Patch8:%{name}-firebird.patch
 Patch9:glib.patch
 Patch10:   %{name}-xml.patch
+Patch11:   %{name}-format.patch
 URL:   http://www.gnome-db.org/
 %{?with_firebird:BuildRequires:Firebird-devel}
 BuildRequires: autoconf = 2.59
@@ -290,6 +291,7 @@ Pakiet dostarczający dane z xBase (dBase, Clippera, FoxPro) 
dla GDA.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 CXXFLAGS=%{rpmcxxflags} -fno-rtti -fno-exceptions
@@ -343,12 +345,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/gda-config-tool
-%attr(755,root,root) %{_libdir}/libgda-2.so.*.*
-%attr(755,root,root) %{_libdir}/libgda-report-2.so.*.*
-%attr(755,root,root) %{_libdir}/libgdasql.so.*.*
-%ghost %{_libdir}/libgda-2.so.3
-%ghost %{_libdir}/libgda-report-2.so.3
-%ghost %{_libdir}/libgdasql.so.3
+%attr(755,root,root) %{_libdir}/libgda-2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgda-2.so.3
+%attr(755,root,root) %{_libdir}/libgda-report-2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgda-report-2.so.3
+%attr(755,root,root) %{_libdir}/libgdasql.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgdasql.so.3
 %dir %{_libdir}/libgda
 %dir %{_libdir}/libgda/providers
 %attr(755,root,root) %{_libdir}/libgda/providers/libgda-xml.so
diff --git a/libgda-format.patch b/libgda-format.patch
new file mode 100644
index 000..335e5c0
--- /dev/null
+++ b/libgda-format.patch
@@ -0,0 +1,25 @@
+--- libgda-1.2.4/providers/postgres/gda-postgres-provider.c.orig   
2007-01-09 13:50:57.0 +0100
 libgda-1.2.4/providers/postgres/gda-postgres-provider.c2013-01-05 
20:50:03.335312531 +0100
+@@ -837,7 +837,7 @@
+   result = gda_postgres_provider_single_command (pg_prv, cnc, BEGIN); 
+   if (resultisolation_level != NULL) {
+   result=gda_postgres_provider_single_command (pg_prv, cnc, 
isolation_level) ;
+-  g_message (isolation_level);
++  g_message (%s, isolation_level);
+   } 
+   g_free(isolation_level);
+ 
+--- libgda-1.2.4/tools/gda-config-tool.c.orig  2007-01-09 13:50:52.0 
+0100
 libgda-1.2.4/tools/gda-config-tool.c   2013-01-05 21:46:55.702888382 
+0100
+@@ -1396,9 +1396,9 @@
+   const char *paramInDsn = DSN parameters:;
+ 
+   g_print (Provider name: %s\n, info-id);
+-  g_print (desc);
++  g_print (%s, desc);
+   pretty_print (info-description, strlen (desc));
+-  g_print (paramInDsn);
++  g_print (%s, paramInDsn);
+   str = g_string_new (NULL);
+   g_list_foreach (info-gda_params, add_param_name_to_string, str);
+   pretty_print (str-str, strlen (paramInDsn) + 1);


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgda.git/commitdiff/24d1d43678a7e4814082b36af89d47c4fa22a84a

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


[packages/chromium-browser/DEVEL] drop system-srtp.patch; no longer needed

2013-01-05 Thread glen
commit 9bd2659cebdfc1cd12a4574734caaa71cb8707b4
Author: Elan Ruusamäe g...@delfi.ee
Date:   Sat Jan 5 22:24:06 2013 +0200

drop system-srtp.patch; no longer needed

 chromium-browser.spec |  7 +++
 system-srtp.patch | 43 ---
 2 files changed, 3 insertions(+), 47 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index d228a51..681b8f2 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -26,7 +26,7 @@
 %bcond_withsystem_protobuf # system protobuf
 %bcond_without system_speex# system speex
 %bcond_withsystem_sqlite   # system sqlite
-%bcond_without system_srtp # system srtp (can be used if using 
bundled libjingle)
+%bcond_without system_libsrtp  # system srtp (can be used if using bundled 
libjingle)
 %bcond_withsystem_v8   # system v8
 %bcond_without system_libvpx   # system libvpx
 %bcond_without system_yasm # system yasm
@@ -99,7 +99,6 @@ Patch15:  nacl-build-irt.patch
 Patch16:   nacl-linkingfix.patch
 Patch18:   nacl-no-untar.patch
 Patch19:   system-jsoncpp.patch
-Patch21:   system-srtp.patch
 Patch22:   pulse_fix-157876.patch
 Patch23:   no-pnacl.patch
 Patch24:   nacl-verbose.patch
@@ -164,7 +163,7 @@ BuildRequires:  rpm = 4.4.9-56
 BuildRequires: rpmbuild(macros) = 1.453
 %{?with_system_speex:BuildRequires:speex-devel = 1:1.2-rc1}
 BuildRequires: sqlite3-devel = 3.6.1
-%{?with_system_srtp:BuildRequires: srtp-devel = 1.4.4}
+%{?with_system_libsrtp:BuildRequires:  srtp-devel = 1.4.4}
 BuildRequires: subversion
 BuildRequires: tar = 1:1.22
 BuildRequires: udev-devel
@@ -261,7 +260,6 @@ cd src
 %{!?with_libjpegturbo:%patch11 -p0}
 %patch16 -p1
 %patch19 -p1
-%patch21 -p1
 %patch22 -p1
 %patch25 -p1
 cd ..
@@ -375,6 +373,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{gyp_with system_harfbuzz} \
%{gyp_with system_libexif} \
%{gyp_with system_libmtp} \
+   %{gyp_with system_libsrtp} \
%{gyp_with system_libusb} \
%{gyp_with system_libvpx} \
%{gyp_with system_libwebp} \
diff --git a/system-srtp.patch b/system-srtp.patch
deleted file mode 100644
index 7d35ee6..000
--- a/system-srtp.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -up chromium-20.0.1132.47/build/linux/system.gyp.system-srtp 
chromium-20.0.1132.47/build/linux/system.gyp
 chromium-20.0.1132.47/build/linux/system.gyp.system-srtp   2012-07-07 
21:20:26.0 -0400
-+++ chromium-20.0.1132.47/build/linux/system.gyp   2012-07-07 
21:20:56.171006169 -0400
-@@ -651,6 +651,27 @@
-   ],
- },
- {
-+  'target_name': 'libsrtp',
-+  'type': 'none',
-+  'conditions': [
-+['_toolset==target', {
-+  'direct_dependent_settings': {
-+'cflags': [
-+  '!@((pkg-config) --cflags libsrtp)',
-+],
-+  },
-+  'link_settings': {
-+'ldflags': [
-+  '!@((pkg-config) --libs-only-L --libs-only-other libsrtp)',
-+],
-+'libraries': [
-+  '!@((pkg-config) --libs-only-l libsrtp)',
-+],
-+  },
-+}],
-+  ],
-+},
-+{
-   'target_name': 'udev',
-   'type': 'none',
-   'conditions': [
-diff -up chromium-20.0.1132.47/third_party/libjingle/libjingle.gyp.system-srtp 
chromium-20.0.1132.47/third_party/libjingle/libjingle.gyp
 chromium-20.0.1132.47/third_party/libjingle/libjingle.gyp.system-srtp  
2012-06-28 09:01:45.0 -0400
-+++ chromium-20.0.1132.47/third_party/libjingle/libjingle.gyp  2012-07-07 
21:20:26.564006176 -0400
-@@ -617,7 +617,7 @@
- ['OS!=android', {
-   'dependencies': [
- # We won't build with WebRTC on Android.
--'(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
-+'../../build/linux/system.gyp:libsrtp',
- 
'(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_module',
- 
'(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module',
- 
'(DEPTH)/third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/9bd2659cebdfc1cd12a4574734caaa71cb8707b4

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


DISTFILES: chromium-browser: ERRORS: chromium-browser-24.0.1312.45.tar.gz

2013-01-05 Thread glen
FATAL: 
http://carme.pld-linux.org/~glen/chromium-browser/src/beta/chromium-browser-24.0.1312.45.tar.gz
 md5 mismatch, needed 2995d5aa3f1ecb470e60e0984229fcce, got 
dd0d267bb1d4a6426862fade66477494

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/gtk+2] - added am patch (fixes build with automake 1.13) - rename sr@ije locale to sr@ijekavian - release 2

2013-01-05 Thread qboosh
commit eb94545ac910a8216b2213ae43f1ed503b048bb4
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jan 6 07:20:08 2013 +0100

- added am patch (fixes build with automake 1.13)
- rename sr@ije locale to sr@ijekavian
- release 2

 gtk+2-am.patch | 20 
 gtk+2.spec |  5 -
 2 files changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/gtk+2.spec b/gtk+2.spec
index 744d225..071b3ae 100644
--- a/gtk+2.spec
+++ b/gtk+2.spec
@@ -15,7 +15,7 @@ Summary(pl.UTF-8):GIMP Toolkit
 Summary(tr.UTF-8): GIMP ToolKit arayüz kitaplığı
 Name:  gtk+2
 Version:   2.24.14
-Release:   1
+Release:   2
 Epoch: 2
 License:   LGPL v2+
 Group: X11/Libraries
@@ -25,6 +25,7 @@ Patch0:   %{name}-arch_confdir.patch
 Patch1:gobject-introspection.patch
 Patch2:%{name}-papi.patch
 Patch3:cups-auth.patch
+Patch4:%{name}-am.patch
 URL:   http://www.gtk.org/
 BuildRequires: atk-devel = 1:1.30.0-3
 BuildRequires: autoconf = 2.62
@@ -251,6 +252,7 @@ Moduł GTK+ do drukowania przez PAPI.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env python,/usr/bin/python,' 
gtk/gtk-builder-convert
 
@@ -309,6 +311,7 @@ mv 
$RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0{,%{pqext}}
 # for various GTK+2 modules
 install -d $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules
 
+%{__mv} $RPM_BUILD_ROOT%{_localedir}/{sr@ije,sr@ijekavian}
 # unsupported by glibc
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{az_IR,io}
 
diff --git a/gtk+2-am.patch b/gtk+2-am.patch
new file mode 100644
index 000..66c535f
--- /dev/null
+++ b/gtk+2-am.patch
@@ -0,0 +1,20 @@
+--- gtk+-2.24.14/configure.in.orig 2012-12-06 04:46:07.0 +0100
 gtk+-2.24.14/configure.in  2013-01-05 23:22:13.182460350 +0100
+@@ -51,7 +51,7 @@
+ cflags_set=${CFLAGS+set}
+ 
+ AM_INIT_AUTOMAKE([no-define -Wno-portability dist-bzip2])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ # Support silent build rules, requires at least automake-1.11. Enable
+ # by either passing --enable-silent-rules to configure or passing V=0
+@@ -300,7 +300,7 @@
+ 
+ # Checks for programs.
+ AC_ISC_POSIX
+-AM_PROG_CC_STDC
++AC_PROG_CC
+ AM_PROG_CC_C_O
+ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk+2.git/commitdiff/eb94545ac910a8216b2213ae43f1ed503b048bb4

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


[packages/gtk+3] - updated to 3.6.3 - rename sr@ije locale to sr@ijekavian

2013-01-05 Thread qboosh
commit 8c232071aea8f0668fd1632c8e5e914efa67b668
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jan 6 07:35:00 2013 +0100

- updated to 3.6.3
- rename sr@ije locale to sr@ijekavian

 gtk+3.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk+3.spec b/gtk+3.spec
index 9639966..a4e0183 100644
--- a/gtk+3.spec
+++ b/gtk+3.spec
@@ -14,12 +14,12 @@ Summary(it.UTF-8):  Il toolkit per GIMP
 Summary(pl.UTF-8): GIMP Toolkit
 Summary(tr.UTF-8): GIMP ToolKit arayüz kitaplığı
 Name:  gtk+3
-Version:   3.6.2
+Version:   3.6.3
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.6/gtk+-%{version}.tar.xz
-# Source0-md5: 1ed8273dba08ba4a014758bd0bb12a88
+# Source0-md5: 5df646c274db5ff5a7023a84a487b2fe
 Patch0:%{name}-papi.patch
 URL:   http://www.gtk.org/
 BuildRequires: at-spi2-atk-devel = 2.6.0
@@ -304,6 +304,7 @@ cp -a _examples/* 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 mv $RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-3.0{,%{pqext}}
 %endif
 
+%{__mv} $RPM_BUILD_ROOT%{_localedir}/{sr@ije,sr@ijekavian}
 # unsupported by glibc
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{az_IR,io}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk+3.git/commitdiff/8c232071aea8f0668fd1632c8e5e914efa67b668

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


DISTFILES: gtk+3: gtk+-3.6.3.tar.xz

2013-01-05 Thread qboosh

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.6/gtk+-3.6.3.tar.xz
5df646c274db5ff5a7023a84a487b2fe  gtk+-3.6.3.tar.xz
Size: 13274804 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/at-spi] - added format patch (fixes build with -Werror=format-security) - rename sr@ije locale to sr@ijekavi

2013-01-05 Thread qboosh
commit 82bfee0a7aada113b7929b55a988674c3493fa49
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jan 6 07:40:59 2013 +0100

- added format patch (fixes build with -Werror=format-security)
- rename sr@ije locale to sr@ijekavian
- better description for -libs
- package base docs
- python-pyatspi_corba O: its old name (python-pyatspi  2, before it has 
been replaced
  by at-spi2/DBus based implementation)
- release 6

 at-spi-format.patch | 11 +++
 at-spi.spec | 26 ++
 2 files changed, 29 insertions(+), 8 deletions(-)
---
diff --git a/at-spi.spec b/at-spi.spec
index e11a58f..a41912b 100644
--- a/at-spi.spec
+++ b/at-spi.spec
@@ -6,11 +6,12 @@ Summary:  Assistive Technology Service Provider Interface
 Summary(pl.UTF-8): Interfejs pozwalający na korzystanie z urządzeń 
wspomagających
 Name:  at-spi
 Version:   1.32.0
-Release:   5
+Release:   6
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.32/%{name}-%{version}.tar.bz2
 # Source0-md5: bc62c41f18529d56271fa1ae6cad8629
+Patch0:%{name}-format.patch
 URL:   http://developer.gnome.org/projects/gap/
 BuildRequires: GConf2-devel = 2.24.0
 BuildRequires: ORBit2-devel = 2.14.10
@@ -28,13 +29,16 @@ BuildRequires:  libbonobo-devel = 2.24.0
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: popt-devel
-BuildRequires: python-modules
+BuildRequires: python = 1:2.4
+BuildRequires: python-modules = 1:2.4
 BuildRequires: rpm-build = 4.1-10
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) = 1.219
 BuildRequires: sed = 4.0
+BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libSM-devel
 BuildRequires: xorg-lib-libXft-devel = 2.1
+BuildRequires: xorg-lib-libXi-devel
 BuildRequires: xorg-lib-libXtst-devel
 Requires(post,preun):  GConf2
 Requires:  %{name}-libs = %{version}-%{release}
@@ -56,17 +60,17 @@ czytniki ekranu, lupy, czy nawet interfejsy skryptowe mogą 
odpytywać i
 współpracować z kontrolkami interfejsu graficznego.
 
 %package libs
-Summary:   at-spi libraries themselves
-Summary(pl.UTF-8): Same biblioteki at-spi
+Summary:   Base at-spi libraries and modules
+Summary(pl.UTF-8): Podstawowe biblioteki i moduły at-spi
 Group: Libraries
 Requires(post,postun): /sbin/ldconfig
 Obsoletes: libat-spi1
 
 %description libs
-at-spi libraries themselves.
+Base at-spi libraries and modules.
 
 %description libs -l pl.UTF-8
-Same biblioteki at-spi.
+Podstawowe biblioteki i moduły at-spi.
 
 %package devel
 Summary:   AT-SPI development files
@@ -114,6 +118,8 @@ Summary:AT-SPI Python bindings
 Summary(pl.UTF-8): Wiązania AT-SPI dla Pythona
 Group: Development/Languages/Python
 Requires:  python-pyorbit
+# python-pyatspi 2 is new, at-spi2 based implementation
+Obsoletes: python-pyatspi  2
 Obsoletes: python-pyspi
 
 %description -n python-pyatspi_corba
@@ -124,6 +130,7 @@ Wiązania AT-SPI dla Pythona.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__glib_gettextize}
@@ -151,10 +158,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %py_postclean
 
-%find_lang %{name}
-
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
+%{__mv} -f $RPM_BUILD_ROOT%{_datadir}/locale/{sr@ije,sr@ijekavian}
+
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -175,6 +184,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
 %attr(755,root,root) %{_libdir}/libcspi.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libcspi.so.0
 %attr(755,root,root) %{_libdir}/libloginhelper.so.*.*.*
diff --git a/at-spi-format.patch b/at-spi-format.patch
new file mode 100644
index 000..c046678
--- /dev/null
+++ b/at-spi-format.patch
@@ -0,0 +1,11 @@
+--- at-spi-1.32.0/test/simple-at.c.orig2010-09-09 04:51:14.0 
+0200
 at-spi-1.32.0/test/simple-at.c 2013-01-05 23:20:35.819111331 +0100
+@@ -605,7 +605,7 @@
+ static void
+ _festival_write (const gchar *command_string, int fd)
+ {
+-  fprintf(stderr, command_string);
++  fputs(command_string, stderr);
+   if (fd  0) {
+ perror(socket);
+ return;


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/at-spi.git/commitdiff/82bfee0a7aada113b7929b55a988674c3493fa49

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


[packages/python-Cython] - updated to 0.17.4

2013-01-05 Thread qboosh
commit f0c8ea1884574e9bfba7493eae95ae450d12e56b
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jan 6 07:49:33 2013 +0100

- updated to 0.17.4

 python-Cython.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-Cython.spec b/python-Cython.spec
index ea931b0..ea6c5a6 100644
--- a/python-Cython.spec
+++ b/python-Cython.spec
@@ -4,12 +4,12 @@
 Summary:   Language for writing Python Extension Modules
 Summary(pl.UTF-8): Język służący do pisania modułów rozszerzających Pythona
 Name:  python-%{module}
-Version:   0.17.3
+Version:   0.17.4
 Release:   1
 License:   Apache v2.0
 Group: Libraries/Python
 Source0:   http://www.cython.org/release/%{module}-%{version}.tar.gz
-# Source0-md5: 683241fee8f51a08acd42ab1deea0857
+# Source0-md5: cb11463e3a0c8d063e578db64ff61dde
 URL:   http://www.cython.org/
 BuildRequires: python = 1:2.5
 BuildRequires: python-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-Cython.git/commitdiff/f0c8ea1884574e9bfba7493eae95ae450d12e56b

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


DISTFILES: python-Cython: Cython-0.17.4.tar.gz

2013-01-05 Thread qboosh

Files fetched: 1

STORED: http://www.cython.org/release/Cython-0.17.4.tar.gz
cb11463e3a0c8d063e578db64ff61dde  Cython-0.17.4.tar.gz
Size: 2214803 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/python3-Cython] - updated to 0.17.4

2013-01-05 Thread qboosh
commit 201fbcf4aba6187559f54176df70c4f1defdcaaf
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jan 6 08:16:08 2013 +0100

- updated to 0.17.4

 python3-Cython.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3-Cython.spec b/python3-Cython.spec
index 4729a6a..6a66b7d 100644
--- a/python3-Cython.spec
+++ b/python3-Cython.spec
@@ -4,12 +4,12 @@
 Summary:   Language for writing Python Extension Modules (Python 3.x 
version)
 Summary(pl.UTF-8): Język służący do pisania modułów rozszerzających 
Pythona (wersja dla Pythona 3.x)
 Name:  python3-%{module}
-Version:   0.17.3
+Version:   0.17.4
 Release:   1
 License:   Apache v2.0
 Group: Libraries/Python
 Source0:   http://www.cython.org/release/%{module}-%{version}.tar.gz
-# Source0-md5: 683241fee8f51a08acd42ab1deea0857
+# Source0-md5: cb11463e3a0c8d063e578db64ff61dde
 URL:   http://www.cython.org/
 BuildRequires: python3
 BuildRequires: python3-2to3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-Cython.git/commitdiff/201fbcf4aba6187559f54176df70c4f1defdcaaf

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


[packages/libgnomecanvas] - added am patch (fixes build with automake 1.13) - rename sr@ije locale to sr@ijekavian - release 3

2013-01-05 Thread qboosh
commit eae99fdb5e14a86c81808c86af3a9fc828273ed1
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jan 6 08:16:43 2013 +0100

- added am patch (fixes build with automake 1.13)
- rename sr@ije locale to sr@ijekavian
- release 3

 libgnomecanvas-am.patch | 11 +++
 libgnomecanvas.spec |  6 +-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/libgnomecanvas.spec b/libgnomecanvas.spec
index db61258..c0d7c27 100644
--- a/libgnomecanvas.spec
+++ b/libgnomecanvas.spec
@@ -6,11 +6,12 @@ Summary:  GnomeCanvas widget
 Summary(pl.UTF-8): Widget GnomeCanvas
 Name:  libgnomecanvas
 Version:   2.30.3
-Release:   2
+Release:   3
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvas/2.30/%{name}-%{version}.tar.bz2
 # Source0-md5: ffcbb719c671ff5cd86e59aeba8d0b92
+Patch0:%{name}-am.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.54
 BuildRequires: automake
@@ -106,6 +107,7 @@ libgnomecanvas - przykładowe programy.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gtkdocize}
@@ -134,6 +136,8 @@ cp demos/*.{c,h,png} 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/*.{la,a}  \
$RPM_BUILD_ROOT%{_libdir}/*.la
 
+%{__mv} $RPM_BUILD_ROOT%{_datadir}/locale/{sr@ije,sr@ijekavian}
+
 %find_lang %{name} --with-gnome --all-name
 
 %clean
diff --git a/libgnomecanvas-am.patch b/libgnomecanvas-am.patch
new file mode 100644
index 000..7f41060
--- /dev/null
+++ b/libgnomecanvas-am.patch
@@ -0,0 +1,11 @@
+--- libgnomecanvas-2.30.3/configure.in.orig2011-01-31 14:52:16.0 
+0100
 libgnomecanvas-2.30.3/configure.in 2013-01-06 08:02:01.898476946 +0100
+@@ -55,7 +55,7 @@
+ AC_SUBST(LIBGNOMECANVAS_CURRENT_MINUS_AGE)
+ 
+ AM_INIT_AUTOMAKE
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ AM_MAINTAINER_MODE
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgnomecanvas.git/commitdiff/eae99fdb5e14a86c81808c86af3a9fc828273ed1

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


[packages/libgnomecups] - added glib patch (fixes build with glib 2.34) - added format patch (fixes build with -Werror=forma

2013-01-05 Thread qboosh
commit e4f7eb0f5b72288f2a79fa580ba8108e49ca744d
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sun Jan 6 08:31:01 2013 +0100

- added glib patch (fixes build with glib 2.34)
- added format patch (fixes build with -Werror=format-security)

 libgnomecups-format.patch | 20 
 libgnomecups-glib.patch   | 21 +
 libgnomecups.spec |  4 
 3 files changed, 45 insertions(+)
---
diff --git a/libgnomecups.spec b/libgnomecups.spec
index 47bb6e2..b362021 100644
--- a/libgnomecups.spec
+++ b/libgnomecups.spec
@@ -7,6 +7,8 @@ License:LGPL v2
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/%{name}-%{version}.tar.bz2
 # Source0-md5: dc4920c15c9f886f73ea74fbff0ae48b
+Patch0:%{name}-glib.patch
+Patch1:%{name}-format.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.52
 BuildRequires: automake
@@ -56,6 +58,8 @@ Statyczna biblioteka libgnomecups.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/libgnomecups-format.patch b/libgnomecups-format.patch
new file mode 100644
index 000..c468783
--- /dev/null
+++ b/libgnomecups-format.patch
@@ -0,0 +1,20 @@
+--- libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c.orig  2007-01-31 
19:49:17.0 +0100
 libgnomecups-0.2.3/libgnomecups/gnome-cups-request.c   2013-01-06 
08:22:56.207221127 +0100
+@@ -353,7 +353,7 @@ request_thread_main (GnomeCupsRequest *r
+   g_warning (IPP request failed with status %d, status);
+   if (request-error != NULL)
+   *(request-error) = g_error_new 
(GNOME_CUPS_ERROR, 
+-   status, 
ippErrorString (status));
++   status, %s, 
ippErrorString (status));
+   } else if (request-response  _gnome_cups_debug) {
+   g_print (response = \n);
+   dump_request (request-response);
+@@ -364,7 +364,7 @@ request_thread_main (GnomeCupsRequest *r
+   request-response = NULL;
+   if (HTTP_OK != status  request-error != NULL)
+   *(request-error) = g_error_new (GNOME_CUPS_ERROR, 
+-   status, httpStatus 
(status));
++   status, %s, 
httpStatus (status));
+   } else {
+   g_warning (Neither request nor output_fd set);
+   if (request-error != NULL)
diff --git a/libgnomecups-glib.patch b/libgnomecups-glib.patch
new file mode 100644
index 000..6f88436
--- /dev/null
+++ b/libgnomecups-glib.patch
@@ -0,0 +1,21 @@
+--- libgnomecups-0.2.3/libgnomecups/gnome-cups-i18n.c.orig 2007-01-02 
01:18:51.0 +0100
 libgnomecups-0.2.3/libgnomecups/gnome-cups-i18n.c  2013-01-06 
08:19:49.888606151 +0100
+@@ -1,5 +1,5 @@
+ #include config.h
+-#include glib/gmacros.h
++#include glib.h
+ #include gnome-cups-i18n.h
+ 
+ #ifdef ENABLE_NLS
+--- libgnomecups-0.2.3/libgnomecups/gnome-cups-init.h.orig 2007-01-02 
01:18:51.0 +0100
 libgnomecups-0.2.3/libgnomecups/gnome-cups-init.h  2013-01-06 
08:20:30.967196805 +0100
+@@ -1,8 +1,7 @@
+ #ifndef GNOME_CUPS_INIT
+ #define GNOME_CUPS_INIT
+ 
+-#include glib/gtypes.h
+-#include glib/gmacros.h
++#include glib.h
+ 
+ G_BEGIN_DECLS
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgnomecups.git/commitdiff/e4f7eb0f5b72288f2a79fa580ba8108e49ca744d

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


  1   2   >