DISTFILES: libruin: libruin-0.2.0.tar.gz

2013-07-26 Thread qboosh

Files fetched: 1

STORED: http://download.savannah.gnu.org/releases/libruin/libruin-0.2.0.tar.gz
880ebec675f165a7fc0b80a2aae98b72  libruin-0.2.0.tar.gz
Size: 516597 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/libruin] Created branch master

2013-07-26 Thread qboosh
The branch 'master' was created.

Summary of new commits:

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


[packages/libruin] - new

2013-07-26 Thread qboosh
commit 2a60975dd5d2480c13a35cd42472f97dc2b75fca
Author: Jakub Bogusz 
Date:   Sat Jul 27 08:43:50 2013 +0200

- new

 libruin-info.patch |  14 +++
 libruin-make.patch |  24 
 libruin.spec   | 113 +
 3 files changed, 151 insertions(+)
---
diff --git a/libruin.spec b/libruin.spec
new file mode 100644
index 000..73a11f1
--- /dev/null
+++ b/libruin.spec
@@ -0,0 +1,113 @@
+Summary:   Renderer for User Interfaces in Ncurses library
+Summary(pl.UTF-8): Biblioteka renderująca interfejsy użytkownika przy 
użyciu ncurses
+Name:  libruin
+Version:   0.2.0
+Release:   1
+License:   GPL v3+
+Group: Libraries
+Source0:   
http://download.savannah.gnu.org/releases/libruin/%{name}-%{version}.tar.gz
+# Source0-md5: 880ebec675f165a7fc0b80a2aae98b72
+Patch0:%{name}-make.patch
+URL:   http://www.nongnu.org/libruin/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1.6
+BuildRequires: curl-devel
+BuildRequires: glib2-devel >= 1:2.28.0
+BuildRequires: guile-devel >= 2.0
+BuildRequires: libtool
+BuildRequires: ncurses-devel
+BuildRequires: pkgconfig
+BuildRequires: texinfo
+Requires:  glib2 >= 1:2.28.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libRUIN is a Renderer for User Interfaces in Ncurses. It is a library
+that can be embedded in arbitrary applications that allows developers
+to design user interfaces in any of several XML dialects that are
+suitable for interface mark-up and will display these interfaces and
+manage input handling for them using the Ncurses terminal control
+library. 
+
+%description -l pl.UTF-8
+libRUIN (Renderer for User Interface in Ncurses) to biblioteka
+renderująca interfejsy użytkownika przy użyciu biblioteki ncurses.
+Może być osadzona w dowolnej aplikacji, pozwalając programistom
+projektować interfejsy użytkownika w jednym z kilku dialektów XML-a,
+nadających się jako znaczniki dla interfejsu. Biblioteka wyświetla
+interfejsy i zarządza obsługą wejścia przy użyciu biblioteki
+sterującej terminalem ncurses.
+
+%package devel
+Summary:   Header files for libRUIN library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libRUIN
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  glib2-devel >= 1:2.28.0
+Requires:  guile-devel >= 2.0
+Requires:  ncurses-devel
+
+%description devel
+Header files for libRUIN library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libRUIN.
+
+%package static
+Summary:   Static libRUIN library
+Summary(pl.UTF-8): Statyczna biblioteka libRUIN
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Static libRUIN library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libRUIN.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libruin/ChangeLog
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_libdir}/libruin.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libruin.so.0
+%{_libdir}/libruin
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libruin.so
+%{_libdir}/libruin.la
+%{_includedir}/libruin.h
+%{_infodir}/libruin.info*
+%{_mandir}/man3/ruin.3*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libruin.a
diff --git a/libruin-info.patch b/libruin-info.patch
new file mode 100644
index 000..9cd9039
--- /dev/null
+++ b/libruin-info.patch
@@ -0,0 +1,14 @@
+--- libruin-0.2.0/doc/libruin.texi.orig2010-12-31 19:38:42.0 
+0100
 libruin-0.2.0/doc/libruin.texi 2013-07-26 22:06:17.698612102 +0200
+@@ -21,9 +21,9 @@
+ @end quotation
+ @end copying
+  
+-@dircategory Development
++@dircategory Libraries:
+ @direntry
+-* libRUIN: (libruin). libRUIN, Renderer for User Interfaces in Ncurses
++* libRUIN: (libruin). libRUIN, Renderer for User Interfaces 
in Ncurses
+ @end direntry
+ 
+ @titlepage
diff --git a/libruin-make.patch b/libruin-make.patch
new file mode 100644
index 000..3479700
--- /dev/null
+++ b/libruin-make.patch
@@ -0,0 +1,24 @@
+--- libruin-0.2.0/examples/Makefile.am.orig2010-12-31 21:37:15.0 
+0100
 libruin-0.2.0/examples/Makefile.am 2013-07-26 21:47:47.695325332 +0200
+@@ -1,8 +1,9 @@
+ noinst_PROGRAMS = ruinview
+ ruinview_SOURCES = ruinview.c
++ruinview_LDADD = $(top_builddir)/src/libruin.la
+ INCLUDES = -I../src
+ 
+ AM_CFLAGS = @CFLAGS@ @GUILE_CFLAGS@ @GLIB_CFLAGS@
+-AM_LDFLAGS = @LDFLAGS@ @GUILE_LIBS@ @GLIB_LIBS@ -lruin

[packages/gtk-webkit3] Remove -sh.patch (applied upstream)

2013-07-26 Thread megabajt
commit 2cae393e7b8a59665220fb2e288fc552d1b25f7d
Author: Marcin Banasiak 
Date:   Sat Jul 27 00:30:59 2013 +0200

Remove -sh.patch (applied upstream)

 gtk-webkit3-sh.patch | 48 
 gtk-webkit3.spec |  4 +---
 2 files changed, 1 insertion(+), 51 deletions(-)
---
diff --git a/gtk-webkit3.spec b/gtk-webkit3.spec
index 7c4dc59..2be3efe 100644
--- a/gtk-webkit3.spec
+++ b/gtk-webkit3.spec
@@ -14,8 +14,7 @@ Group:X11/Libraries
 Source0:   http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
 # Source0-md5: 413be319ba171feed9348d1bede6b0a7
 Patch0:sync-builtins.patch
-Patch1:%{name}-sh.patch
-Patch2:gtk-webkit-pl.po.patch
+Patch1:gtk-webkit-pl.po.patch
 URL:   http://webkitgtk.org/
 BuildRequires: EGL-devel
 BuildRequires: OpenGL-GLX-devel
@@ -123,7 +122,6 @@ Dokumentacja API WebKita.
 %setup -q -n webkitgtk-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/gtk-webkit3-sh.patch b/gtk-webkit3-sh.patch
deleted file mode 100644
index 0e3f5a8..000
--- a/gtk-webkit3-sh.patch
+++ /dev/null
@@ -1,48 +0,0 @@
 webkitgtk-2.0.3/Source/autotools/FindDependencies.m4.orig  2013-06-11 
11:31:36.0 +0200
-+++ webkitgtk-2.0.3/Source/autotools/FindDependencies.m4   2013-06-24 
17:49:33.605399898 +0200
-@@ -377,8 +377,8 @@
- # Since we support earlier HarfBuzz versions we keep this conditional for now.
- if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz; then
- PKG_CHECK_MODULES(HARFBUZZ_ICU, harfbuzz-icu >= 
$harfbuzz_required_version)
--FREETYPE_CFLAGS+=" $HARFBUZZ_ICU_CFLAGS"
--FREETYPE_LIBS+=" $HARFBUZZ_ICU_LIBS"
-+FREETYPE_CFLAGS="$FREETYPE_CFLAGS $HARFBUZZ_ICU_CFLAGS"
-+FREETYPE_LIBS="$FREETYPE_LIBS $HARFBUZZ_ICU_LIBS"
- fi
- AC_SUBST([FREETYPE_CFLAGS])
- AC_SUBST([FREETYPE_LIBS])
-@@ -450,18 +450,18 @@
- 
- if test "$with_acceleration_backend" = "opengl"; then
- if test "$enable_gles2" = "yes"; then
--acceleration_backend_description+= "(gles2"
-+
acceleration_backend_description="$acceleration_backend_description(gles2"
- OPENGL_LIBS="-lGLESv2"
- else
--acceleration_backend_description+="(gl"
-+
acceleration_backend_description="$acceleration_backend_description(gl"
- OPENGL_LIBS="-lGL"
- fi
- if test "$enable_egl" = "yes"; then
--acceleration_backend_description+=", egl"
--OPENGL_LIBS+=" -lEGL"
-+acceleration_backend_description="$acceleration_backend_description, 
egl"
-+OPENGL_LIBS="$OPENGL_LIBS -lEGL"
- fi
- if test "$enable_glx" = "yes"; then
--acceleration_backend_description+=", glx"
-+acceleration_backend_description="$acceleration_backend_description, 
glx"
- fi
- 
- # Check whether dlopen() is in the core libc like on FreeBSD, or in a 
separate
-@@ -469,8 +469,8 @@
- AC_CHECK_FUNC([dlopen], [], [AC_CHECK_LIB([dl], [dlopen], 
[DLOPEN_LIBS="-ldl"])])
- AC_SUBST([DLOPEN_LIBS])
- 
--OPENGL_LIBS+=" $DLOPEN_LIBS"
--acceleration_backend_description+=")"
-+OPENGL_LIBS="$OPENGL_LIBS $DLOPEN_LIBS"
-+acceleration_backend_description="$acceleration_backend_description)"
- fi
- AC_SUBST([OPENGL_LIBS])
- 


 gitweb:

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

___
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.0.4.tar.xz

2013-07-26 Thread megabajt

Files fetched: 1

STORED: http://webkitgtk.org/releases/webkitgtk-2.0.4.tar.xz
413be319ba171feed9348d1bede6b0a7  webkitgtk-2.0.4.tar.xz
Size: 9849620 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] Update to 2.0.4

2013-07-26 Thread megabajt
commit a96ea8006dd03f33d42923c491e1fe71697885ea
Author: Marcin Banasiak 
Date:   Sat Jul 27 00:24:05 2013 +0200

Update to 2.0.4

 gtk-webkit3.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk-webkit3.spec b/gtk-webkit3.spec
index 7545118..7c4dc59 100644
--- a/gtk-webkit3.spec
+++ b/gtk-webkit3.spec
@@ -7,12 +7,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.0.3
-Release:   2
+Version:   2.0.4
+Release:   1
 License:   BSD-like
 Group: X11/Libraries
 Source0:   http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: 9eca9eec4595b66b72a1ac7ceaef08ba
+# Source0-md5: 413be319ba171feed9348d1bede6b0a7
 Patch0:sync-builtins.patch
 Patch1:%{name}-sh.patch
 Patch2:gtk-webkit-pl.po.patch


 gitweb:

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

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


[packages/libtool] Add patch to fix -fuse-ld= not being passed to gcc (patch from ROSA Linux). Release 13

2013-07-26 Thread megabajt
commit 50d97f5e017175ebb16ab4622e9a4ba7814ec4e9
Author: Marcin Banasiak 
Date:   Fri Jul 26 22:44:52 2013 +0200

Add patch to fix -fuse-ld= not being passed to gcc (patch from ROSA Linux). 
Release 13

 libtool-fuse-ld.patch | 12 
 libtool.spec  |  4 +++-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/libtool.spec b/libtool.spec
index f4f186c..21d4642 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -6,7 +6,7 @@ Summary(ru.UTF-8):  GNU libtool, набор утилит для генераци
 Summary(uk.UTF-8): GNU libtool, набір утиліт для генерації динамічних 
бібліотек
 Name:  libtool
 Version:   2.4.2
-Release:   12
+Release:   13
 Epoch: 2
 License:   GPL v2+
 Group: Development/Tools
@@ -19,6 +19,7 @@ Patch1:   %{name}-relink.patch
 Patch2:%{name}-libdirs.patch
 Patch3:%{name}-multilib.patch
 Patch4:%{name}-linking-order.patch
+Patch5:%{name}-fuse-ld.patch
 URL:   http://www.gnu.org/software/libtool/
 BuildRequires: /usr/bin/which
 BuildRequires: autoconf >= 2.59
@@ -147,6 +148,7 @@ utilizando componentes estáticos (raramente necessário).
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal} -I libltdl/m4
diff --git a/libtool-fuse-ld.patch b/libtool-fuse-ld.patch
new file mode 100644
index 000..1cf1d17
--- /dev/null
+++ b/libtool-fuse-ld.patch
@@ -0,0 +1,12 @@
+diff -urN libtool-2.4.2/libltdl/config/ltmain.sh 
libtool-2.4.2-patched/libltdl/config/ltmain.sh
+--- libtool-2.4.2/libltdl/config/ltmain.m4sh   2011-10-17 21:19:35.0 
+1100
 libtool-2.4.2-patched/libltdl/config/ltmain.m4sh   2012-09-30 
01:55:35.606361949 +1100
+@@ -5853,7 +5853,7 @@
+   # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
+   -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+   
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
+-  -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
++  -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-fuse-ld=*)
+ func_quote_for_eval "$arg"
+   arg="$func_quote_for_eval_result"
+ func_append compile_command " $arg"


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libtool.git/commitdiff/50d97f5e017175ebb16ab4622e9a4ba7814ec4e9

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


[packages/python-xlrd] - simplify install and packaging, this avoids rpm generating bogus req 'python(abi) = -xlrd' - rel 2

