commit gcstar for openSUSE:Factory

2020-09-16 Thread root
Hello community,

here is the log from the commit of package gcstar for openSUSE:Factory checked 
in at 2020-09-16 19:41:18

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


Package is "gcstar"

Wed Sep 16 19:41:18 2020 rev:17 rq:834883 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/gcstar/gcstar.changes2016-07-09 
09:24:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcstar.new.4249/gcstar.changes  2020-09-16 
19:41:21.266935213 +0200
@@ -1,0 +2,12 @@
+Mon Sep 14 08:26:04 UTC 2020 - Atri Bhattacharya 
+
+- Adapt file list for /usr/libexec migration.
+- Some spec-file cleanups:
+  * Drop conditionals for EOL openSUSE versions.
+  * Drop Group tag.
+  * Drop unnecessary %clean section.
+  * Drop empty %post(un) sections.
+  * Remove BuildRoot tag as it is not needed any more.
+  * Drop %defattr line from file list.
+
+---



Other differences:
--
++ gcstar.spec ++
--- /var/tmp/diff_new_pack.GRQ79Q/_old  2020-09-16 19:41:22.054936099 +0200
+++ /var/tmp/diff_new_pack.GRQ79Q/_new  2020-09-16 19:41:22.058936104 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcstar
 #
-# Copyright (c) 2016 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
@@ -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/
 #
 
 
@@ -20,9 +20,8 @@
 Version:1.7.1
 Release:0
 Summary:Application to manage collections
-License:GPL-2.0
-Group:  Productivity/Office/Management
-Url:http://www.gcstar.org/
+License:GPL-2.0-only
+URL:http://www.gcstar.org/
 Source0:http://download.gna.org/gcstar/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gcstar-fix-desktop.patch vu...@opensuse.org -- Fix 
desktop file for openSUSE
 Patch0: gcstar-fix-desktop.patch
@@ -50,7 +49,6 @@
 Recommends: perl(GD::Graph::bars)
 Recommends: perl(GD::Graph::pie)
 Recommends: perl(GD::Text)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -88,36 +86,14 @@
 %suse_update_desktop_file -i gcstar Database
 %fdupes %{buildroot}%{_datadir}
 
-%clean
-rm -rf %{buildroot}
-
-%post
-%if 0%{?suse_version} > 1130
-%desktop_database_post
-%icon_theme_cache_post
-%mime_database_post
-%else
-update-mime-database %{_datadir}/mime || true
-%endif
-
-%postun
-%if 0%{?suse_version} > 1130
-%desktop_database_postun
-%icon_theme_cache_postun
-%mime_database_postun
-%else
-update-mime-database %{_datadir}/mime || true
-%endif
-
 %files
-%defattr(-,root,root)
 %{_bindir}/gcstar
-%{_libexecdir}/gcstar/
+%{_prefix}/lib/gcstar/
 %{_datadir}/applications/gcstar.desktop
 %{_datadir}/gcstar/
 %{_datadir}/icons/hicolor/*/apps/gcstar.*
 %{_datadir}/icons/hicolor/*/mimetypes/application-x-gcstar.*
 %{_datadir}/mime/packages/gcstar.xml
-%{_mandir}/man1/gcstar.1.*
+%{_mandir}/man1/gcstar.1%{?ext_man}
 
 %changelog




commit gcstar for openSUSE:Factory

2016-07-09 Thread h_root
Hello community,

here is the log from the commit of package gcstar for openSUSE:Factory checked 
in at 2016-07-09 09:24:48

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


Package is "gcstar"

Changes:

