commit fontweak for openSUSE:Factory

2016-10-23 Thread h_root
Hello community,

here is the log from the commit of package fontweak for openSUSE:Factory 
checked in at 2016-10-23 12:53:27

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


Package is "fontweak"

Changes:

--- /work/SRC/openSUSE:Factory/fontweak/fontweak.changes2016-10-20 
23:07:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.fontweak.new/fontweak.changes   2016-10-23 
12:53:29.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 22 17:12:32 UTC 2016 - jeng...@inai.de
+
+- Remove redundant mention of homepage
+
+---



Other differences:
--
++ fontweak.spec ++
--- /var/tmp/diff_new_pack.lr2X2H/_old  2016-10-23 12:53:30.0 +0200
+++ /var/tmp/diff_new_pack.lr2X2H/_new  2016-10-23 12:53:30.0 +0200
@@ -39,8 +39,6 @@
 * Font replacement. Use installed fonts render missing fonts.
 * Scheme management, 1-click setup and Reset system default functions.
 
-Home page: https://github.com/guoyunhe/fontweak
-
 %prep
 %setup -q
 




commit fontweak for openSUSE:Factory

2016-10-20 Thread h_root
Hello community,

here is the log from the commit of package fontweak for openSUSE:Factory 
checked in at 2016-10-20 23:07:54

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


Package is "fontweak"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.fontweak.new/fontweak.changes   2016-10-20 
23:07:54.0 +0200
@@ -0,0 +1,13 @@
+---
+Fri Sep  9 16:35:18 UTC 2016 - guoyunhebr...@gmail.com
+
+- Version 1.3.1
+- Fix .desktop file errors
+
+---
+Thu Sep  8 08:38:31 UTC 2016 - guoyunhebr...@gmail.com
+
+- Update to version 1.3.0
+- Fix bug #30 Use full font name.
+- Fix bug #31 Avoid empty entry after select canceled.
+

New:

  fontweak-1.3.1.tar.gz
  fontweak.changes
  fontweak.spec



Other differences:
--
++ fontweak.spec ++
#
# spec file for package fontweak
#
# 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
# 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:   fontweak
Version:1.3.1
Release:0
Summary:GUI front-end of fontconfig
License:GPL-3.0+
Group:  System/X11/Utilities
Url:https://github.com/guoyunhe/fontweak
Source: %{name}-%{version}.tar.gz
BuildRequires:  ant
BuildRequires:  java-devel >= 1.7.0
Requires:   java >= 1.7.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
A front-end for fontconfig. Setup perfect font effects, fast and easily.

* Choose fonts by font family and language
* Combine English font and Chinese font
* Setup font render options, including hinting, antialias, subpixel rendering
* Font replacement. Use installed fonts render missing fonts.
* Scheme management, 1-click setup and Reset system default functions.

Home page: https://github.com/guoyunhe/fontweak

%prep
%setup -q

%build
%{ant} jar

%install
# jars
install -dm 0755 "%{buildroot}/%{_datadir}/%{name}"
install -m 0644 "dist/fontweak.jar" "%{buildroot}/%{_datadir}/%{name}/"

# startscript
install -dm 0755 "%{buildroot}/%{_bindir}"
cat >"%{buildroot}/%{_bindir}/%{name}" << EOF
#!/bin/sh
exec java -jar "%{_datadir}/%{name}/%{name}.jar"
EOF
chmod 0755 "%{buildroot}/%{_bindir}/%{name}"

# .desktop
install -dm 0755 "%{buildroot}/%{_datadir}/applications"
install -m 0644 "%{name}.desktop" "%{buildroot}/%{_datadir}/applications/"

# icon
install -dm 0755 "%{buildroot}/%{_datadir}/pixmaps"
install -m 0644 "icon.svg" "%{buildroot}/%{_datadir}/pixmaps/%{name}.svg"

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/applications/%{name}.desktop

%changelog