[packages/python-xlsxwriter] Created branch master

2014-04-18 Thread glen
The branch 'master' was created.

Summary of new commits:

  211b755... new, version 0.5.3
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-xlsxwriter] new, version 0.5.3

2014-04-18 Thread glen
commit 211b7556cc454e438680c1754089a5d3c4944941
Author: Elan Ruusamäe g...@delfi.ee
Date:   Fri Apr 18 11:51:21 2014 +0300

new, version 0.5.3

 python-xlsxwriter.spec | 59 ++
 1 file changed, 59 insertions(+)
---
diff --git a/python-xlsxwriter.spec b/python-xlsxwriter.spec
new file mode 100644
index 000..36891e3
--- /dev/null
+++ b/python-xlsxwriter.spec
@@ -0,0 +1,59 @@
+%definepkgname xlsxwriter
+Summary:   A Python module for creating Excel XLSX files
+Name:  python-%{pkgname}
+Version:   0.5.3
+Release:   1
+License:   BSD
+Group: Libraries/Python
+Source0:   
https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-%{version}.tar.gz
+# Source0-md5: 490074368f784c4a06295a5dca2c0d7d
+URL:   https://github.com/jmcnamara/XlsxWriter
+BuildRequires: python-devel
+Requires:  python-libs = 1:2.5
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XlsxWriter is a Python module for writing files in the Excel 2007+
+XLSX file format.
+
+XlsxWriter can be used to write text, numbers, formulas and hyperlinks
+to multiple worksheets and it supports features such as formatting and
+many more, including:
+- 100% compatible Excel XLSX files.
+- Full formatting.
+- Merged cells.
+- Defined names.
+- Charts.
+- Autofilters.
+- Data validation and drop down lists.
+- Conditional formatting.
+- Worksheet PNG/JPEG images.
+- Rich multi-format strings.
+- Cell comments.
+- Memory optimisation mode for writing large files.
+
+%prep
+%setup -q -n XlsxWriter-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+   --skip-build \
+   --optimize=2 \
+   --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/readme.html README.rst LICENSE.txt
+%dir %{py_sitescriptdir}/%{pkgname}
+%{py_sitescriptdir}/%{pkgname}/*.py[co]
+%{py_sitescriptdir}/XlsxWriter-%{version}-py*.egg-info


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-xlsxwriter.git/commitdiff/211b7556cc454e438680c1754089a5d3c4944941

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


DISTFILES: python-xlsxwriter: XlsxWriter-0.5.3.tar.gz

2014-04-18 Thread glen

Files fetched: 1

STORED: 
https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-0.5.3.tar.gz
490074368f784c4a06295a5dca2c0d7d  XlsxWriter-0.5.3.tar.gz
Size: 205471 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/skyperious] new, version 3.1 according to README

2014-04-18 Thread glen
commit 5dcb473dd5e52d275574b61dc09721f8172eaef1
Author: Elan Ruusamäe g...@delfi.ee
Date:   Fri Apr 18 12:05:16 2014 +0300

new, version 3.1 according to README

 skyperious.spec | 58 +
 1 file changed, 58 insertions(+)
---
diff --git a/skyperious.spec b/skyperious.spec
new file mode 100644
index 000..e0face4
--- /dev/null
+++ b/skyperious.spec
@@ -0,0 +1,58 @@
+Summary:   Skype SQLite database viewer and merger
+Name:  skyperious
+Version:   3.1
+Release:   0.1
+License:   MIT
+Group: Applications
+Source0:   
https://github.com/suurjaak/Skyperious/archive/master/%{name}-%{version}.tar.gz
+# Source0-md5: 1a2f6e3b369c435a23ac796915890b60
+URL:   https://github.com/suurjaak/Skyperious
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) = 1.219
+Requires:  python-PIL
+Requires:  python-dateutil
+Requires:  python-pyparsing
+Requires:  python-skype
+Requires:  python-wxPython
+Requires:  python-xlsxwriter
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Skyperious is a Skype database viewer and merger, written in Python.
+
+You can open local Skype SQLite databases and look at their contents:
+- search across all messages and contacts
+- browse chat history and export as HTML, see chat statistics
+- import contacts from a CSV file to your Skype contacts
+- view any database table and export their data, fix database
+  corruption
+- change, add or delete data in any table
+- execute direct SQL queries and
+- synchronize messages in two Skype databases: keep chat history
+  up-to-date on different computers, or restore missing messages from
+  older files into the current one
+
+%prep
+%setup -qc
+mv Skyperious-*/* .
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+   --skip-build \
+   --optimize=2 \
+   --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md CHANGELOG.md LICENSE.md
+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/skyperious.git/commitdiff/5dcb473dd5e52d275574b61dc09721f8172eaef1

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


[packages/skyperious] Created branch master

2014-04-18 Thread glen
The branch 'master' was created.

Summary of new commits:

  5dcb473... new, version 3.1 according to README
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: skyperious: skyperious-3.1.tar.gz

2014-04-18 Thread glen

Files fetched: 1

STORED: 
https://github.com/suurjaak/Skyperious/archive/master/skyperious-3.1.tar.gz
1a2f6e3b369c435a23ac796915890b60  skyperious-3.1.tar.gz
Size: 1209933 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/git-core] gnome-keyring, add url and help how to configure

2014-04-18 Thread glen
commit 25c1ae0c271289b269d3236f725991e0f1a6d01e
Author: Elan Ruusamäe g...@delfi.ee
Date:   Fri Apr 18 15:07:37 2014 +0300

gnome-keyring, add url and help how to configure

 git-core.spec | 4 
 1 file changed, 4 insertions(+)
---
diff --git a/git-core.spec b/git-core.spec
index 7fb0c02..685 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -408,12 +408,16 @@ wykonania przy użyciu ogólnego interfejsu poleceń.
 Summary:   GNOME Keyring authentication provider for Git
 Summary(pl.UTF-8): Moduł uwierzytelniający GNOME Keyring dla Git
 Group: X11/Applications
