commit girara for openSUSE:Factory

2020-02-11 Thread root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2020-02-11 22:24:25

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new.26092 (New)


Package is "girara"

Tue Feb 11 22:24:25 2020 rev:11 rq:773357 version:0.3.4

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2019-11-06 
14:07:00.840843058 +0100
+++ /work/SRC/openSUSE:Factory/.girara.new.26092/girara.changes 2020-02-11 
22:25:15.559562772 +0100
@@ -1,0 +2,6 @@
+Tue Feb 11 06:57:43 UTC 2020 - Ondřej Súkup 
+
+- update to 0.3.4
+* bugixes
+
+---

Old:

  girara-0.3.3.tar.gz

New:

  girara-0.3.4.tar.gz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.30lrIZ/_old  2020-02-11 22:25:16.463563267 +0100
+++ /var/tmp/diff_new_pack.30lrIZ/_new  2020-02-11 22:25:16.467563270 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define libname libgirara-gtk3
 %define so_ver  3
 Name:   girara
-Version:0.3.3
+Version:0.3.4
 Release:0
 Summary:Graphical user interface library
 License:Zlib

++ girara-0.3.3.tar.gz -> girara-0.3.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girara-0.3.3/.gitlab-ci.yml 
new/girara-0.3.4/.gitlab-ci.yml
--- old/girara-0.3.3/.gitlab-ci.yml 1970-01-01 01:00:00.0 +0100
+++ new/girara-0.3.4/.gitlab-ci.yml 2020-01-06 10:15:09.0 +0100
@@ -0,0 +1,123 @@
+stages:
+  - build
+  - test
+
+# Archlinux
+build:archlinux:
+  tags:
+- pwmt
+  stage: build
+  image: registry.pwmt.org/pwmt/gitlab-runner-images/archlinux:latest
+  script:
+- mkdir -p build && cd build
+- meson ..
+- ninja
+  artifacts:
+expire_in: 1 day
+paths:
+  - build
+  except:
+- tags
+
+test:archlinux:
+  tags:
+- pwmt
+  stage: test
+  image: registry.pwmt.org/pwmt/gitlab-runner-images/archlinux:latest
+  script:
+- cd build
+- ninja test
+  dependencies:
+- build:archlinux
+  except:
+- tags
+
+# Debian 10 (Buster)
+build:debian-buster:
+  tags:
+- pwmt
+  stage: build
+  image: registry.pwmt.org/pwmt/gitlab-runner-images/debian:buster
+  script:
+- mkdir -p build && cd build
+- meson ..
+- ninja
+  artifacts:
+expire_in: 1 day
+paths:
+  - build
+  except:
+- tags
+
+test:debian-buster:
+  tags:
+- pwmt
+  stage: test
+  image: registry.pwmt.org/pwmt/gitlab-runner-images/debian:buster
+  script:
+- cd build
+- ninja test
+  dependencies:
+- build:debian-buster
+  except:
+- tags
+
+# Ubuntu 18.04 LTS (Bionic Beaver)
+build:ubuntu-bionic:
+  tags:
+- pwmt
+  stage: build
+  image: registry.pwmt.org/pwmt/gitlab-runner-images/ubuntu:bionic
+  script:
+- mkdir -p build && cd build
+- meson ..
+- ninja
+  artifacts:
+expire_in: 1 day
+paths:
+  - build
+  except:
+- tags
+
+test:ubuntu-bionic:
+  tags:
+- pwmt
+  stage: test
+  image: registry.pwmt.org/pwmt/gitlab-runner-images/ubuntu:bionic
+  script:
+- cd build
+- ninja test
+  dependencies:
+- build:ubuntu-bionic
+  except:
+- tags
+
+# Ubuntu 19.10 (Eoan Ermine)
+build:ubuntu-eoan:
+  tags:
+- pwmt
+  stage: build
+  image: registry.pwmt.org/pwmt/gitlab-runner-images/ubuntu:eoan
+  script:
+- mkdir -p build && cd build
+- meson ..
+- ninja
+  artifacts:
+expire_in: 1 day
+paths:
+  - build
+  except:
+- tags
+
+test:ubuntu-eoan:
+  tags:
+- pwmt
+  stage: test
+  image: registry.pwmt.org/pwmt/gitlab-runner-images/ubuntu:eoan
+  script:
+- cd build
+- ninja test
+  dependencies:
+- build:ubuntu-eoan
+  except:
+- tags
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girara-0.3.3/LICENSE new/girara-0.3.4/LICENSE
--- old/girara-0.3.3/LICENSE2019-09-08 14:48:17.0 +0200
+++ new/girara-0.3.4/LICENSE2020-01-06 10:15:09.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2018 pwmt.org
+Copyright (c) 2010-2020 pwmt.org
 
 This software is provided 'as-is', without any express or implied warranty. In
 no event will the authors be held liable for any damages arising from the use 