2013-07-26 Thread baggins
commit d85c4416b581019f1c6a1f672ff49c063900a009
Author: Jan Rękorajski 
Date:   Fri Jul 26 21:58:45 2013 +0200

- simplify install and packaging, this avoids rpm generating bogus req 
'python(abi) = -xlrd'
- rel 2

 python-xlrd.spec | 22 --
 1 file changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/python-xlrd.spec b/python-xlrd.spec
index 1085779..705be4e 100644
--- a/python-xlrd.spec
+++ b/python-xlrd.spec
@@ -3,7 +3,7 @@ Summary:Python interface to extracting data from Excel 
datasheets
 Summary(pl.UTF-8): Pythonowy interfejs do odczytywania danych z arkuszy 
Excela
 Name:  python-%{module}
 Version:   0.9.2
-Release:   1
+Release:   2
 License:   BSD-style
 Group: Development/Languages/Python
 Source0:   
http://pypi.python.org/packages/source/x/xlrd/%{module}-%{version}.tar.gz
@@ -29,27 +29,23 @@ Pythonowy interfejs do odczytywania danych z arkuszy Excela
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 %{__python} setup.py install \
--optimize=2 \
--root=$RPM_BUILD_ROOT
 
-install -d 
$RPM_BUILD_ROOT{%{_datadir}/%{name},%{_examplesdir}/%{name}-%{version}}
 cp -p xlrd/examples/namesdemo.xls 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -p xlrd/examples/xlrdnameAPIdemo.py 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -p scripts/runxlrd.py  $RPM_BUILD_ROOT%{_bindir}
-mv $RPM_BUILD_ROOT%{_bindir}/runxlrd.py $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/runxlrd{.py,}
+%{__sed} -i -e 's|/usr/bin/env python|%{__python}|' 
$RPM_BUILD_ROOT%{_bindir}/runxlrd
+
 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
-%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
 %py_postclean
-%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/%{name}/runxlrd.py \
-   $RPM_BUILD_ROOT%{py_sitescriptdir}/xlrd/{examples,doc}
 
-cat > $RPM_BUILD_ROOT%{_bindir}/runxlrd <<'EOF'
-#!/bin/sh
-exec %{__python} %{_datadir}/%{name}/runxlrd.pyc "$@"
-EOF
-chmod a+x $RPM_BUILD_ROOT%{_bindir}/runxlrd
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/xlrd/{examples,doc}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,8 +56,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py_sitescriptdir}/%{module}
 %{py_sitescriptdir}/%{module}/*.py[co]
 %{_examplesdir}/%{name}-%{version}
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/runxlrd.pyc
 %attr(755,root,root) %{_bindir}/runxlrd
 %if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/%{module}-*.egg-info


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-xlrd.git/commitdiff/d85c4416b581019f1c6a1f672ff49c063900a009

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


[packages/libreoffice] - rel 1

2013-07-26 Thread baggins
commit c131a31e2ef1c6bd5d4af91b6d82d93684473450
Author: Jan Rękorajski 
Date:   Fri Jul 26 21:20:48 2013 +0200

- rel 1

 libreoffice.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index a628a65..a62cf5e 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -47,7 +47,7 @@ Summary:  LibreOffice - powerful office suite
 Summary(pl.UTF-8): LibreOffice - potężny pakiet biurowy
 Name:  libreoffice
 Version:   %{major_ver}.4
-Release:   0.1
+Release:   1
 License:   GPL/LGPL
 Group: X11/Applications
 # we use git because released tarballs are buggy too often


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/c131a31e2ef1c6bd5d4af91b6d82d93684473450

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


[packages/avogadro] - prevent moc from tripping over BOOST_JOIN - rel 5

2013-07-26 Thread baggins
commit 29338955db2214f768cc6c4766b532f82e45e765
Author: Jan Rękorajski 
Date:   Fri Jul 26 21:04:38 2013 +0200

- prevent moc from tripping over BOOST_JOIN
- rel 5

 avogadro-moc-boost.patch | 65 
 avogadro.spec|  4 ++-
 2 files changed, 68 insertions(+), 1 deletion(-)
---
diff --git a/avogadro.spec b/avogadro.spec
index ee308fc..b853c5c 100644
--- a/avogadro.spec
+++ b/avogadro.spec
@@ -1,13 +1,14 @@
 Summary:   An advanced molecular editor for chemical purposes
 Name:  avogadro
 Version:   1.0.3
-Release:   4
+Release:   5
 License:   GPL v2
 Group: Applications/Editors
 Source0:   
http://downloads.sourceforge.net/avogadro/%{name}-%{version}.tar.bz2
 # Source0-md5: 92c2702c1980f70fb6d87a1a58147911
 Patch0:%{name}-linguist.patch
 Patch1:%{name}-cmake.patch
+Patch2:%{name}-moc-boost.patch
 URL:   http://avogadro.openmolecules.net/
 BuildRequires: QtNetwork-devel
 BuildRequires: QtOpenGL-devel
@@ -57,6 +58,7 @@ libraries.
 %setup -q
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -d build
diff --git a/avogadro-moc-boost.patch b/avogadro-moc-boost.patch
new file mode 100644
index 000..7e03ae5
--- /dev/null
+++ b/avogadro-moc-boost.patch
@@ -0,0 +1,65 @@
+diff -ur avogadro-1.0.3/libavogadro/src/pythonengine_p.h 
avogadro-1.0.3-moc/libavogadro/src/pythonengine_p.h
+--- avogadro-1.0.3/libavogadro/src/pythonengine_p.h2011-04-25 
07:22:18.0 +0200
 avogadro-1.0.3-moc/libavogadro/src/pythonengine_p.h2013-07-26 
20:59:15.179652964 +0200
+@@ -27,7 +27,9 @@
+ 
+ #include 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ 
+ namespace Avogadro {
+ 
+diff -ur avogadro-1.0.3/libavogadro/src/pythonextension_p.h 
avogadro-1.0.3-moc/libavogadro/src/pythonextension_p.h
+--- avogadro-1.0.3/libavogadro/src/pythonextension_p.h 2011-04-25 
07:22:18.0 +0200
 avogadro-1.0.3-moc/libavogadro/src/pythonextension_p.h 2013-07-26 
20:58:34.125949694 +0200
+@@ -29,7 +29,9 @@
+ #include 
+ #include 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ 
+ #include 
+ #include 
+diff -ur avogadro-1.0.3/libavogadro/src/pythoninterpreter.h 
avogadro-1.0.3-moc/libavogadro/src/pythoninterpreter.h
+--- avogadro-1.0.3/libavogadro/src/pythoninterpreter.h 2011-04-25 
07:22:18.0 +0200
 avogadro-1.0.3-moc/libavogadro/src/pythoninterpreter.h 2013-07-26 
21:01:46.450577203 +0200
+@@ -26,7 +26,9 @@
+ #define PYTHONINTERPRETER_H
+ 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ #include 
+ #include 
+ 
+diff -ur avogadro-1.0.3/libavogadro/src/pythonscript.h 
avogadro-1.0.3-moc/libavogadro/src/pythonscript.h
+--- avogadro-1.0.3/libavogadro/src/pythonscript.h  2011-04-25 
07:22:18.0 +0200
 avogadro-1.0.3-moc/libavogadro/src/pythonscript.h  2013-07-26 
21:01:53.590641481 +0200
+@@ -27,7 +27,9 @@
+ #define PYTHONSCRIPT_H
+ 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ 
+ #include "pythonerror.h"
+ 
+diff -ur avogadro-1.0.3/libavogadro/src/pythontool_p.h 
avogadro-1.0.3-moc/libavogadro/src/pythontool_p.h
+--- avogadro-1.0.3/libavogadro/src/pythontool_p.h  2011-04-25 
07:22:18.0 +0200
 avogadro-1.0.3-moc/libavogadro/src/pythontool_p.h  2013-07-26 
20:58:56.839487711 +0200
+@@ -27,7 +27,9 @@
+ 
+ #include 
+ #include 
++#ifndef Q_MOC_RUN
+ #include 
++#endif
+ 
+ #include 
+ #include 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/avogadro.git/commitdiff/29338955db2214f768cc6c4766b532f82e45e765

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


DISTFILES: ocl-icd: ocl-icd-2.0.4.tar.gz

2013-07-26 Thread qboosh

Files fetched: 1

STORED: https://forge.imag.fr/frs/download.php/451/ocl-icd-2.0.4.tar.gz
98fb9c2c4df8f9416fb59acf18368702  ocl-icd-2.0.4.tar.gz
Size: 413756 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/ocl-icd] - new

2013-07-26 Thread qboosh
commit c1ac55bd647a211262085f0baee75a70c354e98c
Author: Jakub Bogusz 
Date:   Fri Jul 26 20:52:38 2013 +0200

- new

 ocl-icd.spec | 74 
 1 file changed, 74 insertions(+)
---
diff --git a/ocl-icd.spec b/ocl-icd.spec
new file mode 100644
index 000..011299a
--- /dev/null
+++ b/ocl-icd.spec
@@ -0,0 +1,74 @@
+# TODO: separate OpenCL and ocl-icd devel parts?
+Summary:   OpenCL generic Installable Client Driver support
+Summary(pl.UTF-8): Ogólna obsługa sterowników klienckich (ICD) dla OpenCL
+Name:  ocl-icd
+Version:   2.0.4
+Release:   0.1
+License:   BSD
+Group: Libraries
+#Source0Download: https://forge.imag.fr/frs/?group_id=395
+Source0:   
https://forge.imag.fr/frs/download.php/451/%{name}-%{version}.tar.gz
+# Source0-md5: 98fb9c2c4df8f9416fb59acf18368702
+URL:   https://forge.imag.fr/projects/ocl-icd/
+BuildRequires: OpenCL-devel >= 1.2
+BuildRequires: asciidoc
+BuildRequires: ruby
+BuildRequires: xmlto
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package aims at creating an Open Source alternative to vendor
+specific OpenCL ICD loaders.
+
+%description -l pl.UTF-8
+Ten pakiet to próba stworzenia mającej otwarte źródła alternatywy
+dla specyficznych dla producenta bibliotek wczytujących ICD OpenCL.
+
+%package devel
+Summary:   Header file for OpenCL-ICD library
+Summary(pl.UTF-8): Plik nagłówkowy biblioteki OpenCL-ICD
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description devel
+Header file for OpenCL-ICD library.
+
+%description devel -l pl.UTF-8
+Plik nagłówkowy biblioteki OpenCL-ICD.
+
+%prep
+%setup -q
+
+%build
+%configure \
+   %{!?with_static_libs:--disable-static}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING NEWS README
+%attr(755,root,root) %{_libdir}/libOpenCL.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libOpenCL.so.1
+%{_mandir}/man7/libOpenCL.7*
+%{_mandir}/man7/libOpenCL.so.7*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libOpenCL.so
+%{_includedir}/ocl_icd.h
+%{_pkgconfigdir}/OpenCL.pc
+%{_pkgconfigdir}/ocl-icd.pc


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocl-icd.git/commitdiff/c1ac55bd647a211262085f0baee75a70c354e98c

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


[packages/ocl-icd] Created branch master

2013-07-26 Thread qboosh
The branch 'master' was created.

Summary of new commits:

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


[packages/liboop] - non-parallel make

2013-07-26 Thread qboosh
commit 2c97e6e731d7ece98527dee7a82df9ad102841e1
Author: Jakub Bogusz 
Date:   Fri Jul 26 20:51:21 2013 +0200

- non-parallel make

 liboop.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/liboop.spec b/liboop.spec
index 6394385..60e8dec 100644
--- a/liboop.spec
+++ b/liboop.spec
@@ -362,8 +362,8 @@ Statyczna biblioteka wiążąca liboop z w3c-libwww.
 %configure \
PROG_LDCONFIG=/bin/true \
%{?with_libwww:--with-libwww}
-#  LDFLAGS="%{rpmldflags} -L.libs"
-%{__make}
+
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liboop.git/commitdiff/2c97e6e731d7ece98527dee7a82df9ad102841e1

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


[packages/libreoffice] - updated files - report-builder and javafilter as separate exts are gone - added glade package

2013-07-26 Thread baggins
commit 5e657306c864ef5e53c0bccf1a975059a285
Author: Jan Rękorajski 
Date:   Fri Jul 26 20:23:45 2013 +0200

- updated files
- report-builder and javafilter as separate exts are gone
- added glade package

 libreoffice.spec | 145 +--
 1 file changed, 99 insertions(+), 46 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 96af4e3..a628a65 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -223,13 +223,11 @@ Requires: %{name}-draw = %{version}-%{release}
 Requires:  %{name}-emailmerge = %{version}-%{release}
 Requires:  %{name}-graphicfilter = %{version}-%{release}
 Requires:  %{name}-impress = %{version}-%{release}
-%{?with_java:Requires: %{name}-javafilter = %{version}-%{release}}
 Requires:  %{name}-math = %{version}-%{release}
 Requires:  %{name}-pdfimport = %{version}-%{release}
 Requires:  %{name}-postgresql = %{version}-%{release}
 Requires:  %{name}-presentation-minimizer = %{version}-%{release}
 Requires:  %{name}-pyuno = %{version}-%{release}
-Requires:  %{name}-report-builder = %{version}-%{release}
 Requires:  %{name}-web = %{version}-%{release}
 Requires:  %{name}-wiki-publisher = %{version}-%{release}
 Requires:  %{name}-writer = %{version}-%{release}
@@ -334,6 +332,8 @@ Requires:   sed
 %{?with_system_xalan:Requires: xalan-j}
 #Suggests: chkfontpath
 Obsoletes: libreoffice-binfilter < 4.0.0.0
+Obsoletes: libreoffice-report-builder < 4.1.0.0
+Obsoletes: libreoffice-javafilter < 4.1.0.0
 Obsoletes: libreoffice-i18n-kid
 Obsoletes: libreoffice-i18n-ky
 Obsoletes: libreoffice-i18n-ms
@@ -440,17 +440,6 @@ The Presentation Minimizer is used to reduce the file size 
of the
 current presentation. Images will be compressed, and data that is no
 longer needed will be removed.
 
-%package report-builder
-Summary:   Create database reports from LibreOffice
-Group: X11/Applications
-Requires:  %{name}-base = %{version}-%{release}
-Requires:  java-commons-logging
-
-%description report-builder
-Creates database reports from LibreOffice databases. The report
-builder can define group and page headers as well as group, page
-footers and calculation fields to accomplish complex database reports.
-
 %package wiki-publisher
 Summary:   Create Wiki articles on MediaWiki servers with LibreOffice
 Group: X11/Applications
@@ -626,22 +615,6 @@ Moduł xsltfilter dla LibreOffice, udostępnia dodatkowe 
przekształcenia
 wyjściowe dla formatów docbook i xhtml. Jest potrzebny do eksportu do
 docbooka.
 
-%package javafilter
-Summary:   Extra javafilter module for LibreOffice
-Summary(pl.UTF-8): Dodatkowy moduł javafilter dla LibreOffice
-Group: X11/Applications
-Requires(post,postun): desktop-file-utils
-Requires:  %{name}-core = %{version}-%{release}
-Obsoletes: openoffice.org-javafilter
-
-%description javafilter
-javafilter module for LibreOffice, provides additional aportisdoc,
-Pocket Excel and Pocket Word import filters.
-
-%description javafilter -l pl.UTF-8
-Moduł javafilter dla LibreOffice, udostępnia dodatkowe filtry importu
-aportisdoc, Pocket Excel i Pocket Word.
-
 %package postgresql
 Summary:   PostgreSQL connector for LibreOffice
 Group: X11/Applications
@@ -2528,6 +2501,17 @@ bash-completion for LibreOffice.
 %description -n bash-completion-%{name} -l pl.UTF-8
 bashowe uzupełnianie nazw dla LibreOffice.
 
+%package glade
+Summary:   Support for creating LibreOffice dialogs in glade
+Group: Development/Libraries
+Requires:  %{name}-core = %{version}-%{release}
+Requires:  libgladeui
+
+%description glade
+libreoffice-glade contains a catalog of LibreOffice-specific widgets
+for glade and ui-previewer tool to check the visual appearance of
+dialogs.
+
 %prep
 %setup -q -n %{name}-%{version} -a1 -a2 -a3
 
@@ -2856,7 +2840,6 @@ find_lang() {
grep "/soffice.cfg/modules/[^/]*/ui/res/${lang}/" ${lfile} >> 
${langfn}.lang || :
 
