[packages/epiphany] - updated deps and build system

2018-03-21 Thread baggins
commit fb2f49dbeca231b7eac2f72c773df6c3bd8ed535
Author: Jan Rękorajski 
Date:   Wed Mar 21 20:18:50 2018 +0100

- updated deps and build system

 epiphany.spec | 21 ++---
 1 file changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/epiphany.spec b/epiphany.spec
index 720d1ff..59783a0 100644
--- a/epiphany.spec
+++ b/epiphany.spec
@@ -11,8 +11,6 @@ Source0:  
http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.28/%{name}-%{version}
 # Source0-md5: 3e127d843d3f255f426ab34804f29163
 URL:   http://www.gnome.org/projects/epiphany/
 BuildRequires: appstream-glib-devel
-BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1:1.11
 BuildRequires: avahi-devel >= 0.6.22
 BuildRequires: avahi-gobject-devel >= 0.6.22
 BuildRequires: docbook-dtd412-xml
@@ -25,7 +23,7 @@ BuildRequires:gnome-desktop-devel >= 3.6.0
 BuildRequires: gnome-doc-utils >= 0.12.0
 BuildRequires: gsettings-desktop-schemas-devel
 BuildRequires: gtk+3-devel >= 3.22.0
-BuildRequires: gtk-webkit4-devel >= 2.16.0
+BuildRequires: gtk-webkit4-devel >= 2.19.5
 BuildRequires: iso-codes >= 0.53
 BuildRequires: json-glib-devel >= 1.2.0
 BuildRequires: libicu-devel
@@ -36,6 +34,8 @@ BuildRequires:libtool >= 2:2.2
 BuildRequires: libwnck-devel
 BuildRequires: libxml2-devel >= 1:2.6.28
 BuildRequires: libxslt-devel >= 1.1.20
+BuildRequires: meson
+BuildRequires: ninja
 BuildRequires: nss-devel
 BuildRequires: pkgconfig
 BuildRequires: rpm >= 4.4.9-56
@@ -84,23 +84,14 @@ Epiphany jest przeglądarką WWW opartą na silniku WebKit.
 %setup -q
 
 %build
-%{__libtoolize}
-%{__aclocal} -I m4
-%{__autoheader}
-%{__automake}
-%{__autoconf}
-%configure \
-   --disable-silent-rules \
-   --disable-schemas-compile \
-   --with-distributor-name="PLD Linux"
+%meson build
 
-%{__make}
+%meson_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
+%meson_install -C build
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/{,web-extensions/}*.la
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/epiphany.git/commitdiff/fb2f49dbeca231b7eac2f72c773df6c3bd8ed535

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


[packages/gtk-webkit4] - up to 2.20.0

2018-03-21 Thread baggins
commit 80969aaee71a294f212c71e940e948257491f357
Author: Jan Rękorajski 
Date:   Wed Mar 21 20:18:11 2018 +0100

- up to 2.20.0

 gtk-webkit4.spec | 5 +++--
 x32.patch| 8 +++-
 2 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/gtk-webkit4.spec b/gtk-webkit4.spec
index ca88a10..2674bac 100644
--- a/gtk-webkit4.spec
+++ b/gtk-webkit4.spec
@@ -18,12 +18,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-webkit4
-Version:   2.18.5
+Version:   2.20.0
 Release:   1
 License:   BSD-like
 Group: X11/Libraries
 Source0:   https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
-# Source0-md5: af18c2cfa00cadfd0b4d8db21cab011d
+# Source0-md5: 51cc47345c3ec53802718cd6fc9b746f
 Patch0:x32.patch
 Patch1:%{name}-icu59.patch
 URL:   https://webkitgtk.org/
@@ -81,6 +81,7 @@ BuildRequires:ruby >= 1:1.9
 BuildRequires: ruby-modules >= 1:1.9
 BuildRequires: sqlite3-devel >= 3
 BuildRequires: tar >= 1:1.22
+BuildRequires: woff2-devel
 BuildRequires: xorg-lib-libXcomposite-devel
 BuildRequires: xorg-lib-libXdamage-devel
 BuildRequires: xorg-lib-libXrender-devel
diff --git a/x32.patch b/x32.patch
index 515adde..490f238 100644
--- a/x32.patch
+++ b/x32.patch
@@ -5,7 +5,7 @@ Index: webkitgtk/Source/WTF/wtf/Platform.h
 ===
 --- webkitgtk.orig/Source/WTF/wtf/Platform.h
 +++ webkitgtk/Source/WTF/wtf/Platform.h
-@@ -179,9 +179,13 @@
+@@ -179,7 +179,11 @@
  /* CPU(X86_64) - AMD64 / Intel64 / x86_64 64-bit */
  #if   defined(__x86_64__) \
  || defined(_M_X64)
@@ -13,9 +13,7 @@ Index: webkitgtk/Source/WTF/wtf/Platform.h
 +#define WTF_CPU_X86_64_32 1
 +#else
  #define WTF_CPU_X86_64 1
-+ #endif
++#endif
  #define WTF_CPU_X86_SSE2 1
+ #define WTF_CPU_KNOWN 1
  #endif
- 
- /* CPU(ARM64) - Apple */
- #if defined(__arm64__) && defined(__APPLE__)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/80969aaee71a294f212c71e940e948257491f357

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


[packages/geocode-glib] Update to 3.24.0

2018-03-21 Thread megabajt
commit 1a2ef60dce239731ace8ac0fb7cad61894e91fb1
Author: Marcin Banasiak 
Date:   Wed Mar 21 20:50:55 2018 +0100

Update to 3.24.0

 geocode-glib.spec | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/geocode-glib.spec b/geocode-glib.spec
index 598ad68..c066f26 100644
--- a/geocode-glib.spec
+++ b/geocode-glib.spec
@@ -6,17 +6,17 @@
 Summary:   GLib geocoding library that uses the Yahoo! Place Finder service
 Summary(pl.UTF-8): Biblioteka GLib do geokodowania wykorzystująca serwis 
Yahoo! Place Finder
 Name:  geocode-glib
-Version:   3.20.1
+Version:   3.24.0
 Release:   1
 License:   LGPL v2+
 Group: Libraries
-Source0:   
http://download.gnome.org/sources/geocode-glib/3.20/%{name}-%{version}.tar.xz
-# Source0-md5: 4d9a4c666f525b8ae534be865c8b7681
+Source0:   
http://download.gnome.org/sources/geocode-glib/3.24/%{name}-%{version}.tar.xz
+# Source0-md5: 9defe9329b13cdf44bcc31618c97d66e
 URL:   https://developer.gnome.org/geocode-glib/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
-BuildRequires: gettext-tools >= 0.18
-BuildRequires: glib2-devel >= 1:2.34
+BuildRequires: gettext-tools >= 0.19.6
+BuildRequires: glib2-devel >= 1:2.44
 BuildRequires: gnome-common
 BuildRequires: gobject-introspection-devel >= 0.6.3
 BuildRequires: gtk-doc >= 1.13
@@ -26,7 +26,7 @@ BuildRequires:libtool >= 2:2.2
 BuildRequires: pkgconfig
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
-Requires:  glib2 >= 1:2.34
+Requires:  glib2 >= 1:2.44
 Requires:  json-glib >= 0.99.2
 Requires:  libsoup >= 2.42
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -46,7 +46,7 @@ Summary:  Header files for geocode-glib library
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki geocode-glib
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  glib2-devel >= 1:2.34
+Requires:  glib2-devel >= 1:2.44
 
 %description devel
 Header files for geocode-glib library.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/geocode-glib.git/commitdiff/1a2ef60dce239731ace8ac0fb7cad61894e91fb1

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


[packages/kernel] - 4.15.12

2018-03-21 Thread baggins
commit a20265adce37ad94a48e82967be3d013cee9ddd1
Author: Jan Rękorajski 
Date:   Wed Mar 21 20:48:46 2018 +0100

- 4.15.12

 kernel.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index aff48ad9..9ad576be 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -70,7 +70,7 @@
 
 %definerel 1
 %definebasever 4.15
-%definepostver .11
+%definepostver .12
 
 # define this to '-%{basever}' for longterm branch
 %defineversuffix   %{nil}
@@ -122,7 +122,7 @@ Source0:
https://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
 # Source0-md5: 0d701ac1e2a67d47ce7127432df2c32b
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  664c1c1277e450b7c5423574182cc633
+# Patch0-md5:  265ad39709985710a508a4e7c41de0ff
 %endif
 Source1:   kernel.sysconfig
 


 gitweb:

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

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


DISTFILES: kernel: linux-4.15.tar.xz patch-4.15.12.xz

2018-03-21 Thread baggins
Request by: baggins


Files fetched: 1

ALREADY GOT: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.xz
0d701ac1e2a67d47ce7127432df2c32b  linux-4.15.tar.xz
STORED: https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.12.xz
265ad39709985710a508a4e7c41de0ff  patch-4.15.12.xz
Size: 320452 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/minikube] Created branch master

2018-03-21 Thread glen
The branch 'master' was created.

Summary of new commits:

  4d4b6bb... base spec for minikube, v0.25.0
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/minikube] base spec for minikube, v0.25.0

2018-03-21 Thread glen
commit 4d4b6bb747877ed0dfea155289b64d0a716159ce
Author: Elan Ruusamäe 
Date:   Wed Mar 21 23:31:49 2018 +0200

base spec for minikube, v0.25.0

 minikube.spec | 29 +
 1 file changed, 29 insertions(+)
---
diff --git a/minikube.spec b/minikube.spec
new file mode 100644
index 000..0bdfbc9
--- /dev/null
+++ b/minikube.spec
@@ -0,0 +1,29 @@
+Summary:   Single Node Kubernetes Cluster
+Name:  minikube
+Version:   0.25.0
+Release:   0.1
+License:   Apache v2.0
+Group: Applications/System
+Source0:   
https://github.com/kubernetes/minikube/archive/v%{version}/%{name}-%{version}.tar.gz
+URL:   https://github.com/kubernetes/minikube
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Minikube is a tool that makes it easy to run Kubernetes locally.
+Minikube runs a single-node Kubernetes cluster inside a VM on your
+laptop for users looking to try out Kubernetes or develop with it
+day-to-day.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/minikube.git/commitdiff/4d4b6bb747877ed0dfea155289b64d0a716159ce

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