of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girara-0.3.3/girara/datastructures.c 

commit girara for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2019-11-06 14:06:59

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new.2990 (New)


Package is "girara"

Wed Nov  6 14:06:59 2019 rev:10 rq:745469 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2019-02-24 
17:11:38.688490691 +0100
+++ /work/SRC/openSUSE:Factory/.girara.new.2990/girara.changes  2019-11-06 
14:07:00.840843058 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 11:59:49 UTC 2019 - Ondřej Súkup 
+
+- update to 0.3.3
+* Various fixes and improvments
+
+---

Old:

  girara-0.3.2.tar.xz

New:

  girara-0.3.3.tar.gz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.kH4c4r/_old  2019-11-06 14:07:01.336843578 +0100
+++ /var/tmp/diff_new_pack.kH4c4r/_new  2019-11-06 14:07:01.340843582 +0100
@@ -19,13 +19,14 @@
 %define libname libgirara-gtk3
 %define so_ver  3
 Name:   girara
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:Graphical user interface library
 License:Zlib
-Group:  Development/Libraries/C and C++
 URL:http://pwmt.org/projects/girara
-Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.xz
+Source0:
https://git.pwmt.org/pwmt/girara/-/archive/%{version}/%{name}-%{version}.tar.gz
+# Main homepage looks dead :(
+#Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  gettext
 BuildRequires:  libxml2-tools
@@ -36,6 +37,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(pango) >= 1.14
 
 %description
 girara is a library that implements a user interface that focuses on
@@ -51,7 +53,6 @@
 
 %package -n %{libname}-%{so_ver}
 Summary:A graphical user interface library
-Group:  System/Libraries
 
 %description -n %{libname}-%{so_ver}
 girara is a library that implements a user interface that focuses on
@@ -67,7 +68,6 @@
 
 %package devel
 Summary:Header files for the girara library
-Group:  Development/Libraries/C and C++
 Requires:   %{libname}-%{so_ver} = %{version}-%{release}
 
 %description devel




commit girara for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2019-02-24 17:11:35

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new.28833 (New)


Package is "girara"

Sun Feb 24 17:11:35 2019 rev:9 rq:671013 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2018-05-24 
23:24:40.117805175 +0200
+++ /work/SRC/openSUSE:Factory/.girara.new.28833/girara.changes 2019-02-24 
17:11:38.688490691 +0100
@@ -1,0 +2,7 @@
+Sat Jan 19 11:30:45 UTC 2019 - Ondřej Súkup 
+
+- update to 0.3.2
+* Various fixes and improvements
+* Update transations
+
+---

Old:

  girara-0.3.0.tar.xz

New:

  girara-0.3.2.tar.xz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.CFDAKP/_old  2019-02-24 17:11:39.160490607 +0100
+++ /var/tmp/diff_new_pack.CFDAKP/_new  2019-02-24 17:11:39.160490607 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define libname libgirara-gtk3
 %define so_ver  3
 Name:   girara
-Version:0.3.0
+Version:0.3.2
 Release:0
 Summary:Graphical user interface library
 License:Zlib
 Group:  Development/Libraries/C and C++
 URL:http://pwmt.org/projects/girara
 Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.xz