for e in presentation-minimizer \
-   report-builder \
script-provider-for-python \
wiki-publisher \
nlpsolver ; do
@@ -2960,12 +2943,6 @@ rm -rf $RPM_BUILD_ROOT
 %update_desktop_database_postun
 %update_icon_cache hicolor
 
-%post javafilter
-%update_desktop_database_post
-
-%postun javafilter
-%update_desktop_database_postun
-
 %post -n browser-plugin-%{name}
 %update_browser_plugins
 
@@ -3011,6 +2988,40 @@ fi
 %{_libdir}/%{name}/presets/psprint
 
 %dir %{_libdir}/%{name}/program
+%attr(755,root,root) %{_libdir}/%{name}/program/libbasprovlo.so
+%attr(755,root,root) %{_libdir}/%{name}/program/libcairocanvaslo.so
+%attr(755,root,root) %{_libdir}/%{name}/program/libcanvasfactorylo.so
+%attr(755,root,root) %{_libdir}/%{name}/program/libcmdmaillo.so
+%attr(755,root,root) %{_libdir}/%{nam

DISTFILES: libdvbpsi: libdvbpsi-1.1.0.tar.gz

2013-07-26 Thread qboosh

Files fetched: 1

STORED: http://download.videolan.org/pub/libdvbpsi/1.1.0/libdvbpsi-1.1.0.tar.gz
e63c6306668ca5de5e67c0664bc3d3c0  libdvbpsi-1.1.0.tar.gz
Size: 575221 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/libdvbpsi] - updated to 1.1.0 (note: new soname)

2013-07-26 Thread qboosh
commit 0f28f2074843ade6eae766fdf27586133739ac3a
Author: Jakub Bogusz 
Date:   Fri Jul 26 20:20:21 2013 +0200

- updated to 1.1.0 (note: new soname)

 libdvbpsi.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libdvbpsi.spec b/libdvbpsi.spec
index a9c9703..d18a68c 100644
--- a/libdvbpsi.spec
+++ b/libdvbpsi.spec
@@ -5,12 +5,12 @@
 Summary:   Library for decoding and generation of MPEG TS and DVB PSI 
tables
 Summary(pl.UTF-8): Biblioteka do dekodowania i generowania tablic MPEG TS 
i DVB PSI
 Name:  libdvbpsi
-Version:   0.2.2
-Release:   2
+Version:   1.1.0
+Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 9bdd8044e7fa684f2363ab1020c4c8a9
+# Source0-md5: e63c6306668ca5de5e67c0664bc3d3c0
 URL:   http://www.videolan.org/developers/libdvbpsi.html
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -80,11 +80,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_libdir}/libdvbpsi.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdvbpsi.so.7
+%attr(755,root,root) %ghost %{_libdir}/libdvbpsi.so.9
 
 %files devel
 %defattr(644,root,root,755)
-%doc ChangeLog TODO
+%doc ChangeLog
 %attr(755,root,root) %{_libdir}/libdvbpsi.so
 %{_includedir}/dvbpsi
 %{_pkgconfigdir}/libdvbpsi.pc


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdvbpsi.git/commitdiff/0f28f2074843ade6eae766fdf27586133739ac3a

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


DISTFILES: libbluray: libbluray-0.3.0.tar.bz2

2013-07-26 Thread qboosh

Files fetched: 1

STORED: 
ftp://ftp.videolan.org/pub/videolan/libbluray/last/libbluray-0.3.0.tar.bz2
d04a2af21fa154237ea2c693cf05e0ac  libbluray-0.3.0.tar.bz2
Size: 510993 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: libdvdcss: libdvdcss-1.2.13.tar.bz2

2013-07-26 Thread qboosh

Files fetched: 1

STORED: 
http://download.videolan.org/pub/videolan/libdvdcss/last/libdvdcss-1.2.13.tar.bz2
53cfc52a60a156763c425572e5179273  libdvdcss-1.2.13.tar.bz2
Size: 338588 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/libdvdcss] - updated to 1.2.13

2013-07-26 Thread qboosh
commit 7cffdb25d00ce527471265d17b9c7e1c03b01802
Author: Jakub Bogusz 
Date:   Fri Jul 26 19:43:09 2013 +0200

- updated to 1.2.13

 libdvdcss.spec | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libdvdcss.spec b/libdvdcss.spec
index 8544e79..f231d8c 100644
--- a/libdvdcss.spec
+++ b/libdvdcss.spec
@@ -6,12 +6,12 @@
 Summary:   Library to decrypt CSS-encoded DVD
 Summary(pl.UTF-8): Biblioteka do dekodowania DVD zakodowanych CSS
 Name:  libdvdcss
-Version:   1.2.12
+Version:   1.2.13
 Release:   1
 License:   GPL v2+
 Group: Libraries
-Source0:   
http://download.videolan.org/pub/videolan/libdvdcss/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 2218a193900e3203aa10dc24cdf54275
+Source0:   
http://download.videolan.org/pub/videolan/libdvdcss/last/%{name}-%{version}.tar.bz2
+# Source0-md5: 53cfc52a60a156763c425572e5179273
 Patch0:%{name}-doc.patch
 URL:   http://www.videolan.org/developers/libdvdcss.html
 BuildRequires: autoconf >= 2.50
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+# packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/libdvdcss
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdvdcss.git/commitdiff/7cffdb25d00ce527471265d17b9c7e1c03b01802

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


[packages/liboop] - separated -binding-glib-common-devel to avoid duplicate file in both -binding-glib*-devel packages

2013-07-26 Thread qboosh
commit 30eefda8cf640998d74d4ba84809e286c39c8b5f
Author: Jakub Bogusz 
Date:   Fri Jul 26 18:12:56 2013 +0200

- separated -binding-glib-common-devel to avoid duplicate file in both 
-binding-glib*-devel packages

 liboop.spec | 38 ++
 1 file changed, 26 insertions(+), 12 deletions(-)
---
diff --git a/liboop.spec b/liboop.spec
index d563946..6394385 100644
--- a/liboop.spec
+++ b/liboop.spec
@@ -124,6 +124,18 @@ Static liboop adns binding library.
 %description binding-adns-static -l pl.UTF-8
 Statyczna biblioteka wiążąca liboop z adns.
 
+%package binding-glib-common-devel
+Summary:   Header file for liboop GLib bindings
+Summary(pl.UTF-8): Plik nagłówkowy wiązań liboop z bibliotekami GLib
+Group: Development/Librares
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description binding-glib-common-devel
+Header file for liboop GLib bindings.
+
+%description binding-glib-common-devel -l pl.UTF-8
+Plik nagłówkowy wiązań liboop z bibliotekami GLib.
+
 %package binding-glib
 Summary:   liboop binding for GLib 1.x library
 Summary(pl.UTF-8): Biblioteka wiążąca liboop z biblioteką GLib 1.x
@@ -137,23 +149,23 @@ liboop binding for GLib 1.x library.
 Biblioteka wiążąca liboop z biblioteką GLib 1.x.
 
 %package binding-glib-devel
-Summary:   Header file for liboop GLib 1.x binding library
-Summary(pl.UTF-8): Plik nagłówkowy biblioteki wiążącej liboop z biblioteką 
GLib 1.x
+Summary:   Development files for liboop GLib 1.x binding library
+Summary(pl.UTF-8): Pliki programistyczne biblioteki wiążącej liboop z 
biblioteką GLib 1.x
 Group: Development/Libraries
 Requires:  %{name}-binding-glib = %{version}-%{release}
-Requires:  %{name}-devel = %{version}-%{release}
+Requires:  %{name}-binding-glib-common-devel = %{version}-%{release}
 Requires:  glib-devel
 
 %description binding-glib-devel
 liboop is a low-level event loop management library.
 
-This package contains the header file needed to write or compile
+This package contains development files needed to write or compile
 programs that use liboop GLib 1.x binding library.
 
 %description binding-glib-devel -l pl.UTF-8
 liboop jest biblioteką do zarządzania niskopoziomowymi pętlami.
 
-Ten pakiet zawiera plik nagłówkowy potrzebny do kompilowania
+Ten pakiet zawiera pliki programistyczne potrzebne do kompilowania
 programów używających biblioteki wiążącej liboop z GLib 1.x.
 
 %package binding-glib-static
@@ -181,23 +193,23 @@ liboop binding for GLib 2.x library.
 Biblioteka wiążąca liboop z biblioteką GLib 2.x.
 
 %package binding-glib2-devel
-Summary:   Header file for liboop GLib 2.x binding library
-Summary(pl.UTF-8): Plik nagłówkowy biblioteki wiążącej liboop z biblioteką 
GLib 2.x
+Summary:   Development files for liboop GLib 2.x binding library
+Summary(pl.UTF-8): Pliki programistyczne biblioteki wiążącej liboop z 
biblioteką GLib 2.x
 Group: Development/Libraries
 Requires:  %{name}-binding-glib2 = %{version}-%{release}
-Requires:  %{name}-devel = %{version}-%{release}
+Requires:  %{name}-binding-glib-common-devel = %{version}-%{release}
 Requires:  glib2-devel
 
 %description binding-glib2-devel
 liboop is a low-level event loop management library.
 
-This package contains the header file needed to write or compile
+This package contains development files needed to write or compile
 programs that use liboop GLib 2.x binding library.
 
 %description binding-glib2-devel -l pl.UTF-8
 liboop jest biblioteką do zarządzania niskopoziomowymi pętlami.
 
-Ten pakiet zawiera plik nagłówkowy potrzebny do kompilowania
+Ten pakiet zawiera pliki programistyczne potrzebne do kompilowania
 programów używających biblioteki wiążącej liboop z GLib 2.x.
 
 %package binding-glib2-static
@@ -413,6 +425,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/liboop-adns.a
 
+%files binding-glib-common-devel
+%defattr(644,root,root,755)
+%{_includedir}/oop-glib.h
+
 %files binding-glib
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/liboop-glib.so.*.*.*
@@ -422,7 +438,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/liboop-glib.so
 %{_libdir}/liboop-glib.la
-%{_includedir}/oop-glib.h
 
 %files binding-glib-static
 %defattr(644,root,root,755)
@@ -437,7 +452,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/liboop-glib2.so
 %{_libdir}/liboop-glib2.la
-%{_includedir}/oop-glib.h
 %{_pkgconfigdir}/liboop-glib2.pc
 
 %files binding-glib2-static


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liboop.git/commitdiff/30eefda8cf640998d74d4ba84809e286c39c8b5f

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


