commit terminology for openSUSE:Factory

2020-08-12 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2020-08-12 12:28:04

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


Package is "terminology"

Wed Aug 12 12:28:04 2020 rev:22 rq:825872 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2020-08-05 
20:28:25.643068189 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new.3399/terminology.changes
2020-08-12 12:29:45.956191613 +0200
@@ -1,0 +2,7 @@
+Wed Aug 12 04:19:21 UTC 2020 - Simon Lees 
+
+- Update to 1.8.1
+  * Be stricter on which characters can be considered wide or not
+  * Apply change about hiding mouse pointer after idle timeout on all 
terminals 
+
+---
@@ -18 +25 @@
-Thu May 14 07:43:52 UTC 2020 - Simon Lees 
+Thu May 14 07:43:52 UTC 2020 - Simon Lees 

Old:

  terminology-1.8.0.tar.xz

New:

  terminology-1.8.1.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.QH5MxT/_old  2020-08-12 12:29:46.472191890 +0200
+++ /var/tmp/diff_new_pack.QH5MxT/_new  2020-08-12 12:29:46.476191893 +0200
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.8.0
+Version:1.8.1
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1

++ terminology-1.8.0.tar.xz -> terminology-1.8.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminology-1.8.0/.circleci/config.yml 
new/terminology-1.8.1/.circleci/config.yml
--- old/terminology-1.8.0/.circleci/config.yml  2020-07-26 17:17:50.0 
+0200
+++ new/terminology-1.8.1/.circleci/config.yml  2020-08-11 21:45:14.0 
+0200
@@ -1,26 +1,30 @@
-version: 2
+version: 2.1
 
 jobs:
   checkout_code:
 docker:
   - image: borisfaure/terminology-ci:latest
+shell: /bin/sh -leo pipefail
+environment:
+  - BASH_ENV: /etc/profile
 steps:
   - run: |
   cd /terminology
   git pull --ff-only
   if [ -n "$CIRCLE_PR_NUMBER" ]; then
   git fetch origin pull/$CIRCLE_PR_NUMBER/head
-  fi
-  if [ -n "$CIRCLE_SHA1" ]; then
-git reset --hard $CIRCLE_SHA1
   else
-git reset --hard origin/master
+  if [ -n "$CIRCLE_SHA1" ]; then
+git reset --hard $CIRCLE_SHA1
+  else
+git reset --hard origin/master
+  fi
   fi
   - save_cache:
   key: checkout-{{ .Environment.CIRCLE_SHA1 }}
   paths:
 - /terminology
-  build_minimal_gcc_efl-1.22:
+  build_minimal_gcc_efl-1_22:
 docker:
   - image: borisfaure/terminology-ci:latest
 steps:
@@ -37,7 +41,7 @@
 meson configure build
 cd build
 ninja -j4
-  build_minimal_gcc_efl-1.23:
+  build_minimal_gcc_efl-1_23:
 docker:
   - image: borisfaure/terminology-ci:latest
 steps:
@@ -57,6 +61,9 @@
   build_and_test_debug_gcc_efl_latest:
 docker:
   - image: borisfaure/terminology-ci:latest
+shell: /bin/sh -leo pipefail
+environment:
+  - BASH_ENV: /etc/profile
 steps:
   - restore_cache:
   key: checkout-{{ .Environment.CIRCLE_SHA1 }}
@@ -171,10 +178,10 @@
   build-and-deploy:
 jobs:
   - checkout_code
-  - build_minimal_gcc_efl-1.22:
+  - build_minimal_gcc_efl-1_22:
   requires:
 - checkout_code
-  - build_minimal_gcc_efl-1.23:
+  - build_minimal_gcc_efl-1_23:
   requires:
 - checkout_code
   - build_and_test_debug_gcc_efl_latest:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminology-1.8.0/.codecov.yml 
new/terminology-1.8.1/.codecov.yml
--- old/terminology-1.8.0/.codecov.yml  2020-07-26 17:17:50.0 +0200
+++ new/terminology-1.8.1/.codecov.yml  2020-08-11 21:45:14.0 +0200
@@ -1,3 +1,2 @@
 fixes:
-  - "../::"
   - "/terminology/::"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/terminology-1.8.0/ChangeLog 
new/terminology-1.8.1/ChangeLog
--- old/terminology-1.8.0/ChangeLog 2020-07-26 17:17:50.0 +0200
+++ new/terminology-1.8.1/ChangeLog 2020-08-11 21:45:14.0 +0200
@@ -1,3 +1,9 @@
+2020-08-11
+* Release v1.8.1
+* Be stricter on which characters can be considered wide or not
+* Apply change about hiding mouse pointer after idle time on all
+  terminals
+
 2020-07-26
 * Releas

commit terminology for openSUSE:Factory

2020-08-05 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2020-08-05 20:28:14

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


Package is "terminology"

Wed Aug  5 20:28:14 2020 rev:21 rq:824393 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2020-07-05 
01:12:38.907910632 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new.3592/terminology.changes
2020-08-05 20:28:25.643068189 +0200
@@ -1,0 +2,16 @@
+Tue Aug  4 08:01:14 UTC 2020 - Paolo Stivanin 
+
+- Update to 1.8.0
+  * Small framework to add unit tests
+  * Display tooltips on when hovering color descriptions
+  * Handle OSC 10/11 to change/get background and foreground colors
+  * Reworked build system for testing and fuzzing
+  * Use of switch-case constructs when home-made binary search was not
+efficient
+  * Support EFL 1-22 or newer only
+  * Larger list of word separators when doing word-selection
+  * Reworked the Settings panel to add one panel on Mouse interactions
+  * Handle Emoji characters as double-width, following Unicode 13.0
+  * Fix issues detected by UndefinedBehavior Sanitizer
+
+---

Old:

  terminology-1.7.0.tar.xz

New:

  terminology-1.8.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.j3Pnkc/_old  2020-08-05 20:28:26.395068581 +0200
+++ /var/tmp/diff_new_pack.j3Pnkc/_new  2020-08-05 20:28:26.395068581 +0200
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.7.0
+Version:1.8.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1