[packages/php/PHP_5_3] add debug bcond to enable zend debug build, do not enable with rpm debug builds

2018-03-21 Thread glen
commit 9c97d07d745b7577952c8f00099db9cf644a022d
Author: Elan Ruusamäe 
Date:   Wed Mar 21 23:52:57 2018 +0200

add debug bcond to enable zend debug build, do not enable with rpm debug 
builds

 php.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index 19a3946..4f4d1ab 100644
--- a/php.spec
+++ b/php.spec
@@ -38,6 +38,7 @@
 %bcond_withtests   # default off; test process very often hangs on 
builders, approx run time 45m; perform "make test"
 %bcond_withtype_hints  # experimental support for strict typing/casting
 %bcond_withzts # Zend Thread Safety
+%bcond_withdebug   # Zend Debug Build
 # - SAPI
 %bcond_without apache1 # disable building Apache 1.3.x SAPI
 %bcond_without apache2 # disable building Apache 2.x SAPI
@@ -366,7 +367,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %definezipver  1.11.0
 
 %definezend_zts%{!?with_zts:0}%{?with_zts:1}
-%definephp_debug   %{!?debug:0}%{?debug:1}
+%definephp_debug   
%{!?with_debug:0}%{?with_debug:1}
 
 %if %{with gcov}
 %undefine  with_ccache
@@ -2365,7 +2366,7 @@ for sapi in $sapis; do
--with-config-file-scan-dir=%{_sysconfdir}/conf.d \
--with-exec-dir=%{_bindir} \
--with-system-tzdata \
-   --%{!?debug:dis}%{?debug:en}able-debug \
+   --%{!?with_debug:dis}%{?with_debug:en}able-debug \
%{?with_zts:--enable-maintainer-zts} \
--enable-inline-optimization \
--enable-bcmath=shared \


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/9c97d07d745b7577952c8f00099db9cf644a022d

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


[packages/courier-authlib] - enhanced no_la patch: add -rpath to `courierauthconfig --ldflags`; release 3

2018-03-21 Thread qboosh
commit 4fbfa80ba44e6cf24a81d8c62428fefa2002bfe3
Author: Jakub Bogusz 
Date:   Wed Mar 21 21:05:49 2018 +0100

- enhanced no_la patch: add -rpath to `courierauthconfig --ldflags`; 
release 3

 courier-authlib-no_la.patch | 13 +
 courier-authlib.spec|  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/courier-authlib.spec b/courier-authlib.spec
index 8432e9d..a630686 100644
--- a/courier-authlib.spec
+++ b/courier-authlib.spec
@@ -6,7 +6,7 @@ Summary:Courier authentication library
 Summary(pl.UTF-8): Biblioteka uwierzytelniania Couriera
 Name:  courier-authlib
 Version:   0.68.0
-Release:   2
+Release:   3
 License:   GPL v3 with OpenSSL exception
 Group: Networking/Daemons
 Source0:   
http://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
diff --git a/courier-authlib-no_la.patch b/courier-authlib-no_la.patch
index 401778f..921bf12 100644
--- a/courier-authlib-no_la.patch
+++ b/courier-authlib-no_la.patch
@@ -21,3 +21,16 @@
pt=lt_dlsym(h, buf2);
if (pt == NULL)
{
+--- courier-authlib-0.68.0/authinfo.c.orig 2013-08-25 20:44:47.0 
+0200
 courier-authlib-0.68.0/authinfo.c  2018-03-21 20:10:48.566256960 +0100
+@@ -105,8 +105,8 @@
+  
+   if (strcmp(argv[n], "--ldflags") == 0)
+   {
+-  printf("-L%s\n",
+- PKGLIBDIR);
++  printf("-L%s -Wl,-rpath,%s\n",
++ PKGLIBDIR, PKGLIBDIR);
+   }
+   if (strcmp(argv[n], "--cppflags") == 0)
+   {


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/courier-authlib.git/commitdiff/4fbfa80ba44e6cf24a81d8c62428fefa2002bfe3

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


DISTFILES: python-docker: docker-3.1.4.tar.gz

2018-03-21 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/d/docker/docker-3.1.4.tar.gz
981b23b41fd2346efcae977244b7188e  docker-3.1.4.tar.gz
Size: 170347 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: docker-compose: docker-compose-1.20.0.tar.gz

2018-03-21 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/source/d/docker-compose/docker-compose-1.20.0.tar.gz
5c3dd3a1ed82b01ee1b21c46c4eb51f3  docker-compose-1.20.0.tar.gz
Size: 246032 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/docker-compose] up to 1.20.0

2018-03-21 Thread atler
commit 384fb2dff4bbd1474d788b6a5bb8927f7a334c96
Author: Jan Palus 
Date:   Wed Mar 21 20:07:00 2018 +0100

up to 1.20.0

 docker-compose.spec   |  4 +-
 remove-requires-upper-bound.patch | 84 +++
 2 files changed, 51 insertions(+), 37 deletions(-)
---
diff --git a/docker-compose.spec b/docker-compose.spec
index 44ae76f..be01caf 100644
--- a/docker-compose.spec
+++ b/docker-compose.spec
@@ -7,13 +7,13 @@
 %definepypi_name   docker-compose
 Summary:   Multi-container orchestration for Docker
 Name:  docker-compose
-Version:   1.16.1
+Version:   1.20.0
 Release:   1
 License:   Apache v2.0
 Group: Applications/System
 # https://github.com/docker/compose/releases
 Source0:   
https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: 8dcadf09143600fcb573b43f446c8f9a
+# Source0-md5: 5c3dd3a1ed82b01ee1b21c46c4eb51f3
 Patch0:remove-requires-upper-bound.patch
 URL:   https://docs.docker.com/compose/
 %if %{with tests}
diff --git a/remove-requires-upper-bound.patch 
b/remove-requires-upper-bound.patch
index 2627804..85f78e9 100644
--- a/remove-requires-upper-bound.patch
+++ b/remove-requires-upper-bound.patch
@@ -1,79 +1,93 @@
-diff -up docker-compose-1.15.0/requirements.txt.orig 
docker-compose-1.15.0/requirements.txt
 docker-compose-1.15.0/requirements.txt.orig2017-07-25 
19:05:04.0 -0400
-+++ docker-compose-1.15.0/requirements.txt 2017-07-28 18:25:47.282974273 
-0400
-@@ -1,22 +1,22 @@
--PySocks==1.6.7
--PyYAML==3.12
+diff -ur docker-compose-1.19.0.orig/requirements.txt 
docker-compose-1.19.0/requirements.txt
+--- docker-compose-1.19.0.orig/requirements.txt2018-03-05 
21:55:17.014552784 +0100
 docker-compose-1.19.0/requirements.txt 2018-03-05 21:56:54.020768816 
+0100
+@@ -1,23 +1,22 @@
 -backports.ssl-match-hostname==3.5.0.1; python_version < '3'
 -cached-property==1.3.0
-+PySocks
-+PyYAML
-+backports.ssl-match-hostname; python_version < '3'
-+cached-property
- certifi==2017.4.17
+-certifi==2017.4.17
 -chardet==3.0.4
--colorama==0.3.9
--docker==2.4.2
+-docker==3.1.3
 -docker-pycreds==0.2.1
 -dockerpty==0.4.1
 -docopt==0.6.2
 -enum34==1.1.6; python_version < '3.4'
 -functools32==3.2.3.post2; python_version < '3.2'
--idna==2.5
--ipaddress==1.0.18
--jsonschema==2.6.0
--pypiwin32==219; sys_platform == 'win32'
--requests==2.11.1
--six==1.10.0
--texttable==0.8.8
--urllib3==1.21.1
--websocket-client==0.32.0
++backports.ssl-match-hostname; python_version < '3'
++cached-property
++certifi
 +chardet
-+colorama
 +docker
 +docker-pycreds
 +dockerpty
 +docopt
 +enum34; python_version < '3.4'
 +functools32; python_version < '3.2'
+ 
git+git://github.com/tartley/colorama.git@bd378c725b45eba0b8e5cc091c3ca76a954c92ff;
 sys_platform == 'win32'
+-idna==2.5
+-ipaddress==1.0.18
+-jsonschema==2.6.0
+-pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
+-pypiwin32==220; sys_platform == 'win32' and python_version >= '3.6'
+-PySocks==1.6.7
+-PyYAML==3.12
+-requests==2.18.4
+-six==1.10.0
+-texttable==0.9.1
+-urllib3==1.21.1
+-websocket-client==0.32.0
 +idna
 +ipaddress
 +jsonschema
 +pypiwin32; sys_platform == 'win32'
++PySocks
++PyYAML
 +requests
 +six
 +texttable
 +urllib3
 +websocket-client
-diff -up docker-compose-1.15.0/setup.py.orig docker-compose-1.15.0/setup.py
 docker-compose-1.15.0/setup.py.orig2017-07-25 19:05:03.0 
-0400
-+++ docker-compose-1.15.0/setup.py 2017-07-28 18:19:22.561055698 -0400
-@@ -30,17 +30,17 @@ def find_version(*file_paths):
+diff -ur docker-compose-1.19.0.orig/setup.py docker-compose-1.19.0/setup.py
+--- docker-compose-1.19.0.orig/setup.py2018-03-05 21:55:17.014552784 
+0100
 docker-compose-1.19.0/setup.py 2018-03-05 21:58:30.540322510 +0100
+@@ -30,16 +30,16 @@
  
  
  install_requires = [
 -'cached-property >= 1.2.0, < 2',
--'colorama >= 0.3.7, < 0.4',
 -'docopt >= 0.6.1, < 0.7',
 -'PyYAML >= 3.10, < 4',
--'requests >= 2.6.1, != 2.11.0, < 2.12',
--'texttable >= 0.8.1, < 0.9',
+-'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
+-'texttable >= 0.9.0, < 0.10',
 -'websocket-client >= 0.32.0, < 1.0',
--'docker >= 2.4.2, < 3.0',
+-'docker >= 3.1.3, < 4.0',
 -'dockerpty >= 0.4.1, < 0.5',
 -'six >= 1.3.0, < 2',
 -'jsonschema >= 2.5.1, < 3',
 +'cached-property >= 1.2.0',
-+'colorama >= 0.3.7',
 +'docopt >= 0.6.1',
 +'PyYAML >= 3.10',
-+'requests >= 2.6.1, != 2.11.0',
-+'texttable >= 0.8.1',
++'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0',
++'texttable >= 0.9.0',
 +'websocket-client >= 0.32.0',
-+'docker >= 2.4.2',
++'docker >= 3.1.3',
 +'dockerpty >= 0.4.1',
 +'six >= 1.3.0',
 +'jsonschema >= 2.5.1',
  ]
  
  
+@@ -52,11 +52,11 @@
+ tests_require.append('mock >= 1.0.1')
+ 
+ 

DISTFILES: geocode-glib: geocode-glib-3.24.0.tar.xz

2018-03-21 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://download.gnome.org/sources/geocode-glib/3.24/geocode-glib-3.24.0.tar.xz
9defe9329b13cdf44bcc31618c97d66e  geocode-glib-3.24.0.tar.xz
Size: 413536 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/courier-sox] - fix start message in -init patch - -server requires courier-authlib (for courierlogger) - release