+URL:   http://git-scm.com/docs/gitcredentials.html
 Requires:  %{name} = %{version}-%{release}
 
 %description -n gnome-keyring-git-core
 Authentication provider module for Git which allows git client to
 authenticate using GNOME Keyring.
 
+You need to register it with:
+git config --global credential.helper 
%{_libdir}/%{name}/git-credential-gnome-keyring
+
 %description -n gnome-keyring-git-core -l pl.UTF-8
 Moduł uwierzytelniający dla Subversion pozwalający klientom git
 uwierzytelniać się przy użyciu mechanizmu GNOME Keyring.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/25c1ae0c271289b269d3236f725991e0f1a6d01e

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


[packages/git-core] add macro for git core dir

2014-04-18 Thread glen
commit 348dee0088bdad449bcbe0309d6556e0cfcbb202
Author: Elan Ruusamäe g...@delfi.ee
Date:   Fri Apr 18 15:09:52 2014 +0300

add macro for git core dir

 git-core.spec | 75 ++-
 1 file changed, 38 insertions(+), 37 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 685..2e05298 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -90,6 +90,7 @@ BuildRoot:%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %definewebappdir   %{_sysconfdir}/webapps/%{webapp}
 %defineappdir  %{_datadir}/%{webapp}
 %definecgibindir   %{_prefix}/lib/cgi-bin
+%definegitcoredir  %{_libdir}/%{name}
 
 %description
 git can mean anything, depending on your mood.
@@ -416,7 +417,7 @@ Authentication provider module for Git which allows git 
client to
 authenticate using GNOME Keyring.
 
 You need to register it with:
-git config --global credential.helper 
%{_libdir}/%{name}/git-credential-gnome-keyring
+git config --global credential.helper 
%{gitcoredir}/git-credential-gnome-keyring
 
 %description -n gnome-keyring-git-core -l pl.UTF-8
 Moduł uwierzytelniający dla Subversion pozwalający klientom git
@@ -505,7 +506,7 @@ cp -p xdiff/lib.a $RPM_BUILD_ROOT%{_libdir}/libgit_xdiff.a
 cp -p {Makefile,config.mak,config.mak.autogen,config.mak.uname} 
$RPM_BUILD_ROOT%{_includedir}/%{name}
 
 %{__make} -C contrib/subtree install \
-   libexecdir=%{_libdir}/%{name} \
+   libexecdir=%{gitcoredir} \
DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with doc}
@@ -514,7 +515,7 @@ cp -p 
{Makefile,config.mak,config.mak.autogen,config.mak.uname} $RPM_BUILD_ROOT%
 %endif
 
 %if %{with gnome_keyring}
-install -p contrib/credential/gnome-keyring/git-credential-gnome-keyring 
$RPM_BUILD_ROOT%{_libdir}/%{name}
+install -p contrib/credential/gnome-keyring/git-credential-gnome-keyring 
$RPM_BUILD_ROOT%{gitcoredir}
 # Remove built binary files, otherwise they will be installed in doc
 %{__make} -C contrib/credential/gnome-keyring clean
 %endif
@@ -528,7 +529,7 @@ install -d 
$RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/completion
 cp -p contrib/completion/git-prompt.sh 
$RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/completion
 
 # Install bzr and hg remote helpers from contrib
-install -p contrib/remote-helpers/git-remote-{bzr,hg} 
$RPM_BUILD_ROOT%{_libdir}/%{name}
+install -p contrib/remote-helpers/git-remote-{bzr,hg} 
$RPM_BUILD_ROOT%{gitcoredir}
 
 # gitweb
 mv $RPM_BUILD_ROOT{%{appdir},%{cgibindir}}/gitweb.cgi
@@ -554,8 +555,8 @@ sed -e 's,@libdir@,%{_libdir},g' -i 
$RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/git-d
 # hardlink
 ln -f $RPM_BUILD_ROOT%{_bindir}/{git,git-receive-pack}
 ln -f $RPM_BUILD_ROOT%{_bindir}/{git,git-upload-archive}
-ln -f $RPM_BUILD_ROOT{%{_libdir}/%{name},%{_bindir}}/git-shell
-ln -f $RPM_BUILD_ROOT{%{_libdir}/%{name},%{_bindir}}/git-upload-pack
+ln -f $RPM_BUILD_ROOT{%{gitcoredir},%{_bindir}}/git-shell
+ln -f $RPM_BUILD_ROOT{%{gitcoredir},%{_bindir}}/git-upload-pack
 
 # remove unneeded files
 %{__rm} $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
@@ -640,30 +641,30 @@ fi
 %{_mandir}/man7/gitworkflows.7*
 %endif
 