++ terminology-1.7.0.tar.xz -> terminology-1.8.0.tar.xz ++
 12300 lines of diff (skipped)




commit terminology for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2020-07-05 01:12:28

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


Package is "terminology"

Sun Jul  5 01:12:28 2020 rev:20 rq:808887 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2020-01-31 
23:59:17.839713990 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new.3060/terminology.changes
2020-07-05 01:12:38.907910632 +0200
@@ -1,0 +2,41 @@
+Thu May 14 07:43:52 UTC 2020 - Simon Lees 
+
+- Update to 1.7.0
+Additions:
+  * Terminology is packaged on the `snapstore` at 
https://snapcraft.io/terminology
+  * Add THEME.md, a documentation file on theming Terminology
+  * Drag tabs to reorder them
+  * Dragging tabs outside the tab bar can be used to create new splits
+or tabs
+  * Add Croatian translation
+  * Handle escape code used to display terminal program and version
+  * Set environment variables TERM_PROGRAM and TERM_PROGRAM_VERSION
+
+Improvements:
+  * Memory accounting of the backlogs. Seen under the Behavior tab on
+the Settings panel
+  * Handle escape codes to stack titles
+  * ''tyls'': add icon for ''flac'' files
+  * Update the mild-based themes to be on-par feature-wise with the
+default theme
+  * Tab selector shows background color
+  * Controls panel is hidden when creating new tab or split
+  * Enable Grouped Input from the Controls panel
+  * Show special icon on tab when using Grouped Input
+  * Add option to decide whether Grouped input goes to all tabs or only
+visible ones
+  * Improve email/links detection when surrounded with special
+characters
+  * Remove link underline when the link disappears
+  * Share translucent/opacity setting across all instances
+  * Use a default icon of each tab on the Settings toolbar
+  * Update French, German, Italian and Serbian translations
+
+Removals:
+  * Removed video settings
+
+Fixes:
+  * Handle invalid values on OSC escape codes
+  * Better handle reads and writes on EINTR/EAGAIN 
+
+---

Old:

  terminology-1.6.0.tar.xz

New:

  terminology-1.7.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.Kw63WM/_old  2020-07-05 01:12:40.519916133 +0200
+++ /var/tmp/diff_new_pack.Kw63WM/_new  2020-07-05 01:12:40.519916133 +0200
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1

++ terminology-1.6.0.tar.xz -> terminology-1.7.0.tar.xz ++
 59993 lines of diff (skipped)




commit terminology for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2020-01-31 23:58:16

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


Package is "terminology"

Fri Jan 31 23:58:16 2020 rev:19 rq:769093 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2019-08-22 
10:58:41.837648957 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new.26092/terminology.changes   
2020-01-31 23:59:17.839713990 +0100
@@ -1,0 +2,33 @@
+Fri Jan 31 17:01:31 UTC 2020 - Tomas Cech 
+
+- Update to 1.6.0
+  Additions:
+* Show title tab on splits, depending on configuration
+* Show tabs that had a bell rang and had not been focused
+* Add wizard on new configuration to set scaling
+* Add scale configuration in the Settings panel
+* Add Polish translation
+
+  Improvements:
+* Themes: make tab title readable based on theme default colors
+* Move the tab selector on the tab line
+* Be able to select and copy tabs
+* Better handle stalled unix socket when using one terminology with
+  multiple instances
+* Change typop behavior to queue files in case there are multiple files to
+  look at
+* Update Italian translation
+
+  Fixes:
+* Fix live selections in the scrollback
+* Fix unchecking "auto-hide cursor" not working
+* Fix memory leaks related to looking for links under the mouse
+* Ensure Terminology compiles with EFL-1.20
+* Fix link detection over spaces
+* Fix tab selector no longer taking into account the new destination
+* Fix crash when using typop with multiple files
+* No longer set environment variable DESKTOP_STARTUP_ID as it may no
+  longer be accurate
+* Allow tabs to be pasted
+
+---

Old:

  terminology-1.5.0.tar.xz

New:

  terminology-1.6.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.2xa65l/_old  2020-01-31 23:59:18.799714488 +0100
+++ /var/tmp/diff_new_pack.2xa65l/_new  2020-01-31 23:59:18.803714490 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# 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
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.5.0
+Version:1.6.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1

++ terminology-1.5.0.tar.xz -> terminology-1.6.0.tar.xz ++
 8559 lines of diff (skipped)




commit terminology for openSUSE:Factory

2019-08-22 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2019-08-22 10:58:27

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


Package is "terminology"

Thu Aug 22 10:58:27 2019 rev:18 rq:725171 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2019-06-01 
09:47:46.571359592 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new.22127/terminology.changes   
2019-08-22 10:58:41.837648957 +0200
@@ -1,0 +2,14 @@
+Thu Aug 22 01:25:07 UTC 2019 - Aaron Stern 
+
+- Update to 1.5.0
+  * Handle emoji has double-width character, introduced in Unicode 9.0.
+  * Add option "Treat Emojis as double-width characters", on by default.
+  * Hide cursor when idle, with parameter to set idle time
+  * Add papercolor theme
+  * Themes can now set background color through a color-class
+  * Handle OSC-11 to report background color
+  * Update Italian and French translations
+  * Fix initial window size hints
+  * Fix focus issues
+  
+---

Old:

  terminology-1.4.1.tar.xz

New:

  terminology-1.5.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.ArjwZj/_old  2019-08-22 10:58:43.649648714 +0200
+++ /var/tmp/diff_new_pack.ArjwZj/_new  2019-08-22 10:58:43.653648714 +0200
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.4.1
+Version:1.5.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1

++ terminology-1.4.1.tar.xz -> terminology-1.5.0.tar.xz ++
 5717 lines of diff (skipped)




commit terminology for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2019-06-01 09:47:44

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


Package is "terminology"