2018-03-21 Thread qboosh
commit ff1e2eacec52a2e868da4c7abdf655ff5f6c433d
Author: Jakub Bogusz 
Date:   Wed Mar 21 21:23:03 2018 +0100

- fix start message in -init patch
- -server requires courier-authlib (for courierlogger)
- release 2, rebuild with -rpath from fixed courier-authlib

 courier-sox-init.patch | 3 ++-
 courier-sox.spec   | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/courier-sox.spec b/courier-sox.spec
index 74e81ac..163ba8d 100644
--- a/courier-sox.spec
+++ b/courier-sox.spec
@@ -8,7 +8,7 @@ Summary:Courier Socks 5 client libraries
 Summary(pl.UTF-8): Biblioteki klienckie Socks 5
 Name:  courier-sox
 Version:   0.12
-Release:   1
+Release:   2
 License:   GPL v3 with OpenSSL exception
 Group: Networking/Utilities
 Source0:   
http://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
@@ -63,7 +63,8 @@ Summary(pl.UTF-8):Serwer socks 5
 Group: Networking/Daemons
 Requires(post,preun):  /sbin/chkconfig
 Requires:  %{name} = %{version}-%{release}
-Requires:  courier-authlib-libs >= 0.56.20050702
+# requires library and courierlogger
+Requires:  courier-authlib >= 0.56.20050702
 
 %description server
 This package contains the Courier Socks 5 server.
diff --git a/courier-sox-init.patch b/courier-sox-init.patch
index e3f48df..3d07d2c 100644
--- a/courier-sox-init.patch
+++ b/courier-sox-init.patch
@@ -1,6 +1,6 @@
 --- courier-sox-0.12/courier-sox.sysvinit.in.orig  2013-08-25 
20:57:39.0 +0200
 +++ courier-sox-0.12/courier-sox.sysvinit.in   2018-03-20 18:43:13.183970169 
+0100
-@@ -14,31 +14,92 @@
+@@ -14,31 +14,93 @@
  datarootdir="@datarootdir@"
  datadir="@datadir@"
  
@@ -35,6 +35,7 @@
 +  fi
 +
 +  cd /
++  msg_starting "Courier Socks"
 +  $sbindir/sockd start && ok || fail
 +  RETVAL=$?
 +  [ $RETVAL -eq 0 ] && touch /var/lock/subsys/courier-sox


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/courier-sox.git/commitdiff/ff1e2eacec52a2e868da4c7abdf655ff5f6c433d

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


[packages/libdazzle] Initial release

2018-03-21 Thread megabajt
commit 0c3189a0014900c9dd2aecfb81c4030fb1ae9137
Author: Marcin Banasiak 
Date:   Wed Mar 21 21:19:12 2018 +0100

Initial release

 libdazzle.spec | 91 ++
 1 file changed, 91 insertions(+)
---
diff --git a/libdazzle.spec b/libdazzle.spec
new file mode 100644
index 000..f1fdcdc
--- /dev/null
+++ b/libdazzle.spec
@@ -0,0 +1,91 @@
+Summary:   Experimental new features for GTK+ and GLib
+Name:  libdazzle
+Version:   3.28.0
+Release:   1
+License:   GPL v3
+Group: X11/Libraries
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libdazzle/3.28/%{name}-%{version}.tar.xz
+# Source0-md5: 3207d4a69b91f6b8b99f8fa283713d6a
+BuildRequires: glib2-devel >= 2.56.0
+BuildRequires: gobject-introspection-devel
+BuildRequires: gtk+3-devel
+BuildRequires: gtk-doc
+BuildRequires: meson >= 0.40.1
+BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
+BuildRequires: vala
+BuildRequires: xz
+Requires:  glib2-devel >= 2.56.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libdazzle is a collection of fancy features for GLib and Gtk+ that
+aren't quite ready or generic enough for use inside those libraries.
+This is often a proving ground for new widget prototypes. Applications
+such as Builder tend to drive development of this project.
+
+%package devel
+Summary:   Header files for libdazzle library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libdazzle
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  glib2-devel >= 2.56.0
+
+%description devel
+Header files for libdazzle library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libdazzle.
+
+%package -n vala-libdazzle
+Summary:   libdazzle API for Vala language
+Summary(pl.UTF-8): API libdazzle dla języka Vala
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+Requires:  vala
+%if "%{_rpmversion}" >= "5"
+BuildArch: noarch
+%endif
+
+%description -n vala-libdazzle
+libdazzle API for Vala language.
+
+%description -n vala-libdazzle -l pl.UTF-8
+API libdazzle dla języka Vala.
+
+%prep
+%setup -q
+
+%build
+%meson build
+%meson_build -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%meson_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CONTRIBUTING.md NEWS README.md
+%attr(755,root,root) %{_bindir}/dazzle-list-counters
+%attr(755,root,root) %{_libdir}/libdazzle-1.0.so.0
+%{_libdir}/girepository-1.0/Dazzle-1.0.typelib
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdazzle-1.0.so
+%{_includedir}/libdazzle-1.0
+%{_pkgconfigdir}/libdazzle-1.0.pc
+%{_datadir}/gir-1.0/Dazzle-1.0.gir
+
+%files -n vala-libdazzle
+%defattr(644,root,root,755)
+%{_datadir}/vala/vapi/libdazzle-1.0.deps
+%{_datadir}/vala/vapi/libdazzle-1.0.vapi


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdazzle.git/commitdiff/0c3189a0014900c9dd2aecfb81c4030fb1ae9137

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


DISTFILES: libdazzle: libdazzle-3.28.0.tar.xz

2018-03-21 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/libdazzle/3.28/libdazzle-3.28.0.tar.xz
3207d4a69b91f6b8b99f8fa283713d6a  libdazzle-3.28.0.tar.xz
Size: 420640 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/libdazzle] Created branch master

2018-03-21 Thread megabajt
The branch 'master' was created.

Summary of new commits:

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


[packages/iagno] Update to 3.28.0

2018-03-21 Thread megabajt
commit 5e11a7eb0c4c78b5cb46a66494f4b0daebde1379
Author: Marcin Banasiak 
Date:   Wed Mar 21 21:29:31 2018 +0100

Update to 3.28.0

 iagno.spec | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/iagno.spec b/iagno.spec
index c035544..d273a54 100644
--- a/iagno.spec
+++ b/iagno.spec
@@ -1,19 +1,19 @@
 Summary:   GNOME Iagno - disk flipping game derived from Reversi
 Summary(pl.UTF-8): Iagno dla GNOME - gra w obracanie krążków wywodząca się 
z Reversi
 Name:  iagno
-Version:   3.26.1
+Version:   3.28.0
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Games
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/iagno/3.26/%{name}-%{version}.tar.xz
-# Source0-md5: cbc93743a4d600cf366b56200d26d1ba
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/iagno/3.28/%{name}-%{version}.tar.xz
+# Source0-md5: 1ae25521766fe694b096cb9ab86bf37a
 URL:   https://wiki.gnome.org/Apps/Iagno
 BuildRequires: appstream-glib-devel
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
+BuildRequires: gettext-tools >= 0.19.8
 BuildRequires: glib2-devel >= 1:2.40.0
 BuildRequires: gtk+3-devel >= 3.15.0
-BuildRequires: intltool >= 0.50.0
 BuildRequires: libcanberra-gtk3-devel >= 0.26
 BuildRequires: librsvg-devel >= 2.32.0
 BuildRequires: pkgconfig
@@ -40,7 +40,6 @@ GNOME Iagno to gra podobna do Reversi.
 %setup -q
 
 %build
-%{__intltoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -72,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc NEWS
 %attr(755,root,root) %{_bindir}/iagno
-%{_datadir}/appdata/iagno.appdata.xml
+%{_datadir}/metainfo/iagno.appdata.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.iagno.gschema.xml
 %{_datadir}/iagno
 %{_desktopdir}/iagno.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iagno.git/commitdiff/5e11a7eb0c4c78b5cb46a66494f4b0daebde1379

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


DISTFILES: iagno: iagno-3.28.0.tar.xz

2018-03-21 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/iagno/3.28/iagno-3.28.0.tar.xz
1ae25521766fe694b096cb9ab86bf37a  iagno-3.28.0.tar.xz
Size: 749476 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: gnome-calendar: gnome-calendar-3.28.0.tar.xz

2018-03-21 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-calendar/3.28/gnome-calendar-3.28.0.tar.xz
144ef65cfb41c17afc32d2d52bfe7e08  gnome-calendar-3.28.0.tar.xz
Size: 2436452 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-calendar] Update to 3.28.0

2018-03-21 Thread megabajt
commit 7b13d56236e3a2a7e4a67fc37f757ef358985699
Author: Marcin Banasiak 
Date:   Wed Mar 21 21:21:49 2018 +0100

Update to 3.28.0

 gnome-calendar.spec | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/gnome-calendar.spec b/gnome-calendar.spec