[packages/im-chooser] - new format patch added (even larger)

2013-07-26 Thread qboosh
commit 9e519db3ed163687c64d1794fff39a04a13ce937
Author: Jakub Bogusz 
Date:   Fri Jul 26 17:41:22 2013 +0200

- new format patch added (even larger)

 im-chooser-format.patch | 82 +
 im-chooser.spec |  7 +++--
 2 files changed, 87 insertions(+), 2 deletions(-)
---
diff --git a/im-chooser.spec b/im-chooser.spec
index e7dd205..91035d5 100644
--- a/im-chooser.spec
+++ b/im-chooser.spec
@@ -13,6 +13,7 @@ Group:Applications
 Source0:   
http://fedorahosted.org/releases/i/m/im-chooser/%{name}-%{version}.tar.bz2
 # Source0-md5: fbf6598df98c9992e91aa62b7d33bc1b
 Patch0:%{name}-imchooserui.patch
+Patch1:%{name}-format.patch
 URL:   http://fedorahosted.org/im-chooser/
 BuildRequires: glib2-devel >= 1:2.16.0
 BuildRequires: imsettings-devel >= 1.3.0
@@ -60,10 +61,12 @@ Ten pakiet zawiera aplikację przeznaczoną dla Xfce 4.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
-   --disable-silent-rules
+   --disable-silent-rules \
+   --disable-static
 
 %{__make}
 
@@ -73,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/libimchooseui.{so,la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libimchooseui.{so,la}
 
 %find_lang %{name}
 
diff --git a/im-chooser-format.patch b/im-chooser-format.patch
new file mode 100644
index 000..87619f9
--- /dev/null
+++ b/im-chooser-format.patch
@@ -0,0 +1,82 @@
+--- im-chooser-1.6.4/libimchooseui/eggsmclient-dbus-gnome.c.orig   
2012-11-23 07:17:43.0 +0100
 im-chooser-1.6.4/libimchooseui/eggsmclient-dbus-gnome.c2013-07-26 
17:24:57.550140470 +0200
+@@ -77,7 +77,7 @@ sm_client_gdbus_get_interface_info(void)
+   
 &err);
+ 
+   if (err) {
+-  g_warning(err->message);
++  g_warning("%s", err->message);
+   return NULL;
+   }
+   info = 
g_dbus_interface_info_ref(introspection_data->interfaces[0]);
+@@ -120,7 +120,7 @@ sm_client_dbus_gnome_end_session(EggSMCl
+   if (value)
+   g_variant_unref(value);
+   if (err) {
+-  g_warning(err->message);
++  g_warning("%s", err->message);
+   g_error_free(err);
+ 
+   return FALSE;
+@@ -160,7 +160,7 @@ egg_sm_client_dbus_gnome_new(void)
+ NULL,
+ &err);
+   if (err) {
+-  g_warning(err->message);
++  g_warning("%s", err->message);
+   g_error_free(err);
+   return NULL;
+   }
+--- im-chooser-1.6.4/libimchooseui/eggsmclient-dbus-kde.c.orig 2012-11-23 
07:17:52.0 +0100
 im-chooser-1.6.4/libimchooseui/eggsmclient-dbus-kde.c  2013-07-26 
17:25:23.571293078 +0200
+@@ -77,7 +77,7 @@ sm_client_kdbus_get_interface_info(void)
+   
 &err);
+ 
+   if (err) {
+-  g_warning(err->message);
++  g_warning("%s", err->message);
+   return NULL;
+   }
+   info = 
g_dbus_interface_info_ref(introspection_data->interfaces[0]);
+@@ -112,7 +112,7 @@ sm_client_dbus_kde_end_session(EggSMClie
+   if (value)
+   g_variant_unref(value);
+   if (err) {
+-  g_warning(err->message);
++  g_warning("%s", err->message);
+   g_error_free(err);
+ 
+   return FALSE;
+@@ -152,7 +152,7 @@ egg_sm_client_dbus_kde_new(void)
+ NULL,
+ &err);
+   if (err) {
+-  g_warning(err->message);
++  g_warning("%s", err->message);
+   g_error_free(err);
+   return NULL;
+   }
+--- im-chooser-1.6.4/src/app/main.c.orig   2013-04-12 09:55:59.0 
+0200
 im-chooser-1.6.4/src/app/main.c2013-07-26 17:30:37.898551681 +0200
+@@ -92,7 +92,7 @@ _show_error_cb(IMChooseUI  *ui,
+GTK_DIALOG_MODAL,
+GTK_MESSAGE_ERROR,
+GTK_BUTTONS_OK,
+-   s);
++   "%s", s);
+   logfile = g_build_filename(g_get_user_cache_dir(), "imsettings", "log", 
NULL);
+   m = g_strdup_printf(_("Please check %s for 
more details"),
+   logfile, logfile);
+--- im-chooser-1.6.4/src/xfce/main.c.orig  2012-11-23 07:23:19.0 
+0100
 im-chooser-1.6.4/src/xfce/main.c   2013-07-26 17:32:39.190592588 +0200
+@@ -94,8 +94,8 @@ _show_error_cb(IMChooseUI  *ui,
+  

DISTFILES: libaacs: libaacs-0.6.0.tar.bz2

2013-07-26 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.videolan.org/pub/videolan/libaacs/last/libaacs-0.6.0.tar.bz2
13602038b8257ccddb7363422d19edc1  libaacs-0.6.0.tar.bz2
Size: 331318 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/libaacs] - updated to 0.6.0

2013-07-26 Thread qboosh
commit d3612873b3b6f2e48efbd1110cc180b1616fc762
Author: Jakub Bogusz 
Date:   Fri Jul 26 17:22:17 2013 +0200

- updated to 0.6.0

 libaacs.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libaacs.spec b/libaacs.spec
index 6f9d3ea..9a201df 100644
--- a/libaacs.spec
+++ b/libaacs.spec
@@ -5,12 +5,12 @@
 Summary:   AACS support library for Blu-ray playback
 Summary(pl.UTF-8): Biblioteka obsługi AACS do odtwarzania Blu-ray
 Name:  libaacs
-Version:   0.3.0
+Version:   0.6.0
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
-Source0:   
ftp://ftp.videolan.org/pub/videolan/libaacs/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 442c32e4bd4c2216d4d25fdad12f39e2
+Source0:   
ftp://ftp.videolan.org/pub/videolan/libaacs/last/%{name}-%{version}.tar.bz2
+# Source0-md5: 13602038b8257ccddb7363422d19edc1
 URL:   http://www.videolan.org/developers/libaacs.html
 BuildRequires: libgcrypt-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -77,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc KEYDB.cfg
+%attr(755,root,root) %{_bindir}/aacs_info
 %attr(755,root,root) %{_libdir}/libaacs.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libaacs.so.0
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libaacs.git/commitdiff/d3612873b3b6f2e48efbd1110cc180b1616fc762

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


[packages/ModemManager] - versioned install time dependencies

2013-07-26 Thread qboosh
commit e00e2a468564d719d3d6c198d984608900101ed0
Author: Jakub Bogusz 
Date:   Fri Jul 26 17:17:13 2013 +0200

- versioned install time dependencies

 ModemManager.spec | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ModemManager.spec b/ModemManager.spec
index 77b8a41..c1e896f 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -14,7 +14,7 @@ Source0:  
http://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar
 URL:   http://www.freedesktop.org/wiki/Software/ModemManager
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.9
-BuildRequires: gettext-devel
+BuildRequires: gettext-devel >= 0.17
 BuildRequires: glib2-devel >= 1:2.32.0
 BuildRequires: gtk-doc
 BuildRequires: intltool >= 0.40.0
@@ -25,13 +25,16 @@ BuildRequires:  pkgconfig
 BuildRequires: polkit-devel >= 0.97
 BuildRequires: ppp-plugin-devel >= 3:2.4.5
 BuildRequires: tar >= 1:1.22
-BuildRequires: udev-glib-devel >= 147
+BuildRequires: udev-glib-devel >= 1:147
 BuildRequires: xz
 Requires(post,preun,postun):   systemd-units
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  glib2 >= 1:2.32.0
 Requires:  hicolor-icon-theme
+Requires:  libmbim >= 1.4
+Requires:  libqmi >= 1.4
 Requires:  polkit >= 0.97
+Requires:  udev-glib >= 1:147
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ModemManager.git/commitdiff/e00e2a468564d719d3d6c198d984608900101ed0

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


DISTFILES: live: live.2013.07.16.tar.gz changelog.txt

2013-07-26 Thread qboosh

Files fetched: 2

STORED: http://www.live555.com/liveMedia/public/live.2013.07.16.tar.gz
8b660d11d43c3beac11580e62e3179f8  live.2013.07.16.tar.gz
Size: 577684 bytes
STORED: http://www.live555.com/liveMedia/public/changelog.txt
f221283c8485806f466afe6ef9e1d6d3  changelog.txt
Size: 237342 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/live] - updated to 2013.07.16

2013-07-26 Thread qboosh
commit a12da3b06e9208f76d6f6914b371d278f0a3fc61
Author: Jakub Bogusz 
Date:   Fri Jul 26 17:01:15 2013 +0200

- updated to 2013.07.16

 live.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/live.spec b/live.spec
index a5a48c2..bb0e3b6 100644
--- a/live.spec
+++ b/live.spec
@@ -3,15 +3,15 @@
 Summary:   LIVE555 streaming media server
 Summary(pl.UTF-8): LIVE555 - serwer strumieni multimedialnych
 Name:  live
-Version:   2013.04.06
+Version:   2013.07.16
 Release:   1
 Epoch: 2
 License:   LGPL v2.1+
 Group: Development/Libraries
 Source0:   
http://www.live555.com/liveMedia/public/%{name}.%{version}.tar.gz
-# Source0-md5: 1cd8e5181a1ddd29537cb16ad3cb0138
+# Source0-md5: 8b660d11d43c3beac11580e62e3179f8
 Source1:   http://www.live555.com/liveMedia/public/changelog.txt
-# Source1-md5: e82b56e0fd30b2ccbe1bf9555b107d93
+# Source1-md5: f221283c8485806f466afe6ef9e1d6d3
 Source2:   %{name}-shared.config
 Patch0:%{name}-link.patch
 URL:   http://www.live555.com/liveMedia/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/live.git/commitdiff/a12da3b06e9208f76d6f6914b371d278f0a3fc61

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


DISTFILES: im-chooser: im-chooser-1.6.4.tar.bz2

2013-07-26 Thread qboosh

Files fetched: 1

STORED: http://fedorahosted.org/releases/i/m/im-chooser/im-chooser-1.6.4.tar.bz2
fbf6598df98c9992e91aa62b7d33bc1b  im-chooser-1.6.4.tar.bz2
Size: 521043 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/im-chooser] - updated to 1.6.4 - removed obsolete format-security patch

2013-07-26 Thread qboosh
commit caef38e48050529580ce1f0b86c69468a5a0375b
Author: Jakub Bogusz 
Date:   Fri Jul 26 16:37:36 2013 +0200

- updated to 1.6.4
- removed obsolete format-security patch

 im-chooser-format-security.patch | 84 
 im-chooser.spec  |  7 ++--
 2 files changed, 3 insertions(+), 88 deletions(-)
---
diff --git a/im-chooser.spec b/im-chooser.spec
index b70e053..e7dd205 100644
--- a/im-chooser.spec
+++ b/im-chooser.spec
@@ -6,14 +6,13 @@
 Summary:   Desktop Input Method configuration tool
 Summary(pl.UTF-8): Narzędzie do konfiguracji metod wprowadzania znaków dla 
środowiska graficznego
 Name:  im-chooser
-Version:   1.6.2
+Version:   1.6.4
 Release:   1
 License:   GPL v2
 Group: Applications
 Source0:   
http://fedorahosted.org/releases/i/m/im-chooser/%{name}-%{version}.tar.bz2
-# Source0-md5: 7ca05d1d360303754d6d62cbfa79bd1c
+# Source0-md5: fbf6598df98c9992e91aa62b7d33bc1b
 Patch0:%{name}-imchooserui.patch
-Patch1:%{name}-format-security.patch
 URL:   http://fedorahosted.org/im-chooser/
 BuildRequires: glib2-devel >= 1:2.16.0
 BuildRequires: imsettings-devel >= 1.3.0
