Hello community,

here is the log from the commit of package opi for openSUSE:Factory checked in 
at 2020-07-27 17:44:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opi (Old)
 and      /work/SRC/openSUSE:Factory/.opi.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opi"

Mon Jul 27 17:44:14 2020 rev:13 rq:822764 version:0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/opi/opi.changes  2020-05-16 22:28:22.417524246 
+0200
+++ /work/SRC/openSUSE:Factory/.opi.new.3592/opi.changes        2020-07-27 
17:45:59.743315021 +0200
@@ -1,0 +2,7 @@
+Sat Jul 25 12:29:41 UTC 2020 - Yunhe Guo <i...@guoyunhe.me>
+
+- Version 0.8.3
+  * Fixed
+    - ffmpeg/libav packages due to Packman update
+
+-------------------------------------------------------------------

Old:
----
  opi-0.8.2.tar.gz

New:
----
  opi-0.8.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opi.spec ++++++
--- /var/tmp/diff_new_pack.39OOEU/_old  2020-07-27 17:46:00.847316058 +0200
+++ /var/tmp/diff_new_pack.39OOEU/_new  2020-07-27 17:46:00.851316062 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           opi
-Version:        0.8.2
+Version:        0.8.3
 Release:        0
 Summary:        OBS Package Installer (CLI)
 License:        GPL-3.0-only
 Group:          System/Packages
-URL:            https://github.com/openSUSE-zh/%{name}
-Source0:        
https://github.com/openSUSE-zh/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://github.com/openSUSE/%{name}
+Source0:        
https://github.com/openSUSE/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 Requires:       perl
 Requires:       perl(Config::Tiny)

++++++ opi-0.8.2.tar.gz -> opi-0.8.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-0.8.2/CHANGELOG.md new/opi-0.8.3/CHANGELOG.md
--- old/opi-0.8.2/CHANGELOG.md  2020-05-16 14:11:48.000000000 +0200
+++ new/opi-0.8.3/CHANGELOG.md  2020-07-25 14:23:24.000000000 +0200
@@ -7,11 +7,17 @@
 
 ## [Unreleased]
 
+## [0.8.3] - 2020-07-25
+
+### Fixed
+
+- ffmpeg/libav packages due to Packman update
+
 ## [0.8.2] - 2020-05-16
 
 ### Fixed
 