index 7d70811..909cbf1 100644
--- a/gnome-calendar.spec
+++ b/gnome-calendar.spec
@@ -1,20 +1,24 @@
 Summary:   Calendar application for GNOME
 Summary(pl.UTF-8): Aplikacja kalendarza dla GNOME
 Name:  gnome-calendar
-Version:   3.26.2
+Version:   3.28.0
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-calendar/3.26/%{name}-%{version}.tar.xz
-# Source0-md5: 531ce46e773e1542642e29baf28b081b
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-calendar/3.28/%{name}-%{version}.tar.xz
+# Source0-md5: 144ef65cfb41c17afc32d2d52bfe7e08
 URL:   https://wiki.gnome.org/Apps/Calendar
 BuildRequires: appstream-glib-devel
 BuildRequires: evolution-data-server-devel >= 3.18.0
+BuildRequires: geoclue2-devel >= 2.4
+BuildRequires: geocode-glib-devel >= 3.24.0
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.44.0
 BuildRequires: gnome-online-accounts-devel >= 3.2.0
 BuildRequires: gsettings-desktop-schemas-devel >= 3.22.0
-BuildRequires: gtk+3-devel >= 3.22.0
+BuildRequires: gtk+3-devel >= 3.22.20
+BuildRequires: libdazzle-devel >= 3.26.1
+BuildRequires: libgweather-devel >= 3.28.0
 BuildRequires: libical-devel >= 1.0.1
 BuildRequires: libsoup-devel >= 2.4
 BuildRequires: meson >= 0.42.0
@@ -27,7 +31,7 @@ Requires: evolution-data-server >= 3.18.0
 Requires:  glib2 >= 1:2.44.0
 Requires:  gnome-online-accounts >= 3.2.0
 Requires:  gsettings-desktop-schemas >= 3.22.0
-Requires:  gtk+3 >= 3.22.0
+Requires:  gtk+3 >= 3.22.20
 Requires:  hicolor-icon-theme
 Requires:  libical >= 1.0.1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -49,13 +53,12 @@ samych komponentów, z których zbudowane jest środowisko, 
Calendar
 
 %build
 %meson build
-%ninja -C build
+%meson_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-DESTDIR=$RPM_BUILD_ROOT \
-%ninja -C build install
+%meson_install -C build
 
 %find_lang %{name}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-calendar.git/commitdiff/7b13d56236e3a2a7e4a67fc37f757ef358985699

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


[packages/laptop-mode-tools] - add background info on perf bias settings

2018-03-21 Thread baggins
commit aeea094822f4a1d9c02ce9b6beaff2f37378a747
Author: Jan Rękorajski 
Date:   Wed Mar 21 22:10:28 2018 +0100

- add background info on perf bias settings

 intel_perf_bias.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/intel_perf_bias.patch b/intel_perf_bias.patch
index f46228b..d5ae766 100644
--- a/intel_perf_bias.patch
+++ b/intel_perf_bias.patch
@@ -1,7 +1,7 @@
 diff -urN laptop-mode-tools-1.72.2/etc/laptop-mode/conf.d/intel_perf_bias.conf 
laptop-mode-tools-1.72.2-perf_bias/etc/laptop-mode/conf.d/intel_perf_bias.conf
 --- laptop-mode-tools-1.72.2/etc/laptop-mode/conf.d/intel_perf_bias.conf   
1970-01-01 01:00:00.0 +0100
 +++ 
laptop-mode-tools-1.72.2-perf_bias/etc/laptop-mode/conf.d/intel_perf_bias.conf  
   2018-03-21 21:39:56.484459906 +0100
-@@ -0,0 +1,43 @@
+@@ -0,0 +1,44 @@
 +#
 +# Configuration file for Laptop Mode Tools module intel_perf_bias.
 +#
@@ -15,7 +15,8 @@ diff -urN 
laptop-mode-tools-1.72.2/etc/laptop-mode/conf.d/intel_perf_bias.conf l
 +#__COMMENT Laptop mode tools can automatically adjust your kernel CPU 
performance
 +#__COMMENT vs. energy policy.
 +#__COMMENT
-+#__COMMENT See x86_energy_perf_policy(8) or cpupower-set(1) for details.
++#__COMMENT See x86_energy_perf_policy(8) or cpupower-set(1) for details,
++#__COMMENT and https://patchwork.kernel.org/patch/8439681/ for background.
 +#
 
+###
 +


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/laptop-mode-tools.git/commitdiff/aeea094822f4a1d9c02ce9b6beaff2f37378a747

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


[packages/laptop-mode-tools] - fix python module file name (upstream installs it wrong) - add module to control Intel Power vs. P

2018-03-21 Thread baggins
commit 3d4a09f4de7491fde1483c4661d166a666749fd7
Author: Jan Rękorajski 
Date:   Wed Mar 21 22:07:09 2018 +0100

- fix python module file name (upstream installs it wrong)
- add module to control Intel Power vs. Performance policy
- rel 2

 intel_perf_bias.patch  | 90 ++
 laptop-mode-tools.spec |  8 +++--
 2 files changed, 96 insertions(+), 2 deletions(-)
---
diff --git a/laptop-mode-tools.spec b/laptop-mode-tools.spec
index 2fd9566..e936087 100644
--- a/laptop-mode-tools.spec
+++ b/laptop-mode-tools.spec
@@ -18,7 +18,7 @@ Summary:  Laptop Mode Tools
 Summary(pl.UTF-8): Narzędzia do trybu laptopowego
 Name:  laptop-mode-tools
 Version:   1.72.2
-Release:   1
+Release:   2
 License:   GPL
 Group: Applications/System
 Source0:   
https://github.com/rickysarraf/laptop-mode-tools/archive/%{version}/%{name}-%{version}.tar.gz
@@ -26,6 +26,7 @@ Source0:  
https://github.com/rickysarraf/laptop-mode-tools/archive/%{version}/%{n
 Source1:   %{name}.init
 Patch0:no-exec-redirection.patch
 Patch1:cpufreq-pstate.patch
+Patch2:intel_perf_bias.patch
 URL:   https://github.com/rickysarraf/laptop-mode-tools
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -113,6 +114,7 @@ GUI dla narzędzi do trybu laptopowego.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__sed} -i -e 's|/usr/bin/env python2|/usr/bin/python|' gui/LMT.py
 
@@ -132,6 +134,8 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
 
 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/laptop-mode
 
+%{__mv} $RPM_BUILD_ROOT%{_datadir}/%{name}/{LMT,lmt}.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -202,9 +206,9 @@ fi
 
 %files gui
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/LMT.py
 %attr(755,root,root) %{_sbindir}/lmt-config-gui
 %attr(755,root,root) %{_sbindir}/lmt-config-gui-pkexec
+%{_datadir}/%{name}/lmt.py
 %{_datadir}/polkit-1/actions/org.linux.lmt.gui.policy
 %{_desktopdir}/laptop-mode-tools.desktop
 %{_pixmapsdir}/laptop-mode-tools.svg
diff --git a/intel_perf_bias.patch b/intel_perf_bias.patch
new file mode 100644
index 000..f46228b
--- /dev/null
+++ b/intel_perf_bias.patch
@@ -0,0 +1,90 @@
+diff -urN laptop-mode-tools-1.72.2/etc/laptop-mode/conf.d/intel_perf_bias.conf 
laptop-mode-tools-1.72.2-perf_bias/etc/laptop-mode/conf.d/intel_perf_bias.conf
+--- laptop-mode-tools-1.72.2/etc/laptop-mode/conf.d/intel_perf_bias.conf   
1970-01-01 01:00:00.0 +0100
 
laptop-mode-tools-1.72.2-perf_bias/etc/laptop-mode/conf.d/intel_perf_bias.conf  
   2018-03-21 21:39:56.484459906 +0100
+@@ -0,0 +1,43 @@
++#
++# Configuration file for Laptop Mode Tools module intel_perf_bias.
++#
++# For more information, consult the laptop-mode.conf(8) manual page.
++#
++
++###
++# Manage Energy vs. Performance Policy via x86 Model Specific Registers
++# -
++#
++#__COMMENT Laptop mode tools can automatically adjust your kernel CPU 
performance
++#__COMMENT vs. energy policy.
++#__COMMENT
++#__COMMENT See x86_energy_perf_policy(8) or cpupower-set(1) for details.
++#
++###
++
++# Enable debug mode for this module
++# Set to 1 if you want to debug this module
++DEBUG=0
++
++#
++# Should laptop mode tools control the CPU energy policy settings?
++#
++# Set to 0 to disable
++CONTROL_INTEL_PERF_BIAS="auto"
++
++# The range of valid numbers is 0-15,
++# where 0 is maximum performance and 15 is maximum energy efficiency.
++# performance 0
++# balance-performance 4
++# normal, default 6
++# balance-power   8
++# power   15
++
++#On AC, Laptop Mode Tools inactive
++NOLM_AC_INTEL_PERF_BIAS=0 # Performance
++
++#On AC, Laptop Mode Tools active
++LM_AC_INTEL_PERF_BIAS=0 # Performance
++
++#On battery
++BATT_INTEL_PERF_BIAS=8 # Balance-power
+diff -urN 
laptop-mode-tools-1.72.2/usr/share/laptop-mode-tools/modules/intel_perf_bias 
laptop-mode-tools-1.72.2-perf_bias/usr/share/laptop-mode-tools/modules/intel_perf_bias
+--- 
laptop-mode-tools-1.72.2/usr/share/laptop-mode-tools/modules/intel_perf_bias
   1970-01-01 01:00:00.0 +0100
 
laptop-mode-tools-1.72.2-perf_bias/usr/share/laptop-mode-tools/modules/intel_perf_bias
 2018-03-21 21:55:32.250744460 +0100