@@ -61,7 +60,6 @@ Ten pakiet zawiera aplikację przeznaczoną dla Xfce 4.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
@@ -99,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/imchooseui
 %{_desktopdir}/im-chooser.desktop
 %{_iconsdir}/hicolor/*/apps/im-chooser.png
+%{_mandir}/man1/im-chooser.1*
 
 %if %{with xfce}
 %files xfce
diff --git a/im-chooser-format-security.patch b/im-chooser-format-security.patch
deleted file mode 100644
index 2dbf2d1..000
--- a/im-chooser-format-security.patch
+++ /dev/null
@@ -1,84 +0,0 @@
 im-chooser-1.6.1/libimchooseui/eggsmclient-dbus-gnome.c~   2011-10-07 
12:26:11.0 +0200
-+++ im-chooser-1.6.1/libimchooseui/eggsmclient-dbus-gnome.c2012-11-12 
22:20:30.599358051 +0100
-@@ -77,7 +77,7 @@
-   
 &err);
- 
-   if (err) {
--  g_warning(err->message);
-+  g_warning("%s", err->message);
-   return NULL;
-   }
-   info = 
g_dbus_interface_info_ref(introspection_data->interfaces[0]);
-@@ -120,7 +120,7 @@
-   if (value)
-   g_variant_unref(value);
-   if (err) {
--  g_warning(err->message);
-+  g_warning("%s", err->message);
-   g_error_free(err);
- 
-   return FALSE;
-@@ -160,7 +160,7 @@
- NULL,
- &err);
-   if (err) {
--  g_warning(err->message);
-+  g_warning("%s", err->message);
-   g_error_free(err);
-   return NULL;
-   }
 im-chooser-1.6.1/libimchooseui/eggsmclient-dbus-kde.c~ 2011-10-07 
12:27:58.0 +0200
-+++ im-chooser-1.6.1/libimchooseui/eggsmclient-dbus-kde.c  2012-11-12 
22:21:10.332689583 +0100
-@@ -77,7 +77,7 @@
-   
 &err);
- 
-   if (err) {
--  g_warning(err->message);
-+  g_warning("%s", err->message);
-   return NULL;
-   }
-   info = 
g_dbus_interface_info_ref(introspection_data->interfaces[0]);
-@@ -112,7 +112,7 @@
-   if (value)
-   g_variant_unref(value);
-   if (err) {
--  g_warning(err->message);
-+  g_warning("%s", err->message);
-   g_error_free(err);
- 
-   return FALSE;
-@@ -152,7 +152,7 @@
- NULL,
- &err);
-   if (err) {
--  g_warning(err->message);
-+  g_warning("%s", err->message);
-   g_error_free(err);
-   return NULL;
-   }
 im-chooser-1.6.1/src/app/main.c~   2012-07-12 13:17:55.0 +0200
-+++ im-chooser-1.6.1/src/app/main.c2012-11-12 22:23:24.242685099 +0100
-@@ -92,8 +92,8 @@
-GTK_DIALOG_MODAL,
-GTK_MESSAGE_ERROR,
-GTK_BUTTONS_OK,
--   s);
--  gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG (dlg), 
details);
-+   "%s", s);
-+  gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG (dlg), 
"%s", details);
- 
-   /* for GNOME HIG compliance */
- #if 0
 im-chooser-1.6.1/src/xfce/main.c~  2011-08-01 08:36:02.0 +0200
-+++ im-chooser-1.6.1/src/xfce/main.c   2012-11-12 22:25:32.729347232 +0100
-@@ -94,8 +94,8 @@
-G

[packages/xmobar] - rel 1

2013-07-26 Thread atler
commit aa7039a2812356e024633a8036ae248b4bdfd7a8
Author: Jan Palus 
Date:   Fri Jul 26 16:20:58 2013 +0200

- rel 1

 xmobar.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xmobar.spec b/xmobar.spec
index 3c05b56..460121a 100644
--- a/xmobar.spec
+++ b/xmobar.spec
@@ -9,7 +9,7 @@
 Summary:   Minimalistic, text based, status bar
 Name:  xmobar
 Version:   0.18
-Release:   0.1
+Release:   1
 License:   BSD
 Group: X11/Window Managers
 Source0:   
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xmobar.git/commitdiff/aa7039a2812356e024633a8036ae248b4bdfd7a8

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


[packages/libqmi] - pl, install time glib dependency

2013-07-26 Thread qboosh
commit edccb50c9dd944f6e875312a51df687c809e
Author: Jakub Bogusz 
Date:   Fri Jul 26 16:25:10 2013 +0200

- pl, install time glib dependency

 libqmi.spec | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/libqmi.spec b/libqmi.spec
index 9d9dd32..2280530 100644
--- a/libqmi.spec
+++ b/libqmi.spec
@@ -3,10 +3,11 @@
 %bcond_without apidocs # do not build and package API docs
 #
 Summary:   GLib library for talking to WWAN modems and devices using QMI 
protocol
+Summary(pl.UTF-8): Biblioteka GLib do komunikacji z modemami i 
urządzeniami WWAN z użyciem protokołu QMI
 Name:  libqmi
 Version:   1.4.0
 Release:   1
-License:   LGPL v2
+License:   LGPL v2+
 Group: Libraries
 Source0:   
http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
 # Source0-md5: f8e2c17240c21c7d48d5df4ab04c77e7
@@ -14,14 +15,20 @@ URL:
http://www.freedesktop.org/wiki/Software/libqmi/
 BuildRequires: autoconf >= 2.68
 BuildRequires: automake >= 1:1.11
 BuildRequires: glib2-devel >= 1:2.32.0
+BuildRequires: gtk-doc >= 1.0
 BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig
+Requires:  glib2 >= 1:2.32.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 libqmi is a GLib library for talking to WWAN modems and devices which
 speak the Qualcomm MSM Interface (QMI) protocol.
 
+%description -l pl.UTF-8
+libqmi to biblioteka GLib do komunikacji z modemami i urządzeniami
+WWAN, obsługującymi protokół QMI (Qualcomm MSM Interface).
+
 %package devel
 Summary:   Header files for libqmi library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libqmi


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libqmi.git/commitdiff/edccb50c9dd944f6e875312a51df687c809e

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


[packages/xmobar] - align BR and R

2013-07-26 Thread atler
commit 414944c356d6f2eb94d151ae94632b502794a0d7
Author: Jan Palus 
Date:   Fri Jul 26 16:15:25 2013 +0200

- align BR and R

 xmobar.spec | 9 +
 1 file changed, 9 insertions(+)
---
diff --git a/xmobar.spec b/xmobar.spec
index 27a139b..3c05b56 100644
--- a/xmobar.spec
+++ b/xmobar.spec
@@ -23,6 +23,7 @@ BuildRequires:ghc >= 6.12.3
 %{?with_mpd:BuildRequires: ghc-libmpd >= 0.8}
 BuildRequires: ghc-mtl >= 2.0
 BuildRequires: ghc-parsec >= 3.1
+BuildRequires: ghc-regex-compat
 BuildRequires: ghc-stm >= 2.3
 %{?with_datezone:BuildRequires:ghc-timezone-olson >= 0.1}
 %{?with_datezone:BuildRequires:ghc-timezone-series >= 0.1}
@@ -31,12 +32,20 @@ BuildRequires:  ghc-X11 >= 1.6
 %{?with_xft:BuildRequires: ghc-X11-xft >= 0.2}
 BuildRequires: rpmbuild(macros) >= 1.608
 %requires_eq   ghc
+%{?with_alsa:Requires: ghc-alsa-core >= 0.5}
+%{?with_alsa:Requires: ghc-alsa-mixer >= 0.1}
+%{?with_dbus:Requires: ghc-dbus >= 0.10}
+%{?with_inotify:Requires:  ghc-hinotify >= 0.3}
+%{?with_mpd:Requires:  ghc-libmpd >= 0.8}
 Requires:  ghc-mtl >= 2.0
 Requires:  ghc-parsec >= 3.1
 Requires:  ghc-regex-compat
 Requires:  ghc-stm >= 2.3
+%{?with_datezone:Requires: ghc-timezone-olson >= 0.1}
+%{?with_datezone:Requires: ghc-timezone-series >= 0.1}
 Requires:  ghc-utf8-string
 Requires:  ghc-X11 >= 1.6.1
+%{?with_xft:Requires:  ghc-X11-xft >= 0.2}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # debuginfo is not useful for ghc


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xmobar.git/commitdiff/414944c356d6f2eb94d151ae94632b502794a0d7

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


[packages/ghc-dbus] - rel 1

2013-07-26 Thread atler
commit 7bf5d3f84522343f285c2243bee14e088842c6cd
Author: Jan Palus 
Date:   Fri Jul 26 16:13:36 2013 +0200

- rel 1

 ghc-dbus.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-dbus.spec b/ghc-dbus.spec
index de7c1bb..f5e78cf 100644
--- a/ghc-dbus.spec
+++ b/ghc-dbus.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the dbus graphics library
 Name:  ghc-%{pkgname}
 Version:   0.10.4
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-dbus.git/commitdiff/7bf5d3f84522343f285c2243bee14e088842c6cd

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


[packages/ghc-alsa-mixer] - rel 1

2013-07-26 Thread atler
commit 5dac400bf82fc142e909634fbc131971871fdb38
Author: Jan Palus 
Date:   Fri Jul 26 16:13:15 2013 +0200

- rel 1

 ghc-alsa-mixer.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-alsa-mixer.spec b/ghc-alsa-mixer.spec
index 1ea22d1..f07489a 100644
--- a/ghc-alsa-mixer.spec
+++ b/ghc-alsa-mixer.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the alsa-mixer graphics library
 Name:  ghc-%{pkgname}
 Version:   0.1.2
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-alsa-mixer.git/commitdiff/5dac400bf82fc142e909634fbc131971871fdb38

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


[packages/imsettings] - cleanup, updated runtime libgxim dependency

2013-07-26 Thread qboosh
commit 4dfe74ecd7552c929caf8c0ac4535a6c1fa3cc35
Author: Jakub Bogusz 
Date:   Fri Jul 26 16:09:23 2013 +0200

- cleanup, updated runtime libgxim dependency

 imsettings.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/imsettings.spec b/imsettings.spec
index e0af469..b9c5150 100644
--- a/imsettings.spec
+++ b/imsettings.spec
@@ -10,8 +10,7 @@ Version:  1.6.3
 Release:   1
 License:   LGPL v2+
 Group: Applications/System
-#Source0Download: http://code.google.com/p/imsettings/downloads/list
-Source0:   
https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
+Source0:   
https://bitbucket.org/tagoh/imsettings/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: 1a2253f548f7da6ff1211d01e48a8b98
 Patch0:%{name}-constraint-of-language.patch
 Patch1:%{name}-no-bash.patch
@@ -98,7 +97,7 @@ Summary(pl.UTF-8):Obsługa XIM dla imsettings
 Group: Applications/System
 Requires:  %{name} = %{version}-%{release}
 Requires:  im-chooser
-Requires:  libgxim >= 0.4.0
+Requires:  libgxim >= 0.5.0
 
 %description xim
 IMSettings is a framework that delivers Input Method settings and


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/imsettings.git/commitdiff/4dfe74ecd7552c929caf8c0ac4535a6c1fa3cc35

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


[packages/ghc-libxml-sax] - rel 1

2013-07-26 Thread atler
commit b4af796cf66a0bd11876301bb3bd247e183c35cd
Author: Jan Palus 
Date:   Fri Jul 26 16:02:49 2013 +0200

- rel 1

 ghc-libxml-sax.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-libxml-sax.spec b/ghc-libxml-sax.spec
index 4bc41a5..4dee228 100644
--- a/ghc-libxml-sax.spec
+++ b/ghc-libxml-sax.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the libxml-sax graphics library
 Name:  ghc-%{pkgname}
 Version:   0.7.3
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-libxml-sax.git/commitdiff/b4af796cf66a0bd11876301bb3bd247e183c35cd

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


[packages/ghc-c2hs] - rel 1

2013-07-26 Thread atler
commit e64fafdaaf24fd2118de59c34719a97af99ffa18
Author: Jan Palus 
Date:   Fri Jul 26 16:03:05 2013 +0200

- rel 1

 ghc-c2hs.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-c2hs.spec b/ghc-c2hs.spec
index 31ebef1..b647a5b 100644
--- a/ghc-c2hs.spec
+++ b/ghc-c2hs.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the c2hs graphics library
 Name:  ghc-%{pkgname}
 Version:   0.16.4
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-c2hs.git/commitdiff/e64fafdaaf24fd2118de59c34719a97af99ffa18

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


[packages/ghc-timezone-olson] - rel 1

2013-07-26 Thread atler
commit d5388bfa810e31a4c289f4613ef6f138748259df
Author: Jan Palus 
Date:   Fri Jul 26 16:02:31 2013 +0200

- rel 1

 ghc-timezone-olson.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-timezone-olson.spec b/ghc-timezone-olson.spec
index fa5a5e7..d08cf91 100644
--- a/ghc-timezone-olson.spec
+++ b/ghc-timezone-olson.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the timezone-olson graphics library
 Name:  ghc-%{pkgname}
 Version:   0.1.2
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-timezone-olson.git/commitdiff/d5388bfa810e31a4c289f4613ef6f138748259df

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


[packages/libmbim] - pl, install time dependencies

2013-07-26 Thread qboosh
commit a88dd25203aaae3535c44642c00dda3126770269
Author: Jakub Bogusz 
Date:   Fri Jul 26 15:59:29 2013 +0200

- pl, install time dependencies

 libmbim.spec | 8 
 1 file changed, 8 insertions(+)
---
diff --git a/libmbim.spec b/libmbim.spec
index df38dd2..f2a1105 100644
--- a/libmbim.spec
+++ b/libmbim.spec
@@ -3,6 +3,7 @@
 %bcond_without apidocs # do not build and package API docs
 #
 Summary:   GLib library for talking to WWAN modems and devices using MBIM 
protocol
+Summary(pl.UTF-8): Biblioteka GLib do komunikacji z modemami i 
urządzeniami WWAN z użyciem protokołu MBIM
 Name:  libmbim
 Version:   1.4.0
 Release:   1
@@ -18,12 +19,18 @@ BuildRequires:  gtk-doc
 BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: udev-glib-devel >= 147
+Requires:  glib2 >= 1:2.32.0
+Requires:  udev-glib >= 147
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 libmbim is a GLib library for talking to WWAN modems and devices which
 speak the Mobile Interface Broadband Model (MBIM) protocol.
 