--- /work/SRC/openSUSE:Factory/gcstar/gcstar.changes2012-09-23 
19:33:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcstar.new/gcstar.changes   2016-07-09 
09:24:55.0 +0200
@@ -1,0 +2,20 @@
+Thu Jun 30 23:06:12 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.7.1:
+  + New features:
+- When generating statistics, they can be grouped per dates.
+- Export to GCstar Viewer generates a collection that loads
+  faster in image mode (requires GCstar Viewer 2.10 or above).
+  + User interface changes:
+- Display totals for numeric fields when the list is displayed
+  in detailed mode.
+  + Bugs fixed:
+- User added fields were not shown in the panel below the list.
+- When exporting to HTML, it was sometimes not possible to
+  select fields with the templates that support that.
+- Bugs fixed in some website plugins: Bedetheque, GameSpot,
+  IMDb, jeuxvideo.com, jeuxvideo.fr, MobyGames.
+  + Updated translations.
+- Rebase gcstar-fix-desktop.patch.
+
+---

Old:

  gcstar-1.7.0.tar.gz

New:

  gcstar-1.7.1.tar.gz



Other differences:
--
++ gcstar.spec ++
--- /var/tmp/diff_new_pack.1VHuz2/_old  2016-07-09 09:24:57.0 +0200
+++ /var/tmp/diff_new_pack.1VHuz2/_new  2016-07-09 09:24:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcstar
 #
-# Copyright (c) 2012 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   gcstar
-Version:1.7.0
+Version:1.7.1
 Release:0
 Summary:Application to manage collections
 License:GPL-2.0

++ gcstar-1.7.0.tar.gz -> gcstar-1.7.1.tar.gz ++
 10564 lines of diff (skipped)

++ gcstar-fix-desktop.patch ++
--- /var/tmp/diff_new_pack.1VHuz2/_old  2016-07-09 09:24:58.0 +0200
+++ /var/tmp/diff_new_pack.1VHuz2/_new  2016-07-09 09:24:58.0 +0200
@@ -14,9 +14,3 @@
  GenericName=Personal Collections Manager
  Comment=Manage your collections of movies, games, books, music and more
  Comment[en]=Manage your collections of movies, games, books, music and more
-@@ -15,4 +15,4 @@ Terminal=false
- StartupNotify=true
- Type=Application
- Categories=Office;
--MimeType=application/x-gcstar
-+MimeType=application/x-gcstar;




commit gcstar for openSUSE:Factory

2011-08-04 Thread h_root

Hello community,

here is the log from the commit of package gcstar for openSUSE:Factory
checked in at Thu Aug 4 10:13:19 CEST 2011.




--- GNOME/gcstar/gcstar.changes 2011-05-31 09:46:40.0 +0200
+++ /mounts/work_src_done/STABLE/gcstar/gcstar.changes  2011-07-21 
10:04:17.0 +0200
@@ -1,0 +2,41 @@
+Thu Jul 21 09:32:38 CEST 2011 - vu...@opensuse.org
+
+- Drop perl(Switch) BuildRequires and Requires, as its usage was
+  removed.
+- Add perl() Recommends for optional features: Archive::Zip, GD,
+  GD::Graph::area, GD::Graph::bars, GD::Graph::pie, GD::Text.
+
+---
+Fri Jul 15 20:27:38 CEST 2011 - malcolmle...@opensuse.org
+
+- Update to version 1.6.2:
+  + Option added for sorting items while in image views.
+  + Amazon book plugins now use the Amazon Web Service, for more
+reliable plugin operation.
+  + New plugin for batch importing with a barcode scanner. It can
+be used with GCstar Scanner for Android or any barcode scanner
+acting like a keyboard.
+  + Film collection: Country field is now a list box, allowing
+multiple countries.
+  + New plugins to fetch information from websites:
+- Books: Douban (ZH) provided by BW.
+- Movies: Douban (ZH) provided by BW.
+- Music: Douban (ZH) provided by BW.
+  + Various bug fixes:
+- Set focus to the title field automatically after adding an
+  item.
+- Correctly handle foreign characters in external filenames
+  under Windows.
+- Correctly sort numeric fields used for grouping in image
+  lists.
+- It was not possible to delete a unique item in image mode.
+- Fixed bug with image caching.
+- HTTP return code 302 managed correctly.
+- Removed use of Switch.pm as it is deprecated.
+- Bug fixed in some website plugins: Alapage, Allocine,
+  Bedetheque, Bol, Comic Book DB, CSFD.cz, IMDb,
+  jeuxvideo.com, jeuxvideo.fr, Moby Games, The Movie DB.
+- Update spec file License field from GPLv2 to GPL-2.0 to
+  conform with spdx.org identifier.
+
+---