+BuildRequires:  doxygen
 BuildRequires:  gettext
 BuildRequires:  libxml2-tools
 BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(check)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.50
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(json-c)

++ girara-0.3.0.tar.xz -> girara-0.3.2.tar.xz ++
 5617 lines of diff (skipped)




commit girara for openSUSE:Factory

2018-05-24 Thread root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2018-05-24 23:24:38

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new (New)


Package is "girara"

Thu May 24 23:24:38 2018 rev:8 rq:611518 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2018-01-30 
15:42:30.343921248 +0100
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes   2018-05-24 
23:24:40.117805175 +0200
@@ -1,0 +2,11 @@
+Wed May 23 08:18:06 UTC 2018 - mimi...@gmail.com
+
+- update to 0.3.0
+* Make colors changeable during runtime
+* various fixes
+* Replace deprecated GTK+ 3 functions
+* Replace build system with meson
+* Adopt CSS to newer GTK+ 3 releases
+* remove obsoleted features
+
+---

Old:

  girara-0.2.8.tar.gz

New:

  girara-0.3.0.tar.xz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.Samoyg/_old  2018-05-24 23:24:40.781781011 +0200
+++ /var/tmp/diff_new_pack.Samoyg/_new  2018-05-24 23:24:40.785780866 +0200
@@ -19,15 +19,16 @@
 %define libname libgirara-gtk3
 %define so_ver  3
 Name:   girara
-Version:0.2.8
+Version:0.3.0
 Release:0
 Summary:Graphical user interface library
 License:Zlib
 Group:  Development/Libraries/C and C++
-Url:http://pwmt.org/projects/girara
-Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.gz
+URL:http://pwmt.org/projects/girara
+Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.xz
 BuildRequires:  gettext
 BuildRequires:  libxml2-tools
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.50
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
@@ -75,14 +76,11 @@
 
 %build
 export CFLAGS="%{optflags}"
-make %{?_smp_mflags} COLOR=0 VERBOSE=1
+%meson
+%meson_build
 
 %install
-make install \
-   DESTDIR=%{buildroot} \
-   LIBDIR=%{_libdir} \
-   COLOR=0 \
-VERBOSE=1
+%meson_install
 
 %find_lang %{libname}-%{so_ver}
 find %{buildroot} -name '*.*a' -delete -print
@@ -91,7 +89,8 @@
 %postun-n %{libname}-%{so_ver} -p /sbin/ldconfig
 
 %files -n %{libname}-%{so_ver} -f %{libname}-%{so_ver}.lang
-%doc LICENSE README
+%license LICENSE
+%doc README
 %{_libdir}/libgirara-gtk3.so.*
 
 %files devel




commit girara for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2018-01-30 15:42:25

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new (New)


Package is "girara"

Tue Jan 30 15:42:25 2018 rev:7 rq:569893 version:0.2.8

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2017-02-09 
11:15:42.338309070 +0100
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes   2018-01-30 
15:42:30.343921248 +0100
@@ -1,0 +2,11 @@
+Fri Jan 26 13:45:23 UTC 2018 - mimi...@gmail.com
+
+- update to 0.2.7
+- respect optflags
+- spec-cleaned
+* Adopt CSS to newer GTK+ 3 releases
+* Remove obsolete features
+* Update translations
+* Various fixes and improvments
+
+---

Old:

  girara-0.2.7.tar.gz

New:

  girara-0.2.8.tar.gz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.HJJzFO/_old  2018-01-30 15:42:30.903895105 +0100
+++ /var/tmp/diff_new_pack.HJJzFO/_new  2018-01-30 15:42:30.907894918 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 %define libname libgirara-gtk3
-%define so_ver  2
+%define so_ver  3
 Name:   girara
-Version:0.2.7
+Version:0.2.8
 Release:0
 Summary:Graphical user interface library
 License:Zlib