+%description -l pl.UTF-8
+libmbim to biblioteka GLib do komunikacji z modemami i urządzeniami
+WWAN, obsługującymi protokół MBIM (Mobile Interface Broadband Model).
+
 %package devel
 Summary:   Header files for libmbim library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libmbim
@@ -72,6 +79,7 @@ Dokumentacja API biblioteki libmbim.
 %{__automake}
 %configure \
%{__enable_disable apidocs gtk-doc} \
+   --disable-silent-rules \
--with-html-dir=%{_gtkdocdir}
 %{__make}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libmbim.git/commitdiff/a88dd25203aaae3535c44642c00dda3126770269

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


[packages/ghc-timezone-series] - rel 1

2013-07-26 Thread atler
commit 658af7f8b434c5591841bd5b4f81c8c18fa39e12
Author: Jan Palus 
Date:   Fri Jul 26 15:52:41 2013 +0200

- rel 1

 ghc-timezone-series.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-timezone-series.spec b/ghc-timezone-series.spec
index 2fd9a7b..8802921 100644
--- a/ghc-timezone-series.spec
+++ b/ghc-timezone-series.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the timezone-series graphics library
 Name:  ghc-%{pkgname}
 Version:   0.1.2
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-timezone-series.git/commitdiff/658af7f8b434c5591841bd5b4f81c8c18fa39e12

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


[packages/ghc-cereal] - rel 1

2013-07-26 Thread atler
commit 53cc3287f7ce43112bbe854f173446a12b7b5abd
Author: Jan Palus 
Date:   Fri Jul 26 15:52:23 2013 +0200

- rel 1

 ghc-cereal.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-cereal.spec b/ghc-cereal.spec
index 8323690..b13d2bc 100644
--- a/ghc-cereal.spec
+++ b/ghc-cereal.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the cereal graphics library
 Name:  ghc-%{pkgname}
 Version:   0.3.5.2
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-cereal.git/commitdiff/53cc3287f7ce43112bbe854f173446a12b7b5abd

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


[packages/ghc-xml-types] - rel 1

2013-07-26 Thread atler
commit 743bc965c26726c29894a66508c477c0a2d9153a
Author: Jan Palus 
Date:   Fri Jul 26 15:52:09 2013 +0200

- rel 1

 ghc-xml-types.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-xml-types.spec b/ghc-xml-types.spec
index 6b7685e..ceb6375 100644
--- a/ghc-xml-types.spec
+++ b/ghc-xml-types.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the xml-types graphics library
 Name:  ghc-%{pkgname}
 Version:   0.3.3
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-xml-types.git/commitdiff/743bc965c26726c29894a66508c477c0a2d9153a

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


[packages/ghc-alsa-core] - rel 1

2013-07-26 Thread atler
commit ce054d04562fb569925abd9338359e1b264ff4f2
Author: Jan Palus 
Date:   Fri Jul 26 15:51:49 2013 +0200

- rel 1

 ghc-alsa-core.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-alsa-core.spec b/ghc-alsa-core.spec
index 0a3dc3f..6621a5d 100644
--- a/ghc-alsa-core.spec
+++ b/ghc-alsa-core.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the alsa-core graphics library
 Name:  ghc-%{pkgname}
 Version:   0.5.0.1
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-alsa-core.git/commitdiff/ce054d04562fb569925abd9338359e1b264ff4f2

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


[packages/ghc-libmpd] - rel 1

2013-07-26 Thread atler
commit 24d12c7da8c2b6f1ff0ad1087a4ac00c11f3996e
Author: Jan Palus 
Date:   Fri Jul 26 15:51:12 2013 +0200

- rel 1

 ghc-libmpd.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-libmpd.spec b/ghc-libmpd.spec
index 2dbd14e..8a9c5a5 100644
--- a/ghc-libmpd.spec
+++ b/ghc-libmpd.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the libmpd graphics library
 Name:  ghc-%{pkgname}
 Version:   0.8.0.2
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-libmpd.git/commitdiff/24d12c7da8c2b6f1ff0ad1087a4ac00c11f3996e

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


[packages/ghc-X11-xft] - rel 1

2013-07-26 Thread atler
commit a5b4ab7f8c58110d6b49f1130eed3a98199ac32e
Author: Jan Palus 
Date:   Fri Jul 26 15:51:27 2013 +0200

- rel 1

 ghc-X11-xft.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-X11-xft.spec b/ghc-X11-xft.spec
index 7f41bae..0196b5a 100644
--- a/ghc-X11-xft.spec
+++ b/ghc-X11-xft.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the X11-xft graphics library
 Name:  ghc-%{pkgname}
 Version:   0.3.1
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-X11-xft.git/commitdiff/a5b4ab7f8c58110d6b49f1130eed3a98199ac32e

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


[packages/ghc-language-c] - rel 1

2013-07-26 Thread atler
commit 503e61cbb1b5cfedec180de147de1ca536acabaf
Author: Jan Palus 
Date:   Fri Jul 26 15:50:54 2013 +0200

- rel 1

 ghc-language-c.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-language-c.spec b/ghc-language-c.spec
index 424a963..db6eae0 100644
--- a/ghc-language-c.spec
+++ b/ghc-language-c.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the language-c graphics library
 Name:  ghc-%{pkgname}
 Version:   0.3.2.1
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-language-c.git/commitdiff/503e61cbb1b5cfedec180de147de1ca536acabaf

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


[packages/xmonad-utils] - rel 1

2013-07-26 Thread atler
commit 7a63cc38cba5b2b1c36ad9f0f83764eaee680315
Author: Jan Palus 
Date:   Fri Jul 26 15:15:47 2013 +0200

- rel 1

 xmonad-utils.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xmonad-utils.spec b/xmonad-utils.spec
index 1ab5ad4..8ef62bf 100644
--- a/xmonad-utils.spec
+++ b/xmonad-utils.spec
@@ -1,7 +1,7 @@
 Summary:   A small collection of X utilities useful when running XMonad
 Name:  xmonad-utils
 Version:   0.1.3.2.1
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xmonad-utils.git/commitdiff/7a63cc38cba5b2b1c36ad9f0f83764eaee680315

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


[packages/xmonad] - rel 1

2013-07-26 Thread atler
commit e2b8a2820b4b3a0d63b42e0015416b0d8afb
Author: Jan Palus 
Date:   Fri Jul 26 15:00:50 2013 +0200

- rel 1

 xmonad.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xmonad.spec b/xmonad.spec
index ab68ec3..9e87d8c 100644
--- a/xmonad.spec
+++ b/xmonad.spec
@@ -1,7 +1,7 @@
 Summary:   Tiling window manager
 Name:  xmonad
 Version:   0.11
-Release:   0.1
+Release:   1
 License:   BSD
 Group: X11/Window Managers
 Source0:   
http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xmonad.git/commitdiff/e2b8a2820b4b3a0d63b42e0015416b0d8afb

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


[packages/ghc-X11] - rel 1

2013-07-26 Thread atler
commit 4d5567f928e7dd53949582dfd3297269aac853dc
Author: Jan Palus 
Date:   Fri Jul 26 14:54:13 2013 +0200

- rel 1

 ghc-X11.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-X11.spec b/ghc-X11.spec
index b3d5327..f2517c4 100644
--- a/ghc-X11.spec
+++ b/ghc-X11.spec
@@ -2,7 +2,7 @@
 Summary:   A Haskell binding to the X11 graphics library
 Name:  ghc-%{pkgname}
 Version:   1.6.1.1
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-X11.git/commitdiff/4d5567f928e7dd53949582dfd3297269aac853dc

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


[packages/libreoffice] - fixed files packaged twice

2013-07-26 Thread baggins
commit ceb01fada379073b2731ee95e9881c94dd1f1e50
Author: Jan Rękorajski 
Date:   Fri Jul 26 14:52:17 2013 +0200

- fixed files packaged twice

 libreoffice.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 20be3bd..96af4e3 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -3334,6 +3334,7 @@ fi
 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/dbtdata
 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/scalc
 %{_libdir}/%{name}/share/config/soffice.cfg/modules/schart
+%exclude %{_libdir}/%{name}/share/config/soffice.cfg/modules/schart/ui/res/*
 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/sdraw
 %dir %{_libdir}/%{name}/share/config/soffice.cfg/modules/sglobal
 %{_libdir}/%{name}/share/config/soffice.cfg/modules/sglobal/menubar


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/ceb01fada379073b2731ee95e9881c94dd1f1e50

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


[packages/ghc-data-default] - rel 1

2013-07-26 Thread atler
commit a13990321b798c7267cd45d66acaf20c83d4f256
Author: Jan Palus 
Date:   Fri Jul 26 14:47:10 2013 +0200

- rel 1

 ghc-data-default.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-data-default.spec b/ghc-data-default.spec
index 2cab110..c32b6c6 100644
--- a/ghc-data-default.spec
+++ b/ghc-data-default.spec
@@ -2,7 +2,7 @@
 Summary:   A class for types with a default value
 Name:  ghc-%{pkgname}
 Version:   0.5.1
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-data-default.git/commitdiff/a13990321b798c7267cd45d66acaf20c83d4f256

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


[packages/ghc-dlist] - rel 1

2013-07-26 Thread atler
commit d3c7381ea378cb9c1e9ebabd3cacb8c2ce61676c
Author: Jan Palus 
Date:   Fri Jul 26 14:40:39 2013 +0200

- rel 1

 ghc-dlist.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ghc-dlist.spec b/ghc-dlist.spec
index 1c38cce..a6d5325 100644
--- a/ghc-dlist.spec
+++ b/ghc-dlist.spec
@@ -2,7 +2,7 @@
 Summary:   Differences lists
 Name:  ghc-%{pkgname}
 Version:   0.5
-Release:   0.1
+Release:   1
 License:   BSD
 Group: Development/Languages
 Source0:   
http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-dlist.git/commitdiff/d3c7381ea378cb9c1e9ebabd3cacb8c2ce61676c

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


[packages/libreoffice] - md5sum is needed in systemactions.pm

2013-07-26 Thread arekm
commit e913346ac8e1b7bd7cb1166c4cb04e898839a2b6
Author: Arkadiusz Miśkiewicz 
Date:   Fri Jul 26 13:28:11 2013 +0200

- md5sum is needed in systemactions.pm

 libreoffice-md5.patch | 20 
 libreoffice.spec  |  2 ++
 2 files changed, 22 insertions(+)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index e07e73a..20be3bd 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -78,6 +78,7 @@ Source25: 
http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xs
 
 Patch0:%{name}-hamcrest.patch
 Patch1:%{name}-mdds.patch
+Patch2:%{name}-md5.patch
 URL:   http://www.documentfoundation.org/
 BuildRequires: /usr/bin/getopt
 BuildRequires: GConf2-devel
@@ -2532,6 +2533,7 @@ bashowe uzupełnianie nazw dla LibreOffice.
 
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 for dir in *-%{version}; do
[ -f $dir/ChangeLog ] && mv $dir/ChangeLog ChangeLog-$dir
diff --git a/libreoffice-md5.patch b/libreoffice-md5.patch
new file mode 100644
index 000..f248868
--- /dev/null
+++ b/libreoffice-md5.patch
@@ -0,0 +1,20 @@
+--- libreoffice-4.1.0.4/configure.ac~  2013-07-26 08:27:33.0 +0200
 libreoffice-4.1.0.4/configure.ac   2013-07-26 13:22:18.812129639 +0200
+@@ -11308,6 +11308,8 @@
+ AC_MSG_ERROR([neither wget nor curl found!])
+ fi
+ 
++fi
++
+ for i in md5 md5sum /usr/local/bin/md5sum gmd5sum /usr/sfw/bin/md5sum 
/opt/sfw/bin/gmd5sum /opt/local/bin/md5sum; do
+ if test "$i" = "md5"; then
+ eval "$i -x" > /dev/null 2>&1
+@@ -11333,8 +11335,6 @@
+ AC_MSG_ERROR([no md5sum: found!])
+ fi
+ 
+-fi
+-
+ AC_SUBST(WGET)
+ AC_SUBST(CURL)
+ AC_SUBST(MD5SUM)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/e913346ac8e1b7bd7cb1166c4cb04e898839a2b6

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


[packages/squidview] Rel 3. Fixed binary privs, so regular users being in group squid, could exacute binary.

2013-07-26 Thread matkor
commit e56e1105bc2c8148f9581ac6b5bd93b0d6de14be
Author: Mateusz Korniak 
Date:   Fri Jul 26 12:35:22 2013 +0200

Rel 3. Fixed binary privs, so regular users being in group squid, could 
exacute binary.

 squidview.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/squidview.spec b/squidview.spec
index 9778adf..c071d5d 100644
--- a/squidview.spec
+++ b/squidview.spec
@@ -2,7 +2,7 @@ Summary:A console program to nicely view squid's log
 Summary(pl.UTF-8): Konsolowy program pozwalający oglądać logi squida
 Name:  squidview
 Version:   0.79
-Release:   2
+Release:   3
 License:   GPL v2
 Group: Applications/System
 Source0:   http://www.rillion.net/squidview/%{name}-%{version}.tar.gz
@@ -54,5 +54,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc BUGS ChangeLog HOWTO README users words aliases
-%attr(754,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/squidview
 %{_mandir}/man1/*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/squidview.git/commitdiff/e56e1105bc2c8148f9581ac6b5bd93b0d6de14be

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


[packages/libreoffice] - removed non-existing files

2013-07-26 Thread baggins
commit 7348abe06418ec68764305f0fe31ee47b0da32c8
Author: Jan Rękorajski 
Date:   Fri Jul 26 12:24:09 2013 +0200

- removed non-existing files

 libreoffice.spec | 91 ++--
 1 file changed, 3 insertions(+), 88 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 9105626..e07e73a 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -2996,12 +2996,6 @@ fi
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/help
 %{_datadir}/%{name}/help/*.xsl
-%dir %{_datadir}/%{name}/help/en
-%{_datadir}/%{name}/help/en/*.html
-%{_datadir}/%{name}/help/en/*.css
-%{_datadir}/%{name}/help/en/sbasic.*
-%{_datadir}/%{name}/help/en/schart.*
-%{_datadir}/%{name}/help/en/shared.*
 
 %dir %{_libdir}/%{name}/presets
 %dir %{_libdir}/%{name}/presets/autotext
@@ -3015,26 +3009,10 @@ fi
 %{_libdir}/%{name}/presets/psprint
 
 %dir %{_libdir}/%{name}/program
-%attr(755,root,root) %{_libdir}/%{name}/program/basprov*.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/cairocanvas.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/canvasfactory.uno.so
 %attr(755,root,root) %{_libdir}/%{name}/program/cde-open-url
-%attr(755,root,root) %{_libdir}/%{name}/program/cmdmail.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/configmgr.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/desktopbe1.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/dlgprov*.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/expwrap.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/fastsax.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/fpicker.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/fps_office.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/fsstorage.uno.so
 %attr(755,root,root) %{_libdir}/%{name}/program/gengal
 %attr(755,root,root) %{_libdir}/%{name}/program/gengal.bin
-%attr(755,root,root) %{_libdir}/%{name}/program/hatchwindowfactory.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/i18npool.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/i18nsearch.uno.so
 %attr(755,root,root) %{_libdir}/%{name}/program/java-set-classpath
-%attr(755,root,root) %{_libdir}/%{name}/program/ldapbe2.uno.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libacclo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libavmediagst*.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libavmedialo.so
@@ -3047,7 +3025,6 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/program/libchartcontrollerlo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libchartcorelo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libcollator_data.so
-%attr(755,root,root) %{_libdir}/%{name}/program/libcomphelpgcc3.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libcppcanvaslo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libctllo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libcuilo.so
@@ -3096,9 +3073,6 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/program/libhelplinkerlo.so
 %{!?with_system_hunspell:%attr(755,root,root) 
%{_libdir}/%{name}/program/libhunspell.so}
 %attr(755,root,root) %{_libdir}/%{name}/program/libhyphenlo.so
-%attr(755,root,root) %{_libdir}/%{name}/program/libi18nisolang1gcc3.so
-#%attr(755,root,root) %{_libdir}/%{name}/program/libi18nregexplo.so
-%attr(755,root,root) %{_libdir}/%{name}/program/libi18nutilgcc3.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libicdlo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libicglo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libidxlo.so
@@ -3148,7 +3122,6 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/program/libsdfiltlo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libsdlo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libsduilo.so
-%attr(755,root,root) %{_libdir}/%{name}/program/losessioninstall.uno.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libsfxlo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libsofficeapp.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libsotlo.so
@@ -3170,7 +3143,6 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/program/libtllo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libtvhlp1.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libucb1.so
-%attr(755,root,root) %{_libdir}/%{name}/program/libucbhelper4gcc3.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libucpchelp1.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libucpdav1.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libucpfile1.so
@@ -3202,35 +3174,18 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/program/libxsltdlglo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libxsltfilterlo.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libxstor.so
-%attr(755,root,root) %{_libdir}/%{name}/program/localebe1.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/mtfrenderer.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/migrationoo2.uno.so
-%attr(755,root,root) %{_libdir}/%{name}/program/migrationoo3.uno.so
-%attr(755,root,root

[packages/libreoffice] - fixed install - started updating files

2013-07-26 Thread baggins
commit 8865dd1a42fc12367b7f6c096d837af57b0f4b90
Author: Jan Rękorajski 
Date:   Fri Jul 26 12:01:26 2013 +0200

- fixed install
- started updating files

 libreoffice.spec | 7 ---
 1 file changed, 7 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 3357c5c..9105626 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -2781,10 +2781,6 @@ if [ ! -f installed.stamp ]; then
ln -s lo$a $RPM_BUILD_ROOT%{_bindir}/oo$a
done
 
-   # remove printeradmin .desktop file and icons
-   %{__rm} 
$RPM_BUILD_ROOT%{_iconsdir}/hicolor/*/apps/libreoffice-printeradmin.png \
-   $RPM_BUILD_ROOT%{_desktopdir}/libreoffice-printeradmin.desktop
-
touch installed.stamp
 fi
 