calling whatdependson for head-i586


Old:

  gcstar-1.6.1.tar.bz2

New:

  gcstar-1.6.2.tar.gz



Other differences:
--
++ gcstar.spec ++
--- /var/tmp/diff_new_pack.jjqqYv/_old  2011-08-04 10:12:28.0 +0200
+++ /var/tmp/diff_new_pack.jjqqYv/_new  2011-08-04 10:12:28.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gcstar
-Version:1.6.1
-Release:7
-License:GPLv2
+Version:1.6.2
+Release:1
+License:GPL-2.0
 Summary:Application to manage collections
 Url:http://www.gcstar.org/
 Group:  Productivity/Office/Management
-Source0:gcstar-%{version}.tar.bz2
+Source0:http://download.gna.org/gcstar/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gcstar-fix-desktop.patch vu...@opensuse.org -- Fix 
desktop file for openSUSE
 Patch0: gcstar-fix-desktop.patch
 BuildRequires:  fdupes
@@ -32,7 +32,6 @@
 BuildRequires:  perl(Crypt::SSLeay)
 BuildRequires:  perl(Gtk2) = 1.054
 BuildRequires:  perl(HTML::Parser)
-BuildRequires:  perl(Switch)
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(XML::Simple)
 BuildRequires:  perl-libwww-perl
@@ -41,10 +40,15 @@
 Requires:   perl(Crypt::SSLeay)
 Requires:   perl(Gtk2) = 1.054
 Requires:   perl(HTML::Parser)
-Requires:   perl(Switch)
 Requires:   perl(XML::Parser)
 Requires:   perl(XML::Simple)
 Requires:   perl-libwww-perl
+Recommends: perl(Archive::Zip)
+Recommends: perl(GD)
+Recommends: perl(GD::Graph::area)
+Recommends: perl(GD::Graph::bars)
+Recommends: perl(GD::Graph::pie)
+Recommends: perl(GD::Text)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 






Remember to have fun...

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



commit gcstar for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package gcstar for openSUSE:Factory
checked in at Tue May 31 17:34:21 CEST 2011.




--- GNOME/gcstar/gcstar.changes 2011-02-12 20:24:12.0 +0100
+++ /mounts/work_src_done/STABLE/gcstar/gcstar.changes  2011-05-31 
09:46:40.0 +0200
@@ -1,0 +2,6 @@
+Tue May 31 09:46:02 CEST 2011 - vu...@opensuse.org
+
+- Add perl(Switch) BuildRequires and Requires, as the Switch module
+  got split out of the main perl package.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gcstar.spec ++
--- /var/tmp/diff_new_pack.mKD66m/_old  2011-05-31 17:33:50.0 +0200
+++ /var/tmp/diff_new_pack.mKD66m/_new  2011-05-31 17:33:50.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   gcstar
 Version:1.6.1
-Release:2
+Release:7
 License:GPLv2
 Summary:Application to manage collections
 Url:http://www.gcstar.org/
@@ -32,6 +32,7 @@
 BuildRequires:  perl(Crypt::SSLeay)
 BuildRequires:  perl(Gtk2) = 1.054
 BuildRequires:  perl(HTML::Parser)
+BuildRequires:  perl(Switch)
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  perl(XML::Simple)
 BuildRequires:  perl-libwww-perl
@@ -40,6 +41,7 @@
 Requires:   perl(Crypt::SSLeay)
 Requires:   perl(Gtk2) = 1.054
 Requires:   perl(HTML::Parser)
+Requires:   perl(Switch)
 Requires:   perl(XML::Parser)
 Requires:   perl(XML::Simple)
 Requires:   perl-libwww-perl






Remember to have fun...

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