-- Ghost process on XML parsing failure 
[#27](https://github.com/openSUSE-zh/opi/pulls/27)
+- Ghost process on XML parsing failure 
[#27](https://github.com/openSUSE/opi/pulls/27)
 
 ## [0.8.1] - 2020-04-03
 
@@ -23,19 +29,19 @@
 
 ### Changed
 
-- Type number `0` to exit [#26](https://github.com/openSUSE-zh/opi/pulls/26)
+- Type number `0` to exit [#26](https://github.com/openSUSE/opi/pulls/26)
 
 ## [0.7.1]
 
 ### Fixed
 
-- Missing `use File::Temp;` [#24](https://github.com/openSUSE-zh/opi/issues/24)
+- Missing `use File::Temp;` [#24](https://github.com/openSUSE/opi/issues/24)
 
 ## [0.7.0]
 
 ### Changed
 
-- Force repo URL to HTTPS [#22](https://github.com/openSUSE-zh/opi/issues/22)
+- Force repo URL to HTTPS [#22](https://github.com/openSUSE/opi/issues/22)
 
 ### Fixed
 
@@ -45,42 +51,42 @@
 
 ### Added
 
-- Search spinner [#21](https://github.com/openSUSE-zh/opi/issues/21)
+- Search spinner [#21](https://github.com/openSUSE/opi/issues/21)
 
 ### Fixed
 
-- Packman repo doesn't have *.repo file 
[#19](https://github.com/openSUSE-zh/opi/issues/19)
-- Long version numbers are cutted 
[#17](https://github.com/openSUSE-zh/opi/issues/17)
+- Packman repo doesn't have *.repo file 
[#19](https://github.com/openSUSE/opi/issues/19)
+- Long version numbers are cutted 
[#17](https://github.com/openSUSE/opi/issues/17)
 
 ## [0.5.2]
 
 ### Fixed
 
-- Trim "NAME" and "VERSION" string 
[#13](https://github.com/openSUSE-zh/opi/issues/13)
+- Trim "NAME" and "VERSION" string 
[#13](https://github.com/openSUSE/opi/issues/13)
 
 ## [0.5.1]
 
 ### Fixed
 
-- Fix dependency not found issue 
[#11](https://github.com/openSUSE-zh/opi/issues/11)
+- Fix dependency not found issue 
[#11](https://github.com/openSUSE/opi/issues/11)
 
 ## [0.5.0]
 
 ### Added
 
-- API proxy server to prevent hard-coded passwords in the script 
[#4](https://github.com/openSUSE-zh/opi/issues/4)
+- API proxy server to prevent hard-coded passwords in the script 
[#4](https://github.com/openSUSE/opi/issues/4)
 
 ## [0.4.0]
 
 ### Added
 
-- PMBS (Packman Build Service) support 
[#5](https://github.com/openSUSE-zh/opi/issues/5)
+- PMBS (Packman Build Service) support 
[#5](https://github.com/openSUSE/opi/issues/5)
 
 ## [0.3.2]
 
 ### Fixed
 
-- `opi opi` cannot find `opi` [#9](https://github.com/openSUSE-zh/opi/issues/9)
+- `opi opi` cannot find `opi` [#9](https://github.com/openSUSE/opi/issues/9)
 
 ## [0.3.1]
 
@@ -92,7 +98,7 @@
 
 ### Added
 
-- Support SLE [#8](https://github.com/openSUSE-zh/opi/issues/8)
+- Support SLE [#8](https://github.com/openSUSE/opi/issues/8)
 
 ### Changed
 
@@ -102,16 +108,16 @@
 
 ### Added
 
-- Install Packman Codecs with `opi packman` or `opi codecs` 
[#6](https://github.com/openSUSE-zh/opi/issues/6)
-- Install Skype with `opi skype` 
[#6](https://github.com/openSUSE-zh/opi/issues/6)
-- Install VS Code with `opi vs code` 
[#6](https://github.com/openSUSE-zh/opi/issues/6)
+- Install Packman Codecs with `opi packman` or `opi codecs` 
[#6](https://github.com/openSUSE/opi/issues/6)
+- Install Skype with `opi skype` [#6](https://github.com/openSUSE/opi/issues/6)
+- Install VS Code with `opi vs code` 
[#6](https://github.com/openSUSE/opi/issues/6)
 
 ## [0.1.2]
 
 ### Fixed
 
-- Fixed lost of "noarch" packages 
[#3](https://github.com/openSUSE-zh/opi/issues/3)
-- Be able to search with dashes in keywords 
[#2](https://github.com/openSUSE-zh/opi/issues/3)
+- Fixed lost of "noarch" packages 
[#3](https://github.com/openSUSE/opi/issues/3)
+- Be able to search with dashes in keywords 
[#2](https://github.com/openSUSE/opi/issues/3)
 
 ## [0.1.1]
 
@@ -129,20 +135,22 @@
 - Choose package and install
 - Keep or remove repository after installation
 
-[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.8.1...HEAD
-[0.8.1]: https://github.com/openSUSE-zh/opi/compare/v0.8.0...v0.8.1
-[0.8.0]: https://github.com/openSUSE-zh/opi/compare/v0.7.1...v0.8.0
-[0.7.1]: https://github.com/openSUSE-zh/opi/compare/v0.7.0...v0.7.1
-[0.7.0]: https://github.com/openSUSE-zh/opi/compare/v0.6.0...v0.7.0
-[0.6.0]: https://github.com/openSUSE-zh/opi/compare/v0.5.2...v0.6.0
-[0.5.2]: https://github.com/openSUSE-zh/opi/compare/v0.5.1...v0.5.2
-[0.5.1]: https://github.com/openSUSE-zh/opi/compare/v0.5.0...v0.5.1
-[0.5.0]: https://github.com/openSUSE-zh/opi/compare/v0.4.0...v0.5.0
-[0.4.0]: https://github.com/openSUSE-zh/opi/compare/v0.3.2...v0.4.0
-[0.3.2]: https://github.com/openSUSE-zh/opi/compare/v0.3.1...v0.3.2
-[0.3.1]: https://github.com/openSUSE-zh/opi/compare/v0.3.0...v0.3.1
-[0.3.0]: https://github.com/openSUSE-zh/opi/compare/v0.2.0...v0.3.0
-[0.2.0]: https://github.com/openSUSE-zh/opi/compare/v0.1.2...v0.2.0
-[0.1.2]: https://github.com/openSUSE-zh/opi/compare/v0.1.1...v0.1.2
-[0.1.1]: https://github.com/openSUSE-zh/opi/compare/v0.1.0...v0.1.1
-[0.1.0]: https://github.com/openSUSE-zh/opi/releases/tag/v0.1.0
+[Unreleased]: https://github.com/openSUSE/opi/compare/v0.8.3...HEAD
+[0.8.3]: https://github.com/openSUSE/opi/compare/v0.8.2...v0.8.3
+[0.8.2]: https://github.com/openSUSE/opi/compare/v0.8.1...v0.8.2
+[0.8.1]: https://github.com/openSUSE/opi/compare/v0.8.0...v0.8.1
+[0.8.0]: https://github.com/openSUSE/opi/compare/v0.7.1...v0.8.0
+[0.7.1]: https://github.com/openSUSE/opi/compare/v0.7.0...v0.7.1
+[0.7.0]: https://github.com/openSUSE/opi/compare/v0.6.0...v0.7.0
+[0.6.0]: https://github.com/openSUSE/opi/compare/v0.5.2...v0.6.0
+[0.5.2]: https://github.com/openSUSE/opi/compare/v0.5.1...v0.5.2
+[0.5.1]: https://github.com/openSUSE/opi/compare/v0.5.0...v0.5.1
+[0.5.0]: https://github.com/openSUSE/opi/compare/v0.4.0...v0.5.0
+[0.4.0]: https://github.com/openSUSE/opi/compare/v0.3.2...v0.4.0
+[0.3.2]: https://github.com/openSUSE/opi/compare/v0.3.1...v0.3.2
+[0.3.1]: https://github.com/openSUSE/opi/compare/v0.3.0...v0.3.1
+[0.3.0]: https://github.com/openSUSE/opi/compare/v0.2.0...v0.3.0
+[0.2.0]: https://github.com/openSUSE/opi/compare/v0.1.2...v0.2.0
+[0.1.2]: https://github.com/openSUSE/opi/compare/v0.1.1...v0.1.2
+[0.1.1]: https://github.com/openSUSE/opi/compare/v0.1.0...v0.1.1
+[0.1.0]: https://github.com/openSUSE/opi/releases/tag/v0.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/opi-0.8.2/opi new/opi-0.8.3/opi
--- old/opi-0.8.2/opi   2020-05-16 14:11:48.000000000 +0200
+++ new/opi-0.8.3/opi   2020-07-25 14:23:24.000000000 +0200
@@ -3,7 +3,7 @@
 # OPI - openSUSE Build Service Package Installer
 #
 # Author:     Guo Yunhe
-# Website:    https://github.com/openSUSE-zh/opi
+# Website:    https://github.com/openSUSE/opi
 # License:    GPL-3.0
 
 use strict;
@@ -512,12 +512,7 @@
         'gstreamer-plugins-bad',
         'gstreamer-plugins-libav',
         'gstreamer-plugins-ugly',
-        'libavcodec58',
-        'libavdevice58',
-        'libavfilter7',
-        'libavformat58',
-        'libavresample4',
-        'libavutil56',
+        'libavcodec-full',
         'vlc-codecs',
     );
 


Reply via email to