Sat Jun  1 09:47:44 2019 rev:17 rq:705884 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2018-06-29 
22:29:48.914328224 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new.5148/terminology.changes
2019-06-01 09:47:46.571359592 +0200
@@ -1,0 +2,40 @@
+Tue May 28 09:14:10 UTC 2019 - Tomas Cech 
+
+- Update to 1.4.1:
+  * Decode pasted string as UTF-8, fixing some characters being skipped
+  * Fix theme to ensure default size is 80x24
+  * Fix focus disappearing after going to Settings and back
+
+  * Release v1.4.0
+  * Add Continuous Integration on every push to the git repository
+  * Add a test framework on escape code parsing and interpreting
+  * Add more than 120 test files
+  * Add support, along with tests, for the following escape codes: DSR-DIR,
+DSR-KBD, DSR-MSR, DSR-DECCKSR, DSR-OS, DSR-PP, DSR-UDK, DECSCLM, DECBI,
+DECFI, DECSACE, DECRARA, DECCRARA, DECIC, DECDC, DECCRA, DECST8C, DA3,
+DECSWBV
+  * Add finer configuration on whether to activate links
+  * Set environment variable WINDOWID
+  * Selections only disappear if the underlaying content changes
+  * When pasting a buffer, skip control characters as a security measure
+  * Fixes, along with tests, on handling the following escape codes: VPR,
+DECERA, DECFRA, DSR-CPR, DCH, DECALN, DECAWM, IL, DL
+  * Fixes, along with tests, on mouse reporting
+  * Fixes on issues spotted by Coverity
+
+  * Release v1.3.2
+  * Clicking on links works again
+
+  * Release v1.3.1
+  * Add manpages on Terminology's helpers
+  * Do not popup unknown media types (security issue)
+  * Right-click on hyperlinks no longer crashes
+
+  * Release v1.3.0
+  * Hyperlink escape code support
+  * Optimize escape code parsing by improving cell copies
+  * Fix issues about settings panel
+  * Do not pass input when tab selector is up
+  * Escape code fixes
+
+---

Old:

  terminology-1.2.1.tar.xz

New:

  terminology-1.4.1.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.HNQUkF/_old  2019-06-01 09:47:47.179359384 +0200
+++ /var/tmp/diff_new_pack.HNQUkF/_new  2019-06-01 09:47:47.183359383 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,7 +23,7 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.2.1
+Version:1.4.1
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1
@@ -117,23 +117,6 @@
 %install
 %meson_install
 