-%dir %{_libdir}/%{name}
-%attr(755,root,root) %{_libdir}/%{name}/*-*
-%attr(755,root,root) %{_libdir}/%{name}/git
-%dir %{_libdir}/%{name}/mergetools
-%{_libdir}/%{name}/mergetools/*
+%dir %{gitcoredir}
+%attr(755,root,root) %{gitcoredir}/*-*
+%attr(755,root,root) %{gitcoredir}/git
+%dir %{gitcoredir}/mergetools
+%{gitcoredir}/mergetools/*
 
 %{_datadir}/%{name}
 %{_localstatedir}/lib/git
 
 # subpackages
-%exclude %{_libdir}/%{name}/*email*
-%exclude %{_libdir}/%{name}/*p4*
-%exclude %{_libdir}/%{name}/git-archimport
-%exclude %{_libdir}/%{name}/git-cvs*
-%exclude %{_libdir}/%{name}/git-gui
-%exclude %{_libdir}/%{name}/git-imap-send
-%exclude %{_libdir}/%{name}/git-instaweb
-%exclude %{_libdir}/%{name}/git-remote-bzr
-%exclude %{_libdir}/%{name}/git-remote-hg
-%exclude %{_libdir}/%{name}/git-remote-testsvn
-%exclude %{_libdir}/%{name}/git-svn
-%exclude %{_libdir}/%{name}/mergetools/p4merge
+%exclude %{gitcoredir}/*email*
+%exclude %{gitcoredir}/*p4*
+%exclude %{gitcoredir}/git-archimport
+%exclude %{gitcoredir}/git-cvs*
+%exclude %{gitcoredir}/git-gui
+%exclude %{gitcoredir}/git-imap-send
+%exclude %{gitcoredir}/git-instaweb
+%exclude %{gitcoredir}/git-remote-bzr
+%exclude %{gitcoredir}/git-remote-hg
+%exclude %{gitcoredir}/git-remote-testsvn
+%exclude %{gitcoredir}/git-svn
+%exclude %{gitcoredir}/mergetools/p4merge
 %if %{with gnome_keyring}
-%exclude %{_libdir}/%{name}/git-credential-gnome-keyring
+%exclude %{gitcoredir}/git-credential-gnome-keyring
 %endif
 
 %if %{with doc}
@@ -719,7 +720,7 @@ fi
 %config(noreplace) %verify(not md5 mtime size) %attr(640,root,http) 
%{webappdir}/gitolite.pl
 %attr(755,root,root) %{cgibindir}/gitweb.cgi
 %{appdir}
-%attr(755,root,root) %{_libdir}/%{name}/git-instaweb
+%attr(755,root,root) %{gitcoredir}/git-instaweb
 %if %{with doc}
 

[packages/geoclue2] - updated to 2.1.8; now uses Mozilla geolocalization service instead of GeoIP

2014-04-18 Thread qboosh
commit 99c3d28399f54272217bbc2991211ee9edd44bf8
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 16:26:52 2014 +0200

- updated to 2.1.8; now uses Mozilla geolocalization service instead of 
GeoIP

 geoclue2.spec | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/geoclue2.spec b/geoclue2.spec
index 3a5e3e9..8cf11cb 100644
--- a/geoclue2.spec
+++ b/geoclue2.spec
@@ -1,16 +1,15 @@
 Summary:   A modular geoinformation service
 Summary(pl.UTF-8): Modularna usługa geoinformacyjna
 Name:  geoclue2
-Version:   2.1.7
+Version:   2.1.8
 Release:   1
 License:   GPL v2+
 Group: Applications
 Source0:   
http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-%{version}.tar.xz
-# Source0-md5: 684ca62c4e7b13ebe419d66e5c2e493c
+# Source0-md5: 49096b9c3c2458b5e8e36b886983d9aa
 URL:   http://geoclue.freedesktop.org/
 BuildRequires: ModemManager-devel = 1.0.0
 BuildRequires: NetworkManager-devel = 0.9.8.0
-BuildRequires: GeoIP-devel = 1.5.1
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.11
 BuildRequires: glib2-devel = 1:2.34.0
@@ -24,7 +23,6 @@ BuildRequires:libtool = 2:2.2
 BuildRequires: libxml2-devel = 1:2.7
 BuildRequires: pkgconfig = 1:0.22
 BuildRequires: yelp-tools
-Requires:  GeoIP = 1.5.1
 Requires:  dbus
 Requires:  glib2 = 1:2.34.0
 Requires:  json-glib = 0.14
@@ -85,8 +83,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc NEWS README
-%attr(755,root,root) %{_bindir}/geoip-lookup
-%attr(755,root,root) %{_bindir}/geoip-update
 %attr(755,root,root) %{_libexecdir}/geoclue
 %dir %{_sysconfdir}/geoclue
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/geoclue/geoclue.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/geoclue2.git/commitdiff/99c3d28399f54272217bbc2991211ee9edd44bf8

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


DISTFILES: geoclue2: geoclue-2.1.8.tar.xz

2014-04-18 Thread qboosh

Files fetched: 1

STORED: 
http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-2.1.8.tar.xz
49096b9c3c2458b5e8e36b886983d9aa  geoclue-2.1.8.tar.xz
Size: 321012 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/gtk-webkit3] - updated to 2.4.1

2014-04-18 Thread qboosh
commit e7513672f55d376b874320a802a795e1fc3ff6ef
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 16:35:12 2014 +0200

- updated to 2.4.1

 gtk-webkit3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk-webkit3.spec b/gtk-webkit3.spec
index bbce94c..6147505 100644
--- a/gtk-webkit3.spec
+++ b/gtk-webkit3.spec
@@ -9,12 +9,12 @@
 Summary:   Port of WebKit embeddable web component to GTK+ 3
 Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+ 3
 Name:  gtk-webkit3
-Version:   2.4.0
+Version:   2.4.1
 Release:   1
 License:   BSD-like
 Group: X11/Libraries
 Source0:   http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: c759bf11fe4cadd1268630f16a97f7b9
+# Source0-md5: c57ebecff1ba7663b303e21a64840c48
 URL:   http://webkitgtk.org/
 BuildRequires: /usr/bin/ld.gold
 BuildRequires: EGL-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit3.git/commitdiff/e7513672f55d376b874320a802a795e1fc3ff6ef

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


DISTFILES: gtk-webkit3: webkitgtk-2.4.1.tar.xz

2014-04-18 Thread qboosh

Files fetched: 1

STORED: http://webkitgtk.org/releases/webkitgtk-2.4.1.tar.xz
c57ebecff1ba7663b303e21a64840c48  webkitgtk-2.4.1.tar.xz
Size: 9836352 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/gtk-webkit3] - link with libatomic on i486 for __atomic_fetch_add_8

2014-04-18 Thread baggins
commit b0d6d1eda86d3a1c4d90252c1d1a1d23d48777b0
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Fri Apr 18 17:29:20 2014 +0200

- link with libatomic on i486 for __atomic_fetch_add_8

 atomic-ops.patch | 18 ++
 gtk-webkit3.spec |  7 +++
 2 files changed, 25 insertions(+)
---
diff --git a/gtk-webkit3.spec b/gtk-webkit3.spec
index 6147505..c731443 100644
--- a/gtk-webkit3.spec
+++ b/gtk-webkit3.spec
@@ -15,6 +15,7 @@ License:  BSD-like
 Group: X11/Libraries
 Source0:   http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
 # Source0-md5: c57ebecff1ba7663b303e21a64840c48
+Patch0:atomic-ops.patch
 URL:   http://webkitgtk.org/
 BuildRequires: /usr/bin/ld.gold
 BuildRequires: EGL-devel
@@ -44,6 +45,9 @@ BuildRequires:gtk+3-devel = 3.10.0
 BuildRequires: gtk-doc = 1.10
 BuildRequires: harfbuzz-devel = 0.9.7
 BuildRequires: harfbuzz-icu-devel = 0.9.7
+%ifarch i486
+BuildRequires: libatomic-devel
+%endif
 BuildRequires: libicu-devel = 4.2.1
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
@@ -130,6 +134,9 @@ Dokumentacja API WebKita.
 
 %prep
 %setup -q -n webkitgtk-%{version}
+%ifarch i486
+%patch0 -p1
+%endif
 
 %build
 %{__libtoolize}
diff --git a/atomic-ops.patch b/atomic-ops.patch
new file mode 100644
index 000..1f97062
--- /dev/null
+++ b/atomic-ops.patch
@@ -0,0 +1,18 @@
+--- a/Source/WebKit2/GNUmakefile.am2014-03-24 11:05:16.0 +0100
 b/Source/WebKit2/GNUmakefile.am2014-04-18 16:51:18.331729235 +0200
+@@ -227,6 +227,7 @@
+ endif
+ 
+ 
libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD
 := \
++  -latomic \
+   -lpthread \
+   libWebCore.la \
+   libWebCorePlatform.la \
+@@ -775,6 +775,7 @@
+   $(webkit2_plugin_process_sources)
+ 
+ Programs_WebKitPluginProcess_LDADD = \
++  -latomic \
+   -lpthread \
+   
libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la
 \
+   libWebCoreLayerGtk2.a \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit3.git/commitdiff/b0d6d1eda86d3a1c4d90252c1d1a1d23d48777b0

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


[packages/gtk-webkit] - up to 2.4.1

2014-04-18 Thread baggins
commit cd4e82b975b7e2c56137bb686d76717c2f573241
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Fri Apr 18 17:31:39 2014 +0200

- up to 2.4.1

 gtk-webkit.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk-webkit.spec b/gtk-webkit.spec
index 55fc163..2ed070e 100644
--- a/gtk-webkit.spec
+++ b/gtk-webkit.spec
@@ -5,12 +5,12 @@
 Summary:   Port of WebKit embeddable web component to GTK+
 Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+
 Name:  gtk-webkit
-Version:   2.4.0
+Version:   2.4.1
 Release:   1
 License:   BSD-like
 Group: X11/Libraries
 Source0:   http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: c759bf11fe4cadd1268630f16a97f7b9
+# Source0-md5: c57ebecff1ba7663b303e21a64840c48
 URL:   http://webkitgtk.org/
 BuildRequires: /usr/bin/ld.gold
 BuildRequires: EGL-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit.git/commitdiff/cd4e82b975b7e2c56137bb686d76717c2f573241

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


[packages/mpv] - up to 0.3.8

2014-04-18 Thread atler
commit 2167d7167261a5e1f85c3f5ae6ba51346123ecf2
Author: Jan Palus at...@pld-linux.org
Date:   Fri Apr 18 19:30:46 2014 +0200

- up to 0.3.8

 mpv.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index e0c408a..1f766b2 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,11 +1,11 @@
 Summary:   Movie player based on MPlayer and mplayer2
 Name:  mpv
-Version:   0.3.7
+Version:   0.3.8
 Release:   1
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
http://github.com/mpv-player/mpv/archive/v%{version}.tar.gz?/%{name}-%{version}.tar.gz
-# Source0-md5: 0e1398c324775998b0e60fdb11b9e06d
+# Source0-md5: f7fc14f52c1958f6b603245b0595efa9
 Source1:   %{name}.conf
 URL:   http://mpv.io/
 BuildRequires: Mesa-libwayland-egl-devel = 9.0.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mpv.git/commitdiff/2167d7167261a5e1f85c3f5ae6ba51346123ecf2

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


DISTFILES: mpv: mpv-0.3.8.tar.gz

2014-04-18 Thread atler

Files fetched: 1

STORED: http://github.com/mpv-player/mpv/archive/v0.3.8.tar.gz?/mpv-0.3.8.tar.gz
f7fc14f52c1958f6b603245b0595efa9  mpv-0.3.8.tar.gz
Size: 2520113 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: BuildRequires.txt - more ruby_ macros

2014-04-18 Thread qboosh
Author: qboosh   Date: Fri Apr 18 18:54:07 2014 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- more ruby_ macros

 Files affected:
PLD-doc:
   BuildRequires.txt (1.178 - 1.179) 

 Diffs:


Index: PLD-doc/BuildRequires.txt
diff -u PLD-doc/BuildRequires.txt:1.178 PLD-doc/BuildRequires.txt:1.179
--- PLD-doc/BuildRequires.txt:1.178 Sun Jan 12 23:39:34 2014
+++ PLD-doc/BuildRequires.txt   Fri Apr 18 20:54:02 2014
@@ -76,9 +76,18 @@
 # %_autostripdebug
 BuildRequires: rpmbuild(macros) = 1.413
 
-# %ruby_* macros
+# %ruby_* macros (first part)
 BuildRequires: rpmbuild(macros) = 1.272
 BuildRequires: ruby-modules
+# %ruby_vendorlibdir
+# %ruby_vendorarchdir
+BuildRequires: rpmbuild(macros) = 1.410
+# %ruby_rdocdir
+BuildRequires: rpmbuild(macros) = 1.484
+# %ruby_libdir
+# %ruby_sitedir
+# %ruby_vendordir
+BuildRequires: rpmbuild(macros) = 1.656
 
 # php/zend api version macros
 # for php extensions (modules):


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/BuildRequires.txt?r1=1.178r2=1.179

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


[packages/ruby-rcairo] - updated to 1.12.9 - use vendordirs

2014-04-18 Thread qboosh
commit 6363021b7f52a1807db68d88ad1cc5dbea7ed63e
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 21:02:43 2014 +0200

- updated to 1.12.9
- use vendordirs

 ruby-rcairo.spec | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/ruby-rcairo.spec b/ruby-rcairo.spec
index dcbdd86..7fb2273 100644
--- a/ruby-rcairo.spec
+++ b/ruby-rcairo.spec
@@ -2,17 +2,17 @@
 Summary:   Cairo module for Ruby
 Summary(pl.UTF-8): Moduł Cairo dla języka Ruby
 Name:  ruby-%{pkgname}
-Version:   1.12.8
+Version:   1.12.9
 Release:   1
 License:   GPL or custom (see COPYING)
 Group: Development/Languages
 Source0:   http://cairographics.org/releases/rcairo-%{version}.tar.gz
-# Source0-md5: 89ab16654cfa469fe8d34c79cb2d2eb3
+# Source0-md5: 0dd7e07b9da1ac19d3ccfe229e381995
 Patch0:%{name}-hdr.patch
 URL:   http://cairographics.org/rcairo/
 BuildRequires: cairo-devel = 1.12.16
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) = 1.277
+BuildRequires: rpmbuild(macros) = 1.410
 BuildRequires: ruby-devel = 1:1.8
 BuildRequires: ruby-pkg-config
 Requires:  cairo = 1.12.16
@@ -58,9 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{ruby_hdrdir},%{_examplesdir}/%{name}-%{version}}
 
 %{__make} -j1 install \
-   RUBYLIBDIR=$RPM_BUILD_ROOT%{ruby_rubylibdir} \
+   RUBYLIBDIR=$RPM_BUILD_ROOT%{ruby_vendorlibdir} \
RUBYHDRDIR=$RPM_BUILD_ROOT%{ruby_hdrdir} \
-   sitearchdir=$RPM_BUILD_ROOT%{ruby_archdir}
+   sitearchdir=$RPM_BUILD_ROOT%{ruby_vendorarchdir}
 
 cp -a samples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
@@ -70,9 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING NEWS README.rdoc
-%attr(755,root,root) %{ruby_archdir}/cairo.so
-%{ruby_rubylibdir}/cairo
-%{ruby_rubylibdir}/cairo.rb
+%attr(755,root,root) %{ruby_vendorarchdir}/cairo.so
+%{ruby_vendorlibdir}/cairo
+%{ruby_vendorlibdir}/cairo.rb
 %{_examplesdir}/%{name}-%{version}
 
 %files devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-rcairo.git/commitdiff/6363021b7f52a1807db68d88ad1cc5dbea7ed63e

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


DISTFILES: ruby-rcairo: rcairo-1.12.9.tar.gz

2014-04-18 Thread qboosh

Files fetched: 1

STORED: http://cairographics.org/releases/rcairo-1.12.9.tar.gz
0dd7e07b9da1ac19d3ccfe229e381995  rcairo-1.12.9.tar.gz
Size: 97484 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/ruby-pkg-config] - added avoid-cycle patch (avoid stack overflow on Requires[.private] cycle - release 2

2014-04-18 Thread qboosh
commit 1e06c8ecb4217410edbd48db777ee8091fa21b95
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 21:28:20 2014 +0200

- added avoid-cycle patch (avoid stack overflow on Requires[.private] cycle
- release 2

 ruby-pkg-config-avoid-cycle.patch | 36 
 ruby-pkg-config.spec  |  4 +++-
 2 files changed, 39 insertions(+), 1 deletion(-)
---
diff --git a/ruby-pkg-config.spec b/ruby-pkg-config.spec
index 1dbf4a6..f5a4c59 100644
--- a/ruby-pkg-config.spec
+++ b/ruby-pkg-config.spec
@@ -7,11 +7,12 @@ Summary:  pkg-config module for Ruby
 Summary(pl.UTF-8): Moduł pkg-config dla języka Ruby
 Name:  ruby-%{pkgname}
 Version:   1.1.5
-Release:   1
+Release:   2
 License:   LGPL v2.1+
 Group: Development/Languages
 Source0:   http://rubygems.org/downloads/%{pkgname}-%{version}.gem
 # Source0-md5: c32204c8d6f0d1cae84f6c67b3e0fd92
+Patch0:%{name}-avoid-cycle.patch
 URL:   https://github.com/ruby-gnome2/pkg-config
 BuildRequires: pkgconfig
 BuildRequires: rpm-rubyprov
@@ -33,6 +34,7 @@ Moduł pkg-config dla języka Ruby.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
+%patch0 -p1
 
 %build
 # write .gemspec
diff --git a/ruby-pkg-config-avoid-cycle.patch 
b/ruby-pkg-config-avoid-cycle.patch
new file mode 100644
index 000..7c17857
--- /dev/null
+++ b/ruby-pkg-config-avoid-cycle.patch
@@ -0,0 +1,36 @@
+--- pkg-config-1.1.5/lib/pkg-config.rb.orig2014-04-18 21:04:38.587173463 
+0200
 pkg-config-1.1.5/lib/pkg-config.rb 2014-04-18 21:05:28.387172425 +0200
+@@ -103,9 +103,10 @@
+ 
+   attr_reader :paths
+   attr_accessor :msvc_syntax
+-  def initialize(name, options={})
++  def initialize(name, options={}, seen=[])
+ @name = name
+ @options = options
++@seen = seen
+ path = @options[:path] || ENV[PKG_CONFIG_PATH]
+ @paths = [path, 
guess_default_path].compact.join(SEPARATOR).split(SEPARATOR)
+ @paths.unshift(*(@options[:paths] || []))
+@@ -193,7 +194,9 @@
+   private
+   def collect_cflags
+ all_cflags = all_required_packages.collect do |package|
+-  self.class.new(package, @options).cflags
++  if !@seen.include?(package)
++self.class.new(package, @options, @seen + [package]).cflags
++  end
+ end
+ all_cflags = [declaration(Cflags)] + all_cflags
+ all_cflags = all_cflags.join( ).gsub(/-I /, '-I').split.uniq
+@@ -211,7 +214,9 @@
+ 
+   def collect_libs
+ all_libs = required_packages.collect do |package|
+-  self.class.new(package, @options).libs
++  if !@seen.include?(package)
++self.class.new(package, @options, @seen + [package]).libs
++  end
+ end
+ all_libs = [declaration(Libs)] + all_libs
+ all_libs = all_libs.join( ).gsub(/-([Ll]) /, '\1').split.uniq


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-pkg-config.git/commitdiff/1e06c8ecb4217410edbd48db777ee8091fa21b95

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


[packages/git-core] - updated pl for gnome-keyring

2014-04-18 Thread qboosh
commit 50e442d49986f984224779a9604cb50af1f5e313
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 21:30:26 2014 +0200

- updated pl for gnome-keyring

 git-core.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/git-core.spec b/git-core.spec
index 2e05298..1dd95c8 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -423,6 +423,9 @@ git config --global credential.helper 
%{gitcoredir}/git-credential-gnome-keyring
 Moduł uwierzytelniający dla Subversion pozwalający klientom git
 uwierzytelniać się przy użyciu mechanizmu GNOME Keyring.
 
+Moduł trzeba zarejestrować poleceniem:
+git config --global credential.helper 
%{gitcoredir}/git-credential-gnome-keyring
+
 %prep
 %setup -q -n git-%{version}
 %patch0 -p1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/50e442d49986f984224779a9604cb50af1f5e313

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


[packages/libgpg-error] - updated to 1.13 - pl.po-update patch replaced by a new one

2014-04-18 Thread qboosh
commit 869cd8ce8cb269cc7a138fb8cf80785880efbf22
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 22:06:48 2014 +0200

- updated to 1.13
- pl.po-update patch replaced by a new one

 libgpg-error-pl.po-update.patch | 136 +---
 libgpg-error.spec   |   4 +-
 2 files changed, 31 insertions(+), 109 deletions(-)
---
diff --git a/libgpg-error.spec b/libgpg-error.spec
index 08675c5..69ddfda 100644
--- a/libgpg-error.spec
+++ b/libgpg-error.spec
@@ -6,12 +6,12 @@
 Summary:   Library libgpg-error
 Summary(pl.UTF-8): Biblioteka libgpg-error
 Name:  libgpg-error
-Version:   1.12
+Version:   1.13
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
-# Source0-md5: 8f0eb41a344d19ac2aa9bd101dfb9ce6
+# Source0-md5: fe0cfa7e15262ef8fdeee366109e9ff6
 Patch0:%{name}-pl.po-update.patch
 URL:   http://www.gnupg.org/related_software/libgpg-error/
 BuildRequires: autoconf = 2.59
diff --git a/libgpg-error-pl.po-update.patch b/libgpg-error-pl.po-update.patch
index cf7d10a..ebd5e51 100644
--- a/libgpg-error-pl.po-update.patch
+++ b/libgpg-error-pl.po-update.patch
@@ -1,126 +1,48 @@
 libgpg-error-1.12/po/pl.po.orig2013-06-24 06:43:15.0 +0200
-+++ libgpg-error-1.12/po/pl.po 2013-06-25 18:28:40.401675547 +0200
+--- libgpg-error-1.13/po/pl.po.orig2014-04-18 21:44:18.247123866 +0200
 libgpg-error-1.13/po/pl.po 2014-04-18 22:00:06.530437435 +0200
 @@ -1,14 +1,14 @@
  # Polish translation for libgpg-error.
  # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
  # This file is distributed under the same license as the libgpg-error package.
--# Jakub Bogusz qbo...@pld-linux.org, 2004-2010.
-+# Jakub Bogusz qbo...@pld-linux.org, 2004-2013.
+-# Jakub Bogusz qbo...@pld-linux.org, 2004-2013.
++# Jakub Bogusz qbo...@pld-linux.org, 2004-2014.
  #
  msgid 
  msgstr 
--Project-Id-Version: libgpg-error 1.9\n
-+Project-Id-Version: libgpg-error 1.12\n
+-Project-Id-Version: libgpg-error 1.12\n
++Project-Id-Version: libgpg-error 1.13\n
  Report-Msgid-Bugs-To: translati...@gnupg.org\n
- POT-Creation-Date: 2013-06-24 06:32+0200\n
--PO-Revision-Date: 2013-02-23 20:09+0100\n
-+PO-Revision-Date: 2013-06-25 18:22+0200\n
+ POT-Creation-Date: 2014-04-15 14:26+0200\n
+-PO-Revision-Date: 2013-06-25 18:22+0200\n
++PO-Revision-Date: 2014-04-18 21:58+0200\n
  Last-Translator: Jakub Bogusz qbo...@pld-linux.org\n
  Language-Team: Polish translation-team...@lists.sourceforge.net\n
  Language: pl\n
-@@ -417,10 +417,8 @@
- msgstr Agent nie uruchomiony
+@@ -893,10 +893,8 @@
+ msgstr Uszkodzony klucz tajny
  
- #: src/err-codes.h:106
--#, fuzzy
--#| msgid agent error
- msgid Agent error
--msgstr b��d agenta
-+msgstr B��d agenta
- 
- #: src/err-codes.h:107
- msgid Invalid data
-@@ -843,79 +841,60 @@
- msgstr Osi�gni�to limit
- 
- #: src/err-codes.h:212
--#, fuzzy
- msgid Not initialized
--msgstr Karta nie zainicjowana
-+msgstr Nie zainicjowano
- 
- #: src/err-codes.h:213
--#, fuzzy
- msgid Missing issuer certificate
--msgstr Brakuj�cy certyfikat
-+msgstr Brak certyfikatu wystawcy
- 
- #: src/err-codes.h:214
- msgid No keyserver available
--msgstr 
-+msgstr Brak dost�pnego serwera kluczy
- 
- #: src/err-codes.h:215
--#, fuzzy
- msgid Invalid elliptic curve
--msgstr Niepoprawny czas
-+msgstr B��dna krzywa eliptyczna
- 
- #: src/err-codes.h:216
--#, fuzzy
- msgid Unknown elliptic curve
--msgstr Nieznane �r�d�o
-+msgstr Nieznana krzywa eliptyczna
- 
- #: src/err-codes.h:217
--#, fuzzy
--#| msgid Duplicated value
- msgid Duplicated key
--msgstr Powt�rzona warto��
-+msgstr Powt�rzony klucz
- 
- #: src/err-codes.h:218
--#, fuzzy
--#| msgid Ambiguous name
- msgid Ambiguous result
--msgstr Niejednoznaczna nazwa
-+msgstr Niejednoznaczny wynik
- 
- #: src/err-codes.h:219
--#, fuzzy
--#| msgid No crypto engine
- msgid No crypto context
--msgstr Brak silnika kryptograficznego
-+msgstr Brak kontekstu kryptograficznego
- 
- #: src/err-codes.h:220
+ #: src/err-codes.h:225
 -#, fuzzy
--#| msgid No crypto engine
- msgid Wrong crypto context
--msgstr Brak silnika kryptograficznego
-+msgstr Niew�a�ciwy kontekst kryptograficzny
+-#| msgid Invalid digest algorithm
+ msgid Invalid MAC algorithm
+-msgstr Niepoprawny algorytm skrótu
++msgstr Niepoprawny algorytm MAC
  
- #: src/err-codes.h:221
--#, fuzzy
--#| msgid Invalid crypto engine
- msgid Bad crypto context
--msgstr Niepoprawny silnik kryptograficzny
-+msgstr B��dny kontekst kryptograficzny
+ #: src/err-codes.h:226
+ msgid Operation fully cancelled
+@@ -964,13 +962,11 @@
  
- #: src/err-codes.h:222
- msgid Conflict in the crypto context
+ #: src/err-codes.h:242
+ msgid Not possible with a card based key
 -msgstr 
-+msgstr Konflikt w kontek�cie kryptograficznym
++msgstr Niemożliwe z kluczem opartym na karcie
  
- #: src/err-codes.h:223
+ #: src/err-codes.h:243
 -#, fuzzy
--#| msgid No public 

DISTFILES: libgpg-error: libgpg-error-1.13.tar.bz2

2014-04-18 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.13.tar.bz2
fe0cfa7e15262ef8fdeee366109e9ff6  libgpg-error-1.13.tar.bz2
Size: 489948 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/transcode] - remove modules .la files - parse_csv.awk belongs to filter_pv plugin

2014-04-18 Thread qboosh
commit 7fbfefaf9f3bc20a34953bcd7f8ac50a0031f8b7
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 23:24:43 2014 +0200

- remove modules .la files
- parse_csv.awk belongs to filter_pv plugin

 transcode.spec | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/transcode.spec b/transcode.spec
index 2594c7c..4bfe843 100644
--- a/transcode.spec
+++ b/transcode.spec
@@ -220,6 +220,8 @@ rm -rf $RPM_BUILD_ROOT
 
 install -D avilib/avilib.h $RPM_BUILD_ROOT%{_includedir}/avilib.h
 
+# dlopened modules
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
 # duplicate
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/transcode
 
@@ -248,8 +250,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/transcode
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/a52_decore.so
-%{_libdir}/%{name}/a52_decore.la
-%{_libdir}/%{name}/parse_csv.awk
 %{_libdir}/%{name}/xvid4.cfg
 %{_mandir}/man1/avifix.1*
 %{_mandir}/man1/aviindex.1*
@@ -279,16 +279,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files export
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/export*.so
-%{_libdir}/%{name}/export*.la
+%attr(755,root,root) %{_libdir}/%{name}/export_*.so
 
 %files import
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/import*.so
-%{_libdir}/%{name}/import*.la
+%attr(755,root,root) %{_libdir}/%{name}/import_*.so
 
 %files filter
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/filter*.so
-%{_libdir}/%{name}/filter*.la
-%attr(755,root,root) %{_libdir}/%{name}/filter*.awk
+%attr(755,root,root) %{_libdir}/%{name}/filter_*.so
+%attr(755,root,root) %{_libdir}/%{name}/filter_list.awk
+%attr(755,root,root) %{_libdir}/%{name}/parse_csv.awk


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/transcode.git/commitdiff/7fbfefaf9f3bc20a34953bcd7f8ac50a0031f8b7

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


[packages/libdvdread] - updated to 4.9.9

2014-04-18 Thread qboosh
commit f2b99240fdc9401d585d4ace88f376c9ac72fcdc
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 23:38:04 2014 +0200

- updated to 4.9.9

 libdvdread.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libdvdread.spec b/libdvdread.spec
index 5b7d473..9c6a79d 100644
--- a/libdvdread.spec
+++ b/libdvdread.spec
@@ -5,12 +5,12 @@
 Summary:   Library to read DVD images
 Summary(pl.UTF-8): Biblioteka do odczytu obrazów DVD-Video
 Name:  libdvdread
-Version:   4.2.1
+Version:   4.9.9
 Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   http://dvdnav.mplayerhq.hu/releases/%{name}-%{version}.tar.xz
-# Source0-md5: a052b278476b8216de38f68c67cef57f
+# Source0-md5: 1aa8ad88e462791a8e77d628a63ee788
 Patch0:%{name}-alpha.patch
 Patch1:%{name}-buffix.patch
 Patch2:%{name}-version.patch
@@ -91,7 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog DEVELOPMENT-POLICY.txt README TODO
+%doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_libdir}/libdvdread.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libdvdread.so.4
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdvdread.git/commitdiff/f2b99240fdc9401d585d4ace88f376c9ac72fcdc

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


DISTFILES: libdvdread: libdvdread-4.9.9.tar.xz

2014-04-18 Thread qboosh

Files fetched: 1

STORED: http://dvdnav.mplayerhq.hu/releases/libdvdread-4.9.9.tar.xz
1aa8ad88e462791a8e77d628a63ee788  libdvdread-4.9.9.tar.xz
Size: 322964 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/isl] - updated to 0.13 (note: new soname; piplib support dropped)

2014-04-18 Thread qboosh
commit e6c3b41dbc0567fe50259b6795afb36b9f688df1
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Fri Apr 18 23:42:19 2014 +0200

- updated to 0.13 (note: new soname; piplib support dropped)

 isl.spec | 18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/isl.spec b/isl.spec
index 64d6a57..66a0254 100644
--- a/isl.spec
+++ b/isl.spec
@@ -3,20 +3,18 @@
 # Conditional build:
 %bcond_without apidocs # do not build and package API docs
 %bcond_without static_libs # don't build static libraries
-%bcond_without piplib  # PipLib solver (stubs are used instead)
 
 Summary:   Library for manipulating sets and relations of integer points 
bounded by linear constraints
 Summary(pl.UTF-8): Biblioteka operacji na zbiorach i relacjach punktów 
całkowitoliczbowych z ograniczeniami liniowymi
 Name:  isl
-Version:   0.12.2
-Release:   2
+Version:   0.13
+Release:   1
 License:   MIT
 Group: Libraries
-Source0:   http://isl.gforge.inria.fr/%{name}-%{version}.tar.lzma
-# Source0-md5: b7d59eb79d3884e14b9788cc396f7687
+Source0:   http://isl.gforge.inria.fr/%{name}-%{version}.tar.xz
+# Source0-md5: c9fa72eb44de30485bde3cd8b9fc50f9
 URL:   http://freecode.com/projects/isl
 BuildRequires: gmp-devel
-%{?with_piplib:BuildRequires:  piplib-devel = 1.3.6}
 BuildRequires: rpm-pythonprov
 BuildRequires: tar = 1:1.22
 BuildRequires: xz
@@ -25,7 +23,6 @@ BuildRequires:perl-base
 BuildRequires: perl-tools-pod
 BuildRequires: texlive-format-pdflatex
 %endif
-%{?with_piplib:Requires:   piplib = 1.3.6}
 # clang can be used to generate interface/isl.py, which is not used afterwards
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -53,7 +50,6 @@ Summary(pl.UTF-8):Pliki nagłówkowe biblioteki isl
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  gmp-devel
-%{?with_piplib:Requires:   piplib-devel = 1.3.6}
 
 %description devel
 Header files for isl library.
@@ -105,8 +101,8 @@ isl.
 
 %build
 %configure \
-   --disable-silent-rules \
-   %{?with_piplib:--with-piplib=system}
+   --disable-silent-rules
+
 %{__make}
 
 %install
@@ -128,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog
 %attr(755,root,root) %{_libdir}/libisl.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libisl.so.10
+%attr(755,root,root) %ghost %{_libdir}/libisl.so.13
 
 %files devel
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/isl.git/commitdiff/e6c3b41dbc0567fe50259b6795afb36b9f688df1

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


DISTFILES: isl: isl-0.13.tar.xz

2014-04-18 Thread qboosh

Files fetched: 1

STORED: http://isl.gforge.inria.fr/isl-0.13.tar.xz
c9fa72eb44de30485bde3cd8b9fc50f9  isl-0.13.tar.xz
Size: 1197112 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/libetonyek] - updated to 0.0.4

2014-04-18 Thread qboosh
commit 150b5cade4f901c30e3d8f08f67c2ae343688255
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Sat Apr 19 07:52:32 2014 +0200

- updated to 0.0.4

 libetonyek.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libetonyek.spec b/libetonyek.spec
index abeb2b4..c654604 100644
--- a/libetonyek.spec
+++ b/libetonyek.spec
@@ -5,12 +5,12 @@
 Summary:   Library and tools for reading and converting Apple Keynote 
presentations
 Summary(pl.UTF-8): Biblioteka i narzędzia do odczytu i konwersji 
prezentacji Apple Keynote
 Name:  libetonyek
-Version:   0.0.3
-Release:   2
+Version:   0.0.4
+Release:   1
 License:   MPL v2.0
 Group: Libraries
 Source0:   http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
-# Source0-md5: 6deb26eb088acd8938b9bec800cfb59e
+# Source0-md5: 9d7c8e52e2d20e1fa270c75fd78f3417
 URL:   http://www.freedesktop.org/wiki/Software/libetonyek/
 BuildRequires: boost-devel
 BuildRequires: doxygen


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libetonyek.git/commitdiff/150b5cade4f901c30e3d8f08f67c2ae343688255

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


DISTFILES: libetonyek: libetonyek-0.0.4.tar.xz

2014-04-18 Thread qboosh

Files fetched: 1

STORED: http://dev-www.libreoffice.org/src/libetonyek-0.0.4.tar.xz
9d7c8e52e2d20e1fa270c75fd78f3417  libetonyek-0.0.4.tar.xz
Size: 340856 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