gcstar/gcstar.changes

94 lines
3.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Sep 2 12:41:15 CEST 2010 - vuntz@opensuse.org
- Improve summary.
- Do not ship a modified version of gcstar.desktop. Instead, add
gcstar-fix-desktop.patch to fix the desktop file the way we want.
- Manually install gcstar icon to hicolor, and also install it as
the icon for the application/x-gcstar mime type. This means we
don't need to call xdg-icon-resource in %post (which is bad since
it creates files).
- Use update-mime-database in %post and %postun. This means we
don't need to call xdg-mime in %post.
- Add shared-mime-info Requires(post) and Requires(postun).
- Remove xdg-utils BuildRequires and Requires(post).
- Add calls to %icon_theme_cache_post and %icon_theme_cache_postun.
-------------------------------------------------------------------
Fri Aug 27 00:19:47 UTC 2010 - badshah400@gmail.com
- Update to version 1.6.1:
+ New features:
- CSV plugin now allows you to select which field to use to
search for internet results
- Graphs generated from statistics are smoothed, to eliminate
sharp lines
+ Default collections changes:
- New default collections:
. TV shows (series) collection model. Useful for tracking dvd
collections of tv shows.
. Computer Software collection
. Video games collection: New fields: Region, Serial Number.
+ New plugins to fetch information from websites:
- TV shows (series):
. Thetvdb
. Themoviedb
+ Bugs fixed:
- Removal of more than 9 items from a collection at a time
- Crash when trying to create a cached image from a missing
picture, or when image does not exist
- Some characters were incorrectly encoded in read only views
- Add option in collection read only views for fields to
"collapse" and hide when they have no content
- Fixed problem at startup when some items were hidden in the
toolbar.
- The "View modules" menu was not working anymore.
- Add play toolbar button for tv episodes collections.
- Item window was not properly re-constructed after changing
collections.
- Dependency on Sort::Naturally removed.
- Date::Calc module was not shown as an optional dependency
while it is needed for statistics.
- Change perl-* dependencies to perl(*).
- Remove perl(Sort:Naturally) BuildRequires and Requires: it is no
longer required.
- Change Name in .desktop entry to GCstar from "GCstar Collections
Manager" (to avoid duplication with generic name)
-------------------------------------------------------------------
Thu Aug 19 21:20:08 UTC 2010 - badshah400@gmail.com
- modify spec file to fix RPMLINT warning
- remove gtk2 from requires and buildrequires (should be
automatically) pulled in by perl-gtk2
- add requires xdg-utils for %post scriptlets
- corrected version tag to GPLv2 in spec file
-------------------------------------------------------------------
Wed Aug 18 08:57:40 UTC 2010 - badshah400@gmail.com
- Include man files corectly
- Use custom .desktop file (inherited from upstream) to conform
to openSUSE guidelines
-------------------------------------------------------------------
Sun Aug 15 13:51:02 UTC 2010 - badshah400@gmail.com
- Use upstream provided .desktop and .xml files
-------------------------------------------------------------------
Sat Aug 14 09:26:24 UTC 2010 - badshah400@gmail.com
- spec file cleanup
-------------------------------------------------------------------
Sat Aug 7 05:28:07 UTC 2010 - badshah400@gmail.com
- Updated to upstream version 1.6.0
-------------------------------------------------------------------
Mon Aug 2 00:01:57 UTC 2010 - badshah400@gmail.com
- Initial package following openSUSE Packaging Guidelines