+@@ -0,0 +1,39 @@
++#! /bin/sh
++#
++# Laptop mode tools module that handles Intel's performance policy.
++#
++
++X86_ENERGY_PERF_POLICY=$(which x86_energy_perf_policy 2>/dev/null)
++CPUPOWER=$(which cpupower 2>/dev/null)
++
++# Set perf bias value
++# Parameter 1: the value
++set_intel_perf_bias_param () {
++  local RESULT=1
++
++  if [ -x "$X86_ENERGY_PERF_POLICY" ]; then
++  log "VERBOSE" "Executing: '$X86_ENERGY_PERF_POLICY $1'"
++ 

[packages/python-docker] up to 3.1.4

2018-03-21 Thread atler
commit 541715a0fcb70d351c65c2a0bc81f0bd16071d4d
Author: Jan Palus 
Date:   Wed Mar 21 20:03:17 2018 +0100

up to 3.1.4

 python-docker.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-docker.spec b/python-docker.spec
index 0a30bea..5419db9 100644
--- a/python-docker.spec
+++ b/python-docker.spec
@@ -9,12 +9,12 @@
 %definepypi_name   docker
 Summary:   A Python library for the Docker Engine API
 Name:  python-%{module}
-Version:   3.1.0
+Version:   3.1.4
 Release:   1
 License:   Apache v2.0
 Group: Libraries/Python
 Source0:   
https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# Source0-md5: 63494b83e6825f4845d6996d87e0dbf2
+# Source0-md5: 981b23b41fd2346efcae977244b7188e
 Patch0:unpin-requirements.patch
 URL:   http://docker-py.readthedocs.org/
 BuildRequires: rpm-pythonprov


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-docker.git/commitdiff/541715a0fcb70d351c65c2a0bc81f0bd16071d4d

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


DISTFILES: courier-imap: courier-imap-4.18.2.tar.bz2

2018-03-21 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://downloads.sourceforge.net/courier/courier-imap-4.18.2.tar.bz2
6af3e78d3206518aab5510638cd620c2  courier-imap-4.18.2.tar.bz2
Size: 3205230 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: laptop-mode-tools: laptop-mode-tools-1.72.2.tar.gz

2018-03-21 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
https://github.com/rickysarraf/laptop-mode-tools/archive/1.72.2/laptop-mode-tools-1.72.2.tar.gz
8a7b3658b0137ce893fe6a224fffd7ba  laptop-mode-tools-1.72.2.tar.gz
Size: 121442 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/laptop-mode-tools] - updated to 1.72.2

2018-03-21 Thread baggins
commit ab35f8e4966f15b4eae521fbb1ef6391f4f47e34
Author: Jan Rękorajski 
Date:   Wed Mar 21 20:41:09 2018 +0100

- updated to 1.72.2

 laptop-mode-tools.spec | 33 +++---
 lmt-config-gui.desktop |  8 ---
 wireless-power-no-iw-txpower.patch | 27 -
 wireless-power-on-off-fix.patch| 48 --
 4 files changed, 13 insertions(+), 103 deletions(-)
---
diff --git a/laptop-mode-tools.spec b/laptop-mode-tools.spec
index 2b88499..2fd9566 100644
--- a/laptop-mode-tools.spec
+++ b/laptop-mode-tools.spec
@@ -17,18 +17,15 @@
 Summary:   Laptop Mode Tools
 Summary(pl.UTF-8): Narzędzia do trybu laptopowego
 Name:  laptop-mode-tools
-Version:   1.71
-Release:   4
+Version:   1.72.2
+Release:   1
 License:   GPL
 Group: Applications/System
 Source0:   
https://github.com/rickysarraf/laptop-mode-tools/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8b9a2d9db7dd9d0a99b635a1185f292c
+# Source0-md5: 8a7b3658b0137ce893fe6a224fffd7ba
 Source1:   %{name}.init
-Source2:   lmt-config-gui.desktop
 Patch0:no-exec-redirection.patch
 Patch1:cpufreq-pstate.patch
-Patch2:wireless-power-on-off-fix.patch
-Patch3:wireless-power-no-iw-txpower.patch
 URL:   https://github.com/rickysarraf/laptop-mode-tools
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -116,8 +113,6 @@ GUI dla narzędzi do trybu laptopowego.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %{__sed} -i -e 's|/usr/bin/env python2|/usr/bin/python|' gui/LMT.py
 
@@ -130,16 +125,12 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
INIT_D=$RPM_BUILD_ROOT/etc/rc.d/init.d \
ULIB_D=%{_libdir} \
MAN_D=%{_mandir} \
-   TMPFILES_D=/usr/lib/tmpfiles.d \
+   TMPFILES_D=%{systemdtmpfilesdir} \
%{!?with_acpi:ACPI=disabled} \
%{!?with_apm:APM=disabled} \
DESTDIR=$RPM_BUILD_ROOT
 
 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/laptop-mode
-install -p %{SOURCE2} $RPM_BUILD_ROOT/%{_desktopdir}
-
-install -p gui/LMT.py $RPM_BUILD_ROOT%{_datadir}/%{name}/lmt.py
-install -p gui/lmt-config-gui $RPM_BUILD_ROOT%{_bindir}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -170,10 +161,10 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/laptop-mode
 %attr(755,root,root) /lib/udev/lmt-udev
 /lib/udev/rules.d/99-laptop-mode.rules