@@ -27,10 +27,12 @@
 Url:http://pwmt.org/projects/girara
 Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.gz
 BuildRequires:  gettext
+BuildRequires:  libxml2-tools
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libnotify)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 girara is a library that implements a user interface that focuses on
@@ -72,28 +74,27 @@
 %setup -q
 
 %build
+export CFLAGS="%{optflags}"
 make %{?_smp_mflags} COLOR=0 VERBOSE=1
 
 %install
 make install \
DESTDIR=%{buildroot} \
LIBDIR=%{_libdir} \
-   COLOR=0
+   COLOR=0 \
+VERBOSE=1
 
 %find_lang %{libname}-%{so_ver}
 find %{buildroot} -name '*.*a' -delete -print
 
 %post -n %{libname}-%{so_ver} -p /sbin/ldconfig
-
 %postun-n %{libname}-%{so_ver} -p /sbin/ldconfig
 
 %files -n %{libname}-%{so_ver} -f %{libname}-%{so_ver}.lang
-%defattr(-,root,root)
 %doc LICENSE README
 %{_libdir}/libgirara-gtk3.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libgirara-gtk3.so
 %{_includedir}/girara
 %{_libdir}/pkgconfig/girara-gtk3.pc

++ girara-0.2.7.tar.gz -> girara-0.2.8.tar.gz ++
 5035 lines of diff (skipped)




commit girara for openSUSE:Factory

2017-02-09 Thread root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2017-02-09 11:15:41

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new (New)


Package is "girara"

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2016-10-20 
23:09:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes   2017-02-09 
11:15:42.338309070 +0100
@@ -1,0 +2,8 @@
+Sun Feb  5 17:46:42 UTC 2017 - mimi...@gmail.com
+
+- update to 0.2.7
+- drop girara-font-handling.patch
+* Various fixes and improvments
+* Updated font handling
+
+---

Old:

  girara-0.2.6.tar.gz
  girara-font-handling.patch

New:

  girara-0.2.7.tar.gz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.cRvuSx/_old  2017-02-09 11:15:42.786245798 +0100
+++ /var/tmp/diff_new_pack.cRvuSx/_new  2017-02-09 11:15:42.790245233 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,13 @@
 %define libname libgirara-gtk3
 %define so_ver  2
 Name:   girara
-Version:0.2.6
+Version:0.2.7
 Release:0
 Summary:Graphical user interface library
 License:Zlib
 Group:  Development/Libraries/C and C++
 Url:http://pwmt.org/projects/girara
 Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.gz
-Patch0: girara-font-handling.patch
 BuildRequires:  gettext
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
@@ -71,7 +70,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 make %{?_smp_mflags} COLOR=0 VERBOSE=1

++ girara-0.2.6.tar.gz -> girara-0.2.7.tar.gz ++
 3689 lines of diff (skipped)




commit girara for openSUSE:Factory

2016-10-20 Thread h_root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2016-10-20 23:09:21

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new (New)


Package is "girara"

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2016-06-03 
16:39:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes   2016-10-20 
23:09:54.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 17 11:00:08 UTC 2016 - jeng...@inai.de
+
+- Update rpm group; trim description
+
+---
+Thu Oct 13 06:56:24 UTC 2016 - mimi...@gmail.com
+
+- add girara-font-handling.patch -- fix for gtk-3.21+ compaktibility 
+
+---

New:

  girara-font-handling.patch



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.YDymWJ/_old  2016-10-20 23:09:55.0 +0200
+++ /var/tmp/diff_new_pack.YDymWJ/_new  2016-10-20 23:09:55.0 +0200
@@ -21,25 +21,22 @@
 Name:   girara
 Version:0.2.6
 Release:0
-Summary:User interface library
+Summary:Graphical user interface library
 License:Zlib
-Group:  Libraries
+Group:  Development/Libraries/C and C++
 Url:http://pwmt.org/projects/girara
 Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.gz
+Patch0: girara-font-handling.patch
 BuildRequires:  gettext
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
 BuildRequires:  pkgconfig(libnotify)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-%package -n %{libname}-%{so_ver}