@@ -3526,17 +3522,14 @@ fi
 %files libs-kde
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/program/kde-open-url
-%attr(755,root,root) %{_libdir}/%{name}/program/kde4be1.uno.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_kde4*.so
 %endif
 
 %files libs-gtk
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/program/gconfbe1.uno.so
 %attr(755,root,root) %{_libdir}/%{name}/program/gnome-open-url
 %attr(755,root,root) %{_libdir}/%{name}/program/gnome-open-url.bin
 %attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_gtk*.so
-%attr(755,root,root) %{_libdir}/%{name}/program/ucpgio1.uno.so
 %{_libdir}/%{name}/share/registry/gnome.xcd
 
 %files base


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/8865dd1a42fc12367b7f6c096d837af57b0f4b90

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


DISTFILES: gnome-control-center: gnome-control-center-3.8.4.1.tar.xz

2013-07-26 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/3.8/gnome-control-center-3.8.4.1.tar.xz
616b177a202dc9317e2394f68f54364b  gnome-control-center-3.8.4.1.tar.xz
Size: 6707796 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/gnome-control-center] Update to 3.8.4.1

2013-07-26 Thread megabajt
commit d78b263e19b692053be2a4e7781ec03dd91a3f6a
Author: Marcin Banasiak 
Date:   Fri Jul 26 11:25:50 2013 +0200

Update to 3.8.4.1

 gnome-control-center.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-control-center.spec b/gnome-control-center.spec
index 2d28107..df7052b 100644
--- a/gnome-control-center.spec
+++ b/gnome-control-center.spec
@@ -9,16 +9,16 @@ Summary(pt_BR.UTF-8): O Centro de Controle do GNOME
 Summary(ru.UTF-8): Центр управления GNOME
 Summary(uk.UTF-8): Центр керування GNOME
 Name:  gnome-control-center
-Version:   3.8.3
+Version:   3.8.4.1
 Release:   1
 Epoch: 1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/3.8/%{name}-%{version}.tar.xz
-# Source0-md5: 0c8bc498c012e247894486b09838a34a
+# Source0-md5: 616b177a202dc9317e2394f68f54364b
 Patch0:krb5.patch
 URL:   http://www.gnome.org/
-#BuildRequires:ModemManager-devel >= 0.7
+BuildRequires: ModemManager-devel >= 1.0.0
 # use libnm-gtk - will use correct NM version
 BuildRequires: NetworkManager-gtk-lib-devel >= 0.9.8
 BuildRequires: OpenGL-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-control-center.git/commitdiff/d78b263e19b692053be2a4e7781ec03dd91a3f6a

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


[packages/NetworkManager-applet] Release 2 (rebuild with ModemManager 1.0)

2013-07-26 Thread megabajt
commit 022e95d0a6ad0e4d11a63cab1f042b8b1769672f
Author: Marcin Banasiak 
Date:   Fri Jul 26 11:14:41 2013 +0200

Release 2 (rebuild with ModemManager 1.0)

 NetworkManager-applet.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/NetworkManager-applet.spec b/NetworkManager-applet.spec
index b32a993..644cf7d 100644
--- a/NetworkManager-applet.spec
+++ b/NetworkManager-applet.spec
@@ -9,13 +9,14 @@ Summary:  Network Manager for GNOME
 Summary(pl.UTF-8): Zarządca sieci dla GNOME
 Name:  NetworkManager-applet
 Version:   0.9.8.2
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.9/network-manager-applet-%{version}.tar.xz
 # Source0-md5: 1dbece6519f32aa43a746abd96181aa0
 URL:   http://projects.gnome.org/NetworkManager/
 BuildRequires: GConf2-devel >= 2.20.0
+BuildRequires: ModemManager-devel >= 1.0.0
 BuildRequires: NetworkManager-devel >= %{nmversion}
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.10


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/NetworkManager-applet.git/commitdiff/022e95d0a6ad0e4d11a63cab1f042b8b1769672f

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


[packages/NetworkManager] Release 2 (rebuild with ModemManager 1.0)

2013-07-26 Thread megabajt
commit 58c794b8c89e38b98404a4f901b99178de7ed98b
Author: Marcin Banasiak 
Date:   Fri Jul 26 11:12:54 2013 +0200

Release 2 (rebuild with ModemManager 1.0)

 NetworkManager.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/NetworkManager.spec b/NetworkManager.spec
index 0e080cd..3c68c66 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -8,7 +8,7 @@ Summary:Network Manager for GNOME
 Summary(pl.UTF-8): Zarządca sieci dla GNOME
 Name:  NetworkManager
 Version:   0.9.8.2
-Release:   1
+Release:   2
 Epoch: 2
 License:   GPL v2+
 Group: Networking/Admin
@@ -22,6 +22,7 @@ Patch0:   ifcfg-path.patch
 Patch1:systemd-fallback.patch
 Patch2:llh340.patch
 URL:   http://projects.gnome.org/NetworkManager/
+BuildRequires: ModemManager-devel >= 1.0.0
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
 BuildRequires: dbus-devel >= 1.1.0
@@ -68,7 +69,7 @@ Requires: libsoup >= 2.26.0
 Requires:  rc-scripts >= 0.4.3.0
 Requires:  systemd-units >= 38
 Requires:  wpa_supplicant >= 0.7.3-4
-Suggests:  ModemManager
+Suggests:  ModemManager >= 1.0.0
 Suggests:  mobile-broadband-provider-info
 Obsoletes: NetworkManager-systemd
 Obsoletes: dhcdbd < 3.0-1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/NetworkManager.git/commitdiff/58c794b8c89e38b98404a4f901b99178de7ed98b

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


DISTFILES: ModemManager: ModemManager-1.0.0.tar.xz

2013-07-26 Thread megabajt

Files fetched: 1

STORED: 
http://www.freedesktop.org/software/ModemManager/ModemManager-1.0.0.tar.xz
bb59fda111d8e1038b02ed7e57efe83a  ModemManager-1.0.0.tar.xz
Size: 1141504 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/ModemManager] Update to 1.0.0

2013-07-26 Thread megabajt
commit c5ed0433a15b900adedffe16de19c52005284e5c
Author: Marcin Banasiak 
Date:   Fri Jul 26 11:05:49 2013 +0200

Update to 1.0.0

 ModemManager.spec | 146 ++
 1 file changed, 104 insertions(+), 42 deletions(-)
---
diff --git a/ModemManager.spec b/ModemManager.spec
index 6fe35f2..77b8a41 100644
--- a/ModemManager.spec
+++ b/ModemManager.spec
@@ -1,30 +1,37 @@
+#
+# Conditional build:
+%bcond_without apidocs # don't build API documentation
+#
 Summary:   Mobile broadband modem management service
 Summary(pl.UTF-8): Usługa zarządzająca szerokopasmowymi modemami 
komórkowymi
 Name:  ModemManager
-Version:   0.6.2.0
+Version:   1.0.0
 Release:   1
 License:   GPL v2+
 Group: Networking
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/ModemManager/0.6/%{name}-%{version}.tar.xz
-# Source0-md5: 29f97defbf9429f648c888a42732a955
-URL:   http://www.gnome.org/projects/NetworkManager/
-BuildRequires: autoconf >= 2.60
+Source0:   
http://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz
+# Source0-md5: bb59fda111d8e1038b02ed7e57efe83a
+URL:   http://www.freedesktop.org/wiki/Software/ModemManager
+BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.9
-BuildRequires: dbus-glib-devel >= 0.86
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.18
-BuildRequires: intltool >= 0.35.0
+BuildRequires: glib2-devel >= 1:2.32.0
+BuildRequires: gtk-doc
+BuildRequires: intltool >= 0.40.0
+BuildRequires: libmbim-devel >= 1.4
+BuildRequires: libqmi-devel >= 1.4
 BuildRequires: libtool >= 2:2.2
 BuildRequires: pkgconfig
-BuildRequires: polkit-devel >= 0.95
+BuildRequires: polkit-devel >= 0.97
 BuildRequires: ppp-plugin-devel >= 3:2.4.5
 BuildRequires: tar >= 1:1.22
-BuildRequires: udev-glib-devel
+BuildRequires: udev-glib-devel >= 147
 BuildRequires: xz
-Requires:  dbus-glib >= 0.86
-Requires:  glib2 >= 1:2.18
+Requires(post,preun,postun):   systemd-units
+Requires:  %{name}-libs = %{version}-%{release}
+Requires:  glib2 >= 1:2.32.0
 Requires:  hicolor-icon-theme
-Requires:  polkit >= 0.95
+Requires:  polkit >= 0.97
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -35,11 +42,25 @@ different modems, including mobile broadband (3G) devices.
 Usługa ModemManager zapewnia spójne API do obsługi wielu różnych
 modemów, w tym szerokopasmowych modemów komórkowych (3G).
 