-# convert icons to hicolor
-_file=%{buildroot}%{_datadir}/icons/%{name}.png
-_width=$(identify -format %w $_file)
-_height=$(identify -format %h $_file)
-if [ "$_width" -eq $_height ]; then
-ls %{_datadir}/icons/hicolor | grep '[0-9]x[0-9]' | sort -n | while read 
_size; do
-  if [ "$_width" -ge ${_size%x*} ]; then
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${_size}/apps
-convert -strip \
-  $_file -resize $_size \
-  %{buildroot}%{_datadir}/icons/hicolor/${_size}/apps/${_file##*/}
-  fi
-done
-else
-install -Dm0644 $_file %{buildroot}%{_datadir}/pixmaps/${_file##*/}
-fi
-rm %{buildroot}%{_datadir}/icons/%{name}.png
 sed -i 's/.png[[:blank:]]*$//' 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 # make 2 copys of default for branding
@@ -164,7 +147,8 @@
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.??g
-%{_mandir}/man?/terminology.?.?z
+%{_mandir}/man?/terminology*.?z
+%{_mandir}/man?/ty*.?z
 %exclude %{_datadir}/%{name}/themes/*
 
 %files theme-upstream

++ terminology-1.2.1.tar.xz -> terminology-1.4.1.tar.xz ++
 28918 lines of diff (skipped)




commit terminology for openSUSE:Factory

2018-06-29 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2018-06-29 22:29:48

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


Package is "terminology"

Fri Jun 29 22:29:48 2018 rev:16 rq:617836 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2017-10-06 
11:05:21.144083816 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2018-06-29 22:29:48.914328224 +0200
@@ -1,0 +2,25 @@
+Thu May 17 17:58:33 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.2.1:
+  * Fix focus issues when input was not registering
+  * User-defined tab titles stay even when terminal wants change it
+  * Themes no longer have glow effect when unfocused
+- Change in 1.2.0:
+  * New build system based on Meson
+  * Add Nord theme
+  * Add tysend tool and support escapes for sending single files
+  * Grouped input support with Alt+g and Alt+Shift+g
+  * Different cursor shapes: block (default), underline and bar
+  * Support REP (Repeat preceding character) escape code
+  * Support HPA (Horizontal Position Absolute) escape code
+  * Support encircled escape code (SGR 52)
+  * Support DECSCUSR (changing cursor shape)
+  * When grabbing images through gravatar, use https
+  * Shine level is configurable
+  * Support EFL 1.20 or newer only
+  * Approximate true-colors
+- Swith to meson
+- Replace category defined in the .desktop file
+- Spec file cleanup
+
+---

Old:

  terminology-1.1.1.tar.xz

New:

  terminology-1.2.1.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.tWIg1K/_old  2018-06-29 22:29:49.358327886 +0200
+++ /var/tmp/diff_new_pack.tWIg1K/_new  2018-06-29 22:29:49.362327883 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# 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
@@ -16,8 +16,6 @@
 #
 
 
-# git builds from X11:Enlightenment:Nightly need autoreconf
-%define _git %(tar -atf %{_sourcedir}/%{name}-*.tar.?z 2> /dev/null | grep -q 
-m1 'configure$' || echo 1)
 %define e_branding_package %(rpm -q --qf '%%{name}' --whatprovides 
enlightenment-branding)
 %if 0%{?suse_version} && 0%{?is_opensuse}
 %define e_branding_version %(rpm -q --qf '%%{version}' %{e_branding_package})
@@ -25,18 +23,16 @@
 %define e_branding_version 0.1
 %endif
 Name:   terminology
-Version:1.1.1
+Version:1.2.1
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause AND OFL-1.1
 Group:  System/X11/Terminals
-Url:http://enlightenment.org
+URL:http://enlightenment.org
 Source: 
https://download.enlightenment.org/rel/apps/terminology/%{name}-%{version}.tar.xz
 BuildRequires:  ImageMagick
-BuildRequires:  autoconf >= 2.5
-BuildRequires:  automake
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libtool
+BuildRequires:  meson >= 0.40.1
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(ecore-evas)
@@ -114,21 +110,12 @@
 
 %build
 export ECORE_NO_SYSTEM_MODULES=1
-export CFLAGS="%{optflags} -g"
-%if 0%{?_git}
-NOCONFIGURE=yes ./autogen.sh
-automake --add-missing
-%endif
-
-%{!?mageia:%configure} \
-%{?mageia:%{configure2_5x}} \
---disable-static \
---disable-silent-rules
-make %{?_smp_mflags}
+export CFLAGS="%{optflags} %{?mageia:-g}"
+%meson
+%meson_build
 
 %install
-export ECORE_NO_SYSTEM_MODULES=1
-%make_install
+%meson_install
 
 # convert icons to hicolor
 _file=%{buildroot}%{_datadir}/icons/%{name}.png
@@ -154,7 +141,7 @@
 
 %find_lang %{name}
 %if 0%{?suse_version}
-%suse_update_desktop_file -r %{name} Enlightenment TerminalEmulator
+%suse_update_desktop_file -r %{name} Enlightenment System TerminalEmulator
 %fdupes %{buildroot}/%{_datadir}
 %endif
 
@@ -171,7 +158,7 @@
 %{?suse_version:%files}
 %{!?suse_version:%files -f %{name}.lang}
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS COPYING ChangeLog NEWS README*
 %{_bindir}/%{name}
 %{_bindir}/ty*
 %{_datadir}/%{name}/

++ terminology-1.1.1.tar.xz -> terminology-1.2.1.tar.xz ++
 80199 lines of diff (skipped)




commit terminology for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2017-10-06 11:05:17

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


Package is "terminology"

Fri Oct  6 11:05:17 2017 rev:15 rq:531969 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2017-02-03 
20:03:12.846351665 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2017-10-06 11:05:21.144083816 +0200
@@ -1,0 +2,54 @@
+Mon Oct  2 16:32:43 UTC 2017 - avvi...@yandex.by
+
+- Update to 1.1.1:
+  * Fix issues with bottom margins
+  * No longer add spurious newlines in selections in the backlog
+  * No longer add space when running command from -e option
+  * Fix -T option to set the title of the window
+
+---
+Fri Sep 22 11:39:05 UTC 2017 - avvi...@yandex.by
+
+- Fix empty debug files on Mageia (add the -g flag)
+
+---
+Thu Sep 21 21:09:15 UTC 2017 - avvi...@yandex.by
+
+- Add _git macro
+- Use autogen.sh instead of autoreconf
+- Auto-convert icons to hicolor
+- Add package with translations
+- Replace categories defined
+- Add macros: _git, e_branding_version ,icon_theme_cache_post{un},
+  desktop_database_post{un}
+- Add files: AUTHORS ChangeLog NEWS
+- Refresh the list of files
+- Fix build on: SLE, Fedora, Mageia
+- Spec file cleanup
+
+---
+Wed Aug 23 00:26:53 UTC 2017 - sfl...@suse.de
+
+- Update to 1.1.0
+  * Additions:
+* Double-click on tab title to change it
+* Add option to disable focus-in/out animations and visuals
+* Add option to set current window size as default.
+* Support Right/Left Margins
+* Support for the DECERA/DECFRA escape codes
+* Move cursor to position on Click+Alt
+* Add bindings (Alt+Up/Down/Left/Right) to move around panes
+  * Improvements:
+* Fallback to ~ or / when creating new terminal if current directory
+is not available
+* Support only efl >= 1.8.0
+* Harden escape codes decoding
+* Update all terms of a window when changing font (name or size)
+* Remove teamwork feature
+  * Fixes:
+* Correctly handle the DECOM, DECSTBM, DECSLRM escape codes
+* Fix crash when resizing and there are tabs in content
+* Fix mouse motion and mouse button reporting
+* Set window sizing to 1px-step when having visible tabs
+
+---

Old:

  terminology-1.0.0.tar.xz

New:

  terminology-1.1.1.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.aOFf7w/_old  2017-10-06 11:05:21.995954971 +0200
+++ /var/tmp/diff_new_pack.aOFf7w/_new  2017-10-06 11:05:21.995954971 +0200
@@ -16,14 +16,28 @@
 #
 
 
+# git builds from X11:Enlightenment:Nightly need autoreconf
+%define _git %(tar -atf %{_sourcedir}/%{name}-*.tar.?z 2> /dev/null | grep -q 
-m1 'configure$' || echo 1)
+%define e_branding_package %(rpm -q --qf '%%{name}' --whatprovides 
enlightenment-branding)
+%if 0%{?suse_version} && 0%{?is_opensuse}
+%define e_branding_version %(rpm -q --qf '%%{version}' %{e_branding_package})
+%else
+%define e_branding_version 0.1
+%endif
 Name:   terminology
-Version:1.0.0
+Version:1.1.1
 Release:0
 Summary:EFL based terminal emulator
-License:BSD-2-Clause and OFL-1.1
+License:BSD-2-Clause AND OFL-1.1
 Group:  System/X11/Terminals
 Url:http://enlightenment.org
-Source: %{name}-%{version}.tar.xz
+Source: 
https://download.enlightenment.org/rel/apps/terminology/%{name}-%{version}.tar.xz
+BuildRequires:  ImageMagick
+BuildRequires:  autoconf >= 2.5
+BuildRequires:  automake
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(ecore-evas)
 BuildRequires:  pkgconfig(ecore-file)
@@ -43,93 +57,140 @@
 Requires:   elementary >= 1.8.0
 # provides default.edj
 Requires:   terminology-theme-dft
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Recommends: %{name}-lang
+Conflicts:  evas-generic-loaders < 1.8.0
 %if 0%{?suse_version}
+Recommends: evas-generic-loaders >= 1.8.0
 Recommends: terminology-theme-dark
 Recommends: terminology-theme-misc
 Recommends: terminology-theme-openSUSE
 Recommends: terminology-theme-openSUSE-oliveleaf
-Recommends: evas-generic-loaders >= 1.8.0
 %endif
-Conflicts:  evas-generic-loaders < 1.8.0
 %if 0%{?suse_version}
 BuildRequ

commit terminology for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2017-01-28 11:07:40

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2015-10-22 
12:58:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2017-02-03 20:03:12.846351665 +0100
@@ -1,0 +2,23 @@
+Thu Jan 26 10:06:37 UTC 2017 - sleep_wal...@opensuse.org
+
+- bump to 1.0.0
+   Changes since 0.9.1:
+Additions:
+ * Bold/Italic support (on by default)
+Improvement:
+ * Add keybinding shift+home to go to the top of the backlog
+ * Add keybinding shift+end to reset scroll
+ * Add keybinding shift+left/right to switch between tabs
+ * Add keybinding ctrl+alt+t to change terminal's title
+ * Add ability to copy links on right-click menu
+ * Font size can be changed by escape sequence
+ * Rewrite link detection to be more efficient
+ * Sanitize SHELL environment variable when using it
+Fixes:
+ * Fix selections
+ * Fixes about escape sequences managing tabs
+ * Many fixes
+
+- suppress errors in build log when edje_cc tries to reach DBus
+
+---

Old:

  terminology-0.9.1.tar.xz

New:

  terminology-1.0.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.0KhZ9i/_old  2017-02-03 20:03:13.470263846 +0100
+++ /var/tmp/diff_new_pack.0KhZ9i/_new  2017-02-03 20:03:13.474263283 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   terminology
-Version:0.9.1
+Version:1.0.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1
@@ -90,10 +90,12 @@
 %setup -q
 
 %build
+export ECORE_NO_SYSTEM_MODULES=1
 %configure --disable-silent-rules --disable-static
 make %{?_smp_mflags}
 
 %install
+export ECORE_NO_SYSTEM_MODULES=1
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name}
 sed -i 's/.png[[:blank:]]*$//' 
%{buildroot}%{_datadir}/applications/terminology.desktop

++ terminology-0.9.1.tar.xz -> terminology-1.0.0.tar.xz ++
 28287 lines of diff (skipped)




commit terminology for openSUSE:Factory

2015-10-22 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2015-10-22 12:58:37

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2015-09-24 
06:16:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2015-10-22 12:58:47.0 +0200
@@ -1,0 +2,12 @@
+Thu Oct  1 09:58:41 UTC 2015 - sleep_wal...@opensuse.org
+
+- bump to 0.9.1
+   Changes since 0.9.0:
+Improvement:
+ * Handle Ctrl-[2-8] when tab key bindings are removed
+Fixes:
+ * Fix resizing issue
+ * Fix solarized theme
+- handle lang files correctly
+
+---

Old:

  terminology-0.9.0.tar.xz

New:

  terminology-0.9.1.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.KgfnCq/_old  2015-10-22 12:58:47.0 +0200
+++ /var/tmp/diff_new_pack.KgfnCq/_new  2015-10-22 12:58:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terminology
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1
@@ -95,6 +95,7 @@
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%find_lang %{name}
 sed -i 's/.png[[:blank:]]*$//' 
%{buildroot}%{_datadir}/applications/terminology.desktop
 %if 0%{?suse_version}
 %suse_update_desktop_file terminology TerminalEmulator
@@ -104,13 +105,12 @@
 # make 2 copys of default for branding
 cp %{buildroot}%{_datadir}/terminology/themes/default.edj 
%{buildroot}%{_datadir}/terminology/themes/dark.edj
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc README COPYING
 %{_bindir}/terminology
 %{_bindir}/ty*
 %{_datadir}/applications/terminology.desktop
-%{_datadir}/locale/*
 %{_datadir}/pixmaps/terminology.png
 %{_datadir}/terminology
 %exclude %{_datadir}/terminology/themes/*

++ terminology-0.9.0.tar.xz -> terminology-0.9.1.tar.xz ++
 3289 lines of diff (skipped)




commit terminology for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2015-09-24 06:15:46

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2015-04-07 
09:30:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2015-09-24 06:16:14.0 +0200
@@ -1,0 +2,20 @@
+Tue Sep 15 06:00:44 UTC 2015 - si...@simotek.net
+
+- bump to 1.15.1
+Right-click on selection to be able to copy/open it
+Add key binding to fullscreen Terminology
+Add meta/hyper to key bindings
+Add option to always show miniview
+Add option to disable terminology escape codes
+Add -a option to tyls to display hidden files
+tybg without arguments restores the default wallpaper
+Escape closes media popup
+Terminology works on solaris
+Font selector now displays previews with current theme colors
+Try to get mime type when displaying URLs
+Do not use : as word separator but trim it from word selections
+Improved resizing handling
+Various bug fixes
+
+
+---

Old:

  terminology-0.8.0.tar.xz

New:

  terminology-0.9.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.gayheY/_old  2015-09-24 06:16:15.0 +0200
+++ /var/tmp/diff_new_pack.gayheY/_new  2015-09-24 06:16:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terminology
-Version:0.8.0
+Version:0.9.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1

++ terminology-0.8.0.tar.xz -> terminology-0.9.0.tar.xz ++
 24582 lines of diff (skipped)




commit terminology for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2015-04-07 09:30:08

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2014-10-24 
10:48:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2015-04-07 09:30:25.0 +0200
@@ -1,0 +2,26 @@
+Mon Apr  6 18:04:00 UTC 2015 - sleep_wal...@suse.cz
+
+- don't require evas-generic-loaders, it's not required for run,
+  recommend it instead
+
+---
+Fri Feb 20 22:37:45 UTC 2015 - si...@simotek.net
+
+- Some tidy ups while packaging rage
+   * Should require emotion-generic-players
+   * require efl 1.12 or later
+
+---
+Mon Feb 16 01:15:58 UTC 2015 - si...@simotek.net
+
+- bump to 0.8.0
+Add a visual tab bar
+Gravatar support
+Add xterm "notification" support
+Display pre-edit text when composing
+Selection improvements
+Updated translations
+Various bug fixes
+
+
+---

Old:

  terminology-0.7.0.tar.gz

New:

  terminology-0.8.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.jLmRas/_old  2015-04-07 09:30:26.0 +0200
+++ /var/tmp/diff_new_pack.jLmRas/_new  2015-04-07 09:30:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:   terminology
-Version:0.7.0
+Version:0.8.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1
 Group:  System/X11/Terminals
 Url:http://enlightenment.org
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(ecore-evas)
 BuildRequires:  pkgconfig(ecore-file)
@@ -41,7 +41,6 @@
 BuildRequires:  pkgconfig(evas)
 Requires:   efl
 Requires:   elementary >= 1.8.0
-Requires:   evas-generic-loaders >= 1.8.0
 # provides default.edj
 Requires:   terminology-theme-dft
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,7 +49,9 @@
 Recommends: terminology-theme-misc
 Recommends: terminology-theme-openSUSE
 Recommends: terminology-theme-openSUSE-oliveleaf
+Recommends: evas-generic-loaders >= 1.8.0
 %endif
+Conflicts:  evas-generic-loaders < 1.8.0
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files




commit terminology for openSUSE:Factory

2014-10-24 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2014-10-24 10:48:12

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2014-07-24 
01:22:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2014-10-24 10:48:25.0 +0200
@@ -1,0 +2,30 @@
+Sun Oct 19 01:01:40 UTC 2014 - si...@simotek.net
+
+- Fix build by shipping locale files.
+
+---
+Mon Oct 13 07:29:33 UTC 2014 - sleep_wal...@suse.cz
+
+- bump to 0.7.0
+  Changes since 0.6.1:
+  
+
+  Additions:
+* Internationalization and Localization support
+* Options -s/--split to start terminology with multiple splits
+* Configurable key bindings
+* Add a panel to launch elementary_config
+
+  Improvements:
+* Opacity level can be configured in translucent mode
+* Miniview: add position indicator
+* Improve media controls
+* Use a scalable font on default configuration
+* Usual round of improvements on terminal compatibility
+
+  Fixes:
+* Fix issue with mute option
+* Various bug fixes
+
+
+---

Old:

  terminology-0.6.1.tar.gz

New:

  terminology-0.7.0.tar.gz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.TrTzCt/_old  2014-10-24 10:48:26.0 +0200
+++ /var/tmp/diff_new_pack.TrTzCt/_new  2014-10-24 10:48:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   terminology
-Version:0.6.1
+Version:0.7.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1
@@ -49,6 +49,7 @@
 Recommends: terminology-theme-dark
 Recommends: terminology-theme-misc
 Recommends: terminology-theme-openSUSE
+Recommends: terminology-theme-openSUSE-oliveleaf
 %endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -108,6 +109,7 @@
 %{_bindir}/terminology
 %{_bindir}/ty*
 %{_datadir}/applications/terminology.desktop
+%{_datadir}/locale/*
 %{_datadir}/pixmaps/terminology.png
 %{_datadir}/terminology
 %exclude %{_datadir}/terminology/themes/*

++ terminology-0.6.1.tar.gz -> terminology-0.7.0.tar.gz ++
 43507 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit terminology for openSUSE:Factory

2014-07-23 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2014-07-23 22:06:47

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2014-03-11 
17:28:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2014-07-24 01:22:17.0 +0200
@@ -1,0 +2,49 @@
+Thu Jul  3 21:35:04 UTC 2014 - sleep_wal...@suse.cz
+
+- bump to 0.6.1
+  Changes since 0.6.0:
+  
+
+  Additions:
+* Add .tga images to recognized files
+
+  Improvements:
+* Reduced power consumption
+
+  Fixes:
+* Fix issues with the teamwork modules and popups
+
+
+---
+Wed Jul  2 22:20:00 UTC 2014 - sleep_wal...@suse.cz
+
+- bump to 0.6.0
+  Changes since 0.5.1:
+  
+
+  Additions:
+* Make term switching cyclic
+* Add Mouse-Over focus
+* Fraktur support
+* Add option whether to detect links
+* Add option to disable the sound of the bell
+* Add new themes: Nyanology and smyck
+* Add miniview feature
+
+  Improvements:
+* Improve terminal compatibility
+* Improve font selector to be able to select different font styles
+* Support rotation metadata on media files
+
+  Fixes:
+* Various bug fixes
+
+---
+Sun May 18 19:24:34 UTC 2014 - sleep_wal...@suse.cz
+
+- bump to 0.5.1
+  Fixes:
+* Make terminology compatible with upcoming efl/elm 1.10
+* Fix disappearing prompt on resize
+
+---

Old:

  terminology-0.5.0.tar.bz2

New:

  terminology-0.6.1.tar.gz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.OVPIBA/_old  2014-07-24 01:22:18.0 +0200
+++ /var/tmp/diff_new_pack.OVPIBA/_new  2014-07-24 01:22:18.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   terminology
-Version:0.5.0
+Version:0.6.1
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1
 Group:  System/X11/Terminals
 Url:http://enlightenment.org
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(ecore-evas)
 BuildRequires:  pkgconfig(ecore-file)
@@ -46,9 +46,9 @@
 Requires:   terminology-theme-dft
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
-Recommends: terminology-theme-openSUSE
-Recommends: terminology-theme-misc
 Recommends: terminology-theme-dark
+Recommends: terminology-theme-misc
+Recommends: terminology-theme-openSUSE
 %endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -121,7 +121,7 @@
 %defattr(-, root, root)
 %{_datadir}/terminology/themes/dark.edj
 
-%files -n terminology-theme-dark
+%files -n terminology-theme-misc
 %defattr(-, root, root)
 %{_datadir}/terminology/themes/*
 %exclude %{_datadir}/terminology/themes/dark.edj

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit terminology for openSUSE:Factory

2014-03-11 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2014-03-11 17:28:30

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2014-02-24 
10:58:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2014-03-11 17:28:31.0 +0100
@@ -1,0 +2,22 @@
+Sun Mar  9 21:36:46 UTC 2014 - sleep_wal...@suse.cz
+
+- bump to 0.5.0
+  Additions:
+* Color settings panel
+* Wallpaper settings panel
+* Load themes from ~/.config/terminology/themes/
+* Add a new theme: base16_ocean_dark
+
+  Improvements:
+* Better default configuration
+* Improve terminal compatibility
+
+  Fixes:
+* Many bugs fixes
+
+---
+Tue Mar  4 18:38:27 UTC 2014 - sleep_wal...@suse.cz
+
+- explicitly require efl (to get engine modules)
+
+---

Old:

  terminology-0.4.0.tar.bz2

New:

  terminology-0.5.0.tar.bz2



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.ivOncL/_old  2014-03-11 17:28:31.0 +0100
+++ /var/tmp/diff_new_pack.ivOncL/_new  2014-03-11 17:28:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   terminology
-Version:0.4.0
+Version:0.5.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1
@@ -39,6 +39,7 @@
 BuildRequires:  pkgconfig(emotion)
 BuildRequires:  pkgconfig(ethumb_client)
 BuildRequires:  pkgconfig(evas)
+Requires:   efl
 Requires:   elementary >= 1.8.0
 Requires:   evas-generic-loaders >= 1.8.0
 # provides default.edj

++ terminology-0.4.0.tar.bz2 -> terminology-0.5.0.tar.bz2 ++
 6467 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit terminology for openSUSE:Factory

2014-02-24 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2014-02-24 10:58:57

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2013-11-01 
14:39:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2014-02-24 10:58:58.0 +0100
@@ -1,0 +2,43 @@
+Wed Feb 19 12:19:39 UTC 2014 - si...@simotek.net
+
+- upstream theme that provides terminology-theme-dft now conflicts with
+  other providers
+
+---
+Tue Dec 24 03:25:13 UTC 2013 - si...@simotek.net
+
+- Split themes into separate packages as terminology-theme-openSUSE
+  can provide default.edj
+
+---
+Thu Dec 19 18:58:37 UTC 2013 - sleep_wal...@suse.cz
+
+- use Recommends only for *SUSE as that is SUSE specific RPM spec tag
+
+---
+Mon Dec 16 23:56:43 UTC 2013 - sleep_wal...@suse.cz
+
+- change to use pkgconfig dependencies
+- beautify spec a bit
+
+---
+Sat Dec  7 21:13:01 UTC 2013 - si...@simotek.net
+
+- Version 0.4.0 Release
+   * compress backscroll
+* add audio keyboard
+* text reflow
+* full 256-colors support
+* improve terminal compatibility
+* improve selection
+* add a man page
+* add option to set geometry on start
+* be able to inline edje objects
+* bug fixes
+
+---
+Sat Nov 30 23:33:43 UTC 2013 - si...@simotek.net
+
+- Updated to 0.4.0-alpha4
+
+---

Old:

  terminology-0.3.0.tar.bz2

New:

  terminology-0.4.0.tar.bz2



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.9qX5vz/_old  2014-02-24 10:58:59.0 +0100
+++ /var/tmp/diff_new_pack.9qX5vz/_new  2014-02-24 10:58:59.0 +0100
@@ -17,31 +17,72 @@
 
 
 Name:   terminology
-Version:0.3.0
+Version:0.4.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1
 Group:  System/X11/Terminals
 Url:http://enlightenment.org
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  ecore-devel
-BuildRequires:  edje-devel
-BuildRequires:  eet-devel
-BuildRequires:  efreet-devel
-BuildRequires:  eina-devel
-BuildRequires:  elementary-devel >= 1.6.99
-BuildRequires:  evas-devel
+BuildRequires:  pkgconfig(ecore)
+BuildRequires:  pkgconfig(ecore-evas)
+BuildRequires:  pkgconfig(ecore-file)
+BuildRequires:  pkgconfig(ecore-imf)
+BuildRequires:  pkgconfig(ecore-imf-evas)
+BuildRequires:  pkgconfig(ecore-input)
+BuildRequires:  pkgconfig(ecore-ipc)
+BuildRequires:  pkgconfig(edje)
+BuildRequires:  pkgconfig(eet)
+BuildRequires:  pkgconfig(efreet)
+BuildRequires:  pkgconfig(eina)
+BuildRequires:  pkgconfig(elementary) >= 1.8.0
+BuildRequires:  pkgconfig(emotion)
+BuildRequires:  pkgconfig(ethumb_client)
+BuildRequires:  pkgconfig(evas)
+Requires:   elementary >= 1.8.0
+Requires:   evas-generic-loaders >= 1.8.0
+# provides default.edj
+Requires:  terminology-theme-dft
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}
+Recommends: terminology-theme-openSUSE
+Recommends:terminology-theme-misc
+Recommends:terminology-theme-dark
+%endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   elementary >= 1.7.0
-Recommends:terminology-theme-openSUSE
 
 %description
 Fast and lightweight terminal emulator using EFL libraries.
 
+%package -n terminology-theme-upstream
+Summary:Default Enlightenment theme 
+Group:  System/X11/Terminals
+Provides:   terminology-theme = 0.1
+Provides:   terminology-theme-dft
+Conflicts: otherproviders(terminology-theme-dft)
+
+%description  -n terminology-theme-upstream
+For use with upstream branding, when using openSUSE themes, when using 
openSUSE themes Use the Dark theme instead
+
+%package -n terminology-theme-dark
+Summary:Default terminology theme(Dark)
+Group:  System/X11/Terminals
+Provides:   terminology-theme
+
+%description  -n terminology-theme-dark
+The default theme for terminology install when using openSUSE branding
+
+%package

commit terminology for openSUSE:Factory

2013-11-01 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2013-11-01 14:39:08

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


Package is "terminology"

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2013-04-03 
23:46:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2013-11-01 14:39:09.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 31 01:20:42 UTC 2013 - si...@simotek.net
+
+- Recommends new terminology-theme-openSUSE
+
+---



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.dkiMC7/_old  2013-11-01 14:39:10.0 +0100
+++ /var/tmp/diff_new_pack.dkiMC7/_new  2013-11-01 14:39:10.0 +0100
@@ -37,6 +37,7 @@
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   elementary >= 1.7.0
+Recommends:terminology-theme-openSUSE
 
 %description
 Fast and lightweight terminal emulator using EFL libraries.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit terminology for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2013-04-03 23:46:48

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


Package is "terminology", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2013-01-14 
22:26:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2013-04-03 23:46:50.0 +0200
@@ -1,0 +2,6 @@
+Tue Mar 26 10:52:18 UTC 2013 - sleep_wal...@suse.cz
+
+- bump to 0.3.0
+- remove dont-print-all.patch as it is already in new version
+
+---

Old:

  dont-print-all.patch
  terminology-0.2.0.tar.bz2

New:

  terminology-0.3.0.tar.bz2



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.sE2ooP/_old  2013-04-03 23:46:51.0 +0200
+++ /var/tmp/diff_new_pack.sE2ooP/_new  2013-04-03 23:46:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   terminology
-Version:0.2.0
+Version:0.3.0
 Release:0
-License:BSD-2-Clause and OFL-1.1
 Summary:EFL based terminal emulator
-Url:http://enlightenment.org
+License:BSD-2-Clause and OFL-1.1
 Group:  System/X11/Terminals
+Url:http://enlightenment.org
 Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM dont-print-all.patch si...@simotek.net -- remove for 
0.3.0 commit 81013 stops everything being printed to .xsession-errors
-Patch0: dont-print-all.patch
 BuildRequires:  ecore-devel
 BuildRequires:  edje-devel
 BuildRequires:  eet-devel
@@ -44,7 +43,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 %configure --disable-silent-rules --disable-static
@@ -62,11 +60,11 @@
 %clean
 %{?buildroot:rm -rf %{buildroot}}
 
-
 %files
 %defattr(-,root,root)
 %doc README COPYING
 %{_bindir}/terminology
+%{_bindir}/ty*
 %{_datadir}/applications/terminology.desktop
 %{_datadir}/pixmaps/terminology.png
 %{_datadir}/terminology

++ terminology-0.2.0.tar.bz2 -> terminology-0.3.0.tar.bz2 ++
 16432 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit terminology for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2013-01-14 22:26:40

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


Package is "terminology", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2013-01-14 22:26:43.0 +0100
@@ -0,0 +1,66 @@
+---
+Sat Jan 12 11:47:06 UTC 2013 - sleep_wal...@suse.cz
+
+- remove terminology.desktop from tracking as the original is used again
+
+---
+Thu Jan 10 23:07:32 UTC 2013 - sleep_wal...@suse.cz
+
+- remove unused mandriva-mkstemps.patch from tracking
+
+---
+Thu Jan 10 21:15:59 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-2-Clause and OFL-1.1
+
+
+---
+Tue Jan  8 22:16:31 UTC 2013 - sleep_wal...@suse.cz
+
+- remove autoupdate entries from changelog
+- add tag to patch
+
+---
+Thu Dec 27 22:54:23 UTC 2012 - si...@simotek.net
+
+- added dont-print-all.patch
+  required until 0.3.0 stops printing every debug statement tio
+  .xsession-errors
+
+---
+Sat Dec 15 12:04:28 UTC 2012 - sleep_wal...@suse.cz
+
+- fix license
+- remove duplicates for SUSEs
+- remove patch which reached upstream (mandriva-mkstemps.patch)
+- fix URL
+- update to 0.2.0 containing a lot of fixes
+
+---
+Sun Dec  2 00:43:29 UTC 2012 - sleep_wal...@suse.cz
+
+- mandriva-mkstemps.patch:
+  use mkstemps only if available
+
+---
+Mon Nov  5 11:15:34 UTC 2012 - sleep_wal...@suse.cz
+
+- add desktop handling code
+- disable silent rules
+- spec cleanup
+
+---
+Sat Jun 16 16:33:29 UTC 2012 - sleep_wal...@suse.cz
+
+- fix git URL for auto updates
+
+---
+Fri Jun 15 16:05:09 UTC 2012 - sleep_wal...@suse.cz
+
+- let the terminology build against openSUSE_12.1
+
+---
+Fri Jun 15 15:10:28 UTC 2012 - sleep_wal...@suse.cz
+
+- let there be terminology
+

New:

  dont-print-all.patch
  terminology-0.2.0.tar.bz2
  terminology.changes
  terminology.spec



Other differences:
--
++ terminology.spec ++
#
# spec file for package terminology
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:   terminology
Version:0.2.0
Release:0
License:BSD-2-Clause and OFL-1.1
Summary:EFL based terminal emulator
Url:http://enlightenment.org
Group:  System/X11/Terminals
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM dont-print-all.patch si...@simotek.net -- remove for 0.3.0 
commit 81013 stops everything being printed to .xsession-errors
Patch0: dont-print-all.patch
BuildRequires:  ecore-devel
BuildRequires:  edje-devel
BuildRequires:  eet-devel
BuildRequires:  efreet-devel
BuildRequires:  eina-devel
BuildRequires:  elementary-devel >= 1.6.99
BuildRequires:  evas-devel
%if 0%{?suse_version}
BuildRequires:  fdupes
BuildRequires:  update-desktop-files
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Requires:   elementary >= 1.7.0

%description
Fast and lightweight terminal emulator using EFL libraries.

%prep
%setup -q
%patch0

%build
%configure --disable-silent-rules --disable-static
make %{?_smp_mflags}

%install
%makeinstall
sed -i 's/.png[[:blank:]]*$//' 
%{buildroot}%{_datadir}/applications/terminology.desktop
%if 0%{?suse_version}
%suse_update_desktop_file terminology TerminalEmulator
%fdupes %{buildro