-Summary:Header files for girara library
-Group:  System/Libraries
-
-%description -n %{libname}-%{so_ver}
+%description
 girara is a library that implements a user interface that focuses on
-simplicity and minimalism. Currently based on GTK+, a cross-platform
-widget toolkit, it provides an interface that focuses on three main
+simplicity and minimalism. Currently based on GTK+,
+it provides an interface that focuses on three main
 components: A so-called view widget that represents the actual
 application (e.g. a website (browser), an image (image viewer) or the
 document (document viewer)), an input bar that is used to execute
@@ -48,10 +45,14 @@
 the user interface that is used by zathura and jumanji and other
 features that those applications share.
 
-%description
+%package -n %{libname}-%{so_ver}
+Summary:A graphical user interface library
+Group:  System/Libraries
+
+%description -n %{libname}-%{so_ver}
 girara is a library that implements a user interface that focuses on
-simplicity and minimalism. Currently based on GTK+, a cross-platform
-widget toolkit, it provides an interface that focuses on three main
+simplicity and minimalism. Currently based on GTK+,
+it provides an interface that focuses on three main
 components: A so-called view widget that represents the actual
 application (e.g. a website (browser), an image (image viewer) or the
 document (document viewer)), an input bar that is used to execute
@@ -61,15 +62,16 @@
 features that those applications share.
 
 %package devel
-Summary:Header files for girara library
-Group:  Development/Libraries
+Summary:Header files for the girara library
+Group:  Development/Libraries/C and C++
 Requires:   %{libname}-%{so_ver} = %{version}-%{release}
 
 %description devel
-Header files for girara user interface library.
+Header files for the girara user interface library.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 make %{?_smp_mflags} COLOR=0 VERBOSE=1

++ girara-font-handling.patch ++
>From 949c879aa84e9496fabc7d3602060e29f9dc42a1 Mon Sep 17 00:00:00 2001
From: Sebastian Ramacher 
Date: Sat, 3 Sep 2016 11:54:53 +0200
Subject: [PATCH] Update font handling for changes in Gtk+ 3.21

Signed-off-by: Sebastian Ramacher 
---
 data/girara-post-3.20.css_t | 11 ++-
 girara/config.c |  3 +--
 girara/internal.h   |  2 ++
 girara/session.c| 93 
++---
 4 files changed, 103 insertions(+), 6 deletions(-)

Index: girara-0.2.6/data/girara-post-3.20.css_t
===
--- girara-0.2.6.orig/data/girara-post-3.20.css_t
+++ girara-0.2.6/data/girara-post-3.20.css_t
@@ -9,7 +9,15 @@
   color: @default-fg@;
   background-color: @default-bg@;
   background-image: none;
-  font: @font@;
+  font-family: @font-family@;
+ 

commit girara for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2016-06-03 16:38:48

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new (New)


Package is "girara"

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2016-02-24 
14:25:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes   2016-06-03 
16:39:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun  2 11:51:57 UTC 2016 - mimi...@gmail.com
+
+- update to 0.2.6
+* GTK+ 3.20 compatibility
+* Update translations
+
+---

Old:

  girara-0.2.5.tar.gz

New:

  girara-0.2.6.tar.gz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.A4YWHx/_old  2016-06-03 16:39:18.0 +0200
+++ /var/tmp/diff_new_pack.A4YWHx/_new  2016-06-03 16:39:18.0 +0200
@@ -19,7 +19,7 @@
 %define libname libgirara-gtk3
 %define so_ver  2
 Name:   girara
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:User interface library
 License:Zlib

++ girara-0.2.5.tar.gz -> girara-0.2.6.tar.gz ++
 4265 lines of diff (skipped)




commit girara for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2016-02-24 14:25:45

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new (New)