-/usr/lib/tmpfiles.d/laptop-mode.conf
-/lib/systemd/system/laptop-mode.service
-/lib/systemd/system/laptop-mode.timer
-/lib/systemd/system/lmt-poll.service
+%{systemdtmpfilesdir}/laptop-mode.conf
+%{systemdunitdir}/laptop-mode.service
+%{systemdunitdir}/laptop-mode.timer
+%{systemdunitdir}/lmt-poll.service
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/modules
 %attr(755,root,root) %{_datadir}/%{name}/modules/*
@@ -211,7 +202,9 @@ fi
 
 %files gui
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/lmt.py
-%attr(755,root,root) %{_bindir}/lmt-config-gui
+%{_datadir}/%{name}/LMT.py
+%attr(755,root,root) %{_sbindir}/lmt-config-gui
+%attr(755,root,root) %{_sbindir}/lmt-config-gui-pkexec
 %{_datadir}/polkit-1/actions/org.linux.lmt.gui.policy
-%{_desktopdir}/lmt-config-gui.desktop
+%{_desktopdir}/laptop-mode-tools.desktop
+%{_pixmapsdir}/laptop-mode-tools.svg
diff --git a/lmt-config-gui.desktop b/lmt-config-gui.desktop
deleted file mode 100644
index 692edc6..000
--- a/lmt-config-gui.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Laptop Mode Tools Configuration
-GenericName=Laptop Mode Tools Configuration
-Exec=/usr/bin/lmt-config-gui
-Categories=System;
-Comment=Enable/disable Laptop Mode Tools settings
-Keywords=Preferences;
diff --git a/wireless-power-no-iw-txpower.patch 
b/wireless-power-no-iw-txpower.patch
deleted file mode 100644
index 38afeab..000
--- a/wireless-power-no-iw-txpower.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 9ca191ff3e5b002f759d69435f14c7f54020085f Mon Sep 17 00:00:00 2001
-From: Ritesh Raj Sarraf 
-Date: Sun, 12 Mar 2017 17:03:42 +0530
-Subject: [PATCH] For iw, txpower needs a device specific value. Hence, drop it
-
-Thanks: Andrey Polyakov
-Closes: https://github.com/rickysarraf/laptop-mode-tools/pull/95

- usr/share/laptop-mode-tools/modules/wireless-power | 5 -
- 1 file changed, 5 deletions(-)
-
-diff --git a/usr/share/laptop-mode-tools/modules/wireless-power 
b/usr/share/laptop-mode-tools/modules/wireless-power
-index b84beb5..b17324d 100755
 a/usr/share/laptop-mode-tools/modules/wireless-power
-+++ b/usr/share/laptop-mode-tools/modules/wireless-power
-@@ -66,11 +66,6 @@ setPowerSave() {
- 
-   if [ -n "$IW" ]; then
-   $IW dev $IF set power_save $ONOFF
--if [ $ONOFF = "on" ]; then
--$IW dev $IF set txpower auto
--else
--$IW dev $IF set 

DISTFILES: gnome-recipes: gnome-recipes-2.0.2.tar.xz

2018-03-21 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-recipes/2.0/gnome-recipes-2.0.2.tar.xz
e5b6463e9e6c6ac96c61635dfd4e95c4  gnome-recipes-2.0.2.tar.xz
Size: 18057316 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-recipes] Update to 2.0.2

2018-03-21 Thread megabajt
commit 114df4861442df4127823644d979981f19ed7da8
Author: Marcin Banasiak 
Date:   Wed Mar 21 20:41:17 2018 +0100

Update to 2.0.2

 gnome-recipes.spec | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/gnome-recipes.spec b/gnome-recipes.spec
index 3a1c7bc..b51fdba 100644
--- a/gnome-recipes.spec
+++ b/gnome-recipes.spec
@@ -1,12 +1,12 @@
 Summary:   A GNOME cookbook
 Summary(pl.UTF-8): Książka kucharska GNOME
 Name:  gnome-recipes
-Version:   1.6.2
+Version:   2.0.2
 Release:   1
 License:   GPL v3+
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-recipes/1.6/%{name}-%{version}.tar.xz
-# Source0-md5: c2f9aba5d795d0e252d21eb6f9475755
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-recipes/2.0/%{name}-%{version}.tar.xz
+# Source0-md5: e5b6463e9e6c6ac96c61635dfd4e95c4
 URL:   https://wiki.gnome.org/Apps/Recipes
 BuildRequires: appstream-glib
 # C11 (-std=gnu11)
@@ -15,6 +15,7 @@ BuildRequires:gettext-tools >= 0.19.7
 BuildRequires: git-core
 BuildRequires: glib2-devel >= 1:2.42.0
 BuildRequires: gnome-autoar-devel
+BuildRequires: gnome-online-accounts-devel
 BuildRequires: gobject-introspection-devel >= 1.42.0
 BuildRequires: gspell-devel >= 1
 BuildRequires: gtk+3-devel >= 3.22.0
@@ -24,6 +25,7 @@ BuildRequires:libsoup-devel >= 2.4
 BuildRequires: libtool >= 2:2.2
 BuildRequires: meson >= 0.36.0
 BuildRequires: pkgconfig >= 1:0.22
+BuildRequires: rest-devel
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires(post,postun): gtk-update-icon-cache


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-recipes.git/commitdiff/114df4861442df4127823644d979981f19ed7da8

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


[packages/epiphany] - up to 3.28.0.1

2018-03-21 Thread baggins
commit 7a55d3a47cdff46f6f38505d8050c763b38b95ed
Author: Jan Rękorajski 
Date:   Wed Mar 21 18:49:21 2018 +0100

- up to 3.28.0.1

 epiphany.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/epiphany.spec b/epiphany.spec
index e3d2600..720d1ff 100644
--- a/epiphany.spec
+++ b/epiphany.spec
@@ -1,14 +1,14 @@
-%definebasever 3.24
+%definebasever 3.28
 Summary:   Epiphany - WebKit-based GNOME web browser
 Summary(es.UTF-8): Epiphany - navigador Web de GNOME basado en WebKit
 Summary(pl.UTF-8): Epiphany - przeglądarka WWW dla GNOME
 Name:  epiphany
-Version:   3.24.1
-Release:   2
+Version:   3.28.0.1
+Release:   1
 License:   GPL v2+
 Group: X11/Applications/Networking
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.24/%{name}-%{version}.tar.xz
-# Source0-md5: d5471f6f1aaa0818d9bcd9b2c902c458
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.28/%{name}-%{version}.tar.xz
+# Source0-md5: 3e127d843d3f255f426ab34804f29163
 URL:   http://www.gnome.org/projects/epiphany/
 BuildRequires: appstream-glib-devel
 BuildRequires: autoconf >= 2.59


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/epiphany.git/commitdiff/7a55d3a47cdff46f6f38505d8050c763b38b95ed

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


[packages/courier-imap] - updated to 4.18.2 - updated dirs,certsdir,maildir,drop-makedat patches - added disable-courierlogg

2018-03-21 Thread qboosh
commit 91c3446cea2b2165e459bc211c297ba0f5fbbd76
Author: Jakub Bogusz 
Date:   Wed Mar 21 19:57:59 2018 +0100

- updated to 4.18.2
- updated dirs,certsdir,maildir,drop-makedat patches
- added disable-courierlogger-check patch (don't require courierlogger at 
build time)
- honour _libexecdir

 courier-imap-certsdir.patch|  39 ++---
 courier-imap-dirs.patch|   5 +-
 courier-imap-disable-courierlogger-check.patch |  13 +++
 courier-imap-drop-makedat.patch|  25 +++---
 courier-imap-maildir.patch |  20 ++---
 courier-imap.spec  | 114 ++---
 6 files changed, 106 insertions(+), 110 deletions(-)
---
diff --git a/courier-imap.spec b/courier-imap.spec
index 3fb1be5..bc96150 100644
--- a/courier-imap.spec
+++ b/courier-imap.spec
@@ -9,16 +9,18 @@
 # Conditional build:
 %bcond_withtoplevel# Allow toplevel folders. More info: 
http://www.ricky-chan.co.uk/courier/
 %bcond_without fam # FAM for enhanced IMAP IDLE and locking
+%bcond_withgnutls  # GnuTLS instead of OpenSSL
+%bcond_withsocks   # (Courier) Socks support
 
 Summary:   Courier-IMAP server
 Summary(pl.UTF-8): Serwer Courier-IMAP
 Name:  courier-imap
-Version:   4.13
+Version:   4.18.2
 Release:   1
-License:   GPL
+License:   GPL v3 with OpenSSL exception
 Group: Networking/Daemons
 Source0:   
http://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-# Source0-md5: 0bbaffd067199ee35de5b15ea02e6d53
+# Source0-md5: 6af3e78d3206518aab5510638cd620c2
 Source1:   %{name}.init
 Source2:   %{name}-ssl.init
 Source3:   %{name}-pop3.init
@@ -30,18 +32,23 @@ Patch1: %{name}-certsdir.patch
 Patch2:%{name}-maildir.patch
 Patch3:%{name}-toplevel.patch
 Patch4:%{name}-drop-makedat.patch
+Patch5:%{name}-disable-courierlogger-check.patch
 URL:   http://www.courier-mta.org/imap/
-BuildRequires: autoconf >= 2.54
+BuildRequires: autoconf >= 2.59
 BuildRequires: automake
-BuildRequires: courier-authlib-devel >= 0.61
+BuildRequires: courier-authlib-devel >= 0.61.0
+%{?with_socks:BuildRequires:   courier-sox-devel}
+BuildRequires: courier-unicode-devel >= 2.0
 BuildRequires: db-devel
-BuildRequires: gdbm-devel
-BuildRequires: gnet-devel
-BuildRequires: libidn-devel
+BuildRequires: libidn-devel >= 0.0.0
 %{?with_fam:BuildRequires: gamin-devel}
+%{?with_gnutls:BuildRequires:  gnutls-devel >= 3.0}
+%{?with_gnutls:BuildRequires:  libgcrypt-devel}
+%{?with_gnutls:BuildRequires:  libgpg-error-devel}
 BuildRequires: libstdc++-devel
-BuildRequires: libtool
-BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: libtool >= 2:1.5
+%{!?with_gnutls:BuildRequires: openssl-devel >= 0.9.7d}
+BuildRequires: perl-base
 BuildRequires: pkgconfig
 BuildRequires: procps
 BuildRequires: rpmbuild(macros) >= 1.268
@@ -50,6 +57,7 @@ BuildRequires:sysconftool
 Requires(post,preun):  /sbin/chkconfig
 Requires:  %{name}-common = %{version}-%{release}
 Requires:  /sbin/chkconfig
+Requires:  courier-unicode >= 2.0
 Requires:  pam >= 0.79.0
 Requires:  rc-scripts
 Provides:  imapdaemon
@@ -58,7 +66,6 @@ Conflicts:cyrus-imapd
 Conflicts: imap
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define_libexecdir /usr/%{_lib}/courier-imap
 %define_sysconfdir /etc/courier-imap
 %define_certsdir   %{_sysconfdir}/certs
 %define_localstatedir  /var/spool/courier-imap
@@ -75,7 +82,9 @@ Summary(pl.UTF-8):Pliki wspólne dla serwerów imap i pop3
 Group: Networking/Daemons
 Requires(post,preun):  /sbin/chkconfig
 Requires:  /sbin/chkconfig
-Requires:  courier-authlib
+# even if using OpenSSL libraries, Courier uses certtool from GnuTLS
+Requires:  /usr/bin/certtool
+Requires:  courier-authlib >= 0.61.0
 Requires:  procps
 Requires:  rc-scripts
 
@@ -139,27 +148,24 @@ Courier-IMAP POP3 jest serwerem POP3 dla skrzynek 
pocztowych Maildir.
 %patch3 -p1
 %endif
 %patch4 -p1
+%patch5 -p1
 
 cp -p %{SOURCE1} courier-imap.in
 cp -p %{SOURCE2} courier-imap-ssl.in
 cp -p %{SOURCE3} courier-pop3.in
 cp -p %{SOURCE4} courier-pop3-ssl.in
-rm -f makedat/configure.in
 
 %build
+%{__libtoolize}
 # Change Makefile.am files and force recreate Makefile.in's.
-find -type f -a '(' -name configure.in -o -name configure.ac ')' | while read 
FILE; do
+find -type f -a -name configure.ac | while read FILE; do
cd "$(dirname "$FILE")"
 
-   if [ -f Makefile.am ]; then
-   %{__sed} -i -e '/_[L]DFLAGS=-static/d' Makefile.am
-   fi
-%{__sed}  -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in
+   %{__sed} -i -e '/_[L]DFLAGS=-static/d' Makefile.am
 
-   %{__libtoolize}
 

DISTFILES: epiphany: epiphany-3.28.0.1.tar.xz

2018-03-21 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.28/epiphany-3.28.0.1.tar.xz
3e127d843d3f255f426ab34804f29163  epiphany-3.28.0.1.tar.xz
Size: 4474960 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: gtk-webkit4: webkitgtk-2.20.0.tar.xz

2018-03-21 Thread baggins
Request by: baggins


Files fetched: 1

STORED: https://webkitgtk.org/releases/webkitgtk-2.20.0.tar.xz
51cc47345c3ec53802718cd6fc9b746f  webkitgtk-2.20.0.tar.xz
Size: 16617492 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-panel] Update to 3.26.0

2018-03-21 Thread megabajt
commit e02a531fd954aaceb8e5e3b0264ee6dc7233a6d2
Author: Marcin Banasiak 
Date:   Wed Mar 21 20:36:13 2018 +0100

Update to 3.26.0

- added -libgweather patch to fix build with new libgweather

 gnome-panel-libgweather.patch | 29 +
 gnome-panel.spec  | 11 +++
 2 files changed, 36 insertions(+), 4 deletions(-)
---
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 447e62b..6b33d63 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -5,12 +5,13 @@
 Summary:   The core programs for the GNOME GUI desktop environment
 Summary(pl.UTF-8): Podstawowe programy środowiska graficznego GNOME
 Name:  gnome-panel
-Version:   3.24.1
-Release:   2
+Version:   3.26.0
+Release:   1
 License:   LGPL v2+ (library), GPL v2+ (the rest)
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.24/%{name}-%{version}.tar.xz
-# Source0-md5: d5ae2fa7af774e78968d44b0cd632939
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.26/%{name}-%{version}.tar.xz
+# Source0-md5: 8e9fa02a55e447e613c629bcf467f807
+Patch0:%{name}-libgweather.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.13
@@ -133,6 +134,7 @@ Dokumentacja API panel-applet.
 
 %prep
 %setup -q
+%patch0 -p1
 
 # short circuit stopper (fix me!)
 %{__mv} ChangeLog main-ChangeLog
@@ -191,6 +193,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/modules/clock.so
 %attr(755,root,root) %{_libdir}/%{name}/modules/fish.so
 %attr(755,root,root) %{_libdir}/%{name}/modules/notification-area.so
+%attr(755,root,root) %{_libdir}/%{name}/modules/separator.so
 %attr(755,root,root) %{_libdir}/%{name}/modules/status-notifier.so
 %attr(755,root,root) %{_libdir}/%{name}/modules/wncklet.so
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-panel.applet.clock.gschema.xml
diff --git a/gnome-panel-libgweather.patch b/gnome-panel-libgweather.patch
new file mode 100644
index 000..b4815cb
--- /dev/null
+++ b/gnome-panel-libgweather.patch
@@ -0,0 +1,29 @@
+From 8d63e6ec19f2b4a490c2abc81881c50402058b17 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= 
+Date: Thu, 11 Jan 2018 20:04:20 +0200
+Subject: clock: update clock location for API change
+
+The deprecated argument to gweather_info_new() got dropped.
+---
+ modules/clock/clock-location.c | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/modules/clock/clock-location.c b/modules/clock/clock-location.c
+index bbcb3aa..89a12e2 100644
+--- a/modules/clock/clock-location.c
 b/modules/clock/clock-location.c
+@@ -477,7 +477,11 @@ setup_weather_updates (ClockLocation *loc)
+   priv->weather_timeout = 0;
+   }
+ 
++#if GWEATHER_CHECK_VERSION (3, 27, 2)
++  priv->weather_info = gweather_info_new (priv->loc);
++#else
+   priv->weather_info = gweather_info_new (priv->loc, 
GWEATHER_FORECAST_LIST);
++#endif
+ 
+   g_signal_connect (priv->weather_info, "updated",
+ G_CALLBACK (weather_info_updated), loc);
+-- 
+cgit v0.12
+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-panel.git/commitdiff/e02a531fd954aaceb8e5e3b0264ee6dc7233a6d2

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


DISTFILES: gnome-panel: gnome-panel-3.26.0.tar.xz

2018-03-21 Thread megabajt
Request by: megabajt


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.26/gnome-panel-3.26.0.tar.xz
8e9fa02a55e447e613c629bcf467f807  gnome-panel-3.26.0.tar.xz
Size: 2966884 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/dovecot] - rel 2; unbreak local_name handling after: Fix local name handling in v2.2.34 SNI code, bug found b

2018-03-21 Thread arekm
commit d788add849d69049267717916a13cb472b9738a7
Author: Arkadiusz Miśkiewicz 
Date:   Wed Mar 21 10:22:58 2018 +0100

- rel 2; unbreak local_name handling after: Fix local name handling in 
v2.2.34 SNI code, bug found by cPanel.

 dovecot-local_name.patch | 11 +++
 dovecot.spec |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/dovecot.spec b/dovecot.spec
index ec9a773..50235ff 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -12,7 +12,7 @@ Summary:  IMAP and POP3 server written with security 
primarily in mind
 Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o 
bezpieczeństwie
 Name:  dovecot
 Version:   2.2.35
-Release:   1
+Release:   2
 Epoch: 1
 License:   MIT (libraries), LGPL v2.1 (the rest)
 Group: Networking/Daemons
@@ -24,7 +24,7 @@ Source3:  %{name}.sysconfig
 Source4:   %{name}.tmpfiles
 Patch0:%{name}-config.patch
 Patch1:%{name}-rpath.patch
-
+Patch2:%{name}-local_name.patch
 Patch3:%{name}-disableSSLv3.patch
 URL:   http://dovecot.org/
 BuildRequires: autoconf
@@ -162,7 +162,7 @@ Pakiet programistyczny do tworzenia wtyczek dla Dovecota.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-
+%patch2 -p1
 %patch3 -p1
 
 %{__sed} -i 's,/usr/lib/dovecot,%{_libdir}/dovecot,g' 
doc/example-config/*.conf doc/example-config/conf.d/*.conf
diff --git a/dovecot-local_name.patch b/dovecot-local_name.patch
new file mode 100644
index 000..d6e34ee
--- /dev/null
+++ b/dovecot-local_name.patch
@@ -0,0 +1,11 @@
+--- dovecot-2.2.35/src/lib-master/master-service-settings-cache.c  
2018-03-21 10:15:09.097480691 +0100
 dovecot-2.2.35/src/lib-master/master-service-settings-cache.c~ 
2018-03-19 10:30:01.0 +0100
+@@ -131,7 +131,7 @@ match_local_name(const char *local_name,
+   return TRUE;
+   local_name = ptr+1;
+   }
+-  return dns_match_wildcard(filter_local_name, local_name) == 0;
++  return dns_match_wildcard(local_name, filter_local_name) == 0;
+ }
+ 
+ /* Remove any elements which there is no filter for */


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dovecot.git/commitdiff/d788add849d69049267717916a13cb472b9738a7

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


[packages/exim] - rel 10; one more hunk is needed to fix issue

2018-03-21 Thread arekm
commit 0a68dc9b4f0ba098ff041dbbfe2102676cdc75c7
Author: Arkadiusz Miśkiewicz 
Date:   Wed Mar 21 09:09:32 2018 +0100

- rel 10; one more hunk is needed to fix issue

 exim.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/exim.spec b/exim.spec
index c9c2046..c7b1f7f 100644
--- a/exim.spec
+++ b/exim.spec
@@ -25,7 +25,7 @@ Summary(pl.UTF-8):Agent Transferu Poczty Uniwersytetu w 
Cambridge
 Summary(pt_BR.UTF-8):  Servidor de correio eletrônico exim
 Name:  exim
 Version:   4.90.1
-Release:   9
+Release:   10
 Epoch: 2
 License:   GPL
 Group: Networking/Daemons/SMTP
@@ -51,7 +51,7 @@ Source15: %{name}4-smtp.pamd
 Source16:  %{name}on.png
 # sh branch.sh
 Patch100:  %{name}-git.patch
-# Patch100-md5:c0744dfe374125111df6b039a210b9fc
+# Patch100-md5:45ee8c56f68415ea9e0f5015bf1c413d
 Patch0:%{name}4-EDITME.patch
 Patch1:%{name}4-monitor-EDITME.patch
 Patch2:%{name}4-cflags.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/0a68dc9b4f0ba098ff041dbbfe2102676cdc75c7

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


DISTFILES: exim: exim-4.90.1.tar.bz2 exim-html-4.90.1.tar.bz2 exim4-man-021016.tar.bz2 config.samples.tar.bz2 exim-git.patch

2018-03-21 Thread arekm
Request by: arekm