+%package libs
+Summary:   Library to control and monitor the ModemManager
+Summary(pl.UTF-8): Biblioteka do sterowania i monitorowania ModemManagera
+Group: Libraries
+Requires:  glib2 >= 1:2.32.0
+
+%description libs
+This package provides library to control and monitor the ModemManager.
+
+%description libs -l pl.UTF-8
+Ten pakiet dostarcza bibliotekę do sterowania i monitorowania
+ModemManagera.
+
 %package devel
 Summary:   Header file defining ModemManager D-Bus interface
 Summary(pl.UTF-8): Plik nagłówkowy opisujący interfejs D-Bus ModemManagera
 Group: Development/Libraries
-# doesn't require base
+Requires:  %{name}-libs = %{version}-%{release}
+Requires:  glib2-devel >= 1:2.32.0
 
 %description devel
 Header file defining ModemManager D-Bus interface.
@@ -47,6 +68,18 @@ Header file defining ModemManager D-Bus interface.
 %description devel -l pl.UTF-8
 Plik nagłówkowy opisujący interfejs D-Bus ModemManagera.
 
+%package apidocs
+Summary:   API documentation for ModemManager
+Summary(pl.UTF-8): Dokumentacja API ModemManagera
+Group: Documentation
+Requires:  gtk-doc-common
+
+%description apidocs
+API documentation for ModemManager.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki ModemManagera.
+
 %prep
 %setup -q
 
@@ -57,11 +90,12 @@ Plik nagłówkowy opisujący interfejs D-Bus ModemManagera.
 %{__autoheader}
 %{__automake}
 %configure \
+   %{__enable_disable apidocs gtk-doc} \
--disable-silent-rules \
--disable-static \
--enable-more-warnings \
-   --with-polkit \
-   --with-pppd-plugin-dir=%{_libdir}/pppd/plugins
+   --with-html-dir=%{_gtkdocdir} \
+   --with-polkit
 %{__make}
 
 %install
@@ -70,23 +104,33 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/pppd/plugins/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
 %update_icon_cache hicolor
+%systemd_service_enable ModemManager.service
+
+%preun
+%systemd_preun ModemManager.service
 
 %postun
 %update_icon_cache hicolor
+%systemd_reload
+
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_sbindir}/modem-manager
+%attr(755,root,root) %{_bindir}/mmcli
+%attr(755,root,root) %{_sbindir}/ModemManager
 %dir %

DISTFILES: pacemaker: Pacemaker-1.1.10.tar.gz

2013-07-26 Thread jajcus

Files fetched: 1

STORED: https://github.com/ClusterLabs/pacemaker/archive/Pacemaker-1.1.10.tar.gz
532ec5d62b9437204a9f18fa3d5a89fc  Pacemaker-1.1.10.tar.gz
Size: 10184661 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/pacemaker] Version: 1.1.10

2013-07-26 Thread jajcus
commit 79e2c60246fa7409bfe2c3bcaa6ebec8776f9f7c
Author: Jacek Konieczny 
Date:   Fri Jul 26 09:38:03 2013 +0200

Version: 1.1.10

 pacemaker.spec | 12 
 1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/pacemaker.spec b/pacemaker.spec
index da6e5a4..c34ed61 100644
--- a/pacemaker.spec
+++ b/pacemaker.spec
@@ -4,12 +4,11 @@
 Summary:   The scalable High-Availability cluster resource manager
 Name:  pacemaker
 Version:   1.1.10
-%define_rc 5
-Release:   0.rc%{_rc}.2
+Release:   1
 License:   GPL v2+; LGPL v2.1+
 Group: Applications/System
-Source0:   
https://github.com/ClusterLabs/pacemaker/archive/Pacemaker-%{version}-rc%{_rc}.tar.gz
-# Source0-md5: 77bbeda7fcf5f2431cef920f0d6b7fe8
+Source0:   
https://github.com/ClusterLabs/pacemaker/archive/Pacemaker-%{version}.tar.gz
+# Source0-md5: 532ec5d62b9437204a9f18fa3d5a89fc
 Source1:   %{name}.tmpfiles
 Source2:   %{name}.init
 Source3:   %{name}.service
@@ -125,7 +124,7 @@ Requires:   %{name}-devel = %{version}-%{release}
 Static Pacemaker libraries.
 
 %prep
-%setup -qn pacemaker-Pacemaker-%{version}-rc%{_rc}
+%setup -qn pacemaker-Pacemaker-%{version}
 %patch0 -p1
 %patch1 -p1
 
@@ -213,9 +212,6 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/pengine
 %attr(755,root,root) %{_libdir}/%{name}/stonith-test
 %attr(755,root,root) %{_libdir}/%{name}/stonithd
-%attr(755,root,root) %{_bindir}/ccs2cib
-%attr(755,root,root) %{_bindir}/ccs_flatten
-%attr(755,root,root) %{_bindir}/disable_rgmanager
 %attr(755,root,root) %{_sbindir}/attrd_updater
 %attr(755,root,root) %{_sbindir}/cibadmin
 %attr(755,root,root) %{_sbindir}/crm_attribute


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pacemaker.git/commitdiff/79e2c60246fa7409bfe2c3bcaa6ebec8776f9f7c

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


DISTFILES: rt: rt-4.0.15.tar.gz

2013-07-26 Thread arekm

Files fetched: 1

STORED: http://download.bestpractical.com/pub/rt/release/rt-4.0.15.tar.gz
18355495de07b478e27d8b4aff121ae6  rt-4.0.15.tar.gz
Size: 6827717 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/rt] - up to 4.0.15

2013-07-26 Thread arekm
commit 9222a5af98899468c830ad9d892bf7be28542e7b
Author: Arkadiusz Miśkiewicz 
Date:   Fri Jul 26 10:41:41 2013 +0200

- up to 4.0.15

 rt.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rt.spec b/rt.spec
index 5dbb744..ce52c22 100644
--- a/rt.spec
+++ b/rt.spec
@@ -41,12 +41,12 @@
 Summary:   Request Tracker
 Summary(pl.UTF-8): Request Tracker - system do śledzenia zleceń
 Name:  rt
-Version:   4.0.13
-Release:   2
+Version:   4.0.15
+Release:   1
 License:   GPL v2
 Group: Applications
 Source0:   
http://download.bestpractical.com/pub/rt/release/%{name}-%{version}.tar.gz
-# Source0-md5: 41257c1e1468f1a443796900e70dde7d
+# Source0-md5: 18355495de07b478e27d8b4aff121ae6
 Source1:   %{name}-apache_dir.conf
 Source2:   %{name}-apache_vhost.conf
 Source3:   %{name}-apache.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rt.git/commitdiff/9222a5af98899468c830ad9d892bf7be28542e7b

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


DISTFILES: dlm: dlm-4.0.1.tar.bz2

2013-07-26 Thread jajcus

Files fetched: 1

STORED: https://git.fedorahosted.org/cgit/dlm.git/snapshot/dlm-4.0.1.tar.bz2
3cd0b0830b1f5fcfdc58c83c5c2ca37b  dlm-4.0.1.tar.bz2
Size: 92424 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/dlm] Version: 4.0.1

2013-07-26 Thread jajcus
commit 53779e991f14d935575d21221f9a80af2040f782
Author: Jacek Konieczny 
Date:   Fri Jul 26 10:37:50 2013 +0200

Version: 4.0.1

 dlm-perms.patch | 33 -
 dlm.spec|  8 +++-
 2 files changed, 3 insertions(+), 38 deletions(-)
---
diff --git a/dlm.spec b/dlm.spec
index 89212c2..cab6ac5 100644
--- a/dlm.spec
+++ b/dlm.spec
@@ -4,17 +4,16 @@
 Summary:   General-purpose distributed lock manager
 Summary(pl.UTF-8): Zarządca rozproszonych blokad ogólnego przeznaczenia
 Name:  dlm
-Version:   4.0.0
+Version:   4.0.1
 Release:   1
 License:   LGPL v2.1+, GPL v2
 Group: Libraries
-Source0:   http://people.redhat.com/teigland/%{name}-%{version}.tar.gz
-# Source0-md5: 2db31a9728ede91a202ff6f3e5accf8d
+Source0:   
https://git.fedorahosted.org/cgit/dlm.git/snapshot/%{name}-%{version}.tar.bz2
+# Source0-md5: 3cd0b0830b1f5fcfdc58c83c5c2ca37b
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}.tmpfiles
 Source4:   dlm.conf
-Patch0:%{name}-perms.patch
 URL:   http://sources.redhat.com/cluster/dlm/
 BuildRequires: corosync-devel >= 2.0
 %{?with_dlm_stonith:BuildRequires: pacemaker-devel >= 1.1}
@@ -65,7 +64,6 @@ Pliki nagłówkowe i dokumentacja programisty dla DLM-a.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
diff --git a/dlm-perms.patch b/dlm-perms.patch
deleted file mode 100644
index 26208de..000
--- a/dlm-perms.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From f15a2daed7137481c7161e1447b1796c308c7e08 Mon Sep 17 00:00:00 2001
-From: David Teigland 
-Date: Tue, 06 Nov 2012 21:40:00 +
-Subject: dlm_controld: fix modes for run dir and file
-
-dir should be 775 and file 644
-
-Signed-off-by: David Teigland 

-diff --git a/dlm_controld/main.c b/dlm_controld/main.c
-index 91fbc4f..a68e1b8 100644
 a/dlm_controld/main.c
-+++ b/dlm_controld/main.c
-@@ -1107,7 +1107,7 @@ static int lockfile(const char *dir, const char *name)
-   int fd, rv;
- 
-   old_umask = umask(0022);
--  rv = mkdir(dir, 0777);
-+  rv = mkdir(dir, 0775);
-   if (rv < 0 && errno != EEXIST) {
-   umask(old_umask);
-   return rv;
-@@ -1116,7 +1116,7 @@ static int lockfile(const char *dir, const char *name)
- 
-   snprintf(path, PATH_MAX, "%s/%s", dir, name);
- 
--  fd = open(path, O_CREAT|O_WRONLY|O_CLOEXEC, 0666);
-+  fd = open(path, O_CREAT|O_WRONLY|O_CLOEXEC, 0644);
-   if (fd < 0) {
-   log_error("lockfile open error %s: %s",
- path, strerror(errno));
---
-cgit v0.9.0.3


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dlm.git/commitdiff/53779e991f14d935575d21221f9a80af2040f782

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


[packages/corosync] removing unused patch

2013-07-26 Thread jajcus
commit 4becfe4292fa1a8609d15014ed9bf0a779fb9ea0
Author: Jacek Konieczny 
Date:   Fri Jul 26 10:30:45 2013 +0200

removing unused patch

 corosync-notifyd_service.patch | 13 -
 1 file changed, 13 deletions(-)
---
diff --git a/corosync-notifyd_service.patch b/corosync-notifyd_service.patch
deleted file mode 100644
index 4c79074..000
--- a/corosync-notifyd_service.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/init/corosync-notifyd.service.in 
b/init/corosync-notifyd.service.in
-index 172653c..3eb3ca5 100644
 a/init/corosync-notifyd.service.in
-+++ b/init/corosync-notifyd.service.in
-@@ -4,7 +4,7 @@ Wants=corosync.service
- After=corosync.service
- 
- [Service]
--EnvironmentFile=@SYSCONFIGDIR@/corosync-notifyd
-+EnvironmentFile=/etc/sysconfig/corosync-notifyd
- ExecStart=@SBINDIR@/corosync-notifyd -f $OPTIONS
- Type=simple
- 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/corosync.git/commitdiff/4becfe4292fa1a8609d15014ed9bf0a779fb9ea0

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


DISTFILES: corosync: corosync-2.3.1.tar.gz

2013-07-26 Thread jajcus

Files fetched: 1

STORED: http://corosync.org/download/corosync-2.3.1.tar.gz
d3a76155e05c0a6ec34b2d0ad281fb02  corosync-2.3.1.tar.gz
Size: 964094 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/corosync] Version: 2.3.1

2013-07-26 Thread jajcus
commit 48a0ceaf54eda27311729fae89636b20af3a87f5
Author: Jacek Konieczny 
Date:   Fri Jul 26 09:25:18 2013 +0200

Version: 2.3.1

WARNING: protocol changes (security related) incompatible with
 corosync < 2.3

 corosync.spec | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/corosync.spec b/corosync.spec
index aa385c1..90256fe 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -12,16 +12,15 @@
 Summary:   Corosync - OSI Certified implementation of a complete cluster 
engine
 Summary(pl.UTF-8): Corosync - implementacja silnika klastrowego 
certyfikowana przez OSI
 Name:  corosync
-Version:   2.2.0
-Release:   2
+Version:   2.3.1
+Release:   1
 License:   BSD
 Group: Base
 Source0:   http://corosync.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: 1bdae48c4ec1df653809d3dc04b3d121
+# Source0-md5: d3a76155e05c0a6ec34b2d0ad281fb02
 Source1:   %{name}.init
 Source2:   %{name}-notifyd.init
 Source3:   %{name}-notifyd.sysconfig
-Patch0:%{name}-notifyd_service.patch
 URL:   http://www.corosync.org/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
@@ -118,7 +117,6 @@ This package contains corosync test agents.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/corosync.git/commitdiff/48a0ceaf54eda27311729fae89636b20af3a87f5

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