Package is "girara"

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2015-05-11 
19:49:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes   2016-02-24 
14:25:47.0 +0100
@@ -1,0 +2,11 @@
+Tue Feb 23 16:59:06 UTC 2016 - mimi...@gmail.com
+
+-  update to 0.2.5
+* Make scrollbar styleable
+* Build with C11 standard
+* Enable LFS everywhere
+* Home key mapping
+* Bind ctrl-[,j,]
+* Update translations
+
+---

Old:

  girara-0.2.4.tar.gz

New:

  girara-0.2.5.tar.gz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.rwWs1k/_old  2016-02-24 14:25:48.0 +0100
+++ /var/tmp/diff_new_pack.rwWs1k/_new  2016-02-24 14:25:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define libname libgirara-gtk3
 %define so_ver  2
 Name:   girara
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:User interface library
 License:Zlib

++ girara-0.2.4.tar.gz -> girara-0.2.5.tar.gz ++
 3533 lines of diff (skipped)




commit girara for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2015-05-11 19:39:36

Comparing /work/SRC/openSUSE:Factory/girara (Old)
 and  /work/SRC/openSUSE:Factory/.girara.new (New)


Package is girara

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2014-10-31 
12:24:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes   2015-05-11 
19:49:33.0 +0200
@@ -1,0 +2,17 @@
+Mon May 11 08:20:29 UTC 2015 - mimi...@gmail.com
+
+- edhance spec to better work with so_version
+
+---
+Sun May 10 19:40:38 UTC 2015 - mimi...@gmail.com
+
+- update to 0.2.4
+* Make xembed support optional
+* Use GDK_WINDOWING_X11
+* Command to dump settings to JSON file
+* Make undershoot transparent
+* Update build system
+* Update documentation
+* Update translations
+
+---

Old:

  girara-0.2.3.tar.gz

New:

  girara-0.2.4.tar.gz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.lIMK7D/_old  2015-05-11 19:49:33.0 +0200
+++ /var/tmp/diff_new_pack.lIMK7D/_new  2015-05-11 19:49:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
-%define libname libgirara-gtk3-1
+%define libname libgirara-gtk3
+%define so_ver  2
 Name:   girara
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:User interface library
 License:Zlib
@@ -31,11 +32,11 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-%package -n %{libname}
+%package -n %{libname}-%{so_ver}
 Summary:Header files for girara library
 Group:  System/Libraries
 
-%description -n %{libname}
+%description -n %{libname}-%{so_ver}
 girara is a library that implements a user interface that focuses on
 simplicity and minimalism. Currently based on GTK+, a cross-platform
 widget toolkit, it provides an interface that focuses on three main
@@ -62,7 +63,7 @@
 %package devel
 Summary:Header files for girara library
 Group:  Development/Libraries
-Requires:   %{libname} = %{version}-%{release}
+Requires:   %{libname}-%{so_ver} = %{version}-%{release}
 
 %description devel
 Header files for girara user interface library.
@@ -76,16 +77,17 @@
 %install
 make install \
DESTDIR=%{buildroot} \
-   LIBDIR=%{_libdir}
+   LIBDIR=%{_libdir} \
+   COLOR=0
 
-%find_lang libgirara-gtk3-1
+%find_lang %{libname}-%{so_ver}
 find %{buildroot} -name '*.*a' -delete -print
 
-%post -n %{libname} -p /sbin/ldconfig
+%post -n %{libname}-%{so_ver} -p /sbin/ldconfig
 
-%postun-n %{libname} -p /sbin/ldconfig
+%postun-n %{libname}-%{so_ver} -p /sbin/ldconfig
 
-%files -n %{libname} -f libgirara-gtk3-1.lang
+%files -n %{libname}-%{so_ver} -f %{libname}-%{so_ver}.lang
 %defattr(-,root,root)
 %doc LICENSE README
 %{_libdir}/libgirara-gtk3.so.*
@@ -96,3 +98,4 @@
 %{_includedir}/girara
 %{_libdir}/pkgconfig/girara-gtk3.pc
 
+%changelog

++ girara-0.2.3.tar.gz - girara-0.2.4.tar.gz ++
 23023 lines of diff (skipped)