Files fetched: 1

ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/exim-4.90.1.tar.bz2
4b909bf15acfd59ef65ded43d7f38820  exim-4.90.1.tar.bz2
ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.90.1.tar.bz2
4337888fc994f878c904f3e4a2defa68  exim-html-4.90.1.tar.bz2
ALREADY GOT: no-url://exim4-man-021016.tar.bz2
b552704ebf853a401946038a2b7e8e98  exim4-man-021016.tar.bz2
ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/old/config.samples.tar.bz2
4b93321938a800caa6127c48ad60a42b  config.samples.tar.bz2
STORED: no-url://exim-git.patch
c0744dfe374125111df6b039a210b9fc  exim-git.patch
Size: 37038 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/exim] - rel 9; fixes pipe transport bug (#2257)

2018-03-21 Thread arekm
commit 1a03923dbd0d21d9057eb2d8f8d261f350d16c80
Author: Arkadiusz Miśkiewicz 
Date:   Wed Mar 21 08:46:02 2018 +0100

- rel 9; fixes pipe transport bug (#2257)

 exim-force-sigalrm.patch | 2 +-
 exim.spec| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/exim.spec b/exim.spec
index e11411a..c9c2046 100644
--- a/exim.spec
+++ b/exim.spec
@@ -25,7 +25,7 @@ Summary(pl.UTF-8):Agent Transferu Poczty Uniwersytetu w 
Cambridge
 Summary(pt_BR.UTF-8):  Servidor de correio eletrônico exim
 Name:  exim
 Version:   4.90.1
-Release:   8
+Release:   9
 Epoch: 2
 License:   GPL
 Group: Networking/Daemons/SMTP
@@ -51,7 +51,7 @@ Source15: %{name}4-smtp.pamd
 Source16:  %{name}on.png
 # sh branch.sh
 Patch100:  %{name}-git.patch
-# Patch100-md5:1c65506f44b4fe13285ebb9cd0e91dcd
+# Patch100-md5:c0744dfe374125111df6b039a210b9fc
 Patch0:%{name}4-EDITME.patch
 Patch1:%{name}4-monitor-EDITME.patch
 Patch2:%{name}4-cflags.patch
diff --git a/exim-force-sigalrm.patch b/exim-force-sigalrm.patch
index c211cf0..f0ca2e6 100644
--- a/exim-force-sigalrm.patch
+++ b/exim-force-sigalrm.patch
@@ -42,7 +42,7 @@
 +if ((queue_interval > 0) && (time_diff > (2*queue_interval)))
 +  {
 +sigalrm_seen = TRUE;
-+log_write(0, LOG_MAIN|LOG_PANIC, "daemon: queue-runner not run for 
%lds. Forcing. Is SIGALRM delivery broken on this system ?", time_diff);
++log_write(0, LOG_MAIN|LOG_PANIC, "daemon: queue-runner not run for 
%ds. Forcing. Is SIGALRM delivery broken on this system ?", time_diff);
 +  }
  }
  


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/1a03923dbd0d21d9057eb2d8f8d261f350d16c80

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


[packages/php-pecl-expect] - rebuild with expect 5.45.4 - rel 9

2018-03-21 Thread baggins
commit b2bce110f1e81d62d3bbd1dd55cb4d9f1fe5086c
Author: Jan Rękorajski 
Date:   Wed Mar 21 09:04:35 2018 +0100

- rebuild with expect 5.45.4
- rel 9

 php-pecl-expect.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-pecl-expect.spec b/php-pecl-expect.spec
index fdf3eb8..95b47b3 100644
--- a/php-pecl-expect.spec
+++ b/php-pecl-expect.spec
@@ -5,7 +5,7 @@ Summary:%{modname} - PHP extension for expect library
 Summary(pl.UTF-8): %{modname} - rozszerzenie PHP dla biblioteki expect
 Name:  %{php_name}-pecl-%{modname}
 Version:   0.3.1
-Release:   8
+Release:   9
 License:   PHP 3.01
 Group: Development/Languages/PHP
 Source0:   http://pecl.php.net/get/%{modname}-%{version}.tgz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-expect.git/commitdiff/b2bce110f1e81d62d3bbd1dd55cb4d9f1fe5086c

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


DISTFILES: exim: exim-4.90.1.tar.bz2 exim-html-4.90.1.tar.bz2 exim4-man-021016.tar.bz2 config.samples.tar.bz2 exim-git.patch

2018-03-21 Thread arekm
Request by: arekm


Files fetched: 1

ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/exim-4.90.1.tar.bz2
4b909bf15acfd59ef65ded43d7f38820  exim-4.90.1.tar.bz2
ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.90.1.tar.bz2
4337888fc994f878c904f3e4a2defa68  exim-html-4.90.1.tar.bz2
ALREADY GOT: no-url://exim4-man-021016.tar.bz2
b552704ebf853a401946038a2b7e8e98  exim4-man-021016.tar.bz2
ALREADY GOT: ftp://ftp.exim.org/pub/exim/exim4/old/config.samples.tar.bz2
4b93321938a800caa6127c48ad60a42b  config.samples.tar.bz2
STORED: no-url://exim-git.patch
45ee8c56f68415ea9e0f5015bf1c413d  exim-git.patch
Size: 37458 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/php-sassphp] - rebuild with libasss 3.5.2 - rel 2

2018-03-21 Thread baggins
commit 5761d8c0f75650358503a1d1e23232eef240daff
Author: Jan Rękorajski 
Date:   Wed Mar 21 08:58:40 2018 +0100

- rebuild with libasss 3.5.2
- rel 2

 php-sassphp.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php-sassphp.spec b/php-sassphp.spec
index 9a4f1ea..52e3d3c 100644
--- a/php-sassphp.spec
+++ b/php-sassphp.spec
@@ -7,7 +7,7 @@
 Summary:   PHP bindings to libsass - fast, native Sass parsing in PHP
 Name:  %{php_name}-sassphp
 Version:   0.2.1
-Release:   1
+Release:   2
 License:   PHP 3.01
 Group: Development/Languages/PHP
 Source0:   
https://github.com/sensational/sassphp/archive/v%{version}/sassphp-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-sassphp.git/commitdiff/5761d8c0f75650358503a1d1e23232eef240daff

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


[packages/epiphany] - updated files

2018-03-21 Thread baggins
commit bd17f102701d4eef9349b787ea732bc38ada6110
Author: Jan Rękorajski 
Date:   Thu Mar 22 00:03:30 2018 +0100

- updated files

 epiphany.spec | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/epiphany.spec b/epiphany.spec
index 59783a0..1d3b261 100644
--- a/epiphany.spec
+++ b/epiphany.spec
@@ -93,8 +93,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %meson_install -C build
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/{,web-extensions/}*.la
-
 %find_lang %{name} --with-gnome --with-omf
 
 %clean
@@ -112,22 +110,24 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc NEWS README
 %attr(755,root,root) %{_bindir}/epiphany
 %dir %{_libdir}/epiphany
-%attr(755,root,root) %{_libdir}/epiphany/ephy-profile-migrator
 %attr(755,root,root) %{_libdir}/epiphany/libephymain.so
 %attr(755,root,root) %{_libdir}/epiphany/libephymisc.so
+%attr(755,root,root) %{_libdir}/epiphany/libephysync.so
 %dir %{_libdir}/epiphany/web-extensions
 %attr(755,root,root) %{_libdir}/epiphany/web-extensions/libephywebextension.so
-%{_datadir}/appdata/org.gnome.Epiphany.appdata.xml
-%{_datadir}/dbus-1/services/org.gnome.EpiphanySearchProvider.service
+%{_datadir}/metainfo/org.gnome.Epiphany.appdata.xml
+%{_datadir}/dbus-1/services/org.gnome.Epiphany.SearchProvider.service
 %{_datadir}/%{name}
 %{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
-%{_datadir}/gnome-shell/search-providers/epiphany-search-provider.ini
+%{_datadir}/gnome-shell/search-providers/org.gnome.Epiphany.search-provider.ini
 %{_desktopdir}/org.gnome.Epiphany.desktop
 %{_iconsdir}/hicolor/*/*/org.gnome.Epiphany*.png
 %{_iconsdir}/hicolor/symbolic/*/org.gnome.Epiphany*.svg
-%attr(755,root,root) %{_libdir}/epiphany-search-provider
+%attr(755,root,root) %{_libexecdir}/epiphany-search-provider
+%dir %{_libexecdir}/epiphany
+%attr(755,root,root) %{_libexecdir}/epiphany/ephy-profile-migrator
 %{_mandir}/man1/epiphany.1*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/epiphany.git/commitdiff/bd17f102701d4eef9349b787ea732bc38ada6110

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


[packages/gnome-applets] - up to 3.28.0

2018-03-21 Thread baggins
commit 10a4fb6a776ad5e4a81a36ad2bf9585bb04d23a1
Author: Jan Rękorajski 
Date:   Thu Mar 22 01:46:30 2018 +0100

- up to 3.28.0

 gnome-applets.spec | 53 +
 1 file changed, 5 insertions(+), 48 deletions(-)
---
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 55fb865..b2ba1f3 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -5,13 +5,13 @@ Summary(pl.UTF-8):Aplety GNOME - małe aplikacje 
osadzające się w panelu
 Summary(ru.UTF-8): Маленькие программы, встраивающиеся в панель GNOME
 Summary(uk.UTF-8): Маленькі програми, що вбудовуються в панель GNOME
 Name:  gnome-applets
-Version:   3.26.0
+Version:   3.28.0
 Release:   1
 Epoch: 1
 License:   GPL v2+, FDL
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/3.26/%{name}-%{version}.tar.xz
-# Source0-md5: c0710151af341840c2433c8dd563848f
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/3.28/%{name}-%{version}.tar.xz
+# Source0-md5: af13380d24c0cad10e8688bb8df51072
 URL:   https://wiki.gnome.org/Projects/GnomeApplets
 BuildRequires: adwaita-icon-theme >= 3.14.0
 %ifarch %{ix86} %{arm} mips ppc sh
@@ -54,6 +54,7 @@ BuildRequires:xz
 BuildRequires: yelp-tools
 Requires:  adwaita-icon-theme >= 3.14.0
 Requires:  gnome-panel >= 3.24.1
+Obsoletes: gnome-applets-invest
 Obsoletes: gnome-applets-keyboard
 Obsoletes: gnome-applets-mixer
 # sr@Latn vs. sr@latin
@@ -296,27 +297,6 @@ Inhibit applet allows user to inhibit automatic power 
saving.
 Aplet wyłączania pozwala użytkownikowi na wyłączenie automatycznego
 oszczędzania zasilania.
 
-%package invest
-Summary:   Stock Ticker applet
-Summary(pl.UTF-8): Aplet wskaźnika giełdowego
-Group: X11/Applications
-URL:   https://help.gnome.org/users/invest-applet/stable/
-Requires(post,postun): gtk-update-icon-cache
-Requires:  %{name} = %{epoch}:%{version}-%{release}
-Requires:  glib2 >= %{glib2_ver}
-Requires:  gobject-introspection
-Requires:  gtk+3 >= %{gtk3_ver}
-Requires:  hicolor-icon-theme
-Obsoletes: gnome-applets-gtik
-
-%description invest
-The Invest GNOME panel applet downloads current stock quotes from
-Yahoo! Finance and displays the quotes in a drop-down list.
-
-%description invest -l pl.UTF-8
-Aplet wskaźnika giełdowego, ściągający aktualne notowania z serwisu
-Yahoo! Finance i wyświetlające je na rozwijanej liście.
-
 %package minicommander
 Summary:   Command Line applet
 Summary(pl.UTF-8): Aplet wiersza poleceń
@@ -578,9 +558,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-applets/lib*.la
 
-# es is more recent
-%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/es_ES
-
 %find_lang %{name}-3.0
 %find_lang accessx-status --with-gnome
 %find_lang battstat --with-gnome
@@ -590,7 +567,6 @@ rm -rf $RPM_BUILD_ROOT
 %find_lang drivemount --with-gnome
 %find_lang geyes --with-gnome
 %find_lang gweather --with-gnome
-%find_lang invest-applet --with-gnome
 %find_lang multiload --with-gnome
 %find_lang netspeed_applet --with-gnome
 %find_lang stickynotes_applet --with-gnome
@@ -657,14 +633,6 @@ rm -rf $RPM_BUILD_ROOT
 %postun inhibit
 %update_icon_cache hicolor
 
-%post invest
-%glib_compile_schemas
-%update_icon_cache hicolor
-
-%postun invest
-%glib_compile_schemas
-%update_icon_cache hicolor
-
 %post minicommander
 %glib_compile_schemas
 %update_icon_cache hicolor
@@ -856,18 +824,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_iconsdir}/hicolor/*x*/apps/gnome-inhibit-applet.png
 %{_iconsdir}/hicolor/scalable/apps/gnome-inhibit-applet.svg
 
-%files invest -f invest-applet.lang
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/gnome-applets/libinvest-applet.so
-%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.invest.gschema.xml
-%{_datadir}/gnome-applets/builder/financialchart.ui
-%{_datadir}/gnome-applets/builder/prefs-dialog.ui
-%{_datadir}/gnome-applets/invest-applet
-%{_datadir}/gnome-applets/ui/invest-applet-menu.xml
-%{_datadir}/gnome-panel/applets/org.gnome.applets.InvestApplet.panel-applet
-%{_iconsdir}/hicolor/*x*/apps/invest-applet.png
-%{_iconsdir}/hicolor/scalable/apps/invest-applet.svg
-
 %files minicommander -f command-line.lang
 %defattr(644,root,root,755)
 %doc mini-commander/{AUTHORS,README,TODO}
@@ -941,6 +897,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc windowpicker/{AUTHORS,TODO}
 %attr(755,root,root) %{_libdir}/gnome-applets/libwindow-picker-applet.so
 %{_datadir}/gnome-panel/applets/org.gnome.applets.WindowPicker.panel-applet
+%{_datadir}/glib-2.0/schemas/org.gnome.gnome-applets.window-picker-applet.gschema.xml
 
 %files window-buttons
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-applets.git/commitdiff/10a4fb6a776ad5e4a81a36ad2bf9585bb04d23a1


DISTFILES: gnome-applets: gnome-applets-3.28.0.tar.xz

2018-03-21 Thread baggins
Request by: baggins


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/3.28/gnome-applets-3.28.0.tar.xz
af13380d24c0cad10e8688bb8df51072  gnome-applets-3.28.0.tar.xz
Size: